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 Russ, As a result of my despair I forgot to include your address in my last nigh cry for help. I just simply don't know how to get around my problem, so please forgive if you're getting my email for the second time and my persistence. Thank you very much, Edin Insanic ========================================= office: 413 - 545 - 4581 ========================================= -----Original Message----- From: Edin Insanic [mailto:address@hidden] Sent: Monday, February 09, 2009 6:40 PM To: support-netcdf Subject: RE: [netCDF #LKB-522731]: netcdf4 isntall Hi Russ, I erased all recognizable zlib, hdf5 and netcdf related files on my under my usr/ and perform installation again but still to no avail. My netcdf make-check fails with "tst_h_vars" as you can see from make check output. .... *** Checking HDF5 variable with unlimited dimension...ok. HDF5-DIAG: Error detected in HDF5 (1.8.1) thread 0: #000: H5Z.c line 1268 in H5Zget_filter_info(): Filter not defined major: Invalid arguments to routine minor: Bad value #001: H5Z.c line 918 in H5Z_find(): required filter is not registered major: Data filters minor: Object not found *** Checking HDF5 deflate filter setting and getting...Sorry! Unexpected result, tst_h_vars.c, line: 228 1 failures HDF5-DIAG: Error detected in HDF5 (1.8.1) thread 0: #000: H5Z.c line 1268 in H5Zget_filter_info(): Filter not defined major: Invalid arguments to routine minor: Bad value #001: H5Z.c line 918 in H5Z_find(): required filter is not registered major: Data filters minor: Object not found *** Checking HDF5 deflatfe, fletcher32, shuffle filter setting and getting...Sorry! Unexpected result, tst_h_vars.c, line: 300 1 failures *** Checking HDF5 endianness control...ok. 2 errors detected! Sorry! FAIL: tst_h_vars *** Checking HDF5 variable functions some more. *** Checking HDF5 variable ordering...ok. *** Checking HDF5 variable ordering in root group...ok. .. Just in case, I've attached the terminal text outputs from my hdf5 installs as well. Could you please try helping me again? Do you have any idea what did I do wrong? Thank you very much. Edin Insanic ========================================= office: 413 - 545 - 4581 ========================================= -----Original Message----- From: Unidata netCDF Support [mailto:address@hidden] Sent: Monday, February 09, 2009 1:12 PM To: support-netcdf Subject: [netCDF #LKB-522731]: netcdf4 isntall Edin, I think the problem is that you ran configure with "--prefix=/usr/local/include", but what you really intended was "--prefix=/usr/local". With the prefix you specified, the include file would be installed in /usr/local//include/include rather than in /usr/local/include, and you would have to specify #include <include/netcdf.h> instead of #include <netcdf.h> in your programs to see a definition of NC_NETCDF4. You are probably seeing the older netcdf-3 netcdf.h file in /usr/include/netcdf.h, which would not have a definition for NC_NETCDF4. You could check on the dates of the two netcdf.h files with something like ls -l /usr/local/include/netcdf.h /usr/local/include/include/netcdf.h and it will probably show that first was installed earlier than the second. Just rerun "make distclean" and configure with the right --prefix value and it should overwrite the old netcdf.h file from your netcdf-3 installation. --Russ Russ Rew UCAR Unidata Program address@hidden http://www.unidata.ucar.edu Ticket Details =================== Ticket ID: LKB-522731 Department: Support netCDF Priority: Normal Status: Closed
Last login: Mon Feb 9 17:05:52 on console dhcp-235:~ edo$ locate hdf5 /Applications/MATLAB_R2008b.app/bin/maci/libhdf5.0.0.0.dylib /Applications/MATLAB_R2008b.app/bin/maci/libhdf5.0.dylib /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@H5F/is_hdf5.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@H5ML/hdf5.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5 /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5array /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5array/h5array.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5array/schema.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5array/setData.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5compound /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5compound/addMember.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5compound/h5compound.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5compound/schema.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5compound/setMember.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5compound/setMemberNames.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5enum /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5enum/defineEnum.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5enum/getString.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5enum/h5enum.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5enum/schema.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5enum/setData.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5enum/setEnumNames.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5enum/setEnumValues.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5string /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5string/h5string.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5string/schema.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5string/setData.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5string/setLength.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5string/setPadding.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5vlen /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5vlen/h5vlen.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5vlen/schema.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5vlen/setData.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@hdf5type /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@hdf5type/disp.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@hdf5type/display.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@hdf5type/hdf5type.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@hdf5type/schema.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@hdf5type/setName.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/schema.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/hdf5.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/hdf5copyright.txt /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/hdf5info.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/hdf5read.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/hdf5write.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/private/hdf5infoc.mexmaci /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/private/hdf5infoc.mexmaci.csf /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/private/hdf5readc.mexmaci /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/private/hdf5readc.mexmaci.csf /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/private/hdf5writec.mexmaci /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/private/hdf5writec.mexmaci.csf /usr/local/hdf5 /usr/local/hdf5/bin /usr/local/hdf5/bin/gif2h5 /usr/local/hdf5/bin/h52gif /usr/local/hdf5/bin/h5cc /usr/local/hdf5/bin/h5copy /usr/local/hdf5/bin/h5debug /usr/local/hdf5/bin/h5diff /usr/local/hdf5/bin/h5dump /usr/local/hdf5/bin/h5import /usr/local/hdf5/bin/h5jam /usr/local/hdf5/bin/h5ls /usr/local/hdf5/bin/h5mkgrp /usr/local/hdf5/bin/h5perf /usr/local/hdf5/bin/h5perf_serial /usr/local/hdf5/bin/h5redeploy /usr/local/hdf5/bin/h5repack /usr/local/hdf5/bin/h5repart /usr/local/hdf5/bin/h5stat /usr/local/hdf5/bin/h5unjam /usr/local/hdf5/include /usr/local/hdf5/include/H5ACpublic.h /usr/local/hdf5/include/H5Apublic.h /usr/local/hdf5/include/H5Cpublic.h /usr/local/hdf5/include/H5DSpublic.h /usr/local/hdf5/include/H5Dpublic.h /usr/local/hdf5/include/H5Epubgen.h /usr/local/hdf5/include/H5Epublic.h /usr/local/hdf5/include/H5FDcore.h /usr/local/hdf5/include/H5FDdirect.h /usr/local/hdf5/include/H5FDfamily.h /usr/local/hdf5/include/H5FDlog.h /usr/local/hdf5/include/H5FDmpi.h /usr/local/hdf5/include/H5FDmpio.h /usr/local/hdf5/include/H5FDmpiposix.h /usr/local/hdf5/include/H5FDmulti.h /usr/local/hdf5/include/H5FDpublic.h /usr/local/hdf5/include/H5FDsec2.h /usr/local/hdf5/include/H5FDstdio.h /usr/local/hdf5/include/H5Fpublic.h /usr/local/hdf5/include/H5Gpublic.h /usr/local/hdf5/include/H5IMpublic.h /usr/local/hdf5/include/H5Ipublic.h /usr/local/hdf5/include/H5LTpublic.h /usr/local/hdf5/include/H5Lpublic.h /usr/local/hdf5/include/H5MMpublic.h /usr/local/hdf5/include/H5Opublic.h /usr/local/hdf5/include/H5PTpublic.h /usr/local/hdf5/include/H5Ppublic.h /usr/local/hdf5/include/H5Rpublic.h /usr/local/hdf5/include/H5Spublic.h /usr/local/hdf5/include/H5TBpublic.h /usr/local/hdf5/include/H5Tpublic.h /usr/local/hdf5/include/H5Zpublic.h /usr/local/hdf5/include/H5api_adpt.h /usr/local/hdf5/include/H5pubconf.h /usr/local/hdf5/include/H5public.h /usr/local/hdf5/include/H5version.h /usr/local/hdf5/include/hdf5.h /usr/local/hdf5/include/hdf5_hl.h /usr/local/hdf5/lib /usr/local/hdf5/lib/libhdf5.a /usr/local/hdf5/lib/libhdf5.la /usr/local/hdf5/lib/libhdf5.settings /usr/local/hdf5/lib/libhdf5_hl.a /usr/local/hdf5/lib/libhdf5_hl.la dhcp-235:~ edo$ cd /usr/local dhcp-235:local edo$ ls bin cuda cvsrep include lib share texlive dhcp-235:local edo$ dhcp-235:local edo$ dhcp-235:local edo$ dhcp-235:local edo$ dhcp-235:local edo$ dhcp-235:local edo$ dhcp-235:local edo$ dhcp-235:local edo$ dhcp-235:local edo$ dhcp-235:local edo$ dhcp-235:local edo$ dhcp-235:local edo$ dhcp-235:local edo$ dhcp-235:local edo$ dhcp-235:local edo$ cd /usr/local/hdf5/ -bash: cd: /usr/local/hdf5/: No such file or directory dhcp-235:local edo$ dhcp-235:local edo$ dhcp-235:local edo$ dhcp-235:local edo$ dhcp-235:local edo$ dhcp-235:local edo$ dhcp-235:local edo$ dhcp-235:local edo$ dhcp-235:local edo$ dhcp-235:local edo$ cd dhcp-235:~ edo$ cd Downloads/ dhcp-235:Downloads edo$ cd hdf5-1.8.1 dhcp-235:hdf5-1.8.1 edo$ ls COPYING Makefile.am Makefile~ acsite.m4 config configure fortran hl release_docs testpar windows MANIFEST Makefile.dist README.txt bin config.log configure.in hdf5 libtool src tools windows_vnet Makefile Makefile.in aclocal.m4 c++ config.status examples hdf5-1.8.1 perform test vms dhcp-235:hdf5-1.8.1 edo$ cd /usr dhcp-235:usr edo$ ls X11 X11R6 bin include lib libexec local sbin share standalone texbin dhcp-235:usr edo$ cd local dhcp-235:local edo$ ls bin cuda cvsrep include lib share texlive dhcp-235:local edo$ cd include/ dhcp-235:include edo$ ls H5ACpublic.h H5Epubgen.h H5FDlog.h H5FDpublic.h H5IMpublic.h H5Opublic.h H5TBpublic.h H5public.h hdf5.h ncvalues.h pngconf.h H5Apublic.h H5Epublic.h H5FDmpi.h H5FDsec2.h H5Ipublic.h H5PTpublic.h H5Tpublic.h H5version.h hdf5_hl.h netcdf.h pngwriter.h H5Cpublic.h H5FDcore.h H5FDmpio.h H5FDstdio.h H5LTpublic.h H5Ppublic.h H5Zpublic.h bin include netcdf.hh share H5DSpublic.h H5FDdirect.h H5FDmpiposix.h H5Fpublic.h H5Lpublic.h H5Rpublic.h H5api_adpt.h freetype2 lib netcdfcpp.h zconf.h H5Dpublic.h H5FDfamily.h H5FDmulti.h H5Gpublic.h H5MMpublic.h H5Spublic.h H5pubconf.h ft2build.h libpng12 png.h zlib.h dhcp-235:include edo$ sudo rm hd*.* Password: dhcp-235:include edo$ LS H5ACpublic.h H5Epubgen.h H5FDlog.h H5FDpublic.h H5IMpublic.h H5Opublic.h H5TBpublic.h H5public.h include netcdf.hh share H5Apublic.h H5Epublic.h H5FDmpi.h H5FDsec2.h H5Ipublic.h H5PTpublic.h H5Tpublic.h H5version.h lib netcdfcpp.h zconf.h H5Cpublic.h H5FDcore.h H5FDmpio.h H5FDstdio.h H5LTpublic.h H5Ppublic.h H5Zpublic.h bin libpng12 png.h zlib.h H5DSpublic.h H5FDdirect.h H5FDmpiposix.h H5Fpublic.h H5Lpublic.h H5Rpublic.h H5api_adpt.h freetype2 ncvalues.h pngconf.h H5Dpublic.h H5FDfamily.h H5FDmulti.h H5Gpublic.h H5MMpublic.h H5Spublic.h H5pubconf.h ft2build.h netcdf.h pngwriter.h dhcp-235:include edo$ ls H5ACpublic.h H5Epubgen.h H5FDlog.h H5FDpublic.h H5IMpublic.h H5Opublic.h H5TBpublic.h H5public.h include netcdf.hh share H5Apublic.h H5Epublic.h H5FDmpi.h H5FDsec2.h H5Ipublic.h H5PTpublic.h H5Tpublic.h H5version.h lib netcdfcpp.h zconf.h H5Cpublic.h H5FDcore.h H5FDmpio.h H5FDstdio.h H5LTpublic.h H5Ppublic.h H5Zpublic.h bin libpng12 png.h zlib.h H5DSpublic.h H5FDdirect.h H5FDmpiposix.h H5Fpublic.h H5Lpublic.h H5Rpublic.h H5api_adpt.h freetype2 ncvalues.h pngconf.h H5Dpublic.h H5FDfamily.h H5FDmulti.h H5Gpublic.h H5MMpublic.h H5Spublic.h H5pubconf.h ft2build.h netcdf.h pngwriter.h dhcp-235:include edo$ dhcp-235:include edo$ dhcp-235:include edo$ dhcp-235:include edo$ sudo rm h5*.* rm: h5*.*: No such file or directory dhcp-235:include edo$ sudo rm H5*.* dhcp-235:include edo$ dhcp-235:include edo$ dhcp-235:include edo$ dhcp-235:include edo$ dhcp-235:include edo$ dhcp-235:include edo$ cd dhcp-235:~ edo$ cd Downloads/ dhcp-235:Downloads edo$ cd hdf5-1.8.1 dhcp-235:hdf5-1.8.1 edo$ dhcp-235:hdf5-1.8.1 edo$ dhcp-235:hdf5-1.8.1 edo$ sudo ./configure --with-zlib=/usr/local/iclude --prefix=/usr/local/ --disable-shared CFLAGS= -m64 CXXFLAGS = -m64 configure: error: unrecognized option: -m64 Try `./configure --help' for more information. dhcp-235:hdf5-1.8.1 edo$ sudo ./configure --with-zlib=/usr/local/iclude --prefix=/usr/local/ --disable-shared CFLAGS= -m64 configure: error: unrecognized option: -m64 Try `./configure --help' for more information. dhcp-235:hdf5-1.8.1 edo$ sudo make clean Making clean in perform rm -f h5perf h5perf rm -f h5perf_serial h5perf_serial rm -f iopipe iopipe rm -f chunk chunk rm -f overhead overhead rm -f zip_perf zip_perf rm -f perf_meta perf_meta rm -f h5perf_serial h5perf_serial test -z "*.h5 *.raw *.dat x-gnuplot" || rm -f *.h5 *.raw *.dat x-gnuplot rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog Making clean in hl Making clean in tools Making clean in gif2h5 rm -f gif2h5 gif2h5 rm -f h52gif h52gif rm -rf .libs _libs rm -f h52gifgentst h52gifgentst rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 *.gif Making clean in . rm -rf .libs _libs rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog Making clean in test rm -f test_lite test_lite rm -f test_image test_image rm -f test_table test_table rm -f test_ds test_ds rm -f test_packet test_packet rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog combine_tables[1-2].h5 test_ds[1-6].h5 test_image[1-3].h5 test_lite[1-2].h5 test_table.h5 test_packet_table.h5 test_packet_compress.h5 Making clean in src test -z "libhdf5_hl.la" || rm -f libhdf5_hl.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog Making clean in . rm -rf .libs _libs rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog Making clean in tools Making clean in h5stat rm -f h5stat h5stat rm -f h5stat_gentest h5stat_gentest test -z "" || rm -f rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 ../testfiles/fst_family*.h5 ../testfiles/scd_family*.h5 Making clean in h5copy rm -f h5copy h5copy rm -f h5copygentest h5copygentest rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 Making clean in h5jam rm -f h5jam h5jam rm -f h5unjam h5unjam rm -f tellub tellub rm -f h5jamgentest h5jamgentest rm -f getub getub rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 *.txt Making clean in h5repack rm -f h5repack h5repack rm -f h5repacktst h5repacktst rm -rf .libs _libs rm -f testh5repack_detect_szip testh5repack_detect_szip rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 *.bin Making clean in h5import rm -f h5import h5import rm -f h5importtest h5importtest rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog Making clean in misc rm -f h5debug h5debug rm -f h5repart h5repart rm -f h5mkgrp h5mkgrp rm -f h5repart_gentest h5repart_gentest rm -f repart_test repart_test test -z "h5redeploy" || rm -f h5redeploy rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 ../testfiles/fst_family*.h5 ../testfiles/scd_family*.h5 Making clean in h5ls rm -f h5ls h5ls rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog Making clean in h5diff s rm -f h5diff h5diff rm -f h5diffgentest h5diffgentest rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 expect_sorted actual_sorted Making clean in h5dump rm -f h5dump h5dump rm -f h5dumpgentest h5dumpgentest rm -f binread binread rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 *.bin Making clean in lib rm -f talign talign rm -rf .libs _libs test -z "libh5tools.la" || rm -f libh5tools.la rm -f "./so_locations" rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog Making clean in . rm -rf .libs _libs rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog Making clean in test rm -f testhdf5 testhdf5 rm -f lheap lheap rm -f ohdr ohdr rm -f stab stab rm -f gheap gheap rm -f cache cache rm -f cache_api cache_api rm -f pool pool rm -f hyperslab hyperslab rm -f istore istore rm -f bittests bittests rm -f dt_arith dt_arith rm -f dtypes dtypes rm -f dsets dsets rm -f cmpd_dset cmpd_dset rm -f extend extend rm -f external external rm -f objcopy objcopy rm -f links links rm -f unlink unlink rm -f big big rm -f mtime mtime rm -f fillval fillval rm -f mount mount rm -f flush1 flush1 rm -f flush2 flush2 rm -f enum enum rm -f set_extent set_extent rm -f ttsafe ttsafe rm -f getname getname rm -f vfd vfd rm -f ntypes ntypes rm -f dangle dangle rm -f dtransform dtransform rm -f reserved reserved rm -f cross_read cross_read rm -f btree2 btree2 rm -f fheap fheap rm -f error_test error_test rm -f err_compat err_compat rm -f testmeta testmeta rm -rf .libs _libs test -z "libh5test.la" || rm -f libh5test.la rm -f "./so_locations" rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog cmpd_dset.h5 compact_dataset.h5 dataset.h5 dset_offset.h5 max_compact_dataset.h5 simple.h5 set_local.h5 random_chunks.h5 huge_chunks.h5 extend.h5 istore.h5 tfile[1-4].h5 th5s[1-3].h5 lheap.h5 fheap.h5 ohdr.h5 stab.h5 extern_[1-3].h5 extern_[1-4][ab].raw gheap[0-4].h5 dt_arith[1-2] links.h5 links[0-6]*.h5 extlinks[0-9].h5 tmp big.data big[0-9][0-9][0-9][0-9][0-9].h5 stdio.h5 sec2.h5 dtypes[1-8].h5 dt_arith[1-2].h5 tattr.h5 tselect.h5 mtime.h5 unlink.h5 unicode.h5 coord.h5 fillval_[0-9].h5 fillval.raw mount_[0-9].h5 testmeta.h5 ttime.h5 trefer[1-3].h5 tvltypes.h5 tvlstr.h5 tvlstr2.h5 flush.h5 enum1.h5 titerate.h5 ttsafe.h5 tarray1.h5 tgenprop.h5 tmisc[0-9]*.h5 set_extent_read.h5 set_extent_create.h5 getname.h5 getname[1-3].h5 sec2_file.h5 direct_file.h5 family_file000[0-3][0-9].h5 multi_file-[rs].h5 core_file new_move_[ab].h5 ntypes.h5 dangle.h5 error_test.h5 err_compat.h5 dtransform.h5 test_filters.h5 get_file_name.h5 tstint[1-2].h5 unlink_chunked.h5 btree2.h5 objcopy_src.h5 objcopy_dst.h5 objcopy_ext.dat trefer1.h5 trefer2.h5 Making clean in src stest -z "libhdf5.la" || rm -f libhdf5.la rm -f "./so_locations" rm -rf .libs _libs rm -f H5detect H5detect rm -f *.o test -z "H5Tinit.c" || rm -f H5Tinit.c rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog Making clean in . rm -rf .libs _libs rm -f *.lo if test -d ii_files; then \ rm -f -rf ii_files; \ fi dhcp-235:hdf5-1.8.1 edo$ sudo make distclean Making distclean in examples test -z "h5_write h5_read h5_extend_write h5_chunk_read h5_compound h5_group h5_select h5_attribute h5_mount h5_reference h5_drivers h5_ref2reg h5_extlink h5_elink_unix2win h5_shared_mesg " || rm -f h5_write h5_read h5_extend_write h5_chunk_read h5_compound h5_group h5_select h5_attribute h5_mount h5_reference h5_drivers h5_ref2reg h5_extlink h5_elink_unix2win h5_shared_mesg rm -rf .libs _libs test -z "*.raw *.meta *.o" || rm -f *.raw *.meta *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog red blue u2w *.h5 test -z "testh5cc.sh" || rm -f testh5cc.sh rm -f Makefile Making distclean in perform rm -f h5perf h5perf rm -f h5perf_serial h5perf_serial rm -f iopipe iopipe rm -f chunk chunk rm -f overhead overhead rm -f zip_perf zip_perf rm -f perf_meta perf_meta rm -f h5perf_serial h5perf_serial test -z "*.h5 *.raw *.dat x-gnuplot" || rm -f *.h5 *.raw *.dat x-gnuplot rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in hl Making distclean in examples test -z "ex_lite1 ex_lite2 ex_lite3 ptExampleFL ptExampleVL ex_image1 ex_image2 ex_table_01 ex_table_02 ex_table_03 ex_table_04 ex_table_05 ex_table_06 ex_table_07 ex_table_08 ex_table_09 ex_table_10 ex_table_11 ex_table_12 ex_ds1 " || rm -f ex_lite1 ex_lite2 ex_lite3 ptExampleFL ptExampleVL ex_image1 ex_image2 ex_table_01 ex_table_02 ex_table_03 ex_table_04 ex_table_05 ex_table_06 ex_table_07 ex_table_08 ex_table_09 ex_table_10 ex_table_11 ex_table_12 ex_ds1 rm -rf .libs _libs test -z "*.raw *.meta *.o" || rm -f *.raw *.meta *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 test -z "" || rm -f rm -f Makefile Making distclean in fortran Making distclean in examples test -z "exlite " || rm -f exlite rm -rf .libs _libs test -z "*.raw *.meta *.o" || rm -f *.raw *.meta *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 test -z "" || rm -f rm -f Makefile Making distclean in test rm -f tstlite tstlite rm -f tstimage tstimage rm -f tsttable tsttable rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog dsetf[1-4].h5 f1img.h5 f1tab.h5 rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in src test -z "libhdf5hl_fortran.la" || rm -f libhdf5hl_fortran.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in c++ Making distclean in examples test -z "ptExampleFL ptExampleVL " || rm -f ptExampleFL ptExampleVL rm -rf .libs _libs test -z "*.raw *.meta *.o" || rm -f *.raw *.meta *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 test -z "" || rm -f rm -f Makefile Making distclean in test rm -f ptableTest ptableTest rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in src test -z "libhdf5_hl_cpp.la" || rm -f libhdf5_hl_cpp.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in tools Making distclean in gif2h5 rm -f gif2h5 gif2h5 rm -f h52gif h52gif rm -rf .libs _libs rm -f h52gifgentst h52gifgentst rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 *.gif rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in test rm -f test_lite test_lite rm -f test_image test_image rm -f test_table test_table rm -f test_ds test_ds rm -f test_packet test_packet rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog combine_tables[1-2].h5 test_ds[1-6].h5 test_image[1-3].h5 test_lite[1-2].h5 test_table.h5 test_packet_table.h5 test_packet_compress.h5 rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in src test -z "libhdf5_hl.la" || rm -f libhdf5_hl.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in fortran Making distclean in examples test -z "dsetexample fileexample rwdsetexample attrexample groupexample grpsexample grpdsetexample hyperslab selectele grpit refobjexample refregexample mountexample compound " || rm -f dsetexample fileexample rwdsetexample attrexample groupexample grpsexample grpdsetexample hyperslab selectele grpit refobjexample refregexample mountexample compound rm -rf .libs _libs test -z "*.raw *.meta *.o" || rm -f *.raw *.meta *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 test -z "testh5fc.sh" || rm -f testh5fc.sh rm -f Makefile Making distclean in testpar rm -f parallel_test parallel_test rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog parf[12].h5 rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in test rm -f fortranlib_test fortranlib_test rm -f fflush1 fflush1 rm -f fflush2 fflush2 rm -f fortranlib_test_1_8 fortranlib_test_1_8 rm -rf .libs _libs test -z "libh5test_fortran.la" || rm -f libh5test_fortran.la rm -f "./so_locations" rm -f *.o test -z "*.tmp" || rm -f *.tmp rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in src test -z "libhdf5_fortran.la" || rm -f libhdf5_fortran.la rm -f "./so_locations" rm -rf .libs _libs rm -f H5match_types H5match_types rm -f H5fortran_detect H5fortran_detect rm -f H5test_kind H5test_kind rm -f *.o test -z "H5fortran_types.f90 H5f90i_gen.h H5fort_type_defines.h H5fortran_detect.f90" || rm -f H5fortran_types.f90 H5f90i_gen.h H5fort_type_defines.h H5fortran_detect.f90 rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "h5fc libhdf5_fortran.settings" || rm -f h5fc libhdf5_fortran.settings test -z "h5fc libhdf5_fortran.settings" || rm -f h5fc libhdf5_fortran.settings rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in c++ Making distclean in examples test -z "create readdata writedata compound extend_ds chunks h5group " || rm -f create readdata writedata compound extend_ds chunks h5group rm -rf .libs _libs test -z "*.raw *.meta *.o" || rm -f *.raw *.meta *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 test -z "testh5c++.sh" || rm -f testh5c++.sh rm -f Makefile Making distclean in test rm -f dsets dsets rm -f testhdf5 testhdf5 rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in src test -z "libhdf5_cpp.la" || rm -f libhdf5_cpp.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "h5c++" || rm -f h5c++ test -z "h5c++ libhdf5.settings" || rm -f h5c++ libhdf5.settings rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in tools Making distclean in h5stat rm -f h5stat h5stat rm -f h5stat_gentest h5stat_gentest test -z "" || rm -f rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 ../testfiles/fst_family*.h5 ../testfiles/scd_family*.h5 rm -f *.tab.c test -z "testh5stat.sh" || rm -f testh5stat.sh test -z "testh5stat.sh" || rm -f testh5stat.sh rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in h5copy rm -f h5copy h5copy rm -f h5copygentest h5copygentest rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in h5jam rm -f h5jam h5jam rm -f h5unjam h5unjam rm -f tellub tellub rm -f h5jamgentest h5jamgentest rm -f getub getub rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 *.txt rm -f *.tab.c test -z "testh5jam.sh" || rm -f testh5jam.sh test -z "testh5jam.sh" || rm -f testh5jam.sh rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in h5repack rm -f h5repack h5repack rm -f h5repacktst h5repacktst rm -rf .libs _libs rm -f testh5repack_detect_szip testh5repack_detect_szip rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 *.bin rm -f *.tab.c test -z "h5repack.sh" || rm -f h5repack.sh test -z "h5repack.sh" || rm -f h5repack.sh rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in h5import rm -f h5import h5import rm -f h5importtest h5importtest rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in misc rm -f h5debug h5debug rm -f h5repart h5repart rm -f h5mkgrp h5mkgrp rm -f h5repart_gentest h5repart_gentest rm -f repart_test repart_test test -z "h5redeploy" || rm -f h5redeploy rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 ../testfiles/fst_family*.h5 ../testfiles/scd_family*.h5 rm -f *.tab.c test -z "h5cc testh5repart.sh" || rm -f h5cc testh5repart.sh test -z "h5cc testh5repart.sh" || rm -f h5cc testh5repart.sh rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in h5ls rm -f h5ls h5ls rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in h5diff rm -f h5diff h5diff rm -f h5diffgentest h5diffgentest rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 expect_sorted actual_sorted rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in h5dump rm -f h5dump h5dump rm -f h5dumpgentest h5dumpgentest rm -f binread binread rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 *.bin rm -f *.tab.c test -z "testh5dump.sh testh5dumpxml.sh" || rm -f testh5dump.sh testh5dumpxml.sh test -z "testh5dump.sh" || rm -f testh5dump.sh rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in lib rm -f talign talign rm -rf .libs _libs test -z "libh5tools.la" || rm -f libh5tools.la rm -f "./so_locations" rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in testpar rm -f t_mpi t_mpi rm -f t_posix_compliant t_posix_compliant rm -f testphdf5 testphdf5 rm -f t_cache t_cache rm -f t_pflush1 t_pflush1 rm -f t_pflush2 t_pflush2 rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog MPItest.h5 Para*.h5 rm -f *.tab.c test -z "testph5.sh" || rm -f testph5.sh test -z "go Makefile testph5.sh" || rm -f go Makefile testph5.sh rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in test rm -f testhdf5 testhdf5 rm -f lheap lheap rm -f ohdr ohdr rm -f stab stab rm -f gheap gheap rm -f cache cache rm -f cache_api cache_api rm -f pool pool rm -f hyperslab hyperslab rm -f istore istore rm -f bittests bittests rm -f dt_arith dt_arith rm -f dtypes dtypes rm -f dsets dsets rm -f cmpd_dset cmpd_dset rm -f extend extend rm -f external external rm -f objcopy objcopy rm -f links links rm -f unlink unlink rm -f big big rm -f mtime mtime rm -f fillval fillval rm -f mount mount rm -f flush1 flush1 rm -f flush2 flush2 rm -f enum enum rm -f set_extent set_extent rm -f ttsafe ttsafe rm -f getname getname rm -f vfd vfd rm -f ntypes ntypes rm -f dangle dangle rm -f dtransform dtransform rm -f reserved reserved rm -f cross_read cross_read rm -f btree2 btree2 rm -f fheap fheap rm -f error_test error_test rm -f err_compat err_compat rm -f testmeta testmeta rm -rf .libs _libs test -z "libh5test.la" || rm -f libh5test.la rm -f "./so_locations" rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog cmpd_dset.h5 compact_dataset.h5 dataset.h5 dset_offset.h5 max_compact_dataset.h5 simple.h5 set_local.h5 random_chunks.h5 huge_chunks.h5 extend.h5 istore.h5 tfile[1-4].h5 th5s[1-3].h5 lheap.h5 fheap.h5 ohdr.h5 stab.h5 extern_[1-3].h5 extern_[1-4][ab].raw gheap[0-4].h5 dt_arith[1-2] links.h5 links[0-6]*.h5 extlinks[0-9].h5 tmp big.data big[0-9][0-9][0-9][0-9][0-9].h5 stdio.h5 sec2.h5 dtypes[1-8].h5 dt_arith[1-2].h5 tattr.h5 tselect.h5 mtime.h5 unlink.h5 unicode.h5 coord.h5 fillval_[0-9].h5 fillval.raw mount_[0-9].h5 testmeta.h5 ttime.h5 trefer[1-3].h5 tvltypes.h5 tvlstr.h5 tvlstr2.h5 flush.h5 enum1.h5 titerate.h5 ttsafe.h5 tarray1.h5 tgenprop.h5 tmisc[0-9]*.h5 set_extent_read.h5 set_extent_create.h5 getname.h5 getname[1-3].h5 sec2_file.h5 direct_file.h5 family_file000[0-3][0-9].h5 multi_file-[rs].h5 core_file new_move_[ab].h5 ntypes.h5 dangle.h5 error_test.h5 err_compat.h5 dtransform.h5 test_filters.h5 get_file_name.h5 tstint[1-2].h5 unlink_chunked.h5 btree2.h5 objcopy_src.h5 objcopy_dst.h5 objcopy_ext.dat trefer1.h5 trefer2.h5 rm -f *.tab.c test -z "testerror.sh" || rm -f testerror.sh test -z "testerror.sh" || rm -f testerror.sh rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in src test -z "libhdf5.la" || rm -f libhdf5.la rm -f "./so_locations" rm -rf .libs _libs rm -f H5detect H5detect rm -f *.o test -z "H5Tinit.c" || rm -f H5Tinit.c rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "libhdf5.settings" || rm -f libhdf5.settings test -z "H5pubconf.h" || rm -f H5pubconf.h rm -f H5config.h stamp-h1 rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo if test -d ii_files; then \ rm -f -rf ii_files; \ fi test -z "" || rm -f test -z "config/stamp1 config/stamp2" || rm -f config/stamp1 config/stamp2 rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f Makefile dhcp-235:hdf5-1.8.1 edo$ sudo ./configure --with-zlib=/usr/local/include --prefix=/usr/local/ --disable-shared CFLAGS= -m64 CXXFLAGS = -m64 configure: error: unrecognized option: -m64 Try `./configure --help' for more information. dhcp-235:hdf5-1.8.1 edo$ ./configure --help `configure' configures HDF5 1.8.1 to adapt to many kinds of systems. Usage: ./configure [OPTION]... [VAR=VALUE]... To assign environment variables (e.g., CC, CFLAGS...), specify them as VAR=VALUE. See below for descriptions of some of the useful variables. Defaults for the options are specified in brackets. Configuration: -h, --help display this help and exit --help=short display options specific to this package --help=recursive display the short help of all the included packages -V, --version display version information and exit -q, --quiet, --silent do not print `checking...' messages --cache-file=FILE cache test results in FILE [disabled] -C, --config-cache alias for `--cache-file=config.cache' -n, --no-create do not create output files --srcdir=DIR find the sources in DIR [configure dir or `..'] Installation directories: --prefix=PREFIX install architecture-independent files in PREFIX [/Users/edo/Downloads/hdf5-1.8.1/hdf5] --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX [PREFIX] By default, `make install' will install all the files in `/Users/edo/Downloads/hdf5-1.8.1/hdf5/bin', `/Users/edo/Downloads/hdf5-1.8.1/hdf5/lib' etc. You can specify an installation prefix other than `/Users/edo/Downloads/hdf5-1.8.1/hdf5' using `--prefix', for instance `--prefix=$HOME'. For better control, use the options below. Fine tuning of the installation directories: --bindir=DIR user executables [EPREFIX/bin] --sbindir=DIR system admin executables [EPREFIX/sbin] --libexecdir=DIR program executables [EPREFIX/libexec] --sysconfdir=DIR read-only single-machine data [PREFIX/etc] --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] --localstatedir=DIR modifiable single-machine data [PREFIX/var] --libdir=DIR object code libraries [EPREFIX/lib] --includedir=DIR C header files [PREFIX/include] --oldincludedir=DIR C header files for non-gcc [/usr/include] --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] --datadir=DIR read-only architecture-independent data [DATAROOTDIR] --infodir=DIR info documentation [DATAROOTDIR/info] --localedir=DIR locale-dependent data [DATAROOTDIR/locale] --mandir=DIR man documentation [DATAROOTDIR/man] --docdir=DIR documentation root [DATAROOTDIR/doc/hdf5] --htmldir=DIR html documentation [DOCDIR] --dvidir=DIR dvi documentation [DOCDIR] --pdfdir=DIR pdf documentation [DOCDIR] --psdir=DIR ps documentation [DOCDIR] Program names: --program-prefix=PREFIX prepend PREFIX to installed program names --program-suffix=SUFFIX append SUFFIX to installed program names --program-transform-name=PROGRAM run sed PROGRAM on installed program names System types: --build=BUILD configure for building on BUILD [guessed] --host=HOST cross-compile to build programs to run on HOST [BUILD] Optional Features: --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --enable-maintainer-mode enable make rules and dependencies not useful (and sometimes confusing) to the casual installer --disable-dependency-tracking speeds up one-time build --enable-dependency-tracking do not reject slow dependency extractors --enable-fortran Compile the Fortran interface [default=no] --enable-cxx Compile the C++ interface [default=no] --enable-static-exec Build only statically linked executables [default=no] --enable-shared[=PKGS] build shared libraries [default=yes] --enable-static[=PKGS] build static libraries [default=yes] --enable-fast-install[=PKGS] optimize for fast installation [default=yes] --disable-libtool-lock avoid locking (might break parallel builds) --disable-sharedlib-rpath Disable use of the '=Wl,-rpath' linker option --enable-production Determines how to run the compiler. --enable-linux-lfs Enable support for large (64-bit) files on Linux. [default=check] --enable-threadsafe Enable thread safe capability --enable-gpfs Enable GPFS hints for the MPI/POSIX file driver. [default=no] --enable-debug=all Turn on debugging in all packages. One may also specify a comma-separated list of package names without the leading H5 or the word no. The default is most packages if production is disabled; no if it is enabled. --enable-codestack Enable the function stack tracing (for developer debugging). --enable-metadata-trace-file Enable metadata trace file collection. --enable-trace Enable API tracing capability. Default=no if debug is disabled. --enable-instrument Enable library instrumentation of optimization tracing. Default=no if debug is disabled. --enable-clear-file-buffers Securely clear file buffers before writing to file. Default=yes. --enable-using-memchecker Enable this option if a memory allocation and/or bounds checking tool will be used on the HDF5 library. Enabling this causes the library to be more picky about it's memory operations and also disables the library's free space manager code. Default=no. --enable-parallel Search for MPI-IO and MPI support files --enable-mpi-size Some systems (only SGI Altix Propack 4 so far) return wrong value from MPI_File_get_size. By disabling this function, the library will replace it with stat to get the correct file size. [default=yes] --enable-filters=all Turn on all internal I/O filters. One may also specify a comma-separated list of filters or the word no. The default is all internal I/O filters. --enable-direct-vfd Build the Direct I/O Virtual File Driver [default=yes] --enable-dconv-exception if exception handling functions is checked during data conversions [default=yes] --enable-dconv-accuracy if data accuracy is guaranteed during data conversions [default=yes] --enable-hl Enable the high level library [default=yes] --enable-build-all Build helper programs that only developers should need [default=no] --enable-deprecated-symbols Enable deprecated public API symbols [default=yes] --enable-strict-format-checks Enable strict file format checks, default=yes if debug flag is enabled, no otherwise Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-pic try to use only PIC/non-PIC objects [default=use both] --with-gnu-ld assume the C compiler uses GNU ld [default=no] For the following --with-xxx options, you can specify where the header files and libraries are in two different ways: --with-xxx=INC,LIB - Specify individually the include directory and library directory separated by a comma --with-xxx=DIR - Specify only the directory which contains the include/ and lib/ subdirectories --with-dmalloc=DIR Use dmalloc memory debugging aid [default=no] --with-zlib=DIR Use zlib library for external deflate I/O filter [default=yes] --with-szlib=DIR Use szlib library for external szlib I/O filter [default=no] --with-pthread=DIR Use the Pthreads library [default=no] --with-mpe=DIR Use MPE instrumentation [default=no] --with-default-vfd=driver Specify default file driver [default=sec2] --with-default-api-version=(v16|v18) Specify default release version of public symbols [default=v18] Some influential environment variables: CC C compiler command CFLAGS C compiler flags LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a nonstandard directory <lib dir> LIBS libraries to pass to the linker, e.g. -l<library> CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if you have headers in a nonstandard directory <include dir> FC Fortran compiler command FCFLAGS Fortran compiler flags CXX C++ compiler command CXXFLAGS C++ compiler flags CXXCPP C++ preprocessor CPP C preprocessor Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. Report bugs to <address@hidden>. dhcp-235:hdf5-1.8.1 edo$ cd /usr/local/include dhcp-235:include edo$ ls bin ft2build.h lib ncvalues.h netcdf.hh png.h pngwriter.h zconf.h freetype2 include libpng12 netcdf.h netcdfcpp.h pngconf.h share zlib.h dhcp-235:include edo$ cd dhcp-235:~ edo$ cd Downloads/hdf5-1.8.1 dhcp-235:hdf5-1.8.1 edo$ sudo ./configure --with-zlib=/usr/local/include --prefix=/usr/local/ --disable-shared CC=gcc CFLAGS= -m64 CXXFLAGS = -m64 configure: error: unrecognized option: -m64 Try `./configure --help' for more information. dhcp-235:hdf5-1.8.1 edo$ sudo ./configure --with-zlib=/usr/local/include --prefix=/usr/local/ --disable-shared --CC=gcc --CFLAGS= -m64 --CXXFLAGS = -m64 configure: error: unrecognized option: --CC=gcc Try `./configure --help' for more information. dhcp-235:hdf5-1.8.1 edo$ export CC=gcc dhcp-235:hdf5-1.8.1 edo$ export CFLAGS=-m64 dhcp-235:hdf5-1.8.1 edo$ export CXXFLAGS=-m64 dhcp-235:hdf5-1.8.1 edo$ sudo ./configure --with-zlib=/usr/local/include --prefix=/usr/local/ --disable-shared 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/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... i386-apple-darwin9.6.0 checking host system type... i386-apple-darwin9.6.0 checking shell variables initial values... done checking if basename works... yes checking if xargs works... yes checking for cached host... none checking for config i386-apple-darwin9.6.0... no checking for config i386-apple-darwin9.6.0... no checking for config apple-darwin9.6.0... no checking for config apple-darwin9.6.0... no checking for config i386-darwin9.6.0... no checking for config i386-darwin9.6.0... no checking for config i386-apple... no checking for config darwin9.6.0... no checking for config darwin9.6.0... no checking for config apple... found compiler 'gcc' is GNU gcc-4.0.1 checking for config ./config/site-specific/host-dhcp-235.mirsl.dyn... no checking for config ./config/site-specific/host-mirsl.dyn... no checking for config ./config/site-specific/host-dyn... no checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking if Fortran interface enabled... no checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking if c++ interface enabled... no checking if should build only statically linked executables... no checking for perl... perl checking for ar... ar checking whether make sets $(MAKE)... (cached) yes checking for a BSD-compatible install... /usr/bin/install -c checking for tr... /usr/bin/tr checking if srcdir= and time commands work together... yes checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -p checking the name lister (/usr/bin/nm -p) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 196608 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to reload object files... -r checking how to recognize dependent libraries... pass_all checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -p output from gcc object... ok checking for dsymutil... dsymutil checking for nmedit... nmedit checking for -single_module linker flag... yes checking for -exported_symbols_list linker flag... yes checking how to run the C preprocessor... 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) yes checking whether g++ accepts -g... (cached) yes checking dependency style of g++... (cached) gcc3 checking how to run the C++ preprocessor... g++ -E checking whether we are using the GNU Fortran compiler... no checking whether xlf accepts -g... no checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fno-common -DPIC checking if gcc PIC flag -fno-common -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin9.6.0 dyld checking how to hardcode library paths into programs... immediate checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... yes checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for ld used by g++... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fno-common -DPIC checking if g++ PIC flag -fno-common -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin9.6.0 dyld checking how to hardcode library paths into programs... immediate checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes libtool.m4: error: problem compiling FC test program checking for xlf option to produce PIC... checking if xlf static flag works... no checking if xlf supports -c -o file.o... no checking if xlf supports -c -o file.o... (cached) no checking whether the xlf linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... no checking dynamic linker characteristics... darwin9.6.0 dyld checking how to hardcode library paths into programs... immediate checking if -Wl,-rpath should be used to link shared libs in nondefault directories... yes checking make... checking how make searches directories... VPATH=DIR1 DIR2 ... checking whether make will build with undefined variables... yes checking for production mode... production checking for ceil in -lm... yes checking for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking for difftime... yes checking for gettimeofday... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking for sys/stat.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for sys/types.h... (cached) yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking setjmp.h usability... yes checking setjmp.h presence... yes checking for setjmp.h... yes checking features.h usability... no checking features.h presence... no checking for features.h... no checking for stdint.h... (cached) yes checking io.h usability... no checking io.h presence... no checking for io.h... no checking winsock.h usability... no checking winsock.h presence... no checking for winsock.h... no checking sys/timeb.h usability... yes checking sys/timeb.h presence... yes checking for sys/timeb.h... yes skipping test for lseek64(), fseek64(), fseeko(), and ftello checking for stat64... yes checking for fstat64... yes checking for off_t... yes checking for size_t... yes checking for ssize_t... yes checking whether byte ordering is bigendian... no checking for char... yes checking size of char... 1 checking for short... yes checking size of short... 2 checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 4 checking for long long... yes checking size of long long... 8 checking for __int64... no checking size of __int64... 0 checking for float... yes checking size of float... 4 checking for double... yes checking size of double... 8 checking for long double... yes checking size of long double... 16 checking for int8_t... yes checking size of int8_t... 1 checking for uint8_t... yes checking size of uint8_t... 1 checking for int_least8_t... yes checking size of int_least8_t... 1 checking for uint_least8_t... yes checking size of uint_least8_t... 1 checking for int_fast8_t... yes checking size of int_fast8_t... 1 checking for uint_fast8_t... yes checking size of uint_fast8_t... 1 checking for int16_t... yes checking size of int16_t... 2 checking for uint16_t... yes checking size of uint16_t... 2 checking for int_least16_t... yes checking size of int_least16_t... 2 checking for uint_least16_t... yes checking size of uint_least16_t... 2 checking for int_fast16_t... yes checking size of int_fast16_t... 2 checking for uint_fast16_t... yes checking size of uint_fast16_t... 2 checking for int32_t... yes checking size of int32_t... 4 checking for uint32_t... yes checking size of uint32_t... 4 checking for int_least32_t... yes checking size of int_least32_t... 4 checking for uint_least32_t... yes checking size of uint_least32_t... 4 checking for int_fast32_t... yes checking size of int_fast32_t... 4 checking for uint_fast32_t... yes checking size of uint_fast32_t... 4 checking for int64_t... yes checking size of int64_t... 8 checking for uint64_t... yes checking size of uint64_t... 8 checking for int_least64_t... yes checking size of int_least64_t... 8 checking for uint_least64_t... yes checking size of uint_least64_t... 8 checking for int_fast64_t... yes checking size of int_fast64_t... 8 checking for uint_fast64_t... yes checking size of uint_fast64_t... 8 checking for size_t... (cached) yes checking size of size_t... 4 checking for ssize_t... (cached) yes checking size of ssize_t... 4 checking for off_t... (cached) yes checking size of off_t... 8 checking for off64_t... no checking size of off64_t... 0 checking if dev_t is scalar... yes checking for dmalloc library... suppressed checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for compress2 in -lz... yes checking for compress2... yes checking for szlib... suppressed checking for pthread... suppressed checking for thread safe support... no checking for tm_gmtoff in struct tm... yes checking for __tm_gmtoff in struct tm... no checking for global timezone variable... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking for struct timezone... yes checking whether gettimeofday() gives timezone... yes checking for st_blocks in struct stat... yes checking for _getvideoconfig... no checking for gettextinfo... no checking for GetConsoleScreenBufferInfo... no checking for _scrsize... no checking for ioctl... yes checking for struct videoconfig... no checking for struct text_info... no checking for TIOCGWINSZ... yes checking for TIOCGETD... yes checking for alarm... yes checking for fork... yes checking for frexpf... yes checking for frexpl... yes checking for gethostname... yes checking for getpwuid... yes checking for getrusage... yes checking for BSDgettimeofday... no checking for siglongjmp... yes checking for longjmp... yes checking for setsysinfo... no checking for sigaction... yes checking for signal... yes checking for snprintf... yes checking for vasprintf... yes checking for strdup... yes checking for system... yes checking for waitpid... yes checking for rand_r... yes checking for random... yes checking for srandom... yes checking for tmpfile... yes checking for vsnprintf... yes checking if vsnprintf returns correct value... yes checking if lone colon can be used as an argument... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for __attribute__ extension... yes checking for __FUNCTION__ extension... yes checking how to print long long... %lld and %llu checking Threads support system scope... yes checking for gpfs... suppressed checking for debug flags... none checking whether function stack tracking is enabled... no checking whether metadata trace file code is enabled... no checking for API tracing... no checking for instrumented library... no checking whether to clear file buffers... yes checking whether a memory checking tool will be used... no checking for parallel support files... skipped checking for I/O filters... all (shuffle,fletcher32,nbit,scaleoffset) checking for Default Virtual File Driver definition... yes checking for Direct Virtual File Driver support... no checking whether exception handling functions is checked during data conversions... yes checking whether data accuracy is guaranteed during data conversions... yes checking if converting denormalized floating-point values is possible... yes checking if converting floating-point values to long long is not working... false checking if the machine has window style path name... no checking if converting from long double to integers is accurate... yes checking if converting from long double to integers works... yes checking if accurately converting from integers to long double... yes checking if accurately converting unsigned long long to floating-point values... yes checking if accurately roundup converting floating-point to unsigned long long values... yes checking if right maximum converting floating-point to unsigned long long values... no checking if correctly converting long double to unsigned int values... yes checking if compiling unsigned long long to floating-point typecasts work... yes checking if compiling long long to floating-point typecasts work... yes checking if converting unsigned long long to long double with precision... yes checking if overflows normally converting floating-point to integer values... yes checking if correctly converting long double to (unsigned) long long values... yes checking if correctly converting (unsigned) long long to long double values... yes checking if bad code for log2 routine is generated... no checking if high level library is enabled... yes checking additional programs should be built... no checking if deprecated public symbols are available... yes checking which version of public symbols to use by default... v18 checking Whether to perform strict file format checks... no configure: creating ./config.status config.status: creating src/libhdf5.settings config.status: creating Makefile config.status: creating src/Makefile config.status: creating test/Makefile config.status: creating test/testerror.sh config.status: creating testpar/Makefile config.status: creating testpar/testph5.sh config.status: creating perform/Makefile config.status: creating tools/Makefile config.status: creating tools/h5dump/Makefile config.status: creating tools/h5dump/testh5dump.sh config.status: creating tools/h5dump/testh5dumpxml.sh config.status: creating tools/h5import/Makefile config.status: creating tools/h5diff/Makefile config.status: creating tools/h5jam/Makefile config.status: creating tools/h5jam/testh5jam.sh config.status: creating tools/h5repack/Makefile config.status: creating tools/h5repack/h5repack.sh config.status: creating tools/h5ls/Makefile config.status: creating tools/h5copy/Makefile config.status: creating tools/lib/Makefile config.status: creating tools/misc/Makefile config.status: creating tools/misc/h5cc config.status: creating tools/misc/testh5repart.sh config.status: creating tools/h5stat/testh5stat.sh config.status: creating tools/h5stat/Makefile config.status: creating examples/Makefile config.status: creating examples/testh5cc.sh config.status: creating c++/Makefile config.status: creating c++/src/Makefile config.status: creating c++/src/h5c++ config.status: creating c++/test/Makefile config.status: creating c++/examples/Makefile config.status: creating c++/examples/testh5c++.sh config.status: creating fortran/Makefile config.status: creating fortran/src/h5fc config.status: creating fortran/src/libhdf5_fortran.settings config.status: creating fortran/src/Makefile config.status: creating fortran/test/Makefile config.status: creating fortran/testpar/Makefile config.status: creating fortran/examples/Makefile config.status: creating fortran/examples/testh5fc.sh config.status: creating hl/Makefile config.status: creating hl/src/Makefile config.status: creating hl/test/Makefile config.status: creating hl/tools/Makefile config.status: creating hl/tools/gif2h5/Makefile config.status: creating hl/examples/Makefile config.status: creating hl/c++/Makefile config.status: creating hl/c++/src/Makefile config.status: creating hl/c++/test/Makefile config.status: creating hl/c++/examples/Makefile config.status: creating hl/fortran/Makefile config.status: creating hl/fortran/src/Makefile config.status: creating hl/fortran/test/Makefile config.status: creating hl/fortran/examples/Makefile config.status: creating src/H5config.h config.status: executing default-1 commands creating src/H5pubconf.h Post process src/libhdf5.settings config.status: executing depfiles commands config.status: executing libtool commands SUMMARY OF THE HDF5 CONFIGURATION ================================= General Information: ------------------- HDF5 Version: 1.8.1 Configured on: Mon Feb 9 17:12:27 EST 2009 Configured by: address@hidden Configure mode: production Host system: i386-apple-darwin9.6.0 Uname information: Darwin dhcp-235.mirsl.dyn 9.6.0 Darwin Kernel Version 9.6.0: Mon Nov 24 17:37:00 PST 2008; root:xnu-1228.9.59~1/RELEASE_I386 i386 Byte sex: little-endian Libraries: Parallel support: no Installation point: /usr/local/ Compiler: /usr/bin/gcc (gcc-4.0.1) Compiler switches: -I/usr/local/include/include Extra libraries: -L/usr/local/include/lib -lz -lm Archiver: ar Ranlib: ranlib Debugged Packages: API Tracing: no Compiling Options: ------------------ Compilation Mode: production C Compiler: /usr/bin/gcc (gcc-4.0.1) CFLAGS/H5_CFLAGS: /-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions CPPFLAGS/H5_CPPFLAGS: -I/usr/local/include/include / -DNDEBUG -UH5_DEBUG_API LDFLAGS: -L/usr/local/include/lib Debug Mode: Shared Libraries: no Static Libraries: yes Statically Linked Executables: no Default Public Symbols Version: v18 With Deprecated Public Symbols: yes Tracing: no Clear file buffers before write: yes Using memory checker: no Optimization Instrumentation: no Languages: ---------- Fortran: no C++: no Features: --------- dmalloc: no Function Stack Tracing: no GPFS: no Strict File Format Checks: no Default API Mapping: v18 I/O filters (external): deflate(zlib) I/O filters (internal): shuffle,fletcher32,nbit,scaleoffset Linux Large File Support (LFS): no MPE: no Parallel HDF5: no Direct VFD: no Threadsafety: no High Level library: yes dhcp-235:hdf5-1.8.1 edo$ sudo emacs Makefile dhcp-235:hdf5-1.8.1 edo$ $export CXXFLAGS=-m64 -bash: CXXFLAGS=-m64: command not found dhcp-235:hdf5-1.8.1 edo$ $export CFLAGS=-m64 -bash: CFLAGS=-m64: command not found dhcp-235:hdf5-1.8.1 edo$ sudo emacs Makefile dhcp-235:hdf5-1.8.1 edo$ sudo make Making all in src make all-am /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5.lo -MD -MP -MF .deps/H5.Tpo -c -o H5.lo H5.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5.lo -MD -MP -MF .deps/H5.Tpo -c H5.c -o H5.o H5.c: In function â??H5dont_atexitâ??: H5.c:347: warning: unused variable â??FUNCâ?? H5.c: In function â??H5check_versionâ??: H5.c:615: warning: unused variable â??FUNCâ?? H5.c: In function â??H5closeâ??: H5.c:754: warning: unused variable â??FUNCâ?? mv -f .deps/H5.Tpo .deps/H5.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5checksum.lo -MD -MP -MF .deps/H5checksum.Tpo -c -o H5checksum.lo H5checksum.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5checksum.lo -MD -MP -MF .deps/H5checksum.Tpo -c H5checksum.c -o H5checksum.o H5checksum.c: In function â??H5_hash_stringâ??: H5checksum.c:489: warning: suggest parentheses around assignment used as truth value mv -f .deps/H5checksum.Tpo .deps/H5checksum.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5dbg.lo -MD -MP -MF .deps/H5dbg.Tpo -c -o H5dbg.lo H5dbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5dbg.lo -MD -MP -MF .deps/H5dbg.Tpo -c H5dbg.c -o H5dbg.o mv -f .deps/H5dbg.Tpo .deps/H5dbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5system.lo -MD -MP -MF .deps/H5system.Tpo -c -o H5system.lo H5system.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5system.lo -MD -MP -MF .deps/H5system.Tpo -c H5system.c -o H5system.o mv -f .deps/H5system.Tpo .deps/H5system.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5timer.lo -MD -MP -MF .deps/H5timer.Tpo -c -o H5timer.lo H5timer.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5timer.lo -MD -MP -MF .deps/H5timer.Tpo -c H5timer.c -o H5timer.o mv -f .deps/H5timer.Tpo .deps/H5timer.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5trace.lo -MD -MP -MF .deps/H5trace.Tpo -c -o H5trace.lo H5trace.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5trace.lo -MD -MP -MF .deps/H5trace.Tpo -c H5trace.c -o H5trace.o mv -f .deps/H5trace.Tpo .deps/H5trace.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5A.lo -MD -MP -MF .deps/H5A.Tpo -c -o H5A.lo H5A.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5A.lo -MD -MP -MF .deps/H5A.Tpo -c H5A.c -o H5A.o mv -f .deps/H5A.Tpo .deps/H5A.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Abtree2.lo -MD -MP -MF .deps/H5Abtree2.Tpo -c -o H5Abtree2.lo H5Abtree2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Abtree2.lo -MD -MP -MF .deps/H5Abtree2.Tpo -c H5Abtree2.c -o H5Abtree2.o mv -f .deps/H5Abtree2.Tpo .deps/H5Abtree2.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Adense.lo -MD -MP -MF .deps/H5Adense.Tpo -c -o H5Adense.lo H5Adense.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Adense.lo -MD -MP -MF .deps/H5Adense.Tpo -c H5Adense.c -o H5Adense.o mv -f .deps/H5Adense.Tpo .deps/H5Adense.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Adeprec.lo -MD -MP -MF .deps/H5Adeprec.Tpo -c -o H5Adeprec.lo H5Adeprec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Adeprec.lo -MD -MP -MF .deps/H5Adeprec.Tpo -c H5Adeprec.c -o H5Adeprec.o mv -f .deps/H5Adeprec.Tpo .deps/H5Adeprec.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Aint.lo -MD -MP -MF .deps/H5Aint.Tpo -c -o H5Aint.lo H5Aint.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Aint.lo -MD -MP -MF .deps/H5Aint.Tpo -c H5Aint.c -o H5Aint.o mv -f .deps/H5Aint.Tpo .deps/H5Aint.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Atest.lo -MD -MP -MF .deps/H5Atest.Tpo -c -o H5Atest.lo H5Atest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Atest.lo -MD -MP -MF .deps/H5Atest.Tpo -c H5Atest.c -o H5Atest.o mv -f .deps/H5Atest.Tpo .deps/H5Atest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5AC.lo -MD -MP -MF .deps/H5AC.Tpo -c -o H5AC.lo H5AC.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5AC.lo -MD -MP -MF .deps/H5AC.Tpo -c H5AC.c -o H5AC.o mv -f .deps/H5AC.Tpo .deps/H5AC.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B.lo -MD -MP -MF .deps/H5B.Tpo -c -o H5B.lo H5B.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B.lo -MD -MP -MF .deps/H5B.Tpo -c H5B.c -o H5B.o mv -f .deps/H5B.Tpo .deps/H5B.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Bcache.lo -MD -MP -MF .deps/H5Bcache.Tpo -c -o H5Bcache.lo H5Bcache.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Bcache.lo -MD -MP -MF .deps/H5Bcache.Tpo -c H5Bcache.c -o H5Bcache.o mv -f .deps/H5Bcache.Tpo .deps/H5Bcache.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2.lo -MD -MP -MF .deps/H5B2.Tpo -c -o H5B2.lo H5B2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2.lo -MD -MP -MF .deps/H5B2.Tpo -c H5B2.c -o H5B2.o mv -f .deps/H5B2.Tpo .deps/H5B2.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2cache.lo -MD -MP -MF .deps/H5B2cache.Tpo -c -o H5B2cache.lo H5B2cache.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2cache.lo -MD -MP -MF .deps/H5B2cache.Tpo -c H5B2cache.c -o H5B2cache.o mv -f .deps/H5B2cache.Tpo .deps/H5B2cache.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2dbg.lo -MD -MP -MF .deps/H5B2dbg.Tpo -c -o H5B2dbg.lo H5B2dbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2dbg.lo -MD -MP -MF .deps/H5B2dbg.Tpo -c H5B2dbg.c -o H5B2dbg.o mv -f .deps/H5B2dbg.Tpo .deps/H5B2dbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2int.lo -MD -MP -MF .deps/H5B2int.Tpo -c -o H5B2int.lo H5B2int.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2int.lo -MD -MP -MF .deps/H5B2int.Tpo -c H5B2int.c -o H5B2int.o mv -f .deps/H5B2int.Tpo .deps/H5B2int.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2stat.lo -MD -MP -MF .deps/H5B2stat.Tpo -c -o H5B2stat.lo H5B2stat.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2stat.lo -MD -MP -MF .deps/H5B2stat.Tpo -c H5B2stat.c -o H5B2stat.o mv -f .deps/H5B2stat.Tpo .deps/H5B2stat.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2test.lo -MD -MP -MF .deps/H5B2test.Tpo -c -o H5B2test.lo H5B2test.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2test.lo -MD -MP -MF .deps/H5B2test.Tpo -c H5B2test.c -o H5B2test.o mv -f .deps/H5B2test.Tpo .deps/H5B2test.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5C.lo -MD -MP -MF .deps/H5C.Tpo -c -o H5C.lo H5C.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5C.lo -MD -MP -MF .deps/H5C.Tpo -c H5C.c -o H5C.o mv -f .deps/H5C.Tpo .deps/H5C.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5CS.lo -MD -MP -MF .deps/H5CS.Tpo -c -o H5CS.lo H5CS.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5CS.lo -MD -MP -MF .deps/H5CS.Tpo -c H5CS.c -o H5CS.o mv -f .deps/H5CS.Tpo .deps/H5CS.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5D.lo -MD -MP -MF .deps/H5D.Tpo -c -o H5D.lo H5D.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5D.lo -MD -MP -MF .deps/H5D.Tpo -c H5D.c -o H5D.o mv -f .deps/H5D.Tpo .deps/H5D.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dchunk.lo -MD -MP -MF .deps/H5Dchunk.Tpo -c -o H5Dchunk.lo H5Dchunk.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dchunk.lo -MD -MP -MF .deps/H5Dchunk.Tpo -c H5Dchunk.c -o H5Dchunk.o H5Dchunk.c: In function â??H5D_chunk_io_initâ??: H5Dchunk.c:188: warning: cast discards qualifiers from pointer target type H5Dchunk.c:419: warning: cast discards qualifiers from pointer target type H5Dchunk.c: In function â??H5D_create_chunk_map_singleâ??: H5Dchunk.c:541: warning: cast discards qualifiers from pointer target type H5Dchunk.c: In function â??H5D_create_chunk_file_map_hyperâ??: H5Dchunk.c:609: warning: cast discards qualifiers from pointer target type H5Dchunk.c: In function â??H5D_create_chunk_mem_map_hyperâ??: H5Dchunk.c:777: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Dchunk.Tpo .deps/H5Dchunk.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dcompact.lo -MD -MP -MF .deps/H5Dcompact.Tpo -c -o H5Dcompact.lo H5Dcompact.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dcompact.lo -MD -MP -MF .deps/H5Dcompact.Tpo -c H5Dcompact.c -o H5Dcompact.o mv -f .deps/H5Dcompact.Tpo .deps/H5Dcompact.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dcontig.lo -MD -MP -MF .deps/H5Dcontig.Tpo -c -o H5Dcontig.lo H5Dcontig.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dcontig.lo -MD -MP -MF .deps/H5Dcontig.Tpo -c H5Dcontig.c -o H5Dcontig.o mv -f .deps/H5Dcontig.Tpo .deps/H5Dcontig.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ddbg.lo -MD -MP -MF .deps/H5Ddbg.Tpo -c -o H5Ddbg.lo H5Ddbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ddbg.lo -MD -MP -MF .deps/H5Ddbg.Tpo -c H5Ddbg.c -o H5Ddbg.o mv -f .deps/H5Ddbg.Tpo .deps/H5Ddbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ddeprec.lo -MD -MP -MF .deps/H5Ddeprec.Tpo -c -o H5Ddeprec.lo H5Ddeprec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ddeprec.lo -MD -MP -MF .deps/H5Ddeprec.Tpo -c H5Ddeprec.c -o H5Ddeprec.o mv -f .deps/H5Ddeprec.Tpo .deps/H5Ddeprec.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Defl.lo -MD -MP -MF .deps/H5Defl.Tpo -c -o H5Defl.lo H5Defl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Defl.lo -MD -MP -MF .deps/H5Defl.Tpo -c H5Defl.c -o H5Defl.o mv -f .deps/H5Defl.Tpo .deps/H5Defl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dfill.lo -MD -MP -MF .deps/H5Dfill.Tpo -c -o H5Dfill.lo H5Dfill.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dfill.lo -MD -MP -MF .deps/H5Dfill.Tpo -c H5Dfill.c -o H5Dfill.o mv -f .deps/H5Dfill.Tpo .deps/H5Dfill.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dint.lo -MD -MP -MF .deps/H5Dint.Tpo -c -o H5Dint.lo H5Dint.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dint.lo -MD -MP -MF .deps/H5Dint.Tpo -c H5Dint.c -o H5Dint.o H5Dint.c: In function â??H5D_init_typeâ??: H5Dint.c:631: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Dint.Tpo .deps/H5Dint.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dio.lo -MD -MP -MF .deps/H5Dio.Tpo -c -o H5Dio.lo H5Dio.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dio.lo -MD -MP -MF .deps/H5Dio.Tpo -c H5Dio.c -o H5Dio.o mv -f .deps/H5Dio.Tpo .deps/H5Dio.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Distore.lo -MD -MP -MF .deps/H5Distore.Tpo -c -o H5Distore.lo H5Distore.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Distore.lo -MD -MP -MF .deps/H5Distore.Tpo -c H5Distore.c -o H5Distore.o H5Distore.c: In function â??H5D_istore_chunk_allocâ??: H5Distore.c:2377: warning: unused variable â??FUNCâ?? H5Distore.c: In function â??H5D_istore_allocateâ??: H5Distore.c:2538: warning: cast discards qualifiers from pointer target type H5Distore.c:2539: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Distore.Tpo .deps/H5Distore.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dmpio.lo -MD -MP -MF .deps/H5Dmpio.Tpo -c -o H5Dmpio.lo H5Dmpio.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dmpio.lo -MD -MP -MF .deps/H5Dmpio.Tpo -c H5Dmpio.c -o H5Dmpio.o mv -f .deps/H5Dmpio.Tpo .deps/H5Dmpio.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Doh.lo -MD -MP -MF .deps/H5Doh.Tpo -c -o H5Doh.lo H5Doh.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Doh.lo -MD -MP -MF .deps/H5Doh.Tpo -c H5Doh.c -o H5Doh.o mv -f .deps/H5Doh.Tpo .deps/H5Doh.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dscatgath.lo -MD -MP -MF .deps/H5Dscatgath.Tpo -c -o H5Dscatgath.lo H5Dscatgath.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dscatgath.lo -MD -MP -MF .deps/H5Dscatgath.Tpo -c H5Dscatgath.c -o H5Dscatgath.o mv -f .deps/H5Dscatgath.Tpo .deps/H5Dscatgath.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dselect.lo -MD -MP -MF .deps/H5Dselect.Tpo -c -o H5Dselect.lo H5Dselect.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dselect.lo -MD -MP -MF .deps/H5Dselect.Tpo -c H5Dselect.c -o H5Dselect.o mv -f .deps/H5Dselect.Tpo .deps/H5Dselect.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dtest.lo -MD -MP -MF .deps/H5Dtest.Tpo -c -o H5Dtest.lo H5Dtest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dtest.lo -MD -MP -MF .deps/H5Dtest.Tpo -c H5Dtest.c -o H5Dtest.o mv -f .deps/H5Dtest.Tpo .deps/H5Dtest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5E.lo -MD -MP -MF .deps/H5E.Tpo -c -o H5E.lo H5E.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5E.lo -MD -MP -MF .deps/H5E.Tpo -c H5E.c -o H5E.o mv -f .deps/H5E.Tpo .deps/H5E.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Edeprec.lo -MD -MP -MF .deps/H5Edeprec.Tpo -c -o H5Edeprec.lo H5Edeprec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Edeprec.lo -MD -MP -MF .deps/H5Edeprec.Tpo -c H5Edeprec.c -o H5Edeprec.o mv -f .deps/H5Edeprec.Tpo .deps/H5Edeprec.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Eint.lo -MD -MP -MF .deps/H5Eint.Tpo -c -o H5Eint.lo H5Eint.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Eint.lo -MD -MP -MF .deps/H5Eint.Tpo -c H5Eint.c -o H5Eint.o H5Eint.c: In function â??H5E_clear_entriesâ??: H5Eint.c:798: warning: cast discards qualifiers from pointer target type H5Eint.c:800: warning: cast discards qualifiers from pointer target type H5Eint.c:802: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Eint.Tpo .deps/H5Eint.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5F.lo -MD -MP -MF .deps/H5F.Tpo -c -o H5F.lo H5F.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5F.lo -MD -MP -MF .deps/H5F.Tpo -c H5F.c -o H5F.o mv -f .deps/H5F.Tpo .deps/H5F.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Fdbg.lo -MD -MP -MF .deps/H5Fdbg.Tpo -c -o H5Fdbg.lo H5Fdbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Fdbg.lo -MD -MP -MF .deps/H5Fdbg.Tpo -c H5Fdbg.c -o H5Fdbg.o mv -f .deps/H5Fdbg.Tpo .deps/H5Fdbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ffake.lo -MD -MP -MF .deps/H5Ffake.Tpo -c -o H5Ffake.lo H5Ffake.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ffake.lo -MD -MP -MF .deps/H5Ffake.Tpo -c H5Ffake.c -o H5Ffake.o mv -f .deps/H5Ffake.Tpo .deps/H5Ffake.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Fmount.lo -MD -MP -MF .deps/H5Fmount.Tpo -c -o H5Fmount.lo H5Fmount.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Fmount.lo -MD -MP -MF .deps/H5Fmount.Tpo -c H5Fmount.c -o H5Fmount.o mv -f .deps/H5Fmount.Tpo .deps/H5Fmount.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Fsfile.lo -MD -MP -MF .deps/H5Fsfile.Tpo -c -o H5Fsfile.lo H5Fsfile.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Fsfile.lo -MD -MP -MF .deps/H5Fsfile.Tpo -c H5Fsfile.c -o H5Fsfile.o mv -f .deps/H5Fsfile.Tpo .deps/H5Fsfile.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Fsuper.lo -MD -MP -MF .deps/H5Fsuper.Tpo -c -o H5Fsuper.lo H5Fsuper.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Fsuper.lo -MD -MP -MF .deps/H5Fsuper.Tpo -c H5Fsuper.c -o H5Fsuper.o mv -f .deps/H5Fsuper.Tpo .deps/H5Fsuper.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ftest.lo -MD -MP -MF .deps/H5Ftest.Tpo -c -o H5Ftest.lo H5Ftest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ftest.lo -MD -MP -MF .deps/H5Ftest.Tpo -c H5Ftest.c -o H5Ftest.o mv -f .deps/H5Ftest.Tpo .deps/H5Ftest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FD.lo -MD -MP -MF .deps/H5FD.Tpo -c -o H5FD.lo H5FD.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FD.lo -MD -MP -MF .deps/H5FD.Tpo -c H5FD.c -o H5FD.o mv -f .deps/H5FD.Tpo .deps/H5FD.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDcore.lo -MD -MP -MF .deps/H5FDcore.Tpo -c -o H5FDcore.lo H5FDcore.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDcore.lo -MD -MP -MF .deps/H5FDcore.Tpo -c H5FDcore.c -o H5FDcore.o mv -f .deps/H5FDcore.Tpo .deps/H5FDcore.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDdirect.lo -MD -MP -MF .deps/H5FDdirect.Tpo -c -o H5FDdirect.lo H5FDdirect.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDdirect.lo -MD -MP -MF .deps/H5FDdirect.Tpo -c H5FDdirect.c -o H5FDdirect.o H5private.h:1191: warning: â??H5_interface_initialize_gâ?? defined but not used H5private.h:1192: warning: â??H5FD_direct_init_interfaceâ?? declared â??staticâ?? but never defined mv -f .deps/H5FDdirect.Tpo .deps/H5FDdirect.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDfamily.lo -MD -MP -MF .deps/H5FDfamily.Tpo -c -o H5FDfamily.lo H5FDfamily.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDfamily.lo -MD -MP -MF .deps/H5FDfamily.Tpo -c H5FDfamily.c -o H5FDfamily.o mv -f .deps/H5FDfamily.Tpo .deps/H5FDfamily.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDlog.lo -MD -MP -MF .deps/H5FDlog.Tpo -c -o H5FDlog.lo H5FDlog.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDlog.lo -MD -MP -MF .deps/H5FDlog.Tpo -c H5FDlog.c -o H5FDlog.o H5FDlog.c: In function â??H5Pset_fapl_logâ??: H5FDlog.c:361: warning: cast discards qualifiers from pointer target type mv -f .deps/H5FDlog.Tpo .deps/H5FDlog.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDmpi.lo -MD -MP -MF .deps/H5FDmpi.Tpo -c -o H5FDmpi.lo H5FDmpi.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDmpi.lo -MD -MP -MF .deps/H5FDmpi.Tpo -c H5FDmpi.c -o H5FDmpi.o mv -f .deps/H5FDmpi.Tpo .deps/H5FDmpi.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDmpio.lo -MD -MP -MF .deps/H5FDmpio.Tpo -c -o H5FDmpio.lo H5FDmpio.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDmpio.lo -MD -MP -MF .deps/H5FDmpio.Tpo -c H5FDmpio.c -o H5FDmpio.o H5private.h:1191: warning: â??H5_interface_initialize_gâ?? defined but not used H5private.h:1192: warning: â??H5FD_mpio_init_interfaceâ?? declared â??staticâ?? but never defined mv -f .deps/H5FDmpio.Tpo .deps/H5FDmpio.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDmpiposix.lo -MD -MP -MF .deps/H5FDmpiposix.Tpo -c -o H5FDmpiposix.lo H5FDmpiposix.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDmpiposix.lo -MD -MP -MF .deps/H5FDmpiposix.Tpo -c H5FDmpiposix.c -o H5FDmpiposix.o H5private.h:1191: warning: â??H5_interface_initialize_gâ?? defined but not used H5private.h:1192: warning: â??H5FD_mpiposix_init_interfaceâ?? declared â??staticâ?? but never defined mv -f .deps/H5FDmpiposix.Tpo .deps/H5FDmpiposix.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDmulti.lo -MD -MP -MF .deps/H5FDmulti.Tpo -c -o H5FDmulti.lo H5FDmulti.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDmulti.lo -MD -MP -MF .deps/H5FDmulti.Tpo -c H5FDmulti.c -o H5FDmulti.o H5FDmulti.c: In function â??compute_nextâ??: H5FDmulti.c:1969: warning: declaration of â??_unmappedâ?? shadows a previous local H5FDmulti.c:1968: warning: shadowed declaration is here H5FDmulti.c:1969: warning: declaration of â??_seenâ?? shadows a previous local H5FDmulti.c:1968: warning: shadowed declaration is here mv -f .deps/H5FDmulti.Tpo .deps/H5FDmulti.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDsec2.lo -MD -MP -MF .deps/H5FDsec2.Tpo -c -o H5FDsec2.lo H5FDsec2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDsec2.lo -MD -MP -MF .deps/H5FDsec2.Tpo -c H5FDsec2.c -o H5FDsec2.o mv -f .deps/H5FDsec2.Tpo .deps/H5FDsec2.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDspace.lo -MD -MP -MF .deps/H5FDspace.Tpo -c -o H5FDspace.lo H5FDspace.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDspace.lo -MD -MP -MF .deps/H5FDspace.Tpo -c H5FDspace.c -o H5FDspace.o mv -f .deps/H5FDspace.Tpo .deps/H5FDspace.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDstdio.lo -MD -MP -MF .deps/H5FDstdio.Tpo -c -o H5FDstdio.lo H5FDstdio.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDstdio.lo -MD -MP -MF .deps/H5FDstdio.Tpo -c H5FDstdio.c -o H5FDstdio.o mv -f .deps/H5FDstdio.Tpo .deps/H5FDstdio.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FL.lo -MD -MP -MF .deps/H5FL.Tpo -c -o H5FL.lo H5FL.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FL.lo -MD -MP -MF .deps/H5FL.Tpo -c H5FL.c -o H5FL.o mv -f .deps/H5FL.Tpo .deps/H5FL.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FO.lo -MD -MP -MF .deps/H5FO.Tpo -c -o H5FO.lo H5FO.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FO.lo -MD -MP -MF .deps/H5FO.Tpo -c H5FO.c -o H5FO.o mv -f .deps/H5FO.Tpo .deps/H5FO.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FS.lo -MD -MP -MF .deps/H5FS.Tpo -c -o H5FS.lo H5FS.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FS.lo -MD -MP -MF .deps/H5FS.Tpo -c H5FS.c -o H5FS.o mv -f .deps/H5FS.Tpo .deps/H5FS.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FScache.lo -MD -MP -MF .deps/H5FScache.Tpo -c -o H5FScache.lo H5FScache.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FScache.lo -MD -MP -MF .deps/H5FScache.Tpo -c H5FScache.c -o H5FScache.o mv -f .deps/H5FScache.Tpo .deps/H5FScache.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FSdbg.lo -MD -MP -MF .deps/H5FSdbg.Tpo -c -o H5FSdbg.lo H5FSdbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FSdbg.lo -MD -MP -MF .deps/H5FSdbg.Tpo -c H5FSdbg.c -o H5FSdbg.o mv -f .deps/H5FSdbg.Tpo .deps/H5FSdbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FSsection.lo -MD -MP -MF .deps/H5FSsection.Tpo -c -o H5FSsection.lo H5FSsection.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FSsection.lo -MD -MP -MF .deps/H5FSsection.Tpo -c H5FSsection.c -o H5FSsection.o mv -f .deps/H5FSsection.Tpo .deps/H5FSsection.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5G.lo -MD -MP -MF .deps/H5G.Tpo -c -o H5G.lo H5G.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5G.lo -MD -MP -MF .deps/H5G.Tpo -c H5G.c -o H5G.o H5G.c: In function â??H5G_iterateâ??: H5G.c:1665: warning: â??grpâ?? is used uninitialized in this function mv -f .deps/H5G.Tpo .deps/H5G.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gbtree2.lo -MD -MP -MF .deps/H5Gbtree2.Tpo -c -o H5Gbtree2.lo H5Gbtree2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gbtree2.lo -MD -MP -MF .deps/H5Gbtree2.Tpo -c H5Gbtree2.c -o H5Gbtree2.o mv -f .deps/H5Gbtree2.Tpo .deps/H5Gbtree2.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gcompact.lo -MD -MP -MF .deps/H5Gcompact.Tpo -c -o H5Gcompact.lo H5Gcompact.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gcompact.lo -MD -MP -MF .deps/H5Gcompact.Tpo -c H5Gcompact.c -o H5Gcompact.o mv -f .deps/H5Gcompact.Tpo .deps/H5Gcompact.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gdense.lo -MD -MP -MF .deps/H5Gdense.Tpo -c -o H5Gdense.lo H5Gdense.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gdense.lo -MD -MP -MF .deps/H5Gdense.Tpo -c H5Gdense.c -o H5Gdense.o mv -f .deps/H5Gdense.Tpo .deps/H5Gdense.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gdeprec.lo -MD -MP -MF .deps/H5Gdeprec.Tpo -c -o H5Gdeprec.lo H5Gdeprec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gdeprec.lo -MD -MP -MF .deps/H5Gdeprec.Tpo -c H5Gdeprec.c -o H5Gdeprec.o mv -f .deps/H5Gdeprec.Tpo .deps/H5Gdeprec.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gent.lo -MD -MP -MF .deps/H5Gent.Tpo -c -o H5Gent.lo H5Gent.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gent.lo -MD -MP -MF .deps/H5Gent.Tpo -c H5Gent.c -o H5Gent.o H5Gent.c: In function â??H5G_ent_copyâ??: H5Gent.c:325: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Gent.Tpo .deps/H5Gent.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gint.lo -MD -MP -MF .deps/H5Gint.Tpo -c -o H5Gint.lo H5Gint.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gint.lo -MD -MP -MF .deps/H5Gint.Tpo -c H5Gint.c -o H5Gint.o H5private.h:1191: warning: â??H5_interface_initialize_gâ?? defined but not used H5Gint.c:96: warning: â??H5G_init_int_interfaceâ?? defined but not used mv -f .deps/H5Gint.Tpo .deps/H5Gint.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Glink.lo -MD -MP -MF .deps/H5Glink.Tpo -c -o H5Glink.lo H5Glink.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Glink.lo -MD -MP -MF .deps/H5Glink.Tpo -c H5Glink.c -o H5Glink.o H5Glink.c: In function â??H5G_link_copy_fileâ??: H5Glink.c:484: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Glink.Tpo .deps/H5Glink.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gloc.lo -MD -MP -MF .deps/H5Gloc.Tpo -c -o H5Gloc.lo H5Gloc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gloc.lo -MD -MP -MF .deps/H5Gloc.Tpo -c H5Gloc.c -o H5Gloc.o H5Gloc.c: In function â??H5G_loc_insertâ??: H5Gloc.c:617: warning: cast discards qualifiers from pointer target type H5Gloc.c: In function â??H5G_loc_set_comment_cbâ??: H5Gloc.c:745: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Gloc.Tpo .deps/H5Gloc.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gname.lo -MD -MP -MF .deps/H5Gname.Tpo -c -o H5Gname.lo H5Gname.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gname.lo -MD -MP -MF .deps/H5Gname.Tpo -c H5Gname.c -o H5Gname.o H5Gname.c: In function â??H5G_name_copyâ??: H5Gname.c:405: warning: cast discards qualifiers from pointer target type H5Gname.c: At top level: H5Gname.c:71: warning: â??H5_haddr_t_reg_free_listâ?? defined but not used mv -f .deps/H5Gname.Tpo .deps/H5Gname.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gnode.lo -MD -MP -MF .deps/H5Gnode.Tpo -c -o H5Gnode.lo H5Gnode.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gnode.lo -MD -MP -MF .deps/H5Gnode.Tpo -c H5Gnode.c -o H5Gnode.o H5Gnode.c: In function â??H5G_node_copyâ??: H5Gnode.c:1758: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Gnode.Tpo .deps/H5Gnode.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gobj.lo -MD -MP -MF .deps/H5Gobj.Tpo -c -o H5Gobj.lo H5Gobj.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gobj.lo -MD -MP -MF .deps/H5Gobj.Tpo -c H5Gobj.c -o H5Gobj.o H5Gobj.c: In function â??H5G_obj_createâ??: H5Gobj.c:199: warning: passing argument 5 of â??H5O_msg_createâ?? discards qualifiers from pointer target type H5Gobj.c:203: warning: passing argument 5 of â??H5O_msg_createâ?? discards qualifiers from pointer target type H5Gobj.c: In function â??H5G_obj_stab_to_new_cbâ??: H5Gobj.c:425: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Gobj.Tpo .deps/H5Gobj.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Goh.lo -MD -MP -MF .deps/H5Goh.Tpo -c -o H5Goh.lo H5Goh.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Goh.lo -MD -MP -MF .deps/H5Goh.Tpo -c H5Goh.c -o H5Goh.o mv -f .deps/H5Goh.Tpo .deps/H5Goh.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gstab.lo -MD -MP -MF .deps/H5Gstab.Tpo -c -o H5Gstab.lo H5Gstab.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gstab.lo -MD -MP -MF .deps/H5Gstab.Tpo -c H5Gstab.c -o H5Gstab.o mv -f .deps/H5Gstab.Tpo .deps/H5Gstab.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gtest.lo -MD -MP -MF .deps/H5Gtest.Tpo -c -o H5Gtest.lo H5Gtest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gtest.lo -MD -MP -MF .deps/H5Gtest.Tpo -c H5Gtest.c -o H5Gtest.o mv -f .deps/H5Gtest.Tpo .deps/H5Gtest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gtraverse.lo -MD -MP -MF .deps/H5Gtraverse.Tpo -c -o H5Gtraverse.lo H5Gtraverse.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gtraverse.lo -MD -MP -MF .deps/H5Gtraverse.Tpo -c H5Gtraverse.c -o H5Gtraverse.o mv -f .deps/H5Gtraverse.Tpo .deps/H5Gtraverse.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HF.lo -MD -MP -MF .deps/H5HF.Tpo -c -o H5HF.lo H5HF.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HF.lo -MD -MP -MF .deps/H5HF.Tpo -c H5HF.c -o H5HF.o H5HF.c: In function â??H5HF_op_writeâ??: H5HF.c:130: warning: cast discards qualifiers from pointer target type H5HF.c: In function â??H5HF_insertâ??: H5HF.c:389: warning: cast discards qualifiers from pointer target type mv -f .deps/H5HF.Tpo .deps/H5HF.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFbtree2.lo -MD -MP -MF .deps/H5HFbtree2.Tpo -c -o H5HFbtree2.lo H5HFbtree2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFbtree2.lo -MD -MP -MF .deps/H5HFbtree2.Tpo -c H5HFbtree2.c -o H5HFbtree2.o mv -f .deps/H5HFbtree2.Tpo .deps/H5HFbtree2.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFcache.lo -MD -MP -MF .deps/H5HFcache.Tpo -c -o H5HFcache.lo H5HFcache.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFcache.lo -MD -MP -MF .deps/H5HFcache.Tpo -c H5HFcache.c -o H5HFcache.o H5HFcache.c: In function â??H5HF_cache_dblock_loadâ??: H5HFcache.c:1354: warning: cast discards qualifiers from pointer target type mv -f .deps/H5HFcache.Tpo .deps/H5HFcache.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFdbg.lo -MD -MP -MF .deps/H5HFdbg.Tpo -c -o H5HFdbg.lo H5HFdbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFdbg.lo -MD -MP -MF .deps/H5HFdbg.Tpo -c H5HFdbg.c -o H5HFdbg.o mv -f .deps/H5HFdbg.Tpo .deps/H5HFdbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFdblock.lo -MD -MP -MF .deps/H5HFdblock.Tpo -c -o H5HFdblock.lo H5HFdblock.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFdblock.lo -MD -MP -MF .deps/H5HFdblock.Tpo -c H5HFdblock.c -o H5HFdblock.o mv -f .deps/H5HFdblock.Tpo .deps/H5HFdblock.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFdtable.lo -MD -MP -MF .deps/H5HFdtable.Tpo -c -o H5HFdtable.lo H5HFdtable.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFdtable.lo -MD -MP -MF .deps/H5HFdtable.Tpo -c H5HFdtable.c -o H5HFdtable.o mv -f .deps/H5HFdtable.Tpo .deps/H5HFdtable.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFhdr.lo -MD -MP -MF .deps/H5HFhdr.Tpo -c -o H5HFhdr.lo H5HFhdr.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFhdr.lo -MD -MP -MF .deps/H5HFhdr.Tpo -c H5HFhdr.c -o H5HFhdr.o mv -f .deps/H5HFhdr.Tpo .deps/H5HFhdr.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFhuge.lo -MD -MP -MF .deps/H5HFhuge.Tpo -c -o H5HFhuge.lo H5HFhuge.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFhuge.lo -MD -MP -MF .deps/H5HFhuge.Tpo -c H5HFhuge.c -o H5HFhuge.o H5HFhuge.c: In function â??H5HF_huge_writeâ??: H5HFhuge.c:733: warning: â??obj_sizeâ?? may be used uninitialized in this function mv -f .deps/H5HFhuge.Tpo .deps/H5HFhuge.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFiblock.lo -MD -MP -MF .deps/H5HFiblock.Tpo -c -o H5HFiblock.lo H5HFiblock.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFiblock.lo -MD -MP -MF .deps/H5HFiblock.Tpo -c H5HFiblock.c -o H5HFiblock.o mv -f .deps/H5HFiblock.Tpo .deps/H5HFiblock.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFiter.lo -MD -MP -MF .deps/H5HFiter.Tpo -c -o H5HFiter.lo H5HFiter.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFiter.lo -MD -MP -MF .deps/H5HFiter.Tpo -c H5HFiter.c -o H5HFiter.o mv -f .deps/H5HFiter.Tpo .deps/H5HFiter.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFman.lo -MD -MP -MF .deps/H5HFman.Tpo -c -o H5HFman.lo H5HFman.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFman.lo -MD -MP -MF .deps/H5HFman.Tpo -c H5HFman.c -o H5HFman.o H5HFman.c: In function â??H5HF_man_writeâ??: H5HFman.c:454: warning: cast discards qualifiers from pointer target type mv -f .deps/H5HFman.Tpo .deps/H5HFman.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFsection.lo -MD -MP -MF .deps/H5HFsection.Tpo -c -o H5HFsection.lo H5HFsection.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFsection.lo -MD -MP -MF .deps/H5HFsection.Tpo -c H5HFsection.c -o H5HFsection.o H5HFsection.c: In function â??H5HF_sect_single_validâ??: H5HFsection.c:1298: warning: cast discards qualifiers from pointer target type mv -f .deps/H5HFsection.Tpo .deps/H5HFsection.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFspace.lo -MD -MP -MF .deps/H5HFspace.Tpo -c -o H5HFspace.lo H5HFspace.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFspace.lo -MD -MP -MF .deps/H5HFspace.Tpo -c H5HFspace.c -o H5HFspace.o mv -f .deps/H5HFspace.Tpo .deps/H5HFspace.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFstat.lo -MD -MP -MF .deps/H5HFstat.Tpo -c -o H5HFstat.lo H5HFstat.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFstat.lo -MD -MP -MF .deps/H5HFstat.Tpo -c H5HFstat.c -o H5HFstat.o mv -f .deps/H5HFstat.Tpo .deps/H5HFstat.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFtest.lo -MD -MP -MF .deps/H5HFtest.Tpo -c -o H5HFtest.lo H5HFtest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFtest.lo -MD -MP -MF .deps/H5HFtest.Tpo -c H5HFtest.c -o H5HFtest.o mv -f .deps/H5HFtest.Tpo .deps/H5HFtest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFtiny.lo -MD -MP -MF .deps/H5HFtiny.Tpo -c -o H5HFtiny.lo H5HFtiny.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFtiny.lo -MD -MP -MF .deps/H5HFtiny.Tpo -c H5HFtiny.c -o H5HFtiny.o mv -f .deps/H5HFtiny.Tpo .deps/H5HFtiny.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HG.lo -MD -MP -MF .deps/H5HG.Tpo -c -o H5HG.lo H5HG.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HG.lo -MD -MP -MF .deps/H5HG.Tpo -c H5HG.c -o H5HG.o mv -f .deps/H5HG.Tpo .deps/H5HG.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HGdbg.lo -MD -MP -MF .deps/H5HGdbg.Tpo -c -o H5HGdbg.lo H5HGdbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HGdbg.lo -MD -MP -MF .deps/H5HGdbg.Tpo -c H5HGdbg.c -o H5HGdbg.o mv -f .deps/H5HGdbg.Tpo .deps/H5HGdbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HL.lo -MD -MP -MF .deps/H5HL.Tpo -c -o H5HL.lo H5HL.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HL.lo -MD -MP -MF .deps/H5HL.Tpo -c H5HL.c -o H5HL.o mv -f .deps/H5HL.Tpo .deps/H5HL.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HLdbg.lo -MD -MP -MF .deps/H5HLdbg.Tpo -c -o H5HLdbg.lo H5HLdbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HLdbg.lo -MD -MP -MF .deps/H5HLdbg.Tpo -c H5HLdbg.c -o H5HLdbg.o mv -f .deps/H5HLdbg.Tpo .deps/H5HLdbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HP.lo -MD -MP -MF .deps/H5HP.Tpo -c -o H5HP.lo H5HP.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HP.lo -MD -MP -MF .deps/H5HP.Tpo -c H5HP.c -o H5HP.o mv -f .deps/H5HP.Tpo .deps/H5HP.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5I.lo -MD -MP -MF .deps/H5I.Tpo -c -o H5I.lo H5I.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5I.lo -MD -MP -MF .deps/H5I.Tpo -c H5I.c -o H5I.o mv -f .deps/H5I.Tpo .deps/H5I.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5L.lo -MD -MP -MF .deps/H5L.Tpo -c -o H5L.lo H5L.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5L.lo -MD -MP -MF .deps/H5L.Tpo -c H5L.c -o H5L.o H5L.c: In function â??H5L_link_cbâ??: H5L.c:1709: warning: cast discards qualifiers from pointer target type H5L.c: In function â??H5L_move_dest_cbâ??: H5L.c:2411: warning: cast discards qualifiers from pointer target type mv -f .deps/H5L.Tpo .deps/H5L.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Lexternal.lo -MD -MP -MF .deps/H5Lexternal.Tpo -c -o H5Lexternal.lo H5Lexternal.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Lexternal.lo -MD -MP -MF .deps/H5Lexternal.Tpo -c H5Lexternal.c -o H5Lexternal.o mv -f .deps/H5Lexternal.Tpo .deps/H5Lexternal.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5MF.lo -MD -MP -MF .deps/H5MF.Tpo -c -o H5MF.lo H5MF.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5MF.lo -MD -MP -MF .deps/H5MF.Tpo -c H5MF.c -o H5MF.o H5MF.c:241: warning: â??H5MF_alloc_overflowâ?? defined but not used mv -f .deps/H5MF.Tpo .deps/H5MF.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5MM.lo -MD -MP -MF .deps/H5MM.Tpo -c -o H5MM.lo H5MM.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5MM.lo -MD -MP -MF .deps/H5MM.Tpo -c H5MM.c -o H5MM.o mv -f .deps/H5MM.Tpo .deps/H5MM.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5MP.lo -MD -MP -MF .deps/H5MP.Tpo -c -o H5MP.lo H5MP.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5MP.lo -MD -MP -MF .deps/H5MP.Tpo -c H5MP.c -o H5MP.o mv -f .deps/H5MP.Tpo .deps/H5MP.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5MPtest.lo -MD -MP -MF .deps/H5MPtest.Tpo -c -o H5MPtest.lo H5MPtest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5MPtest.lo -MD -MP -MF .deps/H5MPtest.Tpo -c H5MPtest.c -o H5MPtest.o mv -f .deps/H5MPtest.Tpo .deps/H5MPtest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5O.lo -MD -MP -MF .deps/H5O.Tpo -c -o H5O.lo H5O.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5O.lo -MD -MP -MF .deps/H5O.Tpo -c H5O.c -o H5O.o H5O.c: In function â??H5O_createâ??: H5O.c:1128: warning: comparison is always false due to limited range of data type H5O.c: In function â??H5O_loc_copyâ??: H5O.c:2168: warning: cast discards qualifiers from pointer target type mv -f .deps/H5O.Tpo .deps/H5O.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oainfo.lo -MD -MP -MF .deps/H5Oainfo.Tpo -c -o H5Oainfo.lo H5Oainfo.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oainfo.lo -MD -MP -MF .deps/H5Oainfo.Tpo -c H5Oainfo.c -o H5Oainfo.o mv -f .deps/H5Oainfo.Tpo .deps/H5Oainfo.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oalloc.lo -MD -MP -MF .deps/H5Oalloc.Tpo -c -o H5Oalloc.lo H5Oalloc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oalloc.lo -MD -MP -MF .deps/H5Oalloc.Tpo -c H5Oalloc.c -o H5Oalloc.o mv -f .deps/H5Oalloc.Tpo .deps/H5Oalloc.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oattr.lo -MD -MP -MF .deps/H5Oattr.Tpo -c -o H5Oattr.lo H5Oattr.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oattr.lo -MD -MP -MF .deps/H5Oattr.Tpo -c H5Oattr.c -o H5Oattr.o mv -f .deps/H5Oattr.Tpo .deps/H5Oattr.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oattribute.lo -MD -MP -MF .deps/H5Oattribute.Tpo -c -o H5Oattribute.lo H5Oattribute.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oattribute.lo -MD -MP -MF .deps/H5Oattribute.Tpo -c H5Oattribute.c -o H5Oattribute.o mv -f .deps/H5Oattribute.Tpo .deps/H5Oattribute.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Obogus.lo -MD -MP -MF .deps/H5Obogus.Tpo -c -o H5Obogus.lo H5Obogus.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Obogus.lo -MD -MP -MF .deps/H5Obogus.Tpo -c H5Obogus.c -o H5Obogus.o mv -f .deps/H5Obogus.Tpo .deps/H5Obogus.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Obtreek.lo -MD -MP -MF .deps/H5Obtreek.Tpo -c -o H5Obtreek.lo H5Obtreek.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Obtreek.lo -MD -MP -MF .deps/H5Obtreek.Tpo -c H5Obtreek.c -o H5Obtreek.o mv -f .deps/H5Obtreek.Tpo .deps/H5Obtreek.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ocache.lo -MD -MP -MF .deps/H5Ocache.Tpo -c -o H5Ocache.lo H5Ocache.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ocache.lo -MD -MP -MF .deps/H5Ocache.Tpo -c H5Ocache.c -o H5Ocache.o H5Ocache.c: In function â??H5O_loadâ??: H5Ocache.c:443: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Ocache.Tpo .deps/H5Ocache.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ocont.lo -MD -MP -MF .deps/H5Ocont.Tpo -c -o H5Ocont.lo H5Ocont.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ocont.lo -MD -MP -MF .deps/H5Ocont.Tpo -c H5Ocont.c -o H5Ocont.o mv -f .deps/H5Ocont.Tpo .deps/H5Ocont.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ocopy.lo -MD -MP -MF .deps/H5Ocopy.Tpo -c -o H5Ocopy.lo H5Ocopy.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ocopy.lo -MD -MP -MF .deps/H5Ocopy.Tpo -c H5Ocopy.c -o H5Ocopy.o mv -f .deps/H5Ocopy.Tpo .deps/H5Ocopy.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Odbg.lo -MD -MP -MF .deps/H5Odbg.Tpo -c -o H5Odbg.lo H5Odbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Odbg.lo -MD -MP -MF .deps/H5Odbg.Tpo -c H5Odbg.c -o H5Odbg.o mv -f .deps/H5Odbg.Tpo .deps/H5Odbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Odrvinfo.lo -MD -MP -MF .deps/H5Odrvinfo.Tpo -c -o H5Odrvinfo.lo H5Odrvinfo.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Odrvinfo.lo -MD -MP -MF .deps/H5Odrvinfo.Tpo -c H5Odrvinfo.c -o H5Odrvinfo.o mv -f .deps/H5Odrvinfo.Tpo .deps/H5Odrvinfo.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Odtype.lo -MD -MP -MF .deps/H5Odtype.Tpo -c -o H5Odtype.lo H5Odtype.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Odtype.lo -MD -MP -MF .deps/H5Odtype.Tpo -c H5Odtype.c -o H5Odtype.o In file included from H5Odtype.c:66: H5Oshared.h: In function â??H5O_dtype_shared_post_copy_fileâ??: H5Oshared.h:376: warning: unused parameter â??oloc_srcâ?? H5Oshared.h:376: warning: unused parameter â??mesg_srcâ?? H5Odtype.c: At top level: H5Oshared.h:378: warning: â??H5O_dtype_shared_post_copy_fileâ?? defined but not used mv -f .deps/H5Odtype.Tpo .deps/H5Odtype.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oefl.lo -MD -MP -MF .deps/H5Oefl.Tpo -c -o H5Oefl.lo H5Oefl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oefl.lo -MD -MP -MF .deps/H5Oefl.Tpo -c H5Oefl.c -o H5Oefl.o mv -f .deps/H5Oefl.Tpo .deps/H5Oefl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ofill.lo -MD -MP -MF .deps/H5Ofill.Tpo -c -o H5Ofill.lo H5Ofill.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ofill.lo -MD -MP -MF .deps/H5Ofill.Tpo -c H5Ofill.c -o H5Ofill.o In file included from H5Ofill.c:66: H5Oshared.h: In function â??H5O_fill_shared_post_copy_fileâ??: H5Oshared.h:376: warning: unused parameter â??oloc_srcâ?? H5Oshared.h:376: warning: unused parameter â??mesg_srcâ?? In file included from H5Ofill.c:101: H5Oshared.h: In function â??H5O_fill_new_shared_post_copy_fileâ??: H5Oshared.h:376: warning: unused parameter â??oloc_srcâ?? H5Oshared.h:376: warning: unused parameter â??mesg_srcâ?? H5Ofill.c: At top level: H5Oshared.h:378: warning: â??H5O_fill_shared_post_copy_fileâ?? defined but not used H5Oshared.h:378: warning: â??H5O_fill_new_shared_post_copy_fileâ?? defined but not used mv -f .deps/H5Ofill.Tpo .deps/H5Ofill.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oginfo.lo -MD -MP -MF .deps/H5Oginfo.Tpo -c -o H5Oginfo.lo H5Oginfo.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oginfo.lo -MD -MP -MF .deps/H5Oginfo.Tpo -c H5Oginfo.c -o H5Oginfo.o mv -f .deps/H5Oginfo.Tpo .deps/H5Oginfo.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Olayout.lo -MD -MP -MF .deps/H5Olayout.Tpo -c -o H5Olayout.lo H5Olayout.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Olayout.lo -MD -MP -MF .deps/H5Olayout.Tpo -c H5Olayout.c -o H5Olayout.o mv -f .deps/H5Olayout.Tpo .deps/H5Olayout.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Olinfo.lo -MD -MP -MF .deps/H5Olinfo.Tpo -c -o H5Olinfo.lo H5Olinfo.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Olinfo.lo -MD -MP -MF .deps/H5Olinfo.Tpo -c H5Olinfo.c -o H5Olinfo.o mv -f .deps/H5Olinfo.Tpo .deps/H5Olinfo.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Olink.lo -MD -MP -MF .deps/H5Olink.Tpo -c -o H5Olink.lo H5Olink.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Olink.lo -MD -MP -MF .deps/H5Olink.Tpo -c H5Olink.c -o H5Olink.o mv -f .deps/H5Olink.Tpo .deps/H5Olink.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Omessage.lo -MD -MP -MF .deps/H5Omessage.Tpo -c -o H5Omessage.lo H5Omessage.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Omessage.lo -MD -MP -MF .deps/H5Omessage.Tpo -c H5Omessage.c -o H5Omessage.o mv -f .deps/H5Omessage.Tpo .deps/H5Omessage.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Omtime.lo -MD -MP -MF .deps/H5Omtime.Tpo -c -o H5Omtime.lo H5Omtime.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Omtime.lo -MD -MP -MF .deps/H5Omtime.Tpo -c H5Omtime.c -o H5Omtime.o mv -f .deps/H5Omtime.Tpo .deps/H5Omtime.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oname.lo -MD -MP -MF .deps/H5Oname.Tpo -c -o H5Oname.lo H5Oname.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oname.lo -MD -MP -MF .deps/H5Oname.Tpo -c H5Oname.c -o H5Oname.o mv -f .deps/H5Oname.Tpo .deps/H5Oname.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Onull.lo -MD -MP -MF .deps/H5Onull.Tpo -c -o H5Onull.lo H5Onull.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Onull.lo -MD -MP -MF .deps/H5Onull.Tpo -c H5Onull.c -o H5Onull.o mv -f .deps/H5Onull.Tpo .deps/H5Onull.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Opline.lo -MD -MP -MF .deps/H5Opline.Tpo -c -o H5Opline.lo H5Opline.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Opline.lo -MD -MP -MF .deps/H5Opline.Tpo -c H5Opline.c -o H5Opline.o In file included from H5Opline.c:64: H5Oshared.h: In function â??H5O_pline_shared_post_copy_fileâ??: H5Oshared.h:376: warning: unused parameter â??oloc_srcâ?? H5Oshared.h:376: warning: unused parameter â??mesg_srcâ?? H5Opline.c: At top level: H5Oshared.h:378: warning: â??H5O_pline_shared_post_copy_fileâ?? defined but not used mv -f .deps/H5Opline.Tpo .deps/H5Opline.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Orefcount.lo -MD -MP -MF .deps/H5Orefcount.Tpo -c -o H5Orefcount.lo H5Orefcount.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Orefcount.lo -MD -MP -MF .deps/H5Orefcount.Tpo -c H5Orefcount.c -o H5Orefcount.o mv -f .deps/H5Orefcount.Tpo .deps/H5Orefcount.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Osdspace.lo -MD -MP -MF .deps/H5Osdspace.Tpo -c -o H5Osdspace.lo H5Osdspace.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Osdspace.lo -MD -MP -MF .deps/H5Osdspace.Tpo -c H5Osdspace.c -o H5Osdspace.o In file included from H5Osdspace.c:58: H5Oshared.h: In function â??H5O_sdspace_shared_post_copy_fileâ??: H5Oshared.h:376: warning: unused parameter â??oloc_srcâ?? H5Oshared.h:376: warning: unused parameter â??mesg_srcâ?? H5Osdspace.c: At top level: H5Oshared.h:378: warning: â??H5O_sdspace_shared_post_copy_fileâ?? defined but not used mv -f .deps/H5Osdspace.Tpo .deps/H5Osdspace.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oshared.lo -MD -MP -MF .deps/H5Oshared.Tpo -c -o H5Oshared.lo H5Oshared.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oshared.lo -MD -MP -MF .deps/H5Oshared.Tpo -c H5Oshared.c -o H5Oshared.o mv -f .deps/H5Oshared.Tpo .deps/H5Oshared.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ostab.lo -MD -MP -MF .deps/H5Ostab.Tpo -c -o H5Ostab.lo H5Ostab.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ostab.lo -MD -MP -MF .deps/H5Ostab.Tpo -c H5Ostab.c -o H5Ostab.o mv -f .deps/H5Ostab.Tpo .deps/H5Ostab.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oshmesg.lo -MD -MP -MF .deps/H5Oshmesg.Tpo -c -o H5Oshmesg.lo H5Oshmesg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oshmesg.lo -MD -MP -MF .deps/H5Oshmesg.Tpo -c H5Oshmesg.c -o H5Oshmesg.o mv -f .deps/H5Oshmesg.Tpo .deps/H5Oshmesg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Otest.lo -MD -MP -MF .deps/H5Otest.Tpo -c -o H5Otest.lo H5Otest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Otest.lo -MD -MP -MF .deps/H5Otest.Tpo -c H5Otest.c -o H5Otest.o mv -f .deps/H5Otest.Tpo .deps/H5Otest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ounknown.lo -MD -MP -MF .deps/H5Ounknown.Tpo -c -o H5Ounknown.lo H5Ounknown.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ounknown.lo -MD -MP -MF .deps/H5Ounknown.Tpo -c H5Ounknown.c -o H5Ounknown.o mv -f .deps/H5Ounknown.Tpo .deps/H5Ounknown.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5P.lo -MD -MP -MF .deps/H5P.Tpo -c -o H5P.lo H5P.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5P.lo -MD -MP -MF .deps/H5P.Tpo -c H5P.c -o H5P.o mv -f .deps/H5P.Tpo .deps/H5P.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pacpl.lo -MD -MP -MF .deps/H5Pacpl.Tpo -c -o H5Pacpl.lo H5Pacpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pacpl.lo -MD -MP -MF .deps/H5Pacpl.Tpo -c H5Pacpl.c -o H5Pacpl.o mv -f .deps/H5Pacpl.Tpo .deps/H5Pacpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pdcpl.lo -MD -MP -MF .deps/H5Pdcpl.Tpo -c -o H5Pdcpl.lo H5Pdcpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pdcpl.lo -MD -MP -MF .deps/H5Pdcpl.Tpo -c H5Pdcpl.c -o H5Pdcpl.o mv -f .deps/H5Pdcpl.Tpo .deps/H5Pdcpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pdeprec.lo -MD -MP -MF .deps/H5Pdeprec.Tpo -c -o H5Pdeprec.lo H5Pdeprec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pdeprec.lo -MD -MP -MF .deps/H5Pdeprec.Tpo -c H5Pdeprec.c -o H5Pdeprec.o mv -f .deps/H5Pdeprec.Tpo .deps/H5Pdeprec.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pdxpl.lo -MD -MP -MF .deps/H5Pdxpl.Tpo -c -o H5Pdxpl.lo H5Pdxpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pdxpl.lo -MD -MP -MF .deps/H5Pdxpl.Tpo -c H5Pdxpl.c -o H5Pdxpl.o mv -f .deps/H5Pdxpl.Tpo .deps/H5Pdxpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pfapl.lo -MD -MP -MF .deps/H5Pfapl.Tpo -c -o H5Pfapl.lo H5Pfapl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pfapl.lo -MD -MP -MF .deps/H5Pfapl.Tpo -c H5Pfapl.c -o H5Pfapl.o mv -f .deps/H5Pfapl.Tpo .deps/H5Pfapl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pfcpl.lo -MD -MP -MF .deps/H5Pfcpl.Tpo -c -o H5Pfcpl.lo H5Pfcpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pfcpl.lo -MD -MP -MF .deps/H5Pfcpl.Tpo -c H5Pfcpl.c -o H5Pfcpl.o mv -f .deps/H5Pfcpl.Tpo .deps/H5Pfcpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pfmpl.lo -MD -MP -MF .deps/H5Pfmpl.Tpo -c -o H5Pfmpl.lo H5Pfmpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pfmpl.lo -MD -MP -MF .deps/H5Pfmpl.Tpo -c H5Pfmpl.c -o H5Pfmpl.o mv -f .deps/H5Pfmpl.Tpo .deps/H5Pfmpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pgcpl.lo -MD -MP -MF .deps/H5Pgcpl.Tpo -c -o H5Pgcpl.lo H5Pgcpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pgcpl.lo -MD -MP -MF .deps/H5Pgcpl.Tpo -c H5Pgcpl.c -o H5Pgcpl.o mv -f .deps/H5Pgcpl.Tpo .deps/H5Pgcpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pint.lo -MD -MP -MF .deps/H5Pint.Tpo -c -o H5Pint.lo H5Pint.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pint.lo -MD -MP -MF .deps/H5Pint.Tpo -c H5Pint.c -o H5Pint.o mv -f .deps/H5Pint.Tpo .deps/H5Pint.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Plapl.lo -MD -MP -MF .deps/H5Plapl.Tpo -c -o H5Plapl.lo H5Plapl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Plapl.lo -MD -MP -MF .deps/H5Plapl.Tpo -c H5Plapl.c -o H5Plapl.o mv -f .deps/H5Plapl.Tpo .deps/H5Plapl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Plcpl.lo -MD -MP -MF .deps/H5Plcpl.Tpo -c -o H5Plcpl.lo H5Plcpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Plcpl.lo -MD -MP -MF .deps/H5Plcpl.Tpo -c H5Plcpl.c -o H5Plcpl.o mv -f .deps/H5Plcpl.Tpo .deps/H5Plcpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pocpl.lo -MD -MP -MF .deps/H5Pocpl.Tpo -c -o H5Pocpl.lo H5Pocpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pocpl.lo -MD -MP -MF .deps/H5Pocpl.Tpo -c H5Pocpl.c -o H5Pocpl.o mv -f .deps/H5Pocpl.Tpo .deps/H5Pocpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pocpypl.lo -MD -MP -MF .deps/H5Pocpypl.Tpo -c -o H5Pocpypl.lo H5Pocpypl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pocpypl.lo -MD -MP -MF .deps/H5Pocpypl.Tpo -c H5Pocpypl.c -o H5Pocpypl.o mv -f .deps/H5Pocpypl.Tpo .deps/H5Pocpypl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pstrcpl.lo -MD -MP -MF .deps/H5Pstrcpl.Tpo -c -o H5Pstrcpl.lo H5Pstrcpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pstrcpl.lo -MD -MP -MF .deps/H5Pstrcpl.Tpo -c H5Pstrcpl.c -o H5Pstrcpl.o mv -f .deps/H5Pstrcpl.Tpo .deps/H5Pstrcpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ptest.lo -MD -MP -MF .deps/H5Ptest.Tpo -c -o H5Ptest.lo H5Ptest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ptest.lo -MD -MP -MF .deps/H5Ptest.Tpo -c H5Ptest.c -o H5Ptest.o mv -f .deps/H5Ptest.Tpo .deps/H5Ptest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5R.lo -MD -MP -MF .deps/H5R.Tpo -c -o H5R.lo H5R.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5R.lo -MD -MP -MF .deps/H5R.Tpo -c H5R.c -o H5R.o mv -f .deps/H5R.Tpo .deps/H5R.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Rdeprec.lo -MD -MP -MF .deps/H5Rdeprec.Tpo -c -o H5Rdeprec.lo H5Rdeprec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Rdeprec.lo -MD -MP -MF .deps/H5Rdeprec.Tpo -c H5Rdeprec.c -o H5Rdeprec.o mv -f .deps/H5Rdeprec.Tpo .deps/H5Rdeprec.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5RC.lo -MD -MP -MF .deps/H5RC.Tpo -c -o H5RC.lo H5RC.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5RC.lo -MD -MP -MF .deps/H5RC.Tpo -c H5RC.c -o H5RC.o mv -f .deps/H5RC.Tpo .deps/H5RC.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5RS.lo -MD -MP -MF .deps/H5RS.Tpo -c -o H5RS.lo H5RS.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5RS.lo -MD -MP -MF .deps/H5RS.Tpo -c H5RS.c -o H5RS.o H5RS.c: In function â??H5RS_xstrdupâ??: H5RS.c:66: warning: unused variable â??FUNCâ?? H5RS.c: In function â??H5RS_wrapâ??: H5RS.c:151: warning: cast discards qualifiers from pointer target type mv -f .deps/H5RS.Tpo .deps/H5RS.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5S.lo -MD -MP -MF .deps/H5S.Tpo -c -o H5S.lo H5S.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5S.lo -MD -MP -MF .deps/H5S.Tpo -c H5S.c -o H5S.o mv -f .deps/H5S.Tpo .deps/H5S.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Sall.lo -MD -MP -MF .deps/H5Sall.Tpo -c -o H5Sall.lo H5Sall.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Sall.lo -MD -MP -MF .deps/H5Sall.Tpo -c H5Sall.c -o H5Sall.o H5Sall.c: In function â??H5S_all_offsetâ??: H5Sall.c:633: warning: unused parameter â??spaceâ?? mv -f .deps/H5Sall.Tpo .deps/H5Sall.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Sdbg.lo -MD -MP -MF .deps/H5Sdbg.Tpo -c -o H5Sdbg.lo H5Sdbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Sdbg.lo -MD -MP -MF .deps/H5Sdbg.Tpo -c H5Sdbg.c -o H5Sdbg.o mv -f .deps/H5Sdbg.Tpo .deps/H5Sdbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Shyper.lo -MD -MP -MF .deps/H5Shyper.Tpo -c -o H5Shyper.lo H5Shyper.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Shyper.lo -MD -MP -MF .deps/H5Shyper.Tpo -c H5Shyper.c -o H5Shyper.o mv -f .deps/H5Shyper.Tpo .deps/H5Shyper.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Smpio.lo -MD -MP -MF .deps/H5Smpio.Tpo -c -o H5Smpio.lo H5Smpio.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Smpio.lo -MD -MP -MF .deps/H5Smpio.Tpo -c H5Smpio.c -o H5Smpio.o mv -f .deps/H5Smpio.Tpo .deps/H5Smpio.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Snone.lo -MD -MP -MF .deps/H5Snone.Tpo -c -o H5Snone.lo H5Snone.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Snone.lo -MD -MP -MF .deps/H5Snone.Tpo -c H5Snone.c -o H5Snone.o H5Snone.c: In function â??H5S_none_offsetâ??: H5Snone.c:589: warning: unused parameter â??spaceâ?? H5Snone.c:589: warning: unused parameter â??offsetâ?? mv -f .deps/H5Snone.Tpo .deps/H5Snone.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Spoint.lo -MD -MP -MF .deps/H5Spoint.Tpo -c -o H5Spoint.lo H5Spoint.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Spoint.lo -MD -MP -MF .deps/H5Spoint.Tpo -c H5Spoint.c -o H5Spoint.o H5Spoint.c: In function â??H5S_point_deserializeâ??: H5Spoint.c:881: warning: passing argument 4 of â??H5S_select_elementsâ?? from incompatible pointer type mv -f .deps/H5Spoint.Tpo .deps/H5Spoint.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Sselect.lo -MD -MP -MF .deps/H5Sselect.Tpo -c -o H5Sselect.lo H5Sselect.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Sselect.lo -MD -MP -MF .deps/H5Sselect.Tpo -c H5Sselect.c -o H5Sselect.o mv -f .deps/H5Sselect.Tpo .deps/H5Sselect.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Stest.lo -MD -MP -MF .deps/H5Stest.Tpo -c -o H5Stest.lo H5Stest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Stest.lo -MD -MP -MF .deps/H5Stest.Tpo -c H5Stest.c -o H5Stest.o mv -f .deps/H5Stest.Tpo .deps/H5Stest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SL.lo -MD -MP -MF .deps/H5SL.Tpo -c -o H5SL.lo H5SL.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SL.lo -MD -MP -MF .deps/H5SL.Tpo -c H5SL.c -o H5SL.o H5SL.c: In function â??H5SL_release_commonâ??: H5SL.c:514: warning: cast discards qualifiers from pointer target type H5SL.c: In function â??H5SL_iterateâ??: H5SL.c:1497: warning: cast discards qualifiers from pointer target type mv -f .deps/H5SL.Tpo .deps/H5SL.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SM.lo -MD -MP -MF .deps/H5SM.Tpo -c -o H5SM.lo H5SM.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SM.lo -MD -MP -MF .deps/H5SM.Tpo -c H5SM.c -o H5SM.o mv -f .deps/H5SM.Tpo .deps/H5SM.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SMbtree2.lo -MD -MP -MF .deps/H5SMbtree2.Tpo -c -o H5SMbtree2.lo H5SMbtree2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SMbtree2.lo -MD -MP -MF .deps/H5SMbtree2.Tpo -c H5SMbtree2.c -o H5SMbtree2.o mv -f .deps/H5SMbtree2.Tpo .deps/H5SMbtree2.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SMcache.lo -MD -MP -MF .deps/H5SMcache.Tpo -c -o H5SMcache.lo H5SMcache.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SMcache.lo -MD -MP -MF .deps/H5SMcache.Tpo -c H5SMcache.c -o H5SMcache.o mv -f .deps/H5SMcache.Tpo .deps/H5SMcache.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SMtest.lo -MD -MP -MF .deps/H5SMtest.Tpo -c -o H5SMtest.lo H5SMtest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SMtest.lo -MD -MP -MF .deps/H5SMtest.Tpo -c H5SMtest.c -o H5SMtest.o mv -f .deps/H5SMtest.Tpo .deps/H5SMtest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5ST.lo -MD -MP -MF .deps/H5ST.Tpo -c -o H5ST.lo H5ST.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5ST.lo -MD -MP -MF .deps/H5ST.Tpo -c H5ST.c -o H5ST.o mv -f .deps/H5ST.Tpo .deps/H5ST.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5T.lo -MD -MP -MF .deps/H5T.Tpo -c -o H5T.lo H5T.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5T.lo -MD -MP -MF .deps/H5T.Tpo -c H5T.c -o H5T.o H5T.c: In function â??H5T_copyâ??: H5T.c:3138: warning: passing argument 1 of â??H5O_openâ?? discards qualifiers from pointer target type H5T.c:3162: warning: passing argument 1 of â??H5O_openâ?? discards qualifiers from pointer target type mv -f .deps/H5T.Tpo .deps/H5T.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tarray.lo -MD -MP -MF .deps/H5Tarray.Tpo -c -o H5Tarray.lo H5Tarray.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tarray.lo -MD -MP -MF .deps/H5Tarray.Tpo -c H5Tarray.c -o H5Tarray.o mv -f .deps/H5Tarray.Tpo .deps/H5Tarray.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tbit.lo -MD -MP -MF .deps/H5Tbit.Tpo -c -o H5Tbit.lo H5Tbit.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tbit.lo -MD -MP -MF .deps/H5Tbit.Tpo -c H5Tbit.c -o H5Tbit.o mv -f .deps/H5Tbit.Tpo .deps/H5Tbit.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tcommit.lo -MD -MP -MF .deps/H5Tcommit.Tpo -c -o H5Tcommit.lo H5Tcommit.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tcommit.lo -MD -MP -MF .deps/H5Tcommit.Tpo -c H5Tcommit.c -o H5Tcommit.o mv -f .deps/H5Tcommit.Tpo .deps/H5Tcommit.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tcompound.lo -MD -MP -MF .deps/H5Tcompound.Tpo -c -o H5Tcompound.lo H5Tcompound.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tcompound.lo -MD -MP -MF .deps/H5Tcompound.Tpo -c H5Tcompound.c -o H5Tcompound.o mv -f .deps/H5Tcompound.Tpo .deps/H5Tcompound.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tconv.lo -MD -MP -MF .deps/H5Tconv.Tpo -c -o H5Tconv.lo H5Tconv.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tconv.lo -MD -MP -MF .deps/H5Tconv.Tpo -c H5Tconv.c -o H5Tconv.o H5Tconv.c: In function â??H5T_conv_struct_initâ??: H5Tconv.c:1838: warning: comparison between signed and unsigned H5Tconv.c:1848: warning: comparison between signed and unsigned H5Tconv.c:1855: warning: empty body in an else-statement H5Tconv.c: In function â??H5T_conv_uchar_shortâ??: H5Tconv.c:4619: warning: comparison is always false due to limited range of data type H5Tconv.c:4619: warning: comparison is always false due to limited range of data type H5Tconv.c:4619: warning: comparison is always false due to limited range of data type H5Tconv.c:4619: warning: comparison is always false due to limited range of data type H5Tconv.c:4619: warning: comparison is always false due to limited range of data type H5Tconv.c:4619: warning: comparison is always false due to limited range of data type H5Tconv.c:4619: warning: comparison is always false due to limited range of data type H5Tconv.c:4619: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_uchar_intâ??: H5Tconv.c:4748: warning: comparison is always false due to limited range of data type H5Tconv.c:4748: warning: comparison is always false due to limited range of data type H5Tconv.c:4748: warning: comparison is always false due to limited range of data type H5Tconv.c:4748: warning: comparison is always false due to limited range of data type H5Tconv.c:4748: warning: comparison is always false due to limited range of data type H5Tconv.c:4748: warning: comparison is always false due to limited range of data type H5Tconv.c:4748: warning: comparison is always false due to limited range of data type H5Tconv.c:4748: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_uchar_longâ??: H5Tconv.c:4877: warning: comparison is always false due to limited range of data type H5Tconv.c:4877: warning: comparison is always false due to limited range of data type H5Tconv.c:4877: warning: comparison is always false due to limited range of data type H5Tconv.c:4877: warning: comparison is always false due to limited range of data type H5Tconv.c:4877: warning: comparison is always false due to limited range of data type H5Tconv.c:4877: warning: comparison is always false due to limited range of data type H5Tconv.c:4877: warning: comparison is always false due to limited range of data type H5Tconv.c:4877: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_uchar_llongâ??: H5Tconv.c:5009: warning: comparison is always false due to limited range of data type H5Tconv.c:5009: warning: comparison is always false due to limited range of data type H5Tconv.c:5009: warning: comparison is always false due to limited range of data type H5Tconv.c:5009: warning: comparison is always false due to limited range of data type H5Tconv.c:5009: warning: comparison is always false due to limited range of data type H5Tconv.c:5009: warning: comparison is always false due to limited range of data type H5Tconv.c:5009: warning: comparison is always false due to limited range of data type H5Tconv.c:5009: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_ushort_intâ??: H5Tconv.c:5339: warning: comparison is always false due to limited range of data type H5Tconv.c:5339: warning: comparison is always false due to limited range of data type H5Tconv.c:5339: warning: comparison is always false due to limited range of data type H5Tconv.c:5339: warning: comparison is always false due to limited range of data type H5Tconv.c:5339: warning: comparison is always false due to limited range of data type H5Tconv.c:5339: warning: comparison is always false due to limited range of data type H5Tconv.c:5339: warning: comparison is always false due to limited range of data type H5Tconv.c:5339: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_ushort_longâ??: H5Tconv.c:5471: warning: comparison is always false due to limited range of data type H5Tconv.c:5471: warning: comparison is always false due to limited range of data type H5Tconv.c:5471: warning: comparison is always false due to limited range of data type H5Tconv.c:5471: warning: comparison is always false due to limited range of data type H5Tconv.c:5471: warning: comparison is always false due to limited range of data type H5Tconv.c:5471: warning: comparison is always false due to limited range of data type H5Tconv.c:5471: warning: comparison is always false due to limited range of data type H5Tconv.c:5471: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_ushort_llongâ??: H5Tconv.c:5603: warning: comparison is always false due to limited range of data type H5Tconv.c:5603: warning: comparison is always false due to limited range of data type H5Tconv.c:5603: warning: comparison is always false due to limited range of data type H5Tconv.c:5603: warning: comparison is always false due to limited range of data type H5Tconv.c:5603: warning: comparison is always false due to limited range of data type H5Tconv.c:5603: warning: comparison is always false due to limited range of data type H5Tconv.c:5603: warning: comparison is always false due to limited range of data type H5Tconv.c:5603: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_uint_llongâ??: H5Tconv.c:6188: warning: comparison is always false due to limited range of data type H5Tconv.c:6188: warning: comparison is always false due to limited range of data type H5Tconv.c:6188: warning: comparison is always false due to limited range of data type H5Tconv.c:6188: warning: comparison is always false due to limited range of data type H5Tconv.c:6188: warning: comparison is always false due to limited range of data type H5Tconv.c:6188: warning: comparison is always false due to limited range of data type H5Tconv.c:6188: warning: comparison is always false due to limited range of data type H5Tconv.c:6188: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_ulong_llongâ??: H5Tconv.c:6771: warning: comparison is always false due to limited range of data type H5Tconv.c:6771: warning: comparison is always false due to limited range of data type H5Tconv.c:6771: warning: comparison is always false due to limited range of data type H5Tconv.c:6771: warning: comparison is always false due to limited range of data type H5Tconv.c:6771: warning: comparison is always false due to limited range of data type H5Tconv.c:6771: warning: comparison is always false due to limited range of data type H5Tconv.c:6771: warning: comparison is always false due to limited range of data type H5Tconv.c:6771: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_float_scharâ??: H5Tconv.c:8630: warning: comparing floating point with == or != is unsafe H5Tconv.c:8630: warning: comparing floating point with == or != is unsafe H5Tconv.c:8630: warning: comparing floating point with == or != is unsafe H5Tconv.c:8630: warning: comparing floating point with == or != is unsafe H5Tconv.c:8630: warning: comparing floating point with == or != is unsafe H5Tconv.c:8630: warning: comparing floating point with == or != is unsafe H5Tconv.c:8630: warning: comparing floating point with == or != is unsafe H5Tconv.c:8630: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_float_ucharâ??: H5Tconv.c:8662: warning: comparing floating point with == or != is unsafe H5Tconv.c:8662: warning: comparing floating point with == or != is unsafe H5Tconv.c:8662: warning: comparing floating point with == or != is unsafe H5Tconv.c:8662: warning: comparing floating point with == or != is unsafe H5Tconv.c:8662: warning: comparing floating point with == or != is unsafe H5Tconv.c:8662: warning: comparing floating point with == or != is unsafe H5Tconv.c:8662: warning: comparing floating point with == or != is unsafe H5Tconv.c:8662: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_scharâ??: H5Tconv.c:8694: warning: comparing floating point with == or != is unsafe H5Tconv.c:8694: warning: comparing floating point with == or != is unsafe H5Tconv.c:8694: warning: comparing floating point with == or != is unsafe H5Tconv.c:8694: warning: comparing floating point with == or != is unsafe H5Tconv.c:8694: warning: comparing floating point with == or != is unsafe H5Tconv.c:8694: warning: comparing floating point with == or != is unsafe H5Tconv.c:8694: warning: comparing floating point with == or != is unsafe H5Tconv.c:8694: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_ucharâ??: H5Tconv.c:8726: warning: comparing floating point with == or != is unsafe H5Tconv.c:8726: warning: comparing floating point with == or != is unsafe H5Tconv.c:8726: warning: comparing floating point with == or != is unsafe H5Tconv.c:8726: warning: comparing floating point with == or != is unsafe H5Tconv.c:8726: warning: comparing floating point with == or != is unsafe H5Tconv.c:8726: warning: comparing floating point with == or != is unsafe H5Tconv.c:8726: warning: comparing floating point with == or != is unsafe H5Tconv.c:8726: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_scharâ??: H5Tconv.c:8759: warning: comparing floating point with == or != is unsafe H5Tconv.c:8759: warning: comparing floating point with == or != is unsafe H5Tconv.c:8759: warning: comparing floating point with == or != is unsafe H5Tconv.c:8759: warning: comparing floating point with == or != is unsafe H5Tconv.c:8759: warning: comparing floating point with == or != is unsafe H5Tconv.c:8759: warning: comparing floating point with == or != is unsafe H5Tconv.c:8759: warning: comparing floating point with == or != is unsafe H5Tconv.c:8759: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_ucharâ??: H5Tconv.c:8793: warning: comparing floating point with == or != is unsafe H5Tconv.c:8793: warning: comparing floating point with == or != is unsafe H5Tconv.c:8793: warning: comparing floating point with == or != is unsafe H5Tconv.c:8793: warning: comparing floating point with == or != is unsafe H5Tconv.c:8793: warning: comparing floating point with == or != is unsafe H5Tconv.c:8793: warning: comparing floating point with == or != is unsafe H5Tconv.c:8793: warning: comparing floating point with == or != is unsafe H5Tconv.c:8793: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_float_shortâ??: H5Tconv.c:8826: warning: comparing floating point with == or != is unsafe H5Tconv.c:8826: warning: comparing floating point with == or != is unsafe H5Tconv.c:8826: warning: comparing floating point with == or != is unsafe H5Tconv.c:8826: warning: comparing floating point with == or != is unsafe H5Tconv.c:8826: warning: comparing floating point with == or != is unsafe H5Tconv.c:8826: warning: comparing floating point with == or != is unsafe H5Tconv.c:8826: warning: comparing floating point with == or != is unsafe H5Tconv.c:8826: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_float_ushortâ??: H5Tconv.c:8858: warning: comparing floating point with == or != is unsafe H5Tconv.c:8858: warning: comparing floating point with == or != is unsafe H5Tconv.c:8858: warning: comparing floating point with == or != is unsafe H5Tconv.c:8858: warning: comparing floating point with == or != is unsafe H5Tconv.c:8858: warning: comparing floating point with == or != is unsafe H5Tconv.c:8858: warning: comparing floating point with == or != is unsafe H5Tconv.c:8858: warning: comparing floating point with == or != is unsafe H5Tconv.c:8858: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_shortâ??: H5Tconv.c:8890: warning: comparing floating point with == or != is unsafe H5Tconv.c:8890: warning: comparing floating point with == or != is unsafe H5Tconv.c:8890: warning: comparing floating point with == or != is unsafe H5Tconv.c:8890: warning: comparing floating point with == or != is unsafe H5Tconv.c:8890: warning: comparing floating point with == or != is unsafe H5Tconv.c:8890: warning: comparing floating point with == or != is unsafe H5Tconv.c:8890: warning: comparing floating point with == or != is unsafe H5Tconv.c:8890: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_ushortâ??: H5Tconv.c:8922: warning: comparing floating point with == or != is unsafe H5Tconv.c:8922: warning: comparing floating point with == or != is unsafe H5Tconv.c:8922: warning: comparing floating point with == or != is unsafe H5Tconv.c:8922: warning: comparing floating point with == or != is unsafe H5Tconv.c:8922: warning: comparing floating point with == or != is unsafe H5Tconv.c:8922: warning: comparing floating point with == or != is unsafe H5Tconv.c:8922: warning: comparing floating point with == or != is unsafe H5Tconv.c:8922: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_shortâ??: H5Tconv.c:8955: warning: comparing floating point with == or != is unsafe H5Tconv.c:8955: warning: comparing floating point with == or != is unsafe H5Tconv.c:8955: warning: comparing floating point with == or != is unsafe H5Tconv.c:8955: warning: comparing floating point with == or != is unsafe H5Tconv.c:8955: warning: comparing floating point with == or != is unsafe H5Tconv.c:8955: warning: comparing floating point with == or != is unsafe H5Tconv.c:8955: warning: comparing floating point with == or != is unsafe H5Tconv.c:8955: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_ushortâ??: H5Tconv.c:8989: warning: comparing floating point with == or != is unsafe H5Tconv.c:8989: warning: comparing floating point with == or != is unsafe H5Tconv.c:8989: warning: comparing floating point with == or != is unsafe H5Tconv.c:8989: warning: comparing floating point with == or != is unsafe H5Tconv.c:8989: warning: comparing floating point with == or != is unsafe H5Tconv.c:8989: warning: comparing floating point with == or != is unsafe H5Tconv.c:8989: warning: comparing floating point with == or != is unsafe H5Tconv.c:8989: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_float_intâ??: H5Tconv.c:9022: warning: comparing floating point with == or != is unsafe H5Tconv.c:9022: warning: comparing floating point with == or != is unsafe H5Tconv.c:9022: warning: comparing floating point with == or != is unsafe H5Tconv.c:9022: warning: comparing floating point with == or != is unsafe H5Tconv.c:9022: warning: comparing floating point with == or != is unsafe H5Tconv.c:9022: warning: comparing floating point with == or != is unsafe H5Tconv.c:9022: warning: comparing floating point with == or != is unsafe H5Tconv.c:9022: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_float_uintâ??: H5Tconv.c:9054: warning: comparing floating point with == or != is unsafe H5Tconv.c:9054: warning: comparing floating point with == or != is unsafe H5Tconv.c:9054: warning: comparing floating point with == or != is unsafe H5Tconv.c:9054: warning: comparing floating point with == or != is unsafe H5Tconv.c:9054: warning: comparing floating point with == or != is unsafe H5Tconv.c:9054: warning: comparing floating point with == or != is unsafe H5Tconv.c:9054: warning: comparing floating point with == or != is unsafe H5Tconv.c:9054: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_intâ??: H5Tconv.c:9086: warning: comparing floating point with == or != is unsafe H5Tconv.c:9086: warning: comparing floating point with == or != is unsafe H5Tconv.c:9086: warning: comparing floating point with == or != is unsafe H5Tconv.c:9086: warning: comparing floating point with == or != is unsafe H5Tconv.c:9086: warning: comparing floating point with == or != is unsafe H5Tconv.c:9086: warning: comparing floating point with == or != is unsafe H5Tconv.c:9086: warning: comparing floating point with == or != is unsafe H5Tconv.c:9086: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_uintâ??: H5Tconv.c:9118: warning: comparing floating point with == or != is unsafe H5Tconv.c:9118: warning: comparing floating point with == or != is unsafe H5Tconv.c:9118: warning: comparing floating point with == or != is unsafe H5Tconv.c:9118: warning: comparing floating point with == or != is unsafe H5Tconv.c:9118: warning: comparing floating point with == or != is unsafe H5Tconv.c:9118: warning: comparing floating point with == or != is unsafe H5Tconv.c:9118: warning: comparing floating point with == or != is unsafe H5Tconv.c:9118: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_intâ??: H5Tconv.c:9151: warning: comparing floating point with == or != is unsafe H5Tconv.c:9151: warning: comparing floating point with == or != is unsafe H5Tconv.c:9151: warning: comparing floating point with == or != is unsafe H5Tconv.c:9151: warning: comparing floating point with == or != is unsafe H5Tconv.c:9151: warning: comparing floating point with == or != is unsafe H5Tconv.c:9151: warning: comparing floating point with == or != is unsafe H5Tconv.c:9151: warning: comparing floating point with == or != is unsafe H5Tconv.c:9151: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_uintâ??: H5Tconv.c:9185: warning: comparing floating point with == or != is unsafe H5Tconv.c:9185: warning: comparing floating point with == or != is unsafe H5Tconv.c:9185: warning: comparing floating point with == or != is unsafe H5Tconv.c:9185: warning: comparing floating point with == or != is unsafe H5Tconv.c:9185: warning: comparing floating point with == or != is unsafe H5Tconv.c:9185: warning: comparing floating point with == or != is unsafe H5Tconv.c:9185: warning: comparing floating point with == or != is unsafe H5Tconv.c:9185: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_float_longâ??: H5Tconv.c:9218: warning: comparing floating point with == or != is unsafe H5Tconv.c:9218: warning: comparing floating point with == or != is unsafe H5Tconv.c:9218: warning: comparing floating point with == or != is unsafe H5Tconv.c:9218: warning: comparing floating point with == or != is unsafe H5Tconv.c:9218: warning: comparing floating point with == or != is unsafe H5Tconv.c:9218: warning: comparing floating point with == or != is unsafe H5Tconv.c:9218: warning: comparing floating point with == or != is unsafe H5Tconv.c:9218: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_float_ulongâ??: H5Tconv.c:9250: warning: comparing floating point with == or != is unsafe H5Tconv.c:9250: warning: comparing floating point with == or != is unsafe H5Tconv.c:9250: warning: comparing floating point with == or != is unsafe H5Tconv.c:9250: warning: comparing floating point with == or != is unsafe H5Tconv.c:9250: warning: comparing floating point with == or != is unsafe H5Tconv.c:9250: warning: comparing floating point with == or != is unsafe H5Tconv.c:9250: warning: comparing floating point with == or != is unsafe H5Tconv.c:9250: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_longâ??: H5Tconv.c:9282: warning: comparing floating point with == or != is unsafe H5Tconv.c:9282: warning: comparing floating point with == or != is unsafe H5Tconv.c:9282: warning: comparing floating point with == or != is unsafe H5Tconv.c:9282: warning: comparing floating point with == or != is unsafe H5Tconv.c:9282: warning: comparing floating point with == or != is unsafe H5Tconv.c:9282: warning: comparing floating point with == or != is unsafe H5Tconv.c:9282: warning: comparing floating point with == or != is unsafe H5Tconv.c:9282: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_ulongâ??: H5Tconv.c:9314: warning: comparing floating point with == or != is unsafe H5Tconv.c:9314: warning: comparing floating point with == or != is unsafe H5Tconv.c:9314: warning: comparing floating point with == or != is unsafe H5Tconv.c:9314: warning: comparing floating point with == or != is unsafe H5Tconv.c:9314: warning: comparing floating point with == or != is unsafe H5Tconv.c:9314: warning: comparing floating point with == or != is unsafe H5Tconv.c:9314: warning: comparing floating point with == or != is unsafe H5Tconv.c:9314: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_longâ??: H5Tconv.c:9347: warning: comparing floating point with == or != is unsafe H5Tconv.c:9347: warning: comparing floating point with == or != is unsafe H5Tconv.c:9347: warning: comparing floating point with == or != is unsafe H5Tconv.c:9347: warning: comparing floating point with == or != is unsafe H5Tconv.c:9347: warning: comparing floating point with == or != is unsafe H5Tconv.c:9347: warning: comparing floating point with == or != is unsafe H5Tconv.c:9347: warning: comparing floating point with == or != is unsafe H5Tconv.c:9347: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_ulongâ??: H5Tconv.c:9381: warning: comparing floating point with == or != is unsafe H5Tconv.c:9381: warning: comparing floating point with == or != is unsafe H5Tconv.c:9381: warning: comparing floating point with == or != is unsafe H5Tconv.c:9381: warning: comparing floating point with == or != is unsafe H5Tconv.c:9381: warning: comparing floating point with == or != is unsafe H5Tconv.c:9381: warning: comparing floating point with == or != is unsafe H5Tconv.c:9381: warning: comparing floating point with == or != is unsafe H5Tconv.c:9381: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_float_llongâ??: H5Tconv.c:9415: warning: comparing floating point with == or != is unsafe H5Tconv.c:9415: warning: comparing floating point with == or != is unsafe H5Tconv.c:9415: warning: comparing floating point with == or != is unsafe H5Tconv.c:9415: warning: comparing floating point with == or != is unsafe H5Tconv.c:9415: warning: comparing floating point with == or != is unsafe H5Tconv.c:9415: warning: comparing floating point with == or != is unsafe H5Tconv.c:9415: warning: comparing floating point with == or != is unsafe H5Tconv.c:9415: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_llongâ??: H5Tconv.c:9483: warning: comparing floating point with == or != is unsafe H5Tconv.c:9483: warning: comparing floating point with == or != is unsafe H5Tconv.c:9483: warning: comparing floating point with == or != is unsafe H5Tconv.c:9483: warning: comparing floating point with == or != is unsafe H5Tconv.c:9483: warning: comparing floating point with == or != is unsafe H5Tconv.c:9483: warning: comparing floating point with == or != is unsafe H5Tconv.c:9483: warning: comparing floating point with == or != is unsafe H5Tconv.c:9483: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_llongâ??: H5Tconv.c:9551: warning: comparing floating point with == or != is unsafe H5Tconv.c:9551: warning: comparing floating point with == or != is unsafe H5Tconv.c:9551: warning: comparing floating point with == or != is unsafe H5Tconv.c:9551: warning: comparing floating point with == or != is unsafe H5Tconv.c:9551: warning: comparing floating point with == or != is unsafe H5Tconv.c:9551: warning: comparing floating point with == or != is unsafe H5Tconv.c:9551: warning: comparing floating point with == or != is unsafe H5Tconv.c:9551: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_f_iâ??: H5Tconv.c:9708: warning: cast from function call of type â??doubleâ?? to non-matching type â??long unsigned intâ?? H5Tconv.c: In function â??H5T_conv_i_fâ??: H5Tconv.c:10506: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long unsigned intâ?? mv -f .deps/H5Tconv.Tpo .deps/H5Tconv.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tcset.lo -MD -MP -MF .deps/H5Tcset.Tpo -c -o H5Tcset.lo H5Tcset.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tcset.lo -MD -MP -MF .deps/H5Tcset.Tpo -c H5Tcset.c -o H5Tcset.o mv -f .deps/H5Tcset.Tpo .deps/H5Tcset.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tdbg.lo -MD -MP -MF .deps/H5Tdbg.Tpo -c -o H5Tdbg.lo H5Tdbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tdbg.lo -MD -MP -MF .deps/H5Tdbg.Tpo -c H5Tdbg.c -o H5Tdbg.o mv -f .deps/H5Tdbg.Tpo .deps/H5Tdbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tdeprec.lo -MD -MP -MF .deps/H5Tdeprec.Tpo -c -o H5Tdeprec.lo H5Tdeprec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tdeprec.lo -MD -MP -MF .deps/H5Tdeprec.Tpo -c H5Tdeprec.c -o H5Tdeprec.o mv -f .deps/H5Tdeprec.Tpo .deps/H5Tdeprec.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tenum.lo -MD -MP -MF .deps/H5Tenum.Tpo -c -o H5Tenum.lo H5Tenum.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tenum.lo -MD -MP -MF .deps/H5Tenum.Tpo -c H5Tenum.c -o H5Tenum.o mv -f .deps/H5Tenum.Tpo .deps/H5Tenum.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tfields.lo -MD -MP -MF .deps/H5Tfields.Tpo -c -o H5Tfields.lo H5Tfields.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tfields.lo -MD -MP -MF .deps/H5Tfields.Tpo -c H5Tfields.c -o H5Tfields.o mv -f .deps/H5Tfields.Tpo .deps/H5Tfields.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tfixed.lo -MD -MP -MF .deps/H5Tfixed.Tpo -c -o H5Tfixed.lo H5Tfixed.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tfixed.lo -MD -MP -MF .deps/H5Tfixed.Tpo -c H5Tfixed.c -o H5Tfixed.o mv -f .deps/H5Tfixed.Tpo .deps/H5Tfixed.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tfloat.lo -MD -MP -MF .deps/H5Tfloat.Tpo -c -o H5Tfloat.lo H5Tfloat.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tfloat.lo -MD -MP -MF .deps/H5Tfloat.Tpo -c H5Tfloat.c -o H5Tfloat.o mv -f .deps/H5Tfloat.Tpo .deps/H5Tfloat.Plo gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -g -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5detect-H5detect.o -MD -MP -MF .deps/H5detect-H5detect.Tpo -c -o H5detect-H5detect.o `test -f 'H5detect.c' || echo './'`H5detect.c H5detect.c: In function â??detect_C89_integersâ??: H5detect.c:1158: warning: cast discards qualifiers from pointer target type H5detect.c:1158: warning: cast discards qualifiers from pointer target type H5detect.c:1159: warning: cast discards qualifiers from pointer target type H5detect.c:1159: warning: cast discards qualifiers from pointer target type H5detect.c:1160: warning: cast discards qualifiers from pointer target type H5detect.c:1160: warning: cast discards qualifiers from pointer target type H5detect.c:1161: warning: cast discards qualifiers from pointer target type H5detect.c:1161: warning: cast discards qualifiers from pointer target type H5detect.c:1162: warning: cast discards qualifiers from pointer target type H5detect.c:1162: warning: cast discards qualifiers from pointer target type H5detect.c:1163: warning: cast discards qualifiers from pointer target type H5detect.c:1163: warning: cast discards qualifiers from pointer target type H5detect.c:1164: warning: cast discards qualifiers from pointer target type H5detect.c:1164: warning: cast discards qualifiers from pointer target type H5detect.c:1165: warning: cast discards qualifiers from pointer target type H5detect.c:1165: warning: cast discards qualifiers from pointer target type H5detect.c: In function â??detect_C89_floatsâ??: H5detect.c:1186: warning: cast discards qualifiers from pointer target type H5detect.c:1186: warning: cast discards qualifiers from pointer target type H5detect.c:1186: warning: comparing floating point with == or != is unsafe H5detect.c:1187: warning: cast discards qualifiers from pointer target type H5detect.c:1187: warning: cast discards qualifiers from pointer target type H5detect.c:1187: warning: comparing floating point with == or != is unsafe H5detect.c: In function â??detect_C99_integers8â??: H5detect.c:1209: warning: cast discards qualifiers from pointer target type H5detect.c:1209: warning: cast discards qualifiers from pointer target type H5detect.c:1212: warning: cast discards qualifiers from pointer target type H5detect.c:1212: warning: cast discards qualifiers from pointer target type H5detect.c:1215: warning: cast discards qualifiers from pointer target type H5detect.c:1215: warning: cast discards qualifiers from pointer target type H5detect.c:1218: warning: cast discards qualifiers from pointer target type H5detect.c:1218: warning: cast discards qualifiers from pointer target type H5detect.c:1221: warning: cast discards qualifiers from pointer target type H5detect.c:1221: warning: cast discards qualifiers from pointer target type H5detect.c:1224: warning: cast discards qualifiers from pointer target type H5detect.c:1224: warning: cast discards qualifiers from pointer target type H5detect.c: In function â??detect_C99_integers16â??: H5detect.c:1247: warning: cast discards qualifiers from pointer target type H5detect.c:1247: warning: cast discards qualifiers from pointer target type H5detect.c:1250: warning: cast discards qualifiers from pointer target type H5detect.c:1250: warning: cast discards qualifiers from pointer target type H5detect.c:1253: warning: cast discards qualifiers from pointer target type H5detect.c:1253: warning: cast discards qualifiers from pointer target type H5detect.c:1256: warning: cast discards qualifiers from pointer target type H5detect.c:1256: warning: cast discards qualifiers from pointer target type H5detect.c:1259: warning: cast discards qualifiers from pointer target type H5detect.c:1259: warning: cast discards qualifiers from pointer target type H5detect.c:1262: warning: cast discards qualifiers from pointer target type H5detect.c:1262: warning: cast discards qualifiers from pointer target type H5detect.c: In function â??detect_C99_integers32â??: H5detect.c:1285: warning: cast discards qualifiers from pointer target type H5detect.c:1285: warning: cast discards qualifiers from pointer target type H5detect.c:1288: warning: cast discards qualifiers from pointer target type H5detect.c:1288: warning: cast discards qualifiers from pointer target type H5detect.c:1291: warning: cast discards qualifiers from pointer target type H5detect.c:1291: warning: cast discards qualifiers from pointer target type H5detect.c:1294: warning: cast discards qualifiers from pointer target type H5detect.c:1294: warning: cast discards qualifiers from pointer target type H5detect.c:1297: warning: cast discards qualifiers from pointer target type H5detect.c:1297: warning: cast discards qualifiers from pointer target type H5detect.c:1300: warning: cast discards qualifiers from pointer target type H5detect.c:1300: warning: cast discards qualifiers from pointer target type H5detect.c: In function â??detect_C99_integers64â??: H5detect.c:1323: warning: cast discards qualifiers from pointer target type H5detect.c:1323: warning: cast discards qualifiers from pointer target type H5detect.c:1326: warning: cast discards qualifiers from pointer target type H5detect.c:1326: warning: cast discards qualifiers from pointer target type H5detect.c:1329: warning: cast discards qualifiers from pointer target type H5detect.c:1329: warning: cast discards qualifiers from pointer target type H5detect.c:1332: warning: cast discards qualifiers from pointer target type H5detect.c:1332: warning: cast discards qualifiers from pointer target type H5detect.c:1335: warning: cast discards qualifiers from pointer target type H5detect.c:1335: warning: cast discards qualifiers from pointer target type H5detect.c:1338: warning: cast discards qualifiers from pointer target type H5detect.c:1338: warning: cast discards qualifiers from pointer target type H5detect.c:1342: warning: cast discards qualifiers from pointer target type H5detect.c:1342: warning: cast discards qualifiers from pointer target type H5detect.c:1343: warning: cast discards qualifiers from pointer target type H5detect.c:1343: warning: cast discards qualifiers from pointer target type H5detect.c: In function â??detect_C99_floatsâ??: H5detect.c:1408: warning: cast discards qualifiers from pointer target type H5detect.c:1408: warning: cast discards qualifiers from pointer target type H5detect.c:1408: warning: comparing floating point with == or != is unsafe H5detect.c: In function â??sigsegv_handlerâ??: H5detect.c:468: warning: function might be possible candidate for attribute â??noreturnâ?? H5detect.c: In function â??sigbus_handlerâ??: H5detect.c:493: warning: function might be possible candidate for attribute â??noreturnâ?? mv -f .deps/H5detect-H5detect.Tpo .deps/H5detect-H5detect.Po /bin/sh ../libtool --tag=CC --mode=link gcc -g -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o H5detect H5detect-H5detect.o -lz -lm libtool: link: gcc -g -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o H5detect H5detect-H5detect.o -L/usr/local/include/lib -lz -lm LD_LIBRARY_PATH="$LD_LIBRARY_PATH`echo -L/usr/local/include/lib | \ sed -e 's/-L/:/g' -e 's/ //g'`" \ ./H5detect > H5Tinit.c || \ (test $HDF5_Make_Ignore && echo "*** Error ignored") || \ (rm -f H5Tinit.c ; exit 1) /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tinit.lo -MD -MP -MF .deps/H5Tinit.Tpo -c -o H5Tinit.lo H5Tinit.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tinit.lo -MD -MP -MF .deps/H5Tinit.Tpo -c H5Tinit.c -o H5Tinit.o mv -f .deps/H5Tinit.Tpo .deps/H5Tinit.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tnative.lo -MD -MP -MF .deps/H5Tnative.Tpo -c -o H5Tnative.lo H5Tnative.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tnative.lo -MD -MP -MF .deps/H5Tnative.Tpo -c H5Tnative.c -o H5Tnative.o mv -f .deps/H5Tnative.Tpo .deps/H5Tnative.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Toffset.lo -MD -MP -MF .deps/H5Toffset.Tpo -c -o H5Toffset.lo H5Toffset.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Toffset.lo -MD -MP -MF .deps/H5Toffset.Tpo -c H5Toffset.c -o H5Toffset.o mv -f .deps/H5Toffset.Tpo .deps/H5Toffset.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Toh.lo -MD -MP -MF .deps/H5Toh.Tpo -c -o H5Toh.lo H5Toh.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Toh.lo -MD -MP -MF .deps/H5Toh.Tpo -c H5Toh.c -o H5Toh.o mv -f .deps/H5Toh.Tpo .deps/H5Toh.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Topaque.lo -MD -MP -MF .deps/H5Topaque.Tpo -c -o H5Topaque.lo H5Topaque.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Topaque.lo -MD -MP -MF .deps/H5Topaque.Tpo -c H5Topaque.c -o H5Topaque.o mv -f .deps/H5Topaque.Tpo .deps/H5Topaque.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Torder.lo -MD -MP -MF .deps/H5Torder.Tpo -c -o H5Torder.lo H5Torder.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Torder.lo -MD -MP -MF .deps/H5Torder.Tpo -c H5Torder.c -o H5Torder.o mv -f .deps/H5Torder.Tpo .deps/H5Torder.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tpad.lo -MD -MP -MF .deps/H5Tpad.Tpo -c -o H5Tpad.lo H5Tpad.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tpad.lo -MD -MP -MF .deps/H5Tpad.Tpo -c H5Tpad.c -o H5Tpad.o mv -f .deps/H5Tpad.Tpo .deps/H5Tpad.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tprecis.lo -MD -MP -MF .deps/H5Tprecis.Tpo -c -o H5Tprecis.lo H5Tprecis.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tprecis.lo -MD -MP -MF .deps/H5Tprecis.Tpo -c H5Tprecis.c -o H5Tprecis.o mv -f .deps/H5Tprecis.Tpo .deps/H5Tprecis.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tstrpad.lo -MD -MP -MF .deps/H5Tstrpad.Tpo -c -o H5Tstrpad.lo H5Tstrpad.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tstrpad.lo -MD -MP -MF .deps/H5Tstrpad.Tpo -c H5Tstrpad.c -o H5Tstrpad.o mv -f .deps/H5Tstrpad.Tpo .deps/H5Tstrpad.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tvisit.lo -MD -MP -MF .deps/H5Tvisit.Tpo -c -o H5Tvisit.lo H5Tvisit.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tvisit.lo -MD -MP -MF .deps/H5Tvisit.Tpo -c H5Tvisit.c -o H5Tvisit.o mv -f .deps/H5Tvisit.Tpo .deps/H5Tvisit.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tvlen.lo -MD -MP -MF .deps/H5Tvlen.Tpo -c -o H5Tvlen.lo H5Tvlen.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tvlen.lo -MD -MP -MF .deps/H5Tvlen.Tpo -c H5Tvlen.c -o H5Tvlen.o mv -f .deps/H5Tvlen.Tpo .deps/H5Tvlen.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5TS.lo -MD -MP -MF .deps/H5TS.Tpo -c -o H5TS.lo H5TS.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5TS.lo -MD -MP -MF .deps/H5TS.Tpo -c H5TS.c -o H5TS.o mv -f .deps/H5TS.Tpo .deps/H5TS.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5V.lo -MD -MP -MF .deps/H5V.Tpo -c -o H5V.lo H5V.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5V.lo -MD -MP -MF .deps/H5V.Tpo -c H5V.c -o H5V.o mv -f .deps/H5V.Tpo .deps/H5V.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5WB.lo -MD -MP -MF .deps/H5WB.Tpo -c -o H5WB.lo H5WB.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5WB.lo -MD -MP -MF .deps/H5WB.Tpo -c H5WB.c -o H5WB.o mv -f .deps/H5WB.Tpo .deps/H5WB.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Z.lo -MD -MP -MF .deps/H5Z.Tpo -c -o H5Z.lo H5Z.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Z.lo -MD -MP -MF .deps/H5Z.Tpo -c H5Z.c -o H5Z.o mv -f .deps/H5Z.Tpo .deps/H5Z.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zdeflate.lo -MD -MP -MF .deps/H5Zdeflate.Tpo -c -o H5Zdeflate.lo H5Zdeflate.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zdeflate.lo -MD -MP -MF .deps/H5Zdeflate.Tpo -c H5Zdeflate.c -o H5Zdeflate.o mv -f .deps/H5Zdeflate.Tpo .deps/H5Zdeflate.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zfletcher32.lo -MD -MP -MF .deps/H5Zfletcher32.Tpo -c -o H5Zfletcher32.lo H5Zfletcher32.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zfletcher32.lo -MD -MP -MF .deps/H5Zfletcher32.Tpo -c H5Zfletcher32.c -o H5Zfletcher32.o mv -f .deps/H5Zfletcher32.Tpo .deps/H5Zfletcher32.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Znbit.lo -MD -MP -MF .deps/H5Znbit.Tpo -c -o H5Znbit.lo H5Znbit.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Znbit.lo -MD -MP -MF .deps/H5Znbit.Tpo -c H5Znbit.c -o H5Znbit.o mv -f .deps/H5Znbit.Tpo .deps/H5Znbit.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zshuffle.lo -MD -MP -MF .deps/H5Zshuffle.Tpo -c -o H5Zshuffle.lo H5Zshuffle.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zshuffle.lo -MD -MP -MF .deps/H5Zshuffle.Tpo -c H5Zshuffle.c -o H5Zshuffle.o mv -f .deps/H5Zshuffle.Tpo .deps/H5Zshuffle.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zszip.lo -MD -MP -MF .deps/H5Zszip.Tpo -c -o H5Zszip.lo H5Zszip.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zszip.lo -MD -MP -MF .deps/H5Zszip.Tpo -c H5Zszip.c -o H5Zszip.o mv -f .deps/H5Zszip.Tpo .deps/H5Zszip.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zscaleoffset.lo -MD -MP -MF .deps/H5Zscaleoffset.Tpo -c -o H5Zscaleoffset.lo H5Zscaleoffset.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zscaleoffset.lo -MD -MP -MF .deps/H5Zscaleoffset.Tpo -c H5Zscaleoffset.c -o H5Zscaleoffset.o H5Zscaleoffset.c: In function â??H5Z_scaleoffset_postdecompress_fdâ??: H5Zscaleoffset.c:1382: warning: comparison between signed and unsigned H5Zscaleoffset.c:1382: warning: comparison between signed and unsigned H5Zscaleoffset.c:1382: warning: comparison between signed and unsigned H5Zscaleoffset.c:1385: warning: comparison between signed and unsigned H5Zscaleoffset.c:1385: warning: comparison between signed and unsigned H5Zscaleoffset.c:1385: warning: comparison between signed and unsigned H5Zscaleoffset.c: In function â??H5Z_scaleoffset_decompress_one_atomicâ??: H5Zscaleoffset.c:1449: warning: comparison between signed and unsigned H5Zscaleoffset.c: In function â??H5Z_scaleoffset_compress_one_atomicâ??: H5Zscaleoffset.c:1523: warning: comparison between signed and unsigned mv -f .deps/H5Zscaleoffset.Tpo .deps/H5Zscaleoffset.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ztrans.lo -MD -MP -MF .deps/H5Ztrans.Tpo -c -o H5Ztrans.lo H5Ztrans.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ztrans.lo -MD -MP -MF .deps/H5Ztrans.Tpo -c H5Ztrans.c -o H5Ztrans.o mv -f .deps/H5Ztrans.Tpo .deps/H5Ztrans.Plo /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -version-info 5:1:0 -L/usr/local/include/lib -o libhdf5.la -rpath /usr/local//lib H5.lo H5checksum.lo H5dbg.lo H5system.lo H5timer.lo H5trace.lo H5A.lo H5Abtree2.lo H5Adense.lo H5Adeprec.lo H5Aint.lo H5Atest.lo H5AC.lo H5B.lo H5Bcache.lo H5B2.lo H5B2cache.lo H5B2dbg.lo H5B2int.lo H5B2stat.lo H5B2test.lo H5C.lo H5CS.lo H5D.lo H5Dchunk.lo H5Dcompact.lo H5Dcontig.lo H5Ddbg.lo H5Ddeprec.lo H5Defl.lo H5Dfill.lo H5Dint.lo H5Dio.lo H5Distore.lo H5Dmpio.lo H5Doh.lo H5Dscatgath.lo H5Dselect.lo H5Dtest.lo H5E.lo H5Edeprec.lo H5Eint.lo H5F.lo H5Fdbg.lo H5Ffake.lo H5Fmount.lo H5Fsfile.lo H5Fsuper.lo H5Ftest.lo H5FD.lo H5FDcore.lo H5FDdirect.lo H5FDfamily.lo H5FDlog.lo H5FDmpi.lo H5FDmpio.lo H5FDmpiposix.lo H5FDmulti.lo H5FDsec2.lo H5FDspace.lo H5FDstdio.lo H5FL.lo H5FO.lo H5FS.lo H5FScache.lo H5FSdbg.lo H5FSsection.lo H5G.lo H5Gbtree2.lo H5Gcompact.lo H5Gdense.lo H5Gdeprec.lo H5Gent.lo H5Gint.lo H5Glink.lo H5Gloc.lo H5Gname.lo H5Gnode.lo H5Gobj.lo H5Goh.lo H5Gstab.lo H5Gtest.lo H5Gtraverse.lo H5HF.lo H5HFbtree2.lo H5HFcache.lo H5HFdbg.lo H5HFdblock.lo H5HFdtable.lo H5HFhdr.lo H5HFhuge.lo H5HFiblock.lo H5HFiter.lo H5HFman.lo H5HFsection.lo H5HFspace.lo H5HFstat.lo H5HFtest.lo H5HFtiny.lo H5HG.lo H5HGdbg.lo H5HL.lo H5HLdbg.lo H5HP.lo H5I.lo H5L.lo H5Lexternal.lo H5MF.lo H5MM.lo H5MP.lo H5MPtest.lo H5O.lo H5Oainfo.lo H5Oalloc.lo H5Oattr.lo H5Oattribute.lo H5Obogus.lo H5Obtreek.lo H5Ocache.lo H5Ocont.lo H5Ocopy.lo H5Odbg.lo H5Odrvinfo.lo H5Odtype.lo H5Oefl.lo H5Ofill.lo H5Oginfo.lo H5Olayout.lo H5Olinfo.lo H5Olink.lo H5Omessage.lo H5Omtime.lo H5Oname.lo H5Onull.lo H5Opline.lo H5Orefcount.lo H5Osdspace.lo H5Oshared.lo H5Ostab.lo H5Oshmesg.lo H5Otest.lo H5Ounknown.lo H5P.lo H5Pacpl.lo H5Pdcpl.lo H5Pdeprec.lo H5Pdxpl.lo H5Pfapl.lo H5Pfcpl.lo H5Pfmpl.lo H5Pgcpl.lo H5Pint.lo H5Plapl.lo H5Plcpl.lo H5Pocpl.lo H5Pocpypl.lo H5Pstrcpl.lo H5Ptest.lo H5R.lo H5Rdeprec.lo H5RC.lo H5RS.lo H5S.lo H5Sall.lo H5Sdbg.lo H5Shyper.lo H5Smpio.lo H5Snone.lo H5Spoint.lo H5Sselect.lo H5Stest.lo H5SL.lo H5SM.lo H5SMbtree2.lo H5SMcache.lo H5SMtest.lo H5ST.lo H5T.lo H5Tarray.lo H5Tbit.lo H5Tcommit.lo H5Tcompound.lo H5Tconv.lo H5Tcset.lo H5Tdbg.lo H5Tdeprec.lo H5Tenum.lo H5Tfields.lo H5Tfixed.lo H5Tfloat.lo H5Tinit.lo H5Tnative.lo H5Toffset.lo H5Toh.lo H5Topaque.lo H5Torder.lo H5Tpad.lo H5Tprecis.lo H5Tstrpad.lo H5Tvisit.lo H5Tvlen.lo H5TS.lo H5V.lo H5WB.lo H5Z.lo H5Zdeflate.lo H5Zfletcher32.lo H5Znbit.lo H5Zshuffle.lo H5Zszip.lo H5Zscaleoffset.lo H5Ztrans.lo -lz -lm libtool: link: ar cru .libs/libhdf5.a H5.o H5checksum.o H5dbg.o H5system.o H5timer.o H5trace.o H5A.o H5Abtree2.o H5Adense.o H5Adeprec.o H5Aint.o H5Atest.o H5AC.o H5B.o H5Bcache.o H5B2.o H5B2cache.o H5B2dbg.o H5B2int.o H5B2stat.o H5B2test.o H5C.o H5CS.o H5D.o H5Dchunk.o H5Dcompact.o H5Dcontig.o H5Ddbg.o H5Ddeprec.o H5Defl.o H5Dfill.o H5Dint.o H5Dio.o H5Distore.o H5Dmpio.o H5Doh.o H5Dscatgath.o H5Dselect.o H5Dtest.o H5E.o H5Edeprec.o H5Eint.o H5F.o H5Fdbg.o H5Ffake.o H5Fmount.o H5Fsfile.o H5Fsuper.o H5Ftest.o H5FD.o H5FDcore.o H5FDdirect.o H5FDfamily.o H5FDlog.o H5FDmpi.o H5FDmpio.o H5FDmpiposix.o H5FDmulti.o H5FDsec2.o H5FDspace.o H5FDstdio.o H5FL.o H5FO.o H5FS.o H5FScache.o H5FSdbg.o H5FSsection.o H5G.o H5Gbtree2.o H5Gcompact.o H5Gdense.o H5Gdeprec.o H5Gent.o H5Gint.o H5Glink.o H5Gloc.o H5Gname.o H5Gnode.o H5Gobj.o H5Goh.o H5Gstab.o H5Gtest.o H5Gtraverse.o H5HF.o H5HFbtree2.o H5HFcache.o H5HFdbg.o H5HFdblock.o H5HFdtable.o H5HFhdr.o H5HFhuge.o H5HFiblock.o H5HFiter.o H5HFman.o H5HFsection.o H5HFspace.o H5HFstat.o H5HFtest.o H5HFtiny.o H5HG.o H5HGdbg.o H5HL.o H5HLdbg.o H5HP.o H5I.o H5L.o H5Lexternal.o H5MF.o H5MM.o H5MP.o H5MPtest.o H5O.o H5Oainfo.o H5Oalloc.o H5Oattr.o H5Oattribute.o H5Obogus.o H5Obtreek.o H5Ocache.o H5Ocont.o H5Ocopy.o H5Odbg.o H5Odrvinfo.o H5Odtype.o H5Oefl.o H5Ofill.o H5Oginfo.o H5Olayout.o H5Olinfo.o H5Olink.o H5Omessage.o H5Omtime.o H5Oname.o H5Onull.o H5Opline.o H5Orefcount.o H5Osdspace.o H5Oshared.o H5Ostab.o H5Oshmesg.o H5Otest.o H5Ounknown.o H5P.o H5Pacpl.o H5Pdcpl.o H5Pdeprec.o H5Pdxpl.o H5Pfapl.o H5Pfcpl.o H5Pfmpl.o H5Pgcpl.o H5Pint.o H5Plapl.o H5Plcpl.o H5Pocpl.o H5Pocpypl.o H5Pstrcpl.o H5Ptest.o H5R.o H5Rdeprec.o H5RC.o H5RS.o H5S.o H5Sall.o H5Sdbg.o H5Shyper.o H5Smpio.o H5Snone.o H5Spoint.o H5Sselect.o H5Stest.o H5SL.o H5SM.o H5SMbtree2.o H5SMcache.o H5SMtest.o H5ST.o H5T.o H5Tarray.o H5Tbit.o H5Tcommit.o H5Tcompound.o H5Tconv.o H5Tcset.o H5Tdbg.o H5Tdeprec.o H5Tenum.o H5Tfields.o H5Tfixed.o H5Tfloat.o H5Tinit.o H5Tnative.o H5Toffset.o H5Toh.o H5Topaque.o H5Torder.o H5Tpad.o H5Tprecis.o H5Tstrpad.o H5Tvisit.o H5Tvlen.o H5TS.o H5V.o H5WB.o H5Z.o H5Zdeflate.o H5Zfletcher32.o H5Znbit.o H5Zshuffle.o H5Zszip.o H5Zscaleoffset.o H5Ztrans.o ranlib: file: .libs/libhdf5.a(H5CS.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Dmpio.o) has no symbols ranlib: file: .libs/libhdf5.a(H5FDdirect.o) has no symbols ranlib: file: .libs/libhdf5.a(H5FDmpio.o) has no symbols ranlib: file: .libs/libhdf5.a(H5FDmpiposix.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Obogus.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Smpio.o) has no symbols ranlib: file: .libs/libhdf5.a(H5TS.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Zszip.o) has no symbols libtool: link: ranlib .libs/libhdf5.a ranlib: file: .libs/libhdf5.a(H5CS.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Dmpio.o) has no symbols ranlib: file: .libs/libhdf5.a(H5FDdirect.o) has no symbols ranlib: file: .libs/libhdf5.a(H5FDmpio.o) has no symbols ranlib: file: .libs/libhdf5.a(H5FDmpiposix.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Obogus.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Smpio.o) has no symbols ranlib: file: .libs/libhdf5.a(H5TS.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Zszip.o) has no symbols libtool: link: ( cd ".libs" && rm -f "libhdf5.la" && ln -s "../libhdf5.la" "libhdf5.la" ) Making all in test /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5test.lo -MD -MP -MF .deps/h5test.Tpo -c -o h5test.lo h5test.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5test.lo -MD -MP -MF .deps/h5test.Tpo -c h5test.c -o h5test.o h5test.c: In function â??h5_fixnameâ??: h5test.c:420: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype h5test.c: In function â??print_funcâ??: h5test.c:885: warning: function might be possible candidate for â??printfâ?? format attribute mv -f .deps/h5test.Tpo .deps/h5test.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT testframe.lo -MD -MP -MF .deps/testframe.Tpo -c -o testframe.lo testframe.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT testframe.lo -MD -MP -MF .deps/testframe.Tpo -c testframe.c -o testframe.o testframe.c: In function â??TestErrPrintfâ??: testframe.c:534: warning: function might be possible candidate for â??printfâ?? format attribute mv -f .deps/testframe.Tpo .deps/testframe.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT cache_common.lo -MD -MP -MF .deps/cache_common.Tpo -c -o cache_common.lo cache_common.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT cache_common.lo -MD -MP -MF .deps/cache_common.Tpo -c cache_common.c -o cache_common.o mv -f .deps/cache_common.Tpo .deps/cache_common.Plo /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o libh5test.la h5test.lo testframe.lo cache_common.lo -lz -lm libtool: link: ar cru .libs/libh5test.a h5test.o testframe.o cache_common.o libtool: link: ranlib .libs/libh5test.a libtool: link: ( cd ".libs" && rm -f "libh5test.la" && ln -s "../libh5test.la" "libh5test.la" ) gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT testhdf5.o -MD -MP -MF .deps/testhdf5.Tpo -c -o testhdf5.o testhdf5.c mv -f .deps/testhdf5.Tpo .deps/testhdf5.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tarray.o -MD -MP -MF .deps/tarray.Tpo -c -o tarray.o tarray.c mv -f .deps/tarray.Tpo .deps/tarray.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tattr.o -MD -MP -MF .deps/tattr.Tpo -c -o tattr.o tattr.c tattr.c: In function â??test_attr_compound_readâ??: tattr.c:833: warning: cast from function call of type â??H5T_order_tâ?? to non-matching type â??long intâ?? tattr.c:842: warning: cast from function call of type â??H5T_order_tâ?? to non-matching type â??long intâ?? tattr.c:851: warning: cast from function call of type â??H5T_order_tâ?? to non-matching type â??long intâ?? tattr.c: In function â??test_attr_mult_readâ??: tattr.c:1214: warning: cast from function call of type â??H5T_order_tâ?? to non-matching type â??long intâ?? tattr.c:1269: warning: cast from function call of type â??H5T_order_tâ?? to non-matching type â??long intâ?? tattr.c:1327: warning: cast from function call of type â??H5T_order_tâ?? to non-matching type â??long intâ?? tattr.c: In function â??test_attr_corder_create_compactâ??: tattr.c:3605: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attr_corder_create_denseâ??: tattr.c:3803: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attr_corder_deleteâ??: tattr.c:4544: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attr_info_by_idxâ??: tattr.c:4892: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attr_delete_by_idxâ??: tattr.c:5102: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attr_iterate2â??: tattr.c:6060: warning: â??dsetnameâ?? may be used uninitialized in this function tattr.c:6043: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attr_open_by_idxâ??: tattr.c:6407: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attr_open_by_nameâ??: tattr.c:6766: warning: â??dsetnameâ?? may be used uninitialized in this function tattr.c:6754: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attr_create_by_nameâ??: tattr.c:7020: warning: â??dsetnameâ?? may be used uninitialized in this function tattr.c:7008: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attrâ??: tattr.c:4138: warning: â??my_datasetâ?? may be used uninitialized in this function mv -f .deps/tattr.Tpo .deps/tattr.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tchecksum.o -MD -MP -MF .deps/tchecksum.Tpo -c -o tchecksum.o tchecksum.c mv -f .deps/tchecksum.Tpo .deps/tchecksum.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tconfig.o -MD -MP -MF .deps/tconfig.Tpo -c -o tconfig.o tconfig.c mv -f .deps/tconfig.Tpo .deps/tconfig.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tfile.o -MD -MP -MF .deps/tfile.Tpo -c -o tfile.o tfile.c mv -f .deps/tfile.Tpo .deps/tfile.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tgenprop.o -MD -MP -MF .deps/tgenprop.Tpo -c -o tgenprop.o tgenprop.c mv -f .deps/tgenprop.Tpo .deps/tgenprop.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT th5o.o -MD -MP -MF .deps/th5o.Tpo -c -o th5o.o th5o.c th5o.c: In function â??test_h5o_closeâ??: th5o.c:165: warning: cast from function call of type â??H5I_type_tâ?? to non-matching type â??long intâ?? mv -f .deps/th5o.Tpo .deps/th5o.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT th5s.o -MD -MP -MF .deps/th5s.Tpo -c -o th5s.o th5s.c mv -f .deps/th5s.Tpo .deps/th5s.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tcoords.o -MD -MP -MF .deps/tcoords.Tpo -c -o tcoords.o tcoords.c mv -f .deps/tcoords.Tpo .deps/tcoords.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT theap.o -MD -MP -MF .deps/theap.Tpo -c -o theap.o theap.c mv -f .deps/theap.Tpo .deps/theap.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tid.o -MD -MP -MF .deps/tid.Tpo -c -o tid.o tid.c mv -f .deps/tid.Tpo .deps/tid.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT titerate.o -MD -MP -MF .deps/titerate.Tpo -c -o titerate.o titerate.c mv -f .deps/titerate.Tpo .deps/titerate.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tmeta.o -MD -MP -MF .deps/tmeta.Tpo -c -o tmeta.o tmeta.c mv -f .deps/tmeta.Tpo .deps/tmeta.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tmisc.o -MD -MP -MF .deps/tmisc.Tpo -c -o tmisc.o tmisc.c tmisc.c: In function â??test_misc16â??: tmisc.c:2690: warning: initialization makes integer from pointer without a cast tmisc.c: In function â??test_misc17â??: tmisc.c:2769: warning: initialization makes integer from pointer without a cast mv -f .deps/tmisc.Tpo .deps/tmisc.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT trefer.o -MD -MP -MF .deps/trefer.Tpo -c -o trefer.o trefer.c trefer.c: In function â??test_reference_regionâ??: trefer.c:331: warning: missing braces around initializer trefer.c:331: warning: (near initialization for â??nvrbuf[0]â??) trefer.c:331: warning: large integer implicitly truncated to unsigned type trefer.c:410: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type trefer.c: In function â??test_reference_region_1Dâ??: trefer.c:682: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type trefer.c: In function â??test_reference_compatâ??: trefer.c:1267: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type mv -f .deps/trefer.Tpo .deps/trefer.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT trefstr.o -MD -MP -MF .deps/trefstr.Tpo -c -o trefstr.o trefstr.c trefstr.c: In function â??test_refstr_ownâ??: trefstr.c:293: warning: unused variable â??FUNCâ?? mv -f .deps/trefstr.Tpo .deps/trefstr.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tselect.o -MD -MP -MF .deps/tselect.Tpo -c -o tselect.o tselect.c tselect.c: In function â??test_select_pointâ??: tselect.c:450: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:475: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:500: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:529: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:571: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:595: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_select_comboâ??: tselect.c:948: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_select_point_copyâ??: tselect.c:1783: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:1797: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:1841: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_select_point_offsetâ??: tselect.c:2230: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:2265: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:2301: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_select_point_chunkâ??: tselect.c:4251: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:4287: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_select_fill_pointâ??: tselect.c:5041: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_scalar_selectâ??: tselect.c:5579: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_scalar_select2â??: tselect.c:5698: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_scalar_select3â??: tselect.c:5766: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_shape_sameâ??: tselect.c:5927: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:5945: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:6626: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_select_boundsâ??: tselect.c:7978: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type mv -f .deps/tselect.Tpo .deps/tselect.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tskiplist.o -MD -MP -MF .deps/tskiplist.Tpo -c -o tskiplist.o tskiplist.c mv -f .deps/tskiplist.Tpo .deps/tskiplist.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tsohm.o -MD -MP -MF .deps/tsohm.Tpo -c -o tsohm.o tsohm.c tsohm.c:1320: warning: â??size2_dump_structâ?? defined but not used mv -f .deps/tsohm.Tpo .deps/tsohm.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ttime.o -MD -MP -MF .deps/ttime.Tpo -c -o ttime.o ttime.c mv -f .deps/ttime.Tpo .deps/ttime.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ttst.o -MD -MP -MF .deps/ttst.Tpo -c -o ttst.o ttst.c ttst.c: In function â??test_tst_initâ??: ttst.c:110: warning: cast discards qualifiers from pointer target type mv -f .deps/ttst.Tpo .deps/ttst.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tunicode.o -MD -MP -MF .deps/tunicode.Tpo -c -o tunicode.o tunicode.c mv -f .deps/tunicode.Tpo .deps/tunicode.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tvlstr.o -MD -MP -MF .deps/tvlstr.Tpo -c -o tvlstr.o tvlstr.c mv -f .deps/tvlstr.Tpo .deps/tvlstr.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tvltypes.o -MD -MP -MF .deps/tvltypes.Tpo -c -o tvltypes.o tvltypes.c tvltypes.c: In function â??test_vltypes_fill_valueâ??: tvltypes.c:2438: warning: initialization discards qualifiers from pointer target type tvltypes.c:2438: warning: initialization discards qualifiers from pointer target type tvltypes.c:2438: warning: initialization discards qualifiers from pointer target type tvltypes.c:2438: warning: initialization discards qualifiers from pointer target type tvltypes.c:2438: warning: initialization discards qualifiers from pointer target type tvltypes.c:2438: warning: initialization discards qualifiers from pointer target type tvltypes.c:2439: warning: initialization discards qualifiers from pointer target type tvltypes.c:2439: warning: initialization discards qualifiers from pointer target type tvltypes.c:2439: warning: initialization discards qualifiers from pointer target type tvltypes.c:2439: warning: initialization discards qualifiers from pointer target type tvltypes.c:2439: warning: initialization discards qualifiers from pointer target type tvltypes.c:2439: warning: initialization discards qualifiers from pointer target type tvltypes.c: In function â??test_vltypesâ??: tvltypes.c:2422: warning: â??dset_dspace_idâ?? may be used uninitialized in this function tvltypes.c:2437: warning: â??dset_elmtsâ?? may be used uninitialized in this function tvltypes.c:2423: warning: â??dset_select_dspace_idâ?? may be used uninitialized in this function mv -f .deps/tvltypes.Tpo .deps/tvltypes.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o testhdf5 testhdf5.o tarray.o tattr.o tchecksum.o tconfig.o tfile.o tgenprop.o th5o.o th5s.o tcoords.o theap.o tid.o titerate.o tmeta.o tmisc.o trefer.o trefstr.o tselect.o tskiplist.o tsohm.o ttime.o ttst.o tunicode.o tvlstr.o tvltypes.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o testhdf5 testhdf5.o tarray.o tattr.o tchecksum.o tconfig.o tfile.o tgenprop.o th5o.o th5s.o tcoords.o theap.o tid.o titerate.o tmeta.o tmisc.o trefer.o trefstr.o tselect.o tskiplist.o tsohm.o ttime.o ttst.o tunicode.o tvlstr.o tvltypes.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT lheap.o -MD -MP -MF .deps/lheap.Tpo -c -o lheap.o lheap.c mv -f .deps/lheap.Tpo .deps/lheap.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o lheap lheap.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o lheap lheap.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ohdr.o -MD -MP -MF .deps/ohdr.Tpo -c -o ohdr.o ohdr.c mv -f .deps/ohdr.Tpo .deps/ohdr.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o ohdr ohdr.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o ohdr ohdr.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT stab.o -MD -MP -MF .deps/stab.Tpo -c -o stab.o stab.c stab.c: In function â??old_apiâ??: stab.c:1014: warning: â??small_file_sizeâ?? may be used uninitialized in this function mv -f .deps/stab.Tpo .deps/stab.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o stab stab.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o stab stab.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT gheap.o -MD -MP -MF .deps/gheap.Tpo -c -o gheap.o gheap.c mv -f .deps/gheap.Tpo .deps/gheap.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o gheap gheap.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o gheap gheap.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT cache.o -MD -MP -MF .deps/cache.Tpo -c -o cache.o cache.c cache.c: In function â??check_auto_cache_resize_input_errsâ??: cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c: In function â??check_auto_cache_resize_aux_fcnsâ??: cache.c:27717: warning: comparing floating point with == or != is unsafe cache.c:27751: warning: comparing floating point with == or != is unsafe cache.c:27797: warning: comparing floating point with == or != is unsafe cache.c:27881: warning: comparing floating point with == or != is unsafe mv -f .deps/cache.Tpo .deps/cache.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o cache cache.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o cache cache.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT cache_api.o -MD -MP -MF .deps/cache_api.Tpo -c -o cache_api.o cache_api.c cache_api.c: In function â??check_fapl_mdc_api_callsâ??: cache_api.c:274: warning: comparing floating point with == or != is unsafe cache_api.c:274: warning: comparing floating point with == or != is unsafe cache_api.c:274: warning: comparing floating point with == or != is unsafe cache_api.c:274: warning: comparing floating point with == or != is unsafe cache_api.c:274: warning: comparing floating point with == or != is unsafe cache_api.c:274: warning: comparing floating point with == or != is unsafe cache_api.c:274: warning: comparing floating point with == or != is unsafe cache_api.c:274: warning: comparing floating point with == or != is unsafe cache_api.c:308: warning: comparing floating point with == or != is unsafe cache_api.c:308: warning: comparing floating point with == or != is unsafe cache_api.c:308: warning: comparing floating point with == or != is unsafe cache_api.c:308: warning: comparing floating point with == or != is unsafe cache_api.c:308: warning: comparing floating point with == or != is unsafe cache_api.c:308: warning: comparing floating point with == or != is unsafe cache_api.c:308: warning: comparing floating point with == or != is unsafe cache_api.c:308: warning: comparing floating point with == or != is unsafe cache_api.c:385: warning: comparing floating point with == or != is unsafe cache_api.c:385: warning: comparing floating point with == or != is unsafe cache_api.c:385: warning: comparing floating point with == or != is unsafe cache_api.c:385: warning: comparing floating point with == or != is unsafe cache_api.c:385: warning: comparing floating point with == or != is unsafe cache_api.c:385: warning: comparing floating point with == or != is unsafe cache_api.c:385: warning: comparing floating point with == or != is unsafe cache_api.c:385: warning: comparing floating point with == or != is unsafe cache_api.c:420: warning: comparing floating point with == or != is unsafe cache_api.c:420: warning: comparing floating point with == or != is unsafe cache_api.c:420: warning: comparing floating point with == or != is unsafe cache_api.c:420: warning: comparing floating point with == or != is unsafe cache_api.c:420: warning: comparing floating point with == or != is unsafe cache_api.c:420: warning: comparing floating point with == or != is unsafe cache_api.c:420: warning: comparing floating point with == or != is unsafe cache_api.c:420: warning: comparing floating point with == or != is unsafe cache_api.c:534: warning: comparing floating point with == or != is unsafe cache_api.c:534: warning: comparing floating point with == or != is unsafe cache_api.c:534: warning: comparing floating point with == or != is unsafe cache_api.c:534: warning: comparing floating point with == or != is unsafe cache_api.c:534: warning: comparing floating point with == or != is unsafe cache_api.c:534: warning: comparing floating point with == or != is unsafe cache_api.c:534: warning: comparing floating point with == or != is unsafe cache_api.c:534: warning: comparing floating point with == or != is unsafe cache_api.c:569: warning: comparing floating point with == or != is unsafe cache_api.c:569: warning: comparing floating point with == or != is unsafe cache_api.c:569: warning: comparing floating point with == or != is unsafe cache_api.c:569: warning: comparing floating point with == or != is unsafe cache_api.c:569: warning: comparing floating point with == or != is unsafe cache_api.c:569: warning: comparing floating point with == or != is unsafe cache_api.c:569: warning: comparing floating point with == or != is unsafe cache_api.c:569: warning: comparing floating point with == or != is unsafe cache_api.c: In function â??validate_mdc_configâ??: cache_api.c:685: warning: comparing floating point with == or != is unsafe cache_api.c:685: warning: comparing floating point with == or != is unsafe cache_api.c:685: warning: comparing floating point with == or != is unsafe cache_api.c:685: warning: comparing floating point with == or != is unsafe cache_api.c:685: warning: comparing floating point with == or != is unsafe cache_api.c:685: warning: comparing floating point with == or != is unsafe cache_api.c:685: warning: comparing floating point with == or != is unsafe cache_api.c:685: warning: comparing floating point with == or != is unsafe cache_api.c:722: warning: comparing floating point with == or != is unsafe cache_api.c:722: warning: comparing floating point with == or != is unsafe cache_api.c:722: warning: comparing floating point with == or != is unsafe cache_api.c:722: warning: comparing floating point with == or != is unsafe cache_api.c:722: warning: comparing floating point with == or != is unsafe cache_api.c:722: warning: comparing floating point with == or != is unsafe cache_api.c:722: warning: comparing floating point with == or != is unsafe cache_api.c:722: warning: comparing floating point with == or != is unsafe cache_api.c: In function â??check_file_mdc_api_callsâ??: cache_api.c:1010: warning: comparing floating point with == or != is unsafe cache_api.c: In function â??check_and_validate_cache_hit_rateâ??: cache_api.c:1172: warning: comparing floating point with == or != is unsafe cache_api.c: In function â??check_fapl_mdc_api_errsâ??: cache_api.c:3573: warning: comparing floating point with == or != is unsafe cache_api.c:3573: warning: comparing floating point with == or != is unsafe cache_api.c:3573: warning: comparing floating point with == or != is unsafe cache_api.c:3573: warning: comparing floating point with == or != is unsafe cache_api.c:3573: warning: comparing floating point with == or != is unsafe cache_api.c:3573: warning: comparing floating point with == or != is unsafe cache_api.c:3573: warning: comparing floating point with == or != is unsafe cache_api.c:3573: warning: comparing floating point with == or != is unsafe cache_api.c:3662: warning: comparing floating point with == or != is unsafe cache_api.c:3662: warning: comparing floating point with == or != is unsafe cache_api.c:3662: warning: comparing floating point with == or != is unsafe cache_api.c:3662: warning: comparing floating point with == or != is unsafe cache_api.c:3662: warning: comparing floating point with == or != is unsafe cache_api.c:3662: warning: comparing floating point with == or != is unsafe cache_api.c:3662: warning: comparing floating point with == or != is unsafe cache_api.c:3662: warning: comparing floating point with == or != is unsafe mv -f .deps/cache_api.Tpo .deps/cache_api.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o cache_api cache_api.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o cache_api cache_api.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT pool.o -MD -MP -MF .deps/pool.Tpo -c -o pool.o pool.c mv -f .deps/pool.Tpo .deps/pool.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o pool pool.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o pool pool.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT hyperslab.o -MD -MP -MF .deps/hyperslab.Tpo -c -o hyperslab.o hyperslab.c mv -f .deps/hyperslab.Tpo .deps/hyperslab.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o hyperslab hyperslab.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o hyperslab hyperslab.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT istore.o -MD -MP -MF .deps/istore.Tpo -c -o istore.o istore.c mv -f .deps/istore.Tpo .deps/istore.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o istore istore.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o istore istore.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT bittests.o -MD -MP -MF .deps/bittests.Tpo -c -o bittests.o bittests.c mv -f .deps/bittests.Tpo .deps/bittests.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o bittests bittests.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o bittests bittests.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT dt_arith.o -MD -MP -MF .deps/dt_arith.Tpo -c -o dt_arith.o dt_arith.c dt_arith.c: In function â??generates_sigfpeâ??: dt_arith.c:575: warning: passing argument 1 of â??some_dummy_funcâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype dt_arith.c: In function â??test_conv_int_1â??: dt_arith.c:1776: warning: comparison is always true due to limited range of data type dt_arith.c:1776: warning: comparison is always true due to limited range of data type dt_arith.c:1776: warning: comparison is always true due to limited range of data type dt_arith.c:1776: warning: comparison is always true due to limited range of data type dt_arith.c:1776: warning: comparison is always true due to limited range of data type dt_arith.c:1776: warning: comparison is always true due to limited range of data type dt_arith.c:1778: warning: comparison is always true due to limited range of data type dt_arith.c:1778: warning: comparison is always true due to limited range of data type dt_arith.c:1778: warning: comparison is always true due to limited range of data type dt_arith.c:1778: warning: comparison is always true due to limited range of data type dt_arith.c:1778: warning: comparison is always true due to limited range of data type dt_arith.c:1778: warning: comparison is always true due to limited range of data type dt_arith.c:1780: warning: comparison is always true due to limited range of data type dt_arith.c:1780: warning: comparison is always true due to limited range of data type dt_arith.c:1780: warning: comparison is always true due to limited range of data type dt_arith.c:1780: warning: comparison is always true due to limited range of data type dt_arith.c:1780: warning: comparison is always true due to limited range of data type dt_arith.c:1780: warning: comparison is always true due to limited range of data type dt_arith.c:1782: warning: comparison is always true due to limited range of data type dt_arith.c:1782: warning: comparison is always true due to limited range of data type dt_arith.c:1782: warning: comparison is always true due to limited range of data type dt_arith.c:1782: warning: comparison is always true due to limited range of data type dt_arith.c:1782: warning: comparison is always true due to limited range of data type dt_arith.c:1782: warning: comparison is always true due to limited range of data type dt_arith.c:1786: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:1786: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:1786: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:1790: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:1790: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:1790: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:1794: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:1794: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:1794: warning: comparison of unsigned expression >= 0 is always true dt_arith.c: In function â??my_isnanâ??: dt_arith.c:2629: warning: comparing floating point with == or != is unsafe dt_arith.c:2633: warning: comparing floating point with == or != is unsafe dt_arith.c:2638: warning: comparing floating point with == or != is unsafe dt_arith.c: In function â??test_conv_flt_1â??: dt_arith.c:3193: warning: passing argument 1 of â??frexpfâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype dt_arith.c:3194: warning: passing argument 1 of â??frexpfâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype dt_arith.c: In function â??test_conv_int_fpâ??: dt_arith.c:3694: warning: comparison is always true due to limited range of data type dt_arith.c:3694: warning: comparison is always true due to limited range of data type dt_arith.c:3694: warning: comparison is always true due to limited range of data type dt_arith.c:3694: warning: comparison is always true due to limited range of data type dt_arith.c:3694: warning: comparison is always true due to limited range of data type dt_arith.c:3694: warning: comparison is always true due to limited range of data type dt_arith.c:3696: warning: comparison is always true due to limited range of data type dt_arith.c:3696: warning: comparison is always true due to limited range of data type dt_arith.c:3696: warning: comparison is always true due to limited range of data type dt_arith.c:3696: warning: comparison is always true due to limited range of data type dt_arith.c:3696: warning: comparison is always true due to limited range of data type dt_arith.c:3696: warning: comparison is always true due to limited range of data type dt_arith.c:3698: warning: comparison is always true due to limited range of data type dt_arith.c:3698: warning: comparison is always true due to limited range of data type dt_arith.c:3698: warning: comparison is always true due to limited range of data type dt_arith.c:3698: warning: comparison is always true due to limited range of data type dt_arith.c:3698: warning: comparison is always true due to limited range of data type dt_arith.c:3698: warning: comparison is always true due to limited range of data type dt_arith.c:3700: warning: comparison is always true due to limited range of data type dt_arith.c:3700: warning: comparison is always true due to limited range of data type dt_arith.c:3700: warning: comparison is always true due to limited range of data type dt_arith.c:3700: warning: comparison is always true due to limited range of data type dt_arith.c:3700: warning: comparison is always true due to limited range of data type dt_arith.c:3700: warning: comparison is always true due to limited range of data type dt_arith.c:3704: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3704: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3704: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3708: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3708: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3708: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3712: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3712: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3712: warning: comparison of unsigned expression >= 0 is always true dt_arith.c: In function â??fpe_handlerâ??: dt_arith.c:413: warning: function might be possible candidate for attribute â??noreturnâ?? dt_arith.c: In function â??test_conv_flt_1â??: dt_arith.c:2790: warning: â??overflowâ?? may be used uninitialized in this function dt_arith.c:3415: warning: control reaches end of non-void function mv -f .deps/dt_arith.Tpo .deps/dt_arith.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o dt_arith dt_arith.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o dt_arith dt_arith.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT dtypes.o -MD -MP -MF .deps/dtypes.Tpo -c -o dtypes.o dtypes.c dtypes.c: In function â??test_compound_9â??: dtypes.c:1516: warning: initialization discards qualifiers from pointer target type dtypes.c: In function â??test_compound_11â??: dtypes.c:1978: warning: comparing floating point with == or != is unsafe dtypes.c:2018: warning: comparing floating point with == or != is unsafe dtypes.c:2052: warning: comparing floating point with == or != is unsafe dtypes.c: In function â??test_compound_13â??: dtypes.c:2265: warning: comparing floating point with == or != is unsafe dtypes.c: In function â??test_int_float_exceptâ??: dtypes.c:4709: warning: comparing floating point with == or != is unsafe dtypes.c:4730: warning: comparing floating point with == or != is unsafe mv -f .deps/dtypes.Tpo .deps/dtypes.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o dtypes dtypes.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o dtypes dtypes.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT dsets.o -MD -MP -MF .deps/dsets.Tpo -c -o dsets.o dsets.c dsets.c: In function â??test_nbit_intâ??: dsets.c:2587: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c: In function â??test_nbit_floatâ??: dsets.c:2764: warning: comparing floating point with == or != is unsafe dsets.c:2765: warning: comparing floating point with == or != is unsafe dsets.c: In function â??test_nbit_doubleâ??: dsets.c:2897: warning: comparing floating point with == or != is unsafe dsets.c:2898: warning: comparing floating point with == or != is unsafe dsets.c: In function â??test_nbit_arrayâ??: dsets.c:3001: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c: In function â??test_nbit_compoundâ??: dsets.c:3181: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3183: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3185: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3241: warning: comparing floating point with == or != is unsafe dsets.c:3241: warning: comparing floating point with == or != is unsafe dsets.c: In function â??test_nbit_compound_2â??: dsets.c:3428: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3430: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3432: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3436: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3441: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3446: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3448: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3450: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3514: warning: comparing floating point with == or != is unsafe dsets.c:3515: warning: comparing floating point with == or != is unsafe dsets.c:3524: warning: comparing floating point with == or != is unsafe dsets.c:3525: warning: comparing floating point with == or != is unsafe dsets.c: In function â??test_random_chunksâ??: dsets.c:6047: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type dsets.c:6072: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type dsets.c:6137: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type dsets.c:6162: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type mv -f .deps/dsets.Tpo .deps/dsets.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o dsets dsets.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o dsets dsets.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT cmpd_dset.o -MD -MP -MF .deps/cmpd_dset.Tpo -c -o cmpd_dset.o cmpd_dset.c mv -f .deps/cmpd_dset.Tpo .deps/cmpd_dset.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o cmpd_dset cmpd_dset.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o cmpd_dset cmpd_dset.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT extend.o -MD -MP -MF .deps/extend.Tpo -c -o extend.o extend.c mv -f .deps/extend.Tpo .deps/extend.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o extend extend.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o extend extend.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT external.o -MD -MP -MF .deps/external.Tpo -c -o external.o external.c external.c: In function â??test_4â??: external.c:841: warning: â??xid2â?? may be used uninitialized in this function external.c:841: warning: â??xidâ?? may be used uninitialized in this function external.c:841: warning: â??gidâ?? may be used uninitialized in this function mv -f .deps/external.Tpo .deps/external.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o external external.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o external external.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT objcopy.o -MD -MP -MF .deps/objcopy.Tpo -c -o objcopy.o objcopy.c objcopy.c: In function â??attach_reg_ref_attrâ??: objcopy.c:328: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type objcopy.c: In function â??create_reg_ref_datasetâ??: objcopy.c:411: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type objcopy.c: In function â??compare_dataâ??: objcopy.c:931: warning: assignment discards qualifiers from pointer target type objcopy.c:932: warning: assignment discards qualifiers from pointer target type objcopy.c: At top level: objcopy.c:376: warning: â??create_reg_ref_datasetâ?? defined but not used mv -f .deps/objcopy.Tpo .deps/objcopy.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o objcopy objcopy.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o objcopy objcopy.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT links.o -MD -MP -MF .deps/links.Tpo -c -o links.o links.c links.c: In function â??external_link_envâ??: links.c:2638: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c: In function â??external_link_prefixâ??: links.c:2729: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c: In function â??external_link_abs_mainpathâ??: links.c:2822: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c: In function â??external_link_rel_mainpathâ??: links.c:2913: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c: In function â??external_link_cwdâ??: links.c:3002: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c: In function â??external_link_abstarâ??: links.c:3096: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c: In function â??external_link_abstar_curâ??: links.c:3195: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c: In function â??external_link_reltarâ??: links.c:3286: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c: In function â??external_link_chdirâ??: links.c:3378: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c: In function â??open_by_idx_checkâ??: links.c:9885: warning: â??group_idâ?? may be used uninitialized in this function links.c: In function â??object_info_checkâ??: links.c:10353: warning: â??group_idâ?? may be used uninitialized in this function mv -f .deps/links.Tpo .deps/links.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o links links.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o links links.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT unlink.o -MD -MP -MF .deps/unlink.Tpo -c -o unlink.o unlink.c mv -f .deps/unlink.Tpo .deps/unlink.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o unlink unlink.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o unlink unlink.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT big.o -MD -MP -MF .deps/big.Tpo -c -o big.o big.c mv -f .deps/big.Tpo .deps/big.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o big big.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o big big.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT mtime.o -MD -MP -MF .deps/mtime.Tpo -c -o mtime.o mtime.c mv -f .deps/mtime.Tpo .deps/mtime.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o mtime mtime.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o mtime mtime.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT fillval.o -MD -MP -MF .deps/fillval.Tpo -c -o fillval.o fillval.c fillval.c: In function â??test_createâ??: fillval.c:624: warning: comparing floating point with == or != is unsafe fillval.c:624: warning: comparing floating point with == or != is unsafe fillval.c:697: warning: comparing floating point with == or != is unsafe fillval.c:697: warning: comparing floating point with == or != is unsafe fillval.c: In function â??test_rdwr_casesâ??: fillval.c:812: warning: comparing floating point with == or != is unsafe fillval.c:813: warning: comparing floating point with == or != is unsafe fillval.c:880: warning: comparing floating point with == or != is unsafe fillval.c:881: warning: comparing floating point with == or != is unsafe fillval.c:994: warning: comparing floating point with == or != is unsafe fillval.c:995: warning: comparing floating point with == or != is unsafe fillval.c:1013: warning: comparing floating point with == or != is unsafe fillval.c:1014: warning: comparing floating point with == or != is unsafe fillval.c: In function â??test_extend_casesâ??: fillval.c:1439: warning: initialization discards qualifiers from pointer target type fillval.c:1439: warning: initialization discards qualifiers from pointer target type fillval.c: In function â??test_extendâ??: fillval.c:1838: warning: initialization discards qualifiers from pointer target type fillval.c:1838: warning: initialization discards qualifiers from pointer target type fillval.c: In function â??test_rdwr_casesâ??: fillval.c:761: warning: â??fill_c.aâ?? may be used uninitialized in this function fillval.c:761: warning: â??fill_c.xâ?? may be used uninitialized in this function fillval.c:761: warning: â??fill_c.yâ?? may be used uninitialized in this function fillval.c:761: warning: â??fill_c.zâ?? may be used uninitialized in this function mv -f .deps/fillval.Tpo .deps/fillval.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o fillval fillval.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o fillval fillval.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT mount.o -MD -MP -MF .deps/mount.Tpo -c -o mount.o mount.c mv -f .deps/mount.Tpo .deps/mount.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o mount mount.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o mount mount.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT flush1.o -MD -MP -MF .deps/flush1.Tpo -c -o flush1.o flush1.c mv -f .deps/flush1.Tpo .deps/flush1.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o flush1 flush1.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o flush1 flush1.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT flush2.o -MD -MP -MF .deps/flush2.Tpo -c -o flush2.o flush2.c mv -f .deps/flush2.Tpo .deps/flush2.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o flush2 flush2.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o flush2 flush2.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT enum.o -MD -MP -MF .deps/enum.Tpo -c -o enum.o enum.c mv -f .deps/enum.Tpo .deps/enum.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o enum enum.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o enum enum.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT set_extent.o -MD -MP -MF .deps/set_extent.Tpo -c -o set_extent.o set_extent.c mv -f .deps/set_extent.Tpo .deps/set_extent.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o set_extent set_extent.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o set_extent set_extent.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ttsafe.o -MD -MP -MF .deps/ttsafe.Tpo -c -o ttsafe.o ttsafe.c mv -f .deps/ttsafe.Tpo .deps/ttsafe.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ttsafe_dcreate.o -MD -MP -MF .deps/ttsafe_dcreate.Tpo -c -o ttsafe_dcreate.o ttsafe_dcreate.c mv -f .deps/ttsafe_dcreate.Tpo .deps/ttsafe_dcreate.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ttsafe_error.o -MD -MP -MF .deps/ttsafe_error.Tpo -c -o ttsafe_error.o ttsafe_error.c mv -f .deps/ttsafe_error.Tpo .deps/ttsafe_error.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ttsafe_cancel.o -MD -MP -MF .deps/ttsafe_cancel.Tpo -c -o ttsafe_cancel.o ttsafe_cancel.c mv -f .deps/ttsafe_cancel.Tpo .deps/ttsafe_cancel.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ttsafe_acreate.o -MD -MP -MF .deps/ttsafe_acreate.Tpo -c -o ttsafe_acreate.o ttsafe_acreate.c mv -f .deps/ttsafe_acreate.Tpo .deps/ttsafe_acreate.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o ttsafe ttsafe.o ttsafe_dcreate.o ttsafe_error.o ttsafe_cancel.o ttsafe_acreate.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o ttsafe ttsafe.o ttsafe_dcreate.o ttsafe_error.o ttsafe_cancel.o ttsafe_acreate.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT getname.o -MD -MP -MF .deps/getname.Tpo -c -o getname.o getname.c getname.c: In function â??test_reg_refâ??: getname.c:2728: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type mv -f .deps/getname.Tpo .deps/getname.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o getname getname.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o getname getname.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT vfd.o -MD -MP -MF .deps/vfd.Tpo -c -o vfd.o vfd.c mv -f .deps/vfd.Tpo .deps/vfd.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o vfd vfd.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o vfd vfd.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ntypes.o -MD -MP -MF .deps/ntypes.Tpo -c -o ntypes.o ntypes.c mv -f .deps/ntypes.Tpo .deps/ntypes.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o ntypes ntypes.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o ntypes ntypes.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT dangle.o -MD -MP -MF .deps/dangle.Tpo -c -o dangle.o dangle.c mv -f .deps/dangle.Tpo .deps/dangle.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o dangle dangle.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o dangle dangle.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT dtransform.o -MD -MP -MF .deps/dtransform.Tpo -c -o dtransform.o dtransform.c mv -f .deps/dtransform.Tpo .deps/dtransform.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o dtransform dtransform.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o dtransform dtransform.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT reserved.o -MD -MP -MF .deps/reserved.Tpo -c -o reserved.o reserved.c mv -f .deps/reserved.Tpo .deps/reserved.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o reserved reserved.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o reserved reserved.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT cross_read.o -MD -MP -MF .deps/cross_read.Tpo -c -o cross_read.o cross_read.c cross_read.c: In function â??read_dataâ??: cross_read.c:102: warning: comparing floating point with == or != is unsafe mv -f .deps/cross_read.Tpo .deps/cross_read.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o cross_read cross_read.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o cross_read cross_read.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT btree2.o -MD -MP -MF .deps/btree2.Tpo -c -o btree2.o btree2.c mv -f .deps/btree2.Tpo .deps/btree2.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o btree2 btree2.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o btree2 btree2.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT fheap.o -MD -MP -MF .deps/fheap.Tpo -c -o fheap.o fheap.c mv -f .deps/fheap.Tpo .deps/fheap.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o fheap fheap.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o fheap fheap.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT error_test.o -MD -MP -MF .deps/error_test.Tpo -c -o error_test.o error_test.c mv -f .deps/error_test.Tpo .deps/error_test.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o error_test error_test.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o error_test error_test.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT err_compat.o -MD -MP -MF .deps/err_compat.Tpo -c -o err_compat.o err_compat.c mv -f .deps/err_compat.Tpo .deps/err_compat.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o err_compat err_compat.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o err_compat err_compat.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT testmeta.o -MD -MP -MF .deps/testmeta.Tpo -c -o testmeta.o testmeta.c mv -f .deps/testmeta.Tpo .deps/testmeta.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o testmeta testmeta.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o testmeta testmeta.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm Making all in tools Making all in lib /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools.lo -MD -MP -MF .deps/h5tools.Tpo -c -o h5tools.lo h5tools.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools.lo -MD -MP -MF .deps/h5tools.Tpo -c h5tools.c -o h5tools.o h5tools.c: In function â??h5tools_dump_simple_memâ??: h5tools.c:1300: warning: comparison between signed and unsigned h5tools.c:1305: warning: comparison between signed and unsigned h5tools.c: In function â??init_acc_posâ??: h5tools.c:1495: warning: comparison between signed and unsigned mv -f .deps/h5tools.Tpo .deps/h5tools.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_str.lo -MD -MP -MF .deps/h5tools_str.Tpo -c -o h5tools_str.lo h5tools_str.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_str.lo -MD -MP -MF .deps/h5tools_str.Tpo -c h5tools_str.c -o h5tools_str.o h5tools_str.c: In function â??h5tools_str_appendâ??: h5tools_str.c:150: warning: function might be possible candidate for â??printfâ?? format attribute h5tools_str.c: In function â??h5tools_str_sprintâ??: h5tools_str.c:637: warning: passing argument 3 of â??h5tools_print_charâ?? with different width due to prototype h5tools_str.c:691: warning: passing argument 3 of â??h5tools_print_charâ?? with different width due to prototype mv -f .deps/h5tools_str.Tpo .deps/h5tools_str.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_utils.lo -MD -MP -MF .deps/h5tools_utils.Tpo -c -o h5tools_utils.lo h5tools_utils.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_utils.lo -MD -MP -MF .deps/h5tools_utils.Tpo -c h5tools_utils.c -o h5tools_utils.o h5tools_utils.c: In function â??error_msgâ??: h5tools_utils.c:74: warning: function might be possible candidate for â??printfâ?? format attribute h5tools_utils.c: In function â??warn_msgâ??: h5tools_utils.c:107: warning: function might be possible candidate for â??printfâ?? format attribute mv -f .deps/h5tools_utils.Tpo .deps/h5tools_utils.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff.lo -MD -MP -MF .deps/h5diff.Tpo -c -o h5diff.lo h5diff.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff.lo -MD -MP -MF .deps/h5diff.Tpo -c h5diff.c -o h5diff.o mv -f .deps/h5diff.Tpo .deps/h5diff.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_array.lo -MD -MP -MF .deps/h5diff_array.Tpo -c -o h5diff_array.lo h5diff_array.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_array.lo -MD -MP -MF .deps/h5diff_array.Tpo -c h5diff_array.c -o h5diff_array.o h5diff_array.c: In function â??diff_datumâ??: h5diff_array.c:1788: warning: comparing floating point with == or != is unsafe h5diff_array.c:1788: warning: comparing floating point with == or != is unsafe h5diff_array.c:1788: warning: comparing floating point with == or != is unsafe h5diff_array.c:1821: warning: comparing floating point with == or != is unsafe h5diff_array.c:1821: warning: comparing floating point with == or != is unsafe h5diff_array.c:1821: warning: comparing floating point with == or != is unsafe h5diff_array.c:1942: warning: comparing floating point with == or != is unsafe h5diff_array.c:1942: warning: comparing floating point with == or != is unsafe h5diff_array.c:1942: warning: comparing floating point with == or != is unsafe h5diff_array.c:1992: warning: comparing floating point with == or != is unsafe h5diff_array.c:1992: warning: comparing floating point with == or != is unsafe h5diff_array.c:1992: warning: comparing floating point with == or != is unsafe h5diff_array.c:2029: warning: passing argument 1 of â??equal_floatâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype h5diff_array.c:2029: warning: passing argument 2 of â??equal_floatâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype h5diff_array.c:2110: warning: comparing floating point with == or != is unsafe h5diff_array.c:2110: warning: comparing floating point with == or != is unsafe h5diff_array.c:2110: warning: comparing floating point with == or != is unsafe h5diff_array.c:2160: warning: comparing floating point with == or != is unsafe h5diff_array.c:2160: warning: comparing floating point with == or != is unsafe h5diff_array.c:2160: warning: comparing floating point with == or != is unsafe h5diff_array.c: In function â??diff_floatâ??: h5diff_array.c:2699: warning: comparing floating point with == or != is unsafe h5diff_array.c:2699: warning: comparing floating point with == or != is unsafe h5diff_array.c:2699: warning: comparing floating point with == or != is unsafe h5diff_array.c:2758: warning: comparing floating point with == or != is unsafe h5diff_array.c:2758: warning: comparing floating point with == or != is unsafe h5diff_array.c:2758: warning: comparing floating point with == or != is unsafe h5diff_array.c:2824: warning: passing argument 1 of â??equal_floatâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype h5diff_array.c:2824: warning: passing argument 2 of â??equal_floatâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype h5diff_array.c: In function â??diff_doubleâ??: h5diff_array.c:2931: warning: comparing floating point with == or != is unsafe h5diff_array.c:2931: warning: comparing floating point with == or != is unsafe h5diff_array.c:2931: warning: comparing floating point with == or != is unsafe h5diff_array.c:2976: warning: comparing floating point with == or != is unsafe h5diff_array.c:2976: warning: comparing floating point with == or != is unsafe h5diff_array.c:2976: warning: comparing floating point with == or != is unsafe h5diff_array.c: In function â??diff_ullongâ??: h5diff_array.c:4733: warning: comparing floating point with == or != is unsafe h5diff_array.c:4733: warning: comparing floating point with == or != is unsafe h5diff_array.c:4733: warning: comparing floating point with == or != is unsafe h5diff_array.c:4779: warning: comparing floating point with == or != is unsafe h5diff_array.c:4779: warning: comparing floating point with == or != is unsafe h5diff_array.c:4779: warning: comparing floating point with == or != is unsafe h5diff_array.c: In function â??equal_doubleâ??: h5diff_array.c:4949: warning: comparing floating point with == or != is unsafe h5diff_array.c:4949: warning: comparing floating point with == or != is unsafe h5diff_array.c:4953: warning: comparing floating point with == or != is unsafe h5diff_array.c: In function â??equal_floatâ??: h5diff_array.c:5018: warning: comparing floating point with == or != is unsafe h5diff_array.c:5018: warning: comparing floating point with == or != is unsafe h5diff_array.c:5022: warning: comparing floating point with == or != is unsafe h5diff_array.c:5024: warning: passing argument 1 of â??equal_floatâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype h5diff_array.c:5024: warning: passing argument 2 of â??equal_floatâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype h5diff_array.c: In function â??my_isnanâ??: h5diff_array.c:5061: warning: comparing floating point with == or != is unsafe h5diff_array.c:5070: warning: comparing floating point with == or != is unsafe h5diff_array.c:5077: warning: comparing floating point with == or != is unsafe mv -f .deps/h5diff_array.Tpo .deps/h5diff_array.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_attr.lo -MD -MP -MF .deps/h5diff_attr.Tpo -c -o h5diff_attr.lo h5diff_attr.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_attr.lo -MD -MP -MF .deps/h5diff_attr.Tpo -c h5diff_attr.c -o h5diff_attr.o mv -f .deps/h5diff_attr.Tpo .deps/h5diff_attr.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_dset.lo -MD -MP -MF .deps/h5diff_dset.Tpo -c -o h5diff_dset.lo h5diff_dset.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_dset.lo -MD -MP -MF .deps/h5diff_dset.Tpo -c h5diff_dset.c -o h5diff_dset.o mv -f .deps/h5diff_dset.Tpo .deps/h5diff_dset.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_util.lo -MD -MP -MF .deps/h5diff_util.Tpo -c -o h5diff_util.lo h5diff_util.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_util.lo -MD -MP -MF .deps/h5diff_util.Tpo -c h5diff_util.c -o h5diff_util.o h5diff_util.c: In function â??parallel_printâ??: h5diff_util.c:46: warning: function might be possible candidate for â??printfâ?? format attribute h5diff_util.c:55: warning: passing argument 2 of â??vsnprintfâ?? as unsigned due to prototype h5diff_util.c:55: warning: function might be possible candidate for â??printfâ?? format attribute h5diff_util.c:81: warning: function might be possible candidate for â??printfâ?? format attribute h5diff_util.c:87: warning: function might be possible candidate for â??printfâ?? format attribute mv -f .deps/h5diff_util.Tpo .deps/h5diff_util.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5trav.lo -MD -MP -MF .deps/h5trav.Tpo -c -o h5trav.lo h5trav.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5trav.lo -MD -MP -MF .deps/h5trav.Tpo -c h5trav.c -o h5trav.o h5trav.c:600: warning: â??trav_table_searchâ?? defined but not used mv -f .deps/h5trav.Tpo .deps/h5trav.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_filters.lo -MD -MP -MF .deps/h5tools_filters.Tpo -c -o h5tools_filters.lo h5tools_filters.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_filters.lo -MD -MP -MF .deps/h5tools_filters.Tpo -c h5tools_filters.c -o h5tools_filters.o mv -f .deps/h5tools_filters.Tpo .deps/h5tools_filters.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_ref.lo -MD -MP -MF .deps/h5tools_ref.Tpo -c -o h5tools_ref.lo h5tools_ref.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_ref.lo -MD -MP -MF .deps/h5tools_ref.Tpo -c h5tools_ref.c -o h5tools_ref.o h5tools_ref.c: In function â??free_ref_path_infoâ??: h5tools_ref.c:71: warning: cast discards qualifiers from pointer target type mv -f .deps/h5tools_ref.Tpo .deps/h5tools_ref.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_type.lo -MD -MP -MF .deps/h5tools_type.Tpo -c -o h5tools_type.lo h5tools_type.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_type.lo -MD -MP -MF .deps/h5tools_type.Tpo -c h5tools_type.c -o h5tools_type.o mv -f .deps/h5tools_type.Tpo .deps/h5tools_type.Plo /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o libh5tools.la h5tools.lo h5tools_str.lo h5tools_utils.lo h5diff.lo h5diff_array.lo h5diff_attr.lo h5diff_dset.lo h5diff_util.lo h5trav.lo h5tools_filters.lo h5tools_ref.lo h5tools_type.lo -lz -lm libtool: link: ar cru .libs/libh5tools.a h5tools.o h5tools_str.o h5tools_utils.o h5diff.o h5diff_array.o h5diff_attr.o h5diff_dset.o h5diff_util.o h5trav.o h5tools_filters.o h5tools_ref.o h5tools_type.o libtool: link: ranlib .libs/libh5tools.a libtool: link: ( cd ".libs" && rm -f "libh5tools.la" && ln -s "../libh5tools.la" "libh5tools.la" ) gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT talign.o -MD -MP -MF .deps/talign.Tpo -c -o talign.o talign.c talign.c: In function â??mainâ??: talign.c:140: warning: comparing floating point with == or != is unsafe talign.c:141: warning: comparing floating point with == or != is unsafe talign.c:141: warning: comparing floating point with == or != is unsafe talign.c:141: warning: comparing floating point with == or != is unsafe mv -f .deps/talign.Tpo .deps/talign.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o talign talign.o libh5tools.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o talign talign.o -L/usr/local/include/lib ./.libs/libh5tools.a ../../src/.libs/libhdf5.a -lz -lm Making all in h5dump gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5dump.o -MD -MP -MF .deps/h5dump.Tpo -c -o h5dump.o h5dump.c h5dump.c: In function â??dump_dataâ??: h5dump.c:2243: warning: reading through null pointer (argument 3) h5dump.c: In function â??dump_dcplâ??: h5dump.c:2528: warning: declaration of â??sizeâ?? shadows a previous local h5dump.c:2482: warning: shadowed declaration is here h5dump.c: In function â??handle_attributesâ??: h5dump.c:3134: warning: unused parameter â??peâ?? h5dump.c: In function â??parse_hsize_listâ??: h5dump.c:3193: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long unsigned intâ?? h5dump.c: In function â??handle_linksâ??: h5dump.c:3491: warning: unused parameter â??peâ?? mv -f .deps/h5dump.Tpo .deps/h5dump.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o h5dump h5dump.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5dump h5dump.o -L/usr/local/include/lib ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5dumpgentest.o -MD -MP -MF .deps/h5dumpgentest.Tpo -c -o h5dumpgentest.o h5dumpgentest.c h5dumpgentest.c: In function â??gent_dataregâ??: h5dumpgentest.c:1820: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type h5dumpgentest.c: In function â??gent_bigdimsâ??: h5dumpgentest.c:5615: warning: â??m_sidâ?? may be used uninitialized in this function h5dumpgentest.c:5613: warning: â??didâ?? may be used uninitialized in this function h5dumpgentest.c:5614: warning: â??f_sidâ?? may be used uninitialized in this function h5dumpgentest.c: In function â??gent_group_creation_orderâ??: h5dumpgentest.c:5747: warning: â??gidâ?? may be used uninitialized in this function h5dumpgentest.c:5748: warning: â??gcpl_idâ?? may be used uninitialized in this function h5dumpgentest.c:5746: warning: â??fidâ?? may be used uninitialized in this function h5dumpgentest.c: In function â??gent_attr_creation_orderâ??: h5dumpgentest.c:5887: warning: â??gidâ?? may be used uninitialized in this function h5dumpgentest.c:5888: warning: â??didâ?? may be used uninitialized in this function h5dumpgentest.c:5889: warning: â??sidâ?? may be used uninitialized in this function h5dumpgentest.c:5894: warning: â??tcpl_idâ?? may be used uninitialized in this function h5dumpgentest.c:5893: warning: â??dcpl_idâ?? may be used uninitialized in this function h5dumpgentest.c:5892: warning: â??gcpl_idâ?? may be used uninitialized in this function mv -f .deps/h5dumpgentest.Tpo .deps/h5dumpgentest.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o h5dumpgentest h5dumpgentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5dumpgentest h5dumpgentest.o -L/usr/local/include/lib ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT binread.o -MD -MP -MF .deps/binread.Tpo -c -o binread.o binread.c mv -f .deps/binread.Tpo .deps/binread.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o binread binread.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o binread binread.o -L/usr/local/include/lib ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lz -lm Making all in h5diff gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_main.o -MD -MP -MF .deps/h5diff_main.Tpo -c -o h5diff_main.o h5diff_main.c h5diff_main.c: In function â??mainâ??: h5diff_main.c:79: warning: passing argument 3 of â??parse_command_lineâ?? from incompatible pointer type h5diff_main.c:79: warning: passing argument 4 of â??parse_command_lineâ?? from incompatible pointer type h5diff_main.c:79: warning: passing argument 5 of â??parse_command_lineâ?? from incompatible pointer type h5diff_main.c:79: warning: passing argument 6 of â??parse_command_lineâ?? from incompatible pointer type mv -f .deps/h5diff_main.Tpo .deps/h5diff_main.Po gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_common.o -MD -MP -MF .deps/h5diff_common.Tpo -c -o h5diff_common.o h5diff_common.c h5diff_common.c: In function â??h5diff_exitâ??: h5diff_common.c:397: warning: function might be possible candidate for attribute â??noreturnâ?? mv -f .deps/h5diff_common.Tpo .deps/h5diff_common.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o h5diff h5diff_main.o h5diff_common.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5diff h5diff_main.o h5diff_common.o -L/usr/local/include/lib ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diffgentest.o -MD -MP -MF .deps/h5diffgentest.Tpo -c -o h5diffgentest.o h5diffgentest.c mv -f .deps/h5diffgentest.Tpo .deps/h5diffgentest.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o h5diffgentest h5diffgentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5diffgentest h5diffgentest.o -L/usr/local/include/lib ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lz -lm Making all in h5ls gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5ls.o -MD -MP -MF .deps/h5ls.Tpo -c -o h5ls.o h5ls.c mv -f .deps/h5ls.Tpo .deps/h5ls.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o h5ls h5ls.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5ls h5ls.o -L/usr/local/include/lib ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lz -lm Making all in misc gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5debug.o -MD -MP -MF .deps/h5debug.Tpo -c -o h5debug.o h5debug.c mv -f .deps/h5debug.Tpo .deps/h5debug.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o h5debug h5debug.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5debug h5debug.o -L/usr/local/include/lib ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repart.o -MD -MP -MF .deps/h5repart.Tpo -c -o h5repart.o h5repart.c h5repart.c: In function â??usageâ??: h5repart.c:92: warning: function might be possible candidate for attribute â??noreturnâ?? mv -f .deps/h5repart.Tpo .deps/h5repart.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o h5repart h5repart.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5repart h5repart.o -L/usr/local/include/lib ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5mkgrp.o -MD -MP -MF .deps/h5mkgrp.Tpo -c -o h5mkgrp.o h5mkgrp.c mv -f .deps/h5mkgrp.Tpo .deps/h5mkgrp.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o h5mkgrp h5mkgrp.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5mkgrp h5mkgrp.o -L/usr/local/include/lib ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repart_gentest.o -MD -MP -MF .deps/h5repart_gentest.Tpo -c -o h5repart_gentest.o h5repart_gentest.c mv -f .deps/h5repart_gentest.Tpo .deps/h5repart_gentest.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o h5repart_gentest h5repart_gentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5repart_gentest h5repart_gentest.o -L/usr/local/include/lib ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT repart_test.o -MD -MP -MF .deps/repart_test.Tpo -c -o repart_test.o repart_test.c mv -f .deps/repart_test.Tpo .deps/repart_test.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o repart_test repart_test.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o repart_test repart_test.o -L/usr/local/include/lib ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lz -lm Making all in h5import gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5import.o -MD -MP -MF .deps/h5import.Tpo -c -o h5import.o h5import.c mv -f .deps/h5import.Tpo .deps/h5import.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o h5import h5import.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5import h5import.o -L/usr/local/include/lib ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5importtest.o -MD -MP -MF .deps/h5importtest.Tpo -c -o h5importtest.o h5importtest.c mv -f .deps/h5importtest.Tpo .deps/h5importtest.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o h5importtest h5importtest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5importtest h5importtest.o -L/usr/local/include/lib ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lz -lm Making all in h5repack gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repack.o -MD -MP -MF .deps/h5repack.Tpo -c -o h5repack.o h5repack.c h5repack.c: In function â??h5repack_initâ??: h5repack.c:104: warning: negative integer implicitly converted to unsigned type h5repack.c:106: warning: negative integer implicitly converted to unsigned type mv -f .deps/h5repack.Tpo .deps/h5repack.Po gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repack_copy.o -MD -MP -MF .deps/h5repack_copy.Tpo -c -o h5repack_copy.o h5repack_copy.c mv -f .deps/h5repack_copy.Tpo .deps/h5repack_copy.Po gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repack_filters.o -MD -MP -MF .deps/h5repack_filters.Tpo -c -o h5repack_filters.o h5repack_filters.c mv -f .deps/h5repack_filters.Tpo .deps/h5repack_filters.Po gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repack_opttable.o -MD -MP -MF .deps/h5repack_opttable.Tpo -c -o h5repack_opttable.o h5repack_opttable.c h5repack_opttable.c: In function â??init_packobjectâ??: h5repack_opttable.c:42: warning: negative integer implicitly converted to unsigned type mv -f .deps/h5repack_opttable.Tpo .deps/h5repack_opttable.Po gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repack_parse.o -MD -MP -MF .deps/h5repack_parse.Tpo -c -o h5repack_parse.o h5repack_parse.c h5repack_parse.c: In function â??parse_filterâ??: h5repack_parse.c:415: warning: comparison of unsigned expression < 0 is always false h5repack_parse.c:456: warning: comparison of unsigned expression < 0 is always false mv -f .deps/h5repack_parse.Tpo .deps/h5repack_parse.Po gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repack_refs.o -MD -MP -MF .deps/h5repack_refs.Tpo -c -o h5repack_refs.o h5repack_refs.c mv -f .deps/h5repack_refs.Tpo .deps/h5repack_refs.Po gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repack_verify.o -MD -MP -MF .deps/h5repack_verify.Tpo -c -o h5repack_verify.o h5repack_verify.c h5repack_verify.c: In function â??h5repack_verifyâ??: h5repack_verify.c:85: warning: passing argument 3 of â??has_filtersâ?? as unsigned due to prototype h5repack_verify.c:154: warning: passing argument 3 of â??has_filtersâ?? as unsigned due to prototype h5repack_verify.c: In function â??has_filtersâ??: h5repack_verify.c:457: warning: comparison of unsigned expression < 0 is always false h5repack_verify.c: In function â??h5repack_verifyâ??: h5repack_verify.c:52: warning: â??pidâ?? may be used uninitialized in this function h5repack_verify.c:53: warning: â??sidâ?? may be used uninitialized in this function h5repack_verify.c:51: warning: â??didâ?? may be used uninitialized in this function mv -f .deps/h5repack_verify.Tpo .deps/h5repack_verify.Po gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repack_main.o -MD -MP -MF .deps/h5repack_main.Tpo -c -o h5repack_main.o h5repack_main.c h5repack_main.c: In function â??mainâ??: h5repack_main.c:260: warning: passing argument 2 of â??parse_command_lineâ?? from incompatible pointer type h5repack_main.c: In function â??parse_command_lineâ??: h5repack_main.c:458: warning: passing argument 1 of â??parse_numberâ?? discards qualifiers from pointer target type mv -f .deps/h5repack_main.Tpo .deps/h5repack_main.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o h5repack h5repack.o h5repack_copy.o h5repack_filters.o h5repack_opttable.o h5repack_parse.o h5repack_refs.o h5repack_verify.o h5repack_main.o ../../tools/lib/libh5tools.la ../../test/libh5test.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5repack h5repack.o h5repack_copy.o h5repack_filters.o h5repack_opttable.o h5repack_parse.o h5repack_refs.o h5repack_verify.o h5repack_main.o -L/usr/local/include/lib ../../tools/lib/.libs/libh5tools.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT testh5repack_detect_szip.o -MD -MP -MF .deps/testh5repack_detect_szip.Tpo -c -o testh5repack_detect_szip.o testh5repack_detect_szip.c mv -f .deps/testh5repack_detect_szip.Tpo .deps/testh5repack_detect_szip.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o testh5repack_detect_szip testh5repack_detect_szip.o ../../tools/lib/libh5tools.la ../../test/libh5test.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o testh5repack_detect_szip testh5repack_detect_szip.o -L/usr/local/include/lib ../../tools/lib/.libs/libh5tools.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repacktst.o -MD -MP -MF .deps/h5repacktst.Tpo -c -o h5repacktst.o h5repacktst.c mv -f .deps/h5repacktst.Tpo .deps/h5repacktst.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o h5repacktst h5repack.o h5repack_copy.o h5repack_filters.o h5repack_opttable.o h5repack_parse.o h5repack_refs.o h5repack_verify.o h5repacktst.o ../../tools/lib/libh5tools.la ../../test/libh5test.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5repacktst h5repack.o h5repack_copy.o h5repack_filters.o h5repack_opttable.o h5repack_parse.o h5repack_refs.o h5repack_verify.o h5repacktst.o -L/usr/local/include/lib ../../tools/lib/.libs/libh5tools.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lz -lm Making all in h5jam gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5jam.o -MD -MP -MF .deps/h5jam.Tpo -c -o h5jam.o h5jam.c mv -f .deps/h5jam.Tpo .deps/h5jam.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o h5jam h5jam.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5jam h5jam.o -L/usr/local/include/lib ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5unjam.o -MD -MP -MF .deps/h5unjam.Tpo -c -o h5unjam.o h5unjam.c mv -f .deps/h5unjam.Tpo .deps/h5unjam.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o h5unjam h5unjam.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5unjam h5unjam.o -L/usr/local/include/lib ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tellub.o -MD -MP -MF .deps/tellub.Tpo -c -o tellub.o tellub.c mv -f .deps/tellub.Tpo .deps/tellub.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o tellub tellub.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o tellub tellub.o -L/usr/local/include/lib ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5jamgentest.o -MD -MP -MF .deps/h5jamgentest.Tpo -c -o h5jamgentest.o h5jamgentest.c h5jamgentest.c: In function â??create_textfileâ??: h5jamgentest.c:339: warning: passing argument 2 of â??creatâ?? with different width due to prototype mv -f .deps/h5jamgentest.Tpo .deps/h5jamgentest.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o h5jamgentest h5jamgentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5jamgentest h5jamgentest.o -L/usr/local/include/lib ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT getub.o -MD -MP -MF .deps/getub.Tpo -c -o getub.o getub.c mv -f .deps/getub.Tpo .deps/getub.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o getub getub.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o getub getub.o -L/usr/local/include/lib ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lz -lm Making all in h5copy gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5copy.o -MD -MP -MF .deps/h5copy.Tpo -c -o h5copy.o h5copy.c mv -f .deps/h5copy.Tpo .deps/h5copy.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o h5copy h5copy.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5copy h5copy.o -L/usr/local/include/lib ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5copygentest.o -MD -MP -MF .deps/h5copygentest.Tpo -c -o h5copygentest.o h5copygentest.c mv -f .deps/h5copygentest.Tpo .deps/h5copygentest.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o h5copygentest h5copygentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5copygentest h5copygentest.o -L/usr/local/include/lib ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lz -lm Making all in h5stat gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5stat.o -MD -MP -MF .deps/h5stat.Tpo -c -o h5stat.o h5stat.c mv -f .deps/h5stat.Tpo .deps/h5stat.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o h5stat h5stat.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5stat h5stat.o -L/usr/local/include/lib ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5stat_gentest.o -MD -MP -MF .deps/h5stat_gentest.Tpo -c -o h5stat_gentest.o h5stat_gentest.c mv -f .deps/h5stat_gentest.Tpo .deps/h5stat_gentest.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o h5stat_gentest h5stat_gentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5stat_gentest h5stat_gentest.o -L/usr/local/include/lib ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lz -lm make[2]: Nothing to be done for `all-am'. Making all in . gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT pio_perf.o -MD -MP -MF .deps/pio_perf.Tpo -c -o pio_perf.o pio_perf.c mv -f .deps/pio_perf.Tpo .deps/pio_perf.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT pio_engine.o -MD -MP -MF .deps/pio_engine.Tpo -c -o pio_engine.o pio_engine.c mv -f .deps/pio_engine.Tpo .deps/pio_engine.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT pio_timer.o -MD -MP -MF .deps/pio_timer.Tpo -c -o pio_timer.o pio_timer.c mv -f .deps/pio_timer.Tpo .deps/pio_timer.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o h5perf pio_perf.o pio_engine.o pio_timer.o ../tools/lib/libh5tools.la ../test/libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5perf pio_perf.o pio_engine.o pio_timer.o -L/usr/local/include/lib ../tools/lib/.libs/libh5tools.a ../test/.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT sio_perf.o -MD -MP -MF .deps/sio_perf.Tpo -c -o sio_perf.o sio_perf.c sio_perf.c: In function â??mainâ??: sio_perf.c:343: warning: unused variable â??retâ?? sio_perf.c: In function â??run_test_loopâ??: sio_perf.c:399: warning: unused variable â??doing_sioâ?? sio_perf.c: In function â??run_testâ??: sio_perf.c:452: warning: unused variable â??comm_sizeâ?? sio_perf.c: In function â??output_resultsâ??: sio_perf.c:766: warning: comparing floating point with == or != is unsafe sio_perf.c:774: warning: comparing floating point with == or != is unsafe sio_perf.c:781: warning: comparing floating point with == or != is unsafe sio_perf.c: In function â??output_reportâ??: sio_perf.c:801: warning: function might be possible candidate for â??printfâ?? format attribute sio_perf.c: In function â??parse_command_lineâ??: sio_perf.c:983: warning: declaration of â??iâ?? shadows a previous local sio_perf.c:940: warning: shadowed declaration is here sio_perf.c:1023: warning: declaration of â??iâ?? shadows a previous local sio_perf.c:940: warning: shadowed declaration is here sio_perf.c:1052: warning: declaration of â??iâ?? shadows a previous local sio_perf.c:940: warning: shadowed declaration is here sio_perf.c:1111: warning: declaration of â??iâ?? shadows a previous local sio_perf.c:940: warning: shadowed declaration is here sio_perf.c:1180: warning: declaration of â??iâ?? shadows a previous local sio_perf.c:940: warning: shadowed declaration is here sio_perf.c:1209: warning: declaration of â??iâ?? shadows a previous local sio_perf.c:940: warning: shadowed declaration is here sio_perf.c: In function â??run_testâ??: sio_perf.c:502: warning: function call has aggregate value mv -f .deps/sio_perf.Tpo .deps/sio_perf.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT sio_engine.o -MD -MP -MF .deps/sio_engine.Tpo -c -o sio_engine.o sio_engine.c sio_engine.c: In function â??sio_create_filenameâ??: sio_engine.c:398: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype sio_engine.c: In function â??do_writeâ??: sio_engine.c:464: warning: comparison between signed and unsigned sio_engine.c: In function â??dset_writeâ??: sio_engine.c:691: warning: comparison between signed and unsigned sio_engine.c: In function â??posix_buffer_writeâ??: sio_engine.c:738: warning: comparison between signed and unsigned sio_engine.c:764: warning: passing argument 2 of â??lseekâ?? with different width due to prototype sio_engine.c: In function â??do_readâ??: sio_engine.c:802: warning: comparison between signed and unsigned sio_engine.c:865: warning: format â??%ldâ?? expects type â??long intâ??, but argument 3 has type â??off_tâ?? sio_engine.c: In function â??posix_buffer_readâ??: sio_engine.c:1019: warning: comparison between signed and unsigned sio_engine.c:1040: warning: passing argument 2 of â??lseekâ?? with different width due to prototype sio_engine.c: In function â??set_vfdâ??: sio_engine.c:1128: warning: declaration of â??faplâ?? shadows a global declaration sio_engine.c:143: warning: shadowed declaration is here sio_engine.c: In function â??do_sioâ??: sio_engine.c:167: warning: function returns an aggregate sio_engine.c:178: warning: â??res.timersâ?? may be used uninitialized in this function mv -f .deps/sio_engine.Tpo .deps/sio_engine.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT sio_timer.o -MD -MP -MF .deps/sio_timer.Tpo -c -o sio_timer.o sio_timer.c mv -f .deps/sio_timer.Tpo .deps/sio_timer.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o h5perf_serial sio_perf.o sio_engine.o sio_timer.o ../tools/lib/libh5tools.la ../test/libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5perf_serial sio_perf.o sio_engine.o sio_timer.o -L/usr/local/include/lib ../tools/lib/.libs/libh5tools.a ../test/.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT iopipe.o -MD -MP -MF .deps/iopipe.Tpo -c -o iopipe.o iopipe.c mv -f .deps/iopipe.Tpo .deps/iopipe.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o iopipe iopipe.o ../test/libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o iopipe iopipe.o -L/usr/local/include/lib ../test/.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT chunk.o -MD -MP -MF .deps/chunk.Tpo -c -o chunk.o chunk.c mv -f .deps/chunk.Tpo .deps/chunk.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o chunk chunk.o ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o chunk chunk.o -L/usr/local/include/lib ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT overhead.o -MD -MP -MF .deps/overhead.Tpo -c -o overhead.o overhead.c mv -f .deps/overhead.Tpo .deps/overhead.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o overhead overhead.o ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o overhead overhead.o -L/usr/local/include/lib ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT zip_perf.o -MD -MP -MF .deps/zip_perf.Tpo -c -o zip_perf.o zip_perf.c zip_perf.c: In function â??errorâ??: zip_perf.c:186: warning: function might be possible candidate for â??printfâ?? format attribute zip_perf.c:181: warning: function might be possible candidate for attribute â??noreturnâ?? mv -f .deps/zip_perf.Tpo .deps/zip_perf.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o zip_perf zip_perf.o ../tools/lib/libh5tools.la ../test/libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o zip_perf zip_perf.o -L/usr/local/include/lib ../tools/lib/.libs/libh5tools.a ../test/.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT perf_meta.o -MD -MP -MF .deps/perf_meta.Tpo -c -o perf_meta.o perf_meta.c mv -f .deps/perf_meta.Tpo .deps/perf_meta.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o perf_meta perf_meta.o ../test/libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o perf_meta perf_meta.o -L/usr/local/include/lib ../test/.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm Making all in hl Making all in src /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5DS.lo -MD -MP -MF .deps/H5DS.Tpo -c -o H5DS.lo H5DS.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5DS.lo -MD -MP -MF .deps/H5DS.Tpo -c H5DS.c -o H5DS.o mv -f .deps/H5DS.Tpo .deps/H5DS.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5IM.lo -MD -MP -MF .deps/H5IM.Tpo -c -o H5IM.lo H5IM.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5IM.lo -MD -MP -MF .deps/H5IM.Tpo -c H5IM.c -o H5IM.o mv -f .deps/H5IM.Tpo .deps/H5IM.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5LT.lo -MD -MP -MF .deps/H5LT.Tpo -c -o H5LT.lo H5LT.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5LT.lo -MD -MP -MF .deps/H5LT.Tpo -c H5LT.c -o H5LT.o H5LT.c: In function â??H5LTfind_datasetâ??: H5LT.c:819: warning: cast discards qualifiers from pointer target type H5LT.c: In function â??H5LT_find_attributeâ??: H5LT.c:1426: warning: cast discards qualifiers from pointer target type H5LT.c: In function â??H5LTtext_to_dtypeâ??: H5LT.c:1597: warning: nested extern declaration of â??H5LTyyparseâ?? mv -f .deps/H5LT.Tpo .deps/H5LT.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5LTanalyze.lo -MD -MP -MF .deps/H5LTanalyze.Tpo -c -o H5LTanalyze.lo H5LTanalyze.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5LTanalyze.lo -MD -MP -MF .deps/H5LTanalyze.Tpo -c H5LTanalyze.c -o H5LTanalyze.o H5LTanalyze.c:867:5: warning: "YY_STACK_USED" is not defined H5LTanalyze.c:979: warning: no previous prototype for â??H5LTyylexâ?? H5LTanalyze.l: In function â??H5LTyylexâ??: H5LTanalyze.l:174: warning: passing argument 2 of â??fwriteâ?? as unsigned due to prototype H5LTanalyze.c: In function â??yy_get_next_bufferâ??: H5LTanalyze.c:1566: warning: old-style function definition H5LTanalyze.c: In function â??yy_get_previous_stateâ??: H5LTanalyze.c:1698: warning: old-style function definition H5LTanalyze.c: In function â??inputâ??: H5LTanalyze.c:1805: warning: old-style function definition H5LTanalyze.c:1998:5: warning: "YY_ALWAYS_INTERACTIVE" is not defined H5LTanalyze.c:2001:5: warning: "YY_NEVER_INTERACTIVE" is not defined H5LTanalyze.c:2292:5: warning: "YY_MAIN" is not defined H5LTanalyze.l: In function â??my_yyinputâ??: H5LTanalyze.l:179: warning: passing argument 3 of â??memcpyâ?? as unsigned due to prototype H5LTanalyze.l:175: warning: unused parameter â??max_sizeâ?? H5LTanalyze.l: At top level: H5LTanalyze.l:185: warning: no previous prototype for â??H5LTyyerrorâ?? H5LTanalyze.l: In function â??H5LTyyerrorâ??: H5LTanalyze.l:187: warning: no return statement in function returning non-void H5LTanalyze.l: In function â??H5LTyywrapâ??: H5LTanalyze.l:190: warning: old-style function definition H5LTanalyze.l: In function â??H5LTyyerrorâ??: H5LTanalyze.l:187: warning: control reaches end of non-void function H5LTanalyze.l: At top level: H5LTanalyze.c:2271: warning: â??yy_flex_reallocâ?? defined but not used H5LTanalyze.c:1762: warning: â??yyunputâ?? defined but not used mv -f .deps/H5LTanalyze.Tpo .deps/H5LTanalyze.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5LTparse.lo -MD -MP -MF .deps/H5LTparse.Tpo -c -o H5LTparse.lo H5LTparse.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5LTparse.lo -MD -MP -MF .deps/H5LTparse.Tpo -c H5LTparse.c -o H5LTparse.o H5LTparse.c:33: warning: function declaration isnâ??t a prototype H5LTparse.y:21: warning: function declaration isnâ??t a prototype H5LTparse.c:465: warning: function declaration isnâ??t a prototype H5LTparse.c: In function â??yygrowstackâ??: H5LTparse.c:465: warning: old-style function definition H5LTparse.c: At top level: H5LTparse.c:523: warning: no previous prototype for â??H5LTyyparseâ?? H5LTparse.c: In function â??H5LTyyparseâ??: H5LTparse.c:590: warning: passing argument 1 of â??H5LTyyerrorâ?? discards qualifiers from pointer target type H5LTparse.y:176: warning: passing argument 3 of â??H5Tinsertâ?? as unsigned due to prototype H5LTparse.y:189: warning: passing argument 3 of â??H5Tinsertâ?? as unsigned due to prototype H5LTparse.c:1113: warning: passing argument 1 of â??H5LTyyerrorâ?? discards qualifiers from pointer target type mv -f .deps/H5LTparse.Tpo .deps/H5LTparse.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5PT.lo -MD -MP -MF .deps/H5PT.Tpo -c -o H5PT.lo H5PT.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5PT.lo -MD -MP -MF .deps/H5PT.Tpo -c H5PT.c -o H5PT.o mv -f .deps/H5PT.Tpo .deps/H5PT.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5TB.lo -MD -MP -MF .deps/H5TB.Tpo -c -o H5TB.lo H5TB.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5TB.lo -MD -MP -MF .deps/H5TB.Tpo -c H5TB.c -o H5TB.o mv -f .deps/H5TB.Tpo .deps/H5TB.Plo /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o libhdf5_hl.la -rpath /usr/local//lib H5DS.lo H5IM.lo H5LT.lo H5LTanalyze.lo H5LTparse.lo H5PT.lo H5TB.lo -lz -lm libtool: link: ar cru .libs/libhdf5_hl.a H5DS.o H5IM.o H5LT.o H5LTanalyze.o H5LTparse.o H5PT.o H5TB.o libtool: link: ranlib .libs/libhdf5_hl.a libtool: link: ( cd ".libs" && rm -f "libhdf5_hl.la" && ln -s "../libhdf5_hl.la" "libhdf5_hl.la" ) Making all in test gcc -DHAVE_CONFIG_H -I. -I../../src -I. -I. -I../../src -I../../src -I../../test -I../../test -I../../hl/src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT test_lite.o -MD -MP -MF .deps/test_lite.Tpo -c -o test_lite.o test_lite.c test_lite.c: In function â??test_dsetsâ??: test_lite.c:302: warning: comparing floating point with == or != is unsafe test_lite.c:313: warning: comparing floating point with == or != is unsafe test_lite.c:338: warning: comparing floating point with == or != is unsafe test_lite.c:349: warning: comparing floating point with == or != is unsafe test_lite.c: In function â??make_attributesâ??: test_lite.c:933: warning: comparing floating point with == or != is unsafe test_lite.c:944: warning: comparing floating point with == or != is unsafe test_lite.c:977: warning: comparing floating point with == or != is unsafe test_lite.c:988: warning: comparing floating point with == or != is unsafe mv -f .deps/test_lite.Tpo .deps/test_lite.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o test_lite test_lite.o ../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o test_lite test_lite.o -L/usr/local/include/lib ../../hl/src/.libs/libhdf5_hl.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I. -I. -I../../src -I../../src -I../../test -I../../test -I../../hl/src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT test_image.o -MD -MP -MF .deps/test_image.Tpo -c -o test_image.o test_image.c test_image.c: In function â??test_simpleâ??: test_image.c:185: warning: comparison between signed and unsigned test_image.c:213: warning: comparison between signed and unsigned mv -f .deps/test_image.Tpo .deps/test_image.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o test_image test_image.o ../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o test_image test_image.o -L/usr/local/include/lib ../../hl/src/.libs/libhdf5_hl.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I. -I. -I../../src -I../../src -I../../test -I../../test -I../../hl/src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT test_table.o -MD -MP -MF .deps/test_table.Tpo -c -o test_table.o test_table.c test_table.c:132: warning: declaration of â??writeâ?? shadows a global declaration /usr/include/unistd.h:509: warning: shadowed declaration is here test_table.c:133: warning: no previous prototype for â??test_tableâ?? test_table.c: In function â??test_tableâ??: test_table.c:370: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:370: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:413: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:413: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:456: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:456: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:496: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:496: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:501: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:501: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:540: warning: comparison between signed and unsigned test_table.c:542: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:542: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:548: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:548: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:554: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:554: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:560: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:560: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:632: warning: comparison between signed and unsigned test_table.c:663: warning: comparison between signed and unsigned test_table.c:694: warning: comparison between signed and unsigned test_table.c:725: warning: comparison between signed and unsigned test_table.c:733: warning: comparison between signed and unsigned test_table.c:735: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:735: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:780: warning: comparison between signed and unsigned test_table.c:782: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:782: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:788: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:788: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:794: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:794: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:839: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:839: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:844: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:844: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:881: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:881: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:886: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:886: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:947: warning: comparing floating point with == or != is unsafe test_table.c:1004: warning: comparing floating point with == or != is unsafe test_table.c:1067: warning: comparing floating point with == or != is unsafe test_table.c:1096: warning: comparing floating point with == or != is unsafe test_table.c:1155: warning: comparing floating point with == or != is unsafe test_table.c:1208: warning: comparing floating point with == or != is unsafe test_table.c:1274: warning: comparing floating point with == or != is unsafe test_table.c:1305: warning: comparing floating point with == or != is unsafe test_table.c:1348: warning: comparing floating point with == or != is unsafe test_table.c:1349: warning: comparing floating point with == or != is unsafe test_table.c:1389: warning: comparing floating point with == or != is unsafe test_table.c: In function â??cmp_parâ??: test_table.c:1583: warning: comparing floating point with == or != is unsafe test_table.c:1584: warning: comparing floating point with == or != is unsafe mv -f .deps/test_table.Tpo .deps/test_table.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o test_table test_table.o ../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o test_table test_table.o -L/usr/local/include/lib ../../hl/src/.libs/libhdf5_hl.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I. -I. -I../../src -I../../src -I../../test -I../../test -I../../hl/src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT test_ds.o -MD -MP -MF .deps/test_ds.Tpo -c -o test_ds.o test_ds.c mv -f .deps/test_ds.Tpo .deps/test_ds.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o test_ds test_ds.o ../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o test_ds test_ds.o -L/usr/local/include/lib ../../hl/src/.libs/libhdf5_hl.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I. -I. -I../../src -I../../src -I../../test -I../../test -I../../hl/src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT test_packet.o -MD -MP -MF .deps/test_packet.Tpo -c -o test_packet.o test_packet.c test_packet.c: In function â??cmp_parâ??: test_packet.c:76: warning: comparing floating point with == or != is unsafe test_packet.c:77: warning: comparing floating point with == or != is unsafe mv -f .deps/test_packet.Tpo .deps/test_packet.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o test_packet test_packet.o ../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o test_packet test_packet.o -L/usr/local/include/lib ../../hl/src/.libs/libhdf5_hl.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lz -lm Making all in tools Making all in gif2h5 gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT gif2hdf.o -MD -MP -MF .deps/gif2hdf.Tpo -c -o gif2hdf.o gif2hdf.c gif2hdf.c: In function â??mainâ??: gif2hdf.c:98: warning: function call has aggregate value mv -f .deps/gif2hdf.Tpo .deps/gif2hdf.Po gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT gif2mem.o -MD -MP -MF .deps/gif2mem.Tpo -c -o gif2mem.o gif2mem.c gif2mem.c: In function â??Gif2Memâ??: gif2mem.c:44: warning: function returns an aggregate mv -f .deps/gif2mem.Tpo .deps/gif2mem.Po gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT decompress.o -MD -MP -MF .deps/decompress.Tpo -c -o decompress.o decompress.c decompress.c: In function â??Decompressâ??: decompress.c:249: warning: passing argument 1 of â??AddToPixelâ?? with different width due to prototype decompress.c:289: warning: passing argument 1 of â??AddToPixelâ?? with different width due to prototype mv -f .deps/decompress.Tpo .deps/decompress.Po gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT gifread.o -MD -MP -MF .deps/gifread.Tpo -c -o gifread.o gifread.c mv -f .deps/gifread.Tpo .deps/gifread.Po gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT writehdf.o -MD -MP -MF .deps/writehdf.Tpo -c -o writehdf.o writehdf.c writehdf.c: In function â??WriteHDFâ??: writehdf.c:40: warning: unused parameter â??GIFFileNameâ?? mv -f .deps/writehdf.Tpo .deps/writehdf.Po /bin/sh ../../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o gif2h5 gif2hdf.o gif2mem.o decompress.o gifread.o writehdf.o ../../../hl/src/libhdf5_hl.la ../../../tools/lib/libh5tools.la ../../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o gif2h5 gif2hdf.o gif2mem.o decompress.o gifread.o writehdf.o -L/usr/local/include/lib ../../../hl/src/.libs/libhdf5_hl.a ../../../tools/lib/.libs/libh5tools.a ../../../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT hdf2gif.o -MD -MP -MF .deps/hdf2gif.Tpo -c -o hdf2gif.o hdf2gif.c hdf2gif.c: In function â??mainâ??: hdf2gif.c:64: warning: â??numcolsâ?? may be used uninitialized in this function mv -f .deps/hdf2gif.Tpo .deps/hdf2gif.Po gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT hdfgifwr.o -MD -MP -MF .deps/hdfgifwr.Tpo -c -o hdfgifwr.o hdfgifwr.c mv -f .deps/hdfgifwr.Tpo .deps/hdfgifwr.Po /bin/sh ../../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o h52gif hdf2gif.o hdfgifwr.o ../../../hl/src/libhdf5_hl.la ../../../tools/lib/libh5tools.la ../../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h52gif hdf2gif.o hdfgifwr.o -L/usr/local/include/lib ../../../hl/src/.libs/libhdf5_hl.a ../../../tools/lib/.libs/libh5tools.a ../../../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h52gifgentst.o -MD -MP -MF .deps/h52gifgentst.Tpo -c -o h52gifgentst.o h52gifgentst.c mv -f .deps/h52gifgentst.Tpo .deps/h52gifgentst.Po /bin/sh ../../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o h52gifgentst h52gifgentst.o ../../../hl/src/libhdf5_hl.la ../../../tools/lib/libh5tools.la ../../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h52gifgentst h52gifgentst.o -L/usr/local/include/lib ../../../hl/src/.libs/libhdf5_hl.a ../../../tools/lib/.libs/libh5tools.a ../../../src/.libs/libhdf5.a -lz -lm make[3]: Nothing to be done for `all-am'. make[2]: Nothing to be done for `all-am'. Making all in perform make[1]: Nothing to be done for `all'. dhcp-235:hdf5-1.8.1 edo$ sudo make check Making check in src make check-TESTS make[4]: Nothing to be done for `_exec_check-s'. Making check in test make testhdf5 lheap ohdr stab gheap cache cache_api pool hyperslab istore bittests dt_arith dtypes dsets cmpd_dset extend external objcopy links unlink big mtime fillval mount flush1 flush2 enum set_extent ttsafe getname vfd ntypes dangle dtransform reserved cross_read btree2 fheap error_test err_compat testmeta testerror.sh make[2]: `testhdf5' is up to date. make[2]: `lheap' is up to date. make[2]: `ohdr' is up to date. make[2]: `stab' is up to date. make[2]: `gheap' is up to date. make[2]: `cache' is up to date. make[2]: `cache_api' is up to date. make[2]: `pool' is up to date. make[2]: `hyperslab' is up to date. make[2]: `istore' is up to date. make[2]: `bittests' is up to date. make[2]: `dt_arith' is up to date. make[2]: `dtypes' is up to date. make[2]: `dsets' is up to date. make[2]: `cmpd_dset' is up to date. make[2]: `extend' is up to date. make[2]: `external' is up to date. make[2]: `objcopy' is up to date. make[2]: `links' is up to date. make[2]: `unlink' is up to date. make[2]: `big' is up to date. make[2]: `mtime' is up to date. make[2]: `fillval' is up to date. make[2]: `mount' is up to date. make[2]: `flush1' is up to date. make[2]: `flush2' is up to date. make[2]: `enum' is up to date. make[2]: `set_extent' is up to date. make[2]: `ttsafe' is up to date. make[2]: `getname' is up to date. make[2]: `vfd' is up to date. make[2]: `ntypes' is up to date. make[2]: `dangle' is up to date. make[2]: `dtransform' is up to date. make[2]: `reserved' is up to date. make[2]: `cross_read' is up to date. make[2]: `btree2' is up to date. make[2]: `fheap' is up to date. make[2]: `error_test' is up to date. make[2]: `err_compat' is up to date. make[2]: `testmeta' is up to date. make[2]: `testerror.sh' is up to date. make check-TESTS ===Serial tests in test begin Mon Feb 9 17:19:40 EST 2009=== ============================ Testing testhdf5 Finished testing testhdf5 ============================ testhdf5 Test Log ============================ For help use: ./testhdf5 -help Linked with hdf5 version 1.8 release 1 Testing -- Configure definitions (config) Testing -- Encoding/decoding metadata (metadata) Testing -- Checksum algorithm (checksum) Testing -- Ternary Search Trees (tst) Testing -- Memory Heaps (heap) Testing -- Skip Lists (skiplist) Testing -- Reference Counted Strings (refstr) Testing -- Low-Level File I/O (file) Testing -- Generic Object Functions (objects) Testing -- Dataspaces (h5s) Testing -- Dataspace coordinates (coords) Testing -- Shared Object Header Messages (sohm) Testing -- Attributes (attr) Testing -- Selections (select) Testing -- Time Datatypes (time) Testing -- References (reference) Testing -- Variable-Length Datatypes (vltypes) Testing -- Variable-Length Strings (vlstrings) Testing -- Group & Attribute Iteration (iterate) Testing -- Array Datatypes (array) Testing -- Generic Properties (genprop) Testing -- UTF-8 Encoding (unicode) Testing -- User-Created Identifiers (id) Testing -- Miscellaneous (misc) All tests were successful. Cleaning Up temp files... 14.95 real 11.11 user 2.15 sys Finished testing testhdf5 ============================ ============================ Testing lheap Finished testing lheap ============================ lheap Test Log ============================ Testing local heap write PASSED Testing local heap read PASSED All local heap tests passed. 0.00 real 0.00 user 0.00 sys Finished testing lheap ============================ ============================ Testing ohdr Finished testing ohdr ============================ ohdr Test Log ============================ Using default file format: Testing object header creation PASSED Testing message creation PASSED Testing message modification PASSED Testing object header overflow in memory PASSED Testing close & re-open object header PASSED Testing object header overflow on disk PASSED Testing message deletion PASSED Testing constant message handling PASSED Testing object header closing PASSED Accessing objects with unknown header messages: Testing object with unknown header message and no flags set PASSED Testing object with unknown header message & 'fail if unknown' flag set PASSED Testing object with unknown header message & 'mark if unknown' flag set PASSED Using new file format: Testing object header creation PASSED Testing message creation PASSED Testing message modification PASSED Testing object header overflow in memory PASSED Testing close & re-open object header PASSED Testing object header overflow on disk PASSED Testing message deletion PASSED Testing constant message handling PASSED Testing object header closing PASSED Accessing objects with unknown header messages: Testing object with unknown header message and no flags set PASSED Testing object with unknown header message & 'fail if unknown' flag set PASSED Testing object with unknown header message & 'mark if unknown' flag set PASSED All object header tests passed. 0.01 real 0.00 user 0.00 sys Finished testing ohdr ============================ ============================ Testing stab Finished testing stab ============================ stab Test Log ============================ Testing miscellaneous group tests PASSED Testing long names PASSED Testing large directories PASSED Testing miscellaneous group tests (w/new group format) PASSED Testing long names (w/new group format) PASSED Testing large directories (w/new group format) PASSED Testing group lifecycle PASSED Testing long link names in compact groups PASSED Testing reading old groups PASSED Testing group without compact form PASSED Testing setting root group creation properties PASSED Testing old API routines PASSED All symbol table tests passed. 0.37 real 0.26 user 0.06 sys Finished testing stab ============================ ============================ Testing gheap Finished testing gheap ============================ gheap Test Log ============================ Testing monotonically increasing lengths PASSED Testing monotonically decreasing lengths PASSED Testing complete object removal PASSED Testing partial object removal PASSED All global heap tests passed. 0.02 real 0.01 user 0.00 sys Finished testing gheap ============================ ============================ Testing cache Finished testing cache ============================ cache Test Log ============================ Testing smoke check #1 -- all clean, ins, dest, ren, 4/2 MB cache PASSED Testing smoke check #2 -- ~1/2 dirty, ins, dest, ren, 4/2 MB cache PASSED Testing smoke check #3 -- all clean, ins, dest, ren, 2/1 KB cache PASSED Testing smoke check #4 -- ~1/2 dirty, ins, dest, ren, 2/1 KB cache PASSED Testing smoke check #5 -- all clean, ins, prot, unprot, AR cache 1 PASSED Testing smoke check #6 -- ~1/2 dirty, ins, prot, unprot, AR cache 1 PASSED Testing smoke check #7 -- all clean, ins, prot, unprot, AR cache 2 PASSED Testing smoke check #8 -- ~1/2 dirty, ins, prot, unprot, AR cache 2 PASSED Testing smoke check #9 -- all clean, ins, dest, ren, 4/2 MB, corked PASSED Testing smoke check #10 -- ~1/2 dirty, ins, dest, ren, 4/2 MB, corked PASSED Testing write permitted check -- 1/0 MB cache -SKIP- Clean and dirty LRU lists disabled. Testing H5C_insert_entry() functionality PASSED Testing H5C_flush_cache() functionality PASSED Testing H5C_get_entry_status() functionality PASSED Testing H5C_expunge_entry() functionality PASSED Testing multiple read only protects on a single entry PASSED Testing H5C_rename_entry() functionality PASSED Testing H5C_pin_protected_entry() functionality PASSED Testing entry resize functionality PASSED Testing evictions enabled/disabled functionality PASSED Testing flush cache with protected entry error PASSED Testing destroy cache with permanently pinned entry error PASSED Testing destroy cache with protected entry error PASSED Testing duplicate entry insertion error PASSED Testing rename to existing entry errors PASSED Testing pin a pinned entry error PASSED Testing unpin an unpinned entry error PASSED Testing pin entry related errors PASSED Testing protect a protected entry error PASSED Testing unprotect an unprotected entry error PASSED Testing mark entry dirty related errors PASSED Testing expunge entry related errors PASSED Testing resize entry related errors PASSED Testing unprotect a read only entry dirty error PASSED Testing protect a read only entry rw error PASSED Testing get/set evictions enabled errors PASSED Testing automatic cache resizing PASSED Testing automatic cache resize disable PASSED Testing automatic cache resize epoch marker management PASSED Testing automatic cache resize input errors PASSED Testing automatic cache resize auxilary functions PASSED 35.06 real 34.98 user 0.06 sys Finished testing cache ============================ ============================ Testing cache_api Finished testing cache_api ============================ cache_api Test Log ============================ Testing MDC/FAPL related API calls PASSED Testing MDC/FILE related API calls PASSED Testing MDC API smoke check -SKIP- Long tests disabled. Testing MDC/FAPL related API input errors PASSED Testing MDC/FILE related API input errors PASSED 0.00 real 0.00 user 0.00 sys Finished testing cache_api ============================ ============================ Testing pool Finished testing pool ============================ pool Test Log ============================ Testing memory pool creation PASSED Testing closing pool with blocks still allocated in one page PASSED Testing allocating first block in pool PASSED Testing allocating large first block in pool PASSED Testing splitting block in pool PASSED Testing allocating many small blocks PASSED Testing allocate normal-sized block in new page PASSED Testing allocate large-sized block in new page PASSED Testing allocate many random sized blocks PASSED All memory pool tests passed. 0.89 real 0.86 user 0.03 sys Finished testing pool ============================ ============================ Testing hyperslab Finished testing hyperslab ============================ hyperslab Test Log ============================ Test sizes: SMALL MEDIUM Testing hyperslab fill 11 variable hyperslab PASSED Testing hyperslab fill 11x10 variable hyperslab PASSED Testing hyperslab fill 3x5x5 variable hyperslab PASSED Testing hyperslab fill 113 variable hyperslab PASSED Testing hyperslab fill 15x11 variable hyperslab PASSED Testing hyperslab fill 5x7x7 variable hyperslab PASSED Testing hyperslab copy 11 variable source PASSED Testing hyperslab copy 11 variable destination PASSED Testing hyperslab copy 11 sync source & dest PASSED Testing hyperslab copy 179 variable source PASSED Testing hyperslab copy 179 variable destination PASSED Testing hyperslab copy 179 sync source & dest PASSED Testing hyperslab copy 11x10 variable source PASSED Testing hyperslab copy 11x10 variable destination PASSED Testing hyperslab copy 11x10 sync source & dest PASSED Testing hyperslab copy 13x19 variable source PASSED Testing hyperslab copy 13x19 variable destination PASSED Testing hyperslab copy 13x19 sync source & dest PASSED Testing hyperslab copy 73x67 variable source PASSED Testing hyperslab copy 73x67 variable destination PASSED Testing hyperslab copy 73x67 sync source & dest PASSED Testing hyperslab copy 3x5x5 variable source PASSED Testing hyperslab copy 3x5x5 variable destination PASSED Testing hyperslab copy 3x5x5 sync source & dest PASSED Testing hyperslab copy 7x9x5 variable source PASSED Testing hyperslab copy 7x9x5 variable destination PASSED Testing hyperslab copy 7x9x5 sync source & dest PASSED Testing multi-byte fill value PASSED Testing multi-byte fill value PASSED Testing endian conversion by stride PASSED Testing 2d transpose by stride 9x9d PASSED Testing 2d transpose by stride 3x11d PASSED Testing endian conversion by stride PASSED Testing 2d transpose by stride 1200x1200d PASSED Testing 2d transpose by stride 800x1800d PASSED Testing image sampling 10x20 to 5x10 PASSED Testing image sampling 5x10 to 10x20 PASSED Testing image sampling 960x1280 to 480x640 PASSED Testing image sampling 480x640 to 960x1280 PASSED Testing array filling 1-9 elements PASSED Testing array filling 9-257 elements PASSED Testing array offset 13x 11x 7 elements PASSED Testing array offset 347x 193x 71 elements PASSED All hyperslab tests passed. 1.35 real 1.29 user 0.06 sys Finished testing hyperslab ============================ ============================ Testing istore Finished testing istore ============================ istore Test Log ============================ Test sizes: SMALL Testing istore create PASSED Testing istore extend: 10 PASSED Testing istore extend: 10x10 PASSED Testing istore extend: 10x10x10 PASSED Testing istore sparse: 5 PASSED Testing istore sparse: 3x4 PASSED Testing istore sparse: 2x3x4 PASSED All i-store tests passed. 0.29 real 0.01 user 0.02 sys Finished testing istore ============================ ============================ Testing bittests Finished testing bittests ============================ bittests Test Log ============================ Testing bit search operations PASSED Testing bit set operations PASSED Testing bit clear operations PASSED Testing bit copy operations PASSED Testing bit shift operations PASSED Testing bit increment operations PASSED Testing bit decrement operations PASSED Testing bit negate operations PASSED All bit tests passed. 0.20 real 0.20 user 0.00 sys Finished testing bittests ============================ ============================ Testing dt_arith Finished testing dt_arith ============================ dt_arith Test Log ============================ Testing non-aligned conversions (ALIGNMENT=1).... Testing query functions of compiler conversion PASSED Testing user-define and query functions of floating-point types PASSED Testing user-define and query functions of integer types PASSED Floating-point overflow cases will be tested. Testing noop float -> float conversions PASSED Testing noop double -> double conversions PASSED Testing noop long double -> long double conversions PASSED Testing hard normalized float -> double conversions PASSED Testing hard normalized double -> float conversions PASSED Testing hard normalized float -> long double conversions PASSED Testing hard normalized double -> long double conversions PASSED Testing hard normalized long double -> float conversions PASSED Testing hard normalized long double -> double conversions PASSED Testing hard denormalized float -> double conversions PASSED Testing hard denormalized double -> float conversions PASSED Testing hard denormalized float -> long double conversions PASSED Testing hard denormalized double -> long double conversions PASSED Testing hard denormalized long double -> float conversions PASSED Testing hard denormalized long double -> double conversions PASSED Testing hard special float -> double conversions PASSED Testing hard special double -> float conversions PASSED Testing hard special float -> long double conversions PASSED Testing hard special double -> long double conversions PASSED Testing hard special long double -> float conversions PASSED Testing hard special long double -> double conversions PASSED Testing hard signed char -> unsigned char conversions PASSED Testing hard signed char -> short conversions PASSED Testing hard signed char -> unsigned short conversions PASSED Testing hard signed char -> int conversions PASSED Testing hard signed char -> unsigned int conversions PASSED Testing hard signed char -> long long conversions PASSED Testing hard signed char -> unsigned long long conversions PASSED Testing hard unsigned char -> signed char conversions PASSED Testing hard unsigned char -> short conversions PASSED Testing hard unsigned char -> unsigned short conversions PASSED Testing hard unsigned char -> int conversions PASSED Testing hard unsigned char -> unsigned int conversions PASSED Testing hard unsigned char -> long long conversions PASSED Testing hard unsigned char -> unsigned long long conversions PASSED Testing hard short -> signed char conversions PASSED Testing hard short -> unsigned char conversions PASSED Testing hard short -> unsigned short conversions PASSED Testing hard short -> int conversions PASSED Testing hard short -> unsigned int conversions PASSED Testing hard short -> long long conversions PASSED Testing hard short -> unsigned long long conversions PASSED Testing hard unsigned short -> signed char conversions PASSED Testing hard unsigned short -> unsigned char conversions PASSED Testing hard unsigned short -> short conversions PASSED Testing hard unsigned short -> int conversions PASSED Testing hard unsigned short -> unsigned int conversions PASSED Testing hard unsigned short -> long long conversions PASSED Testing hard unsigned short -> unsigned long long conversions PASSED Testing hard int -> signed char conversions PASSED Testing hard int -> unsigned char conversions PASSED Testing hard int -> short conversions PASSED Testing hard int -> unsigned short conversions PASSED Testing hard int -> unsigned int conversions PASSED Testing hard int -> long long conversions PASSED Testing hard int -> unsigned long long conversions PASSED Testing hard unsigned int -> signed char conversions PASSED Testing hard unsigned int -> unsigned char conversions PASSED Testing hard unsigned int -> short conversions PASSED Testing hard unsigned int -> unsigned short conversions PASSED Testing hard unsigned int -> int conversions PASSED Testing hard unsigned int -> long long conversions PASSED Testing hard unsigned int -> unsigned long long conversions PASSED Testing hard long long -> signed char conversions PASSED Testing hard long long -> unsigned char conversions PASSED Testing hard long long -> short conversions PASSED Testing hard long long -> unsigned short conversions PASSED Testing hard long long -> int conversions PASSED Testing hard long long -> unsigned int conversions PASSED Testing hard long long -> unsigned long long conversions PASSED Testing hard unsigned long long -> signed char conversions PASSED Testing hard unsigned long long -> unsigned char conversions PASSED Testing hard unsigned long long -> short conversions PASSED Testing hard unsigned long long -> unsigned short conversions PASSED Testing hard unsigned long long -> int conversions PASSED Testing hard unsigned long long -> unsigned int conversions PASSED Testing hard unsigned long long -> long long conversions PASSED Testing hard signed char -> float conversions PASSED Testing hard signed char -> double conversions PASSED Testing hard unsigned char -> float conversions PASSED Testing hard unsigned char -> double conversions PASSED Testing hard short -> float conversions PASSED Testing hard short -> double conversions PASSED Testing hard unsigned short -> float conversions PASSED Testing hard unsigned short -> double conversions PASSED Testing hard int -> float conversions PASSED Testing hard int -> double conversions PASSED Testing hard unsigned int -> float conversions PASSED Testing hard unsigned int -> double conversions PASSED Testing hard long long -> float conversions PASSED Testing hard long long -> double conversions PASSED Testing hard unsigned long long -> float conversions PASSED Testing hard unsigned long long -> double conversions PASSED Testing hard signed char -> long double conversions PASSED Testing hard unsigned char -> long double conversions PASSED Testing hard short -> long double conversions PASSED Testing hard unsigned short -> long double conversions PASSED Testing hard int -> long double conversions PASSED Testing hard unsigned int -> long double conversions PASSED Testing hard long long -> long double conversions PASSED Testing hard unsigned long long -> long double conversions PASSED Testing hard normalized float -> signed char conversions PASSED Testing hard normalized double -> signed char conversions PASSED Testing hard normalized float -> unsigned char conversions PASSED Testing hard normalized double -> unsigned char conversions PASSED Testing hard normalized float -> short conversions PASSED Testing hard normalized double -> short conversions PASSED Testing hard normalized float -> unsigned short conversions PASSED Testing hard normalized double -> unsigned short conversions PASSED Testing hard normalized float -> int conversions PASSED Testing hard normalized double -> int conversions PASSED Testing hard normalized float -> unsigned int conversions PASSED Testing hard normalized double -> unsigned int conversions PASSED Testing hard normalized float -> long long conversions PASSED Testing hard normalized double -> long long conversions PASSED Testing hard float -> unsigned long long conversions -SKIP- Test skipped due to hardware conversion error. Testing hard double -> unsigned long long conversions -SKIP- Test skipped due to hardware conversion error. Testing hard normalized long double -> signed char conversions PASSED Testing hard normalized long double -> unsigned char conversions PASSED Testing hard normalized long double -> short conversions PASSED Testing hard normalized long double -> unsigned short conversions PASSED Testing hard normalized long double -> int conversions PASSED Testing hard normalized long double -> unsigned int conversions PASSED Testing hard normalized long double -> long long conversions PASSED Testing hard long double -> unsigned long long conversions -SKIP- Test skipped due to hardware conversion error. Testing hard denormalized float -> signed char conversions PASSED Testing hard denormalized double -> signed char conversions PASSED Testing hard denormalized float -> unsigned char conversions PASSED Testing hard denormalized double -> unsigned char conversions PASSED Testing hard denormalized float -> short conversions PASSED Testing hard denormalized double -> short conversions PASSED Testing hard denormalized float -> unsigned short conversions PASSED Testing hard denormalized double -> unsigned short conversions PASSED Testing hard denormalized float -> int conversions PASSED Testing hard denormalized double -> int conversions PASSED Testing hard denormalized float -> unsigned int conversions PASSED Testing hard denormalized double -> unsigned int conversions PASSED Testing hard denormalized float -> long long conversions PASSED Testing hard denormalized double -> long long conversions PASSED Testing hard float -> unsigned long long conversions -SKIP- Test skipped due to hardware conversion error. Testing hard double -> unsigned long long conversions -SKIP- Test skipped due to hardware conversion error. Testing hard denormalized long double -> signed char conversions PASSED Testing hard denormalized long double -> unsigned char conversions PASSED Testing hard denormalized long double -> short conversions PASSED Testing hard denormalized long double -> unsigned short conversions PASSED Testing hard denormalized long double -> int conversions PASSED Testing hard denormalized long double -> unsigned int conversions PASSED Testing hard denormalized long double -> long long conversions PASSED Testing hard long double -> unsigned long long conversions -SKIP- Test skipped due to hardware conversion error. Testing hard special float -> signed char conversions PASSED Testing hard special double -> signed char conversions PASSED Testing hard special float -> unsigned char conversions PASSED Testing hard special double -> unsigned char conversions PASSED Testing hard special float -> short conversions PASSED Testing hard special double -> short conversions PASSED Testing hard special float -> unsigned short conversions PASSED Testing hard special double -> unsigned short conversions PASSED Testing hard special float -> int conversions PASSED Testing hard special double -> int conversions PASSED Testing hard special float -> unsigned int conversions PASSED Testing hard special double -> unsigned int conversions PASSED Testing hard special float -> long long conversions PASSED Testing hard special double -> long long conversions PASSED Testing hard float -> unsigned long long conversions -SKIP- Test skipped due to hardware conversion error. Testing hard double -> unsigned long long conversions -SKIP- Test skipped due to hardware conversion error. Testing hard special long double -> signed char conversions PASSED Testing hard special long double -> unsigned char conversions PASSED Testing hard special long double -> short conversions PASSED Testing hard special long double -> unsigned short conversions PASSED Testing hard special long double -> int conversions PASSED Testing hard special long double -> unsigned int conversions PASSED Testing hard special long double -> long long conversions PASSED Testing hard long double -> unsigned long long conversions -SKIP- Test skipped due to hardware conversion error. Testing hard particular floating number -> integer conversions PASSED Testing soft normalized float -> double conversions PASSED Testing soft normalized double -> float conversions PASSED Testing soft normalized float -> long double conversions PASSED Testing soft normalized double -> long double conversions PASSED Testing soft normalized long double -> float conversions PASSED Testing soft normalized long double -> double conversions PASSED Testing soft denormalized float -> double conversions PASSED Testing soft denormalized double -> float conversions PASSED Testing soft denormalized float -> long double conversions PASSED Testing soft denormalized double -> long double conversions PASSED Testing soft denormalized long double -> float conversions PASSED Testing soft denormalized long double -> double conversions PASSED Testing soft special float -> double conversions PASSED Testing soft special double -> float conversions PASSED Testing soft special float -> long double conversions PASSED Testing soft special double -> long double conversions PASSED Testing soft special long double -> float conversions PASSED Testing soft special long double -> double conversions PASSED Testing overlap calculations PASSED Testing soft signed char -> unsigned char conversions PASSED Testing soft signed char -> short conversions PASSED Testing soft signed char -> unsigned short conversions PASSED Testing soft signed char -> int conversions PASSED Testing soft signed char -> unsigned int conversions PASSED Testing soft signed char -> long long conversions PASSED Testing soft signed char -> unsigned long long conversions PASSED Testing soft unsigned char -> signed char conversions PASSED Testing soft unsigned char -> short conversions PASSED Testing soft unsigned char -> unsigned short conversions PASSED Testing soft unsigned char -> int conversions PASSED Testing soft unsigned char -> unsigned int conversions PASSED Testing soft unsigned char -> long long conversions PASSED Testing soft unsigned char -> unsigned long long conversions PASSED Testing soft short -> signed char conversions PASSED Testing soft short -> unsigned char conversions PASSED Testing soft short -> unsigned short conversions PASSED Testing soft short -> int conversions PASSED Testing soft short -> unsigned int conversions PASSED Testing soft short -> long long conversions PASSED Testing soft short -> unsigned long long conversions PASSED Testing soft unsigned short -> signed char conversions PASSED Testing soft unsigned short -> unsigned char conversions PASSED Testing soft unsigned short -> short conversions PASSED Testing soft unsigned short -> int conversions PASSED Testing soft unsigned short -> unsigned int conversions PASSED Testing soft unsigned short -> long long conversions PASSED Testing soft unsigned short -> unsigned long long conversions PASSED Testing soft int -> signed char conversions PASSED Testing soft int -> unsigned char conversions PASSED Testing soft int -> short conversions PASSED Testing soft int -> unsigned short conversions PASSED Testing soft int -> unsigned int conversions PASSED Testing soft int -> long long conversions PASSED Testing soft int -> unsigned long long conversions PASSED Testing soft unsigned int -> signed char conversions PASSED Testing soft unsigned int -> unsigned char conversions PASSED Testing soft unsigned int -> short conversions PASSED Testing soft unsigned int -> unsigned short conversions PASSED Testing soft unsigned int -> int conversions PASSED Testing soft unsigned int -> long long conversions PASSED Testing soft unsigned int -> unsigned long long conversions PASSED Testing soft long long -> signed char conversions PASSED Testing soft long long -> unsigned char conversions PASSED Testing soft long long -> short conversions PASSED Testing soft long long -> unsigned short conversions PASSED Testing soft long long -> int conversions PASSED Testing soft long long -> unsigned int conversions PASSED Testing soft long long -> unsigned long long conversions PASSED Testing soft unsigned long long -> signed char conversions PASSED Testing soft unsigned long long -> unsigned char conversions PASSED Testing soft unsigned long long -> short conversions PASSED Testing soft unsigned long long -> unsigned short conversions PASSED Testing soft unsigned long long -> int conversions PASSED Testing soft unsigned long long -> unsigned int conversions PASSED Testing soft unsigned long long -> long long conversions PASSED Testing soft normalized float -> signed char conversions PASSED Testing soft normalized double -> signed char conversions PASSED Testing soft normalized float -> unsigned char conversions PASSED Testing soft normalized double -> unsigned char conversions PASSED Testing soft normalized float -> short conversions PASSED Testing soft normalized double -> short conversions PASSED Testing soft normalized float -> unsigned short conversions PASSED Testing soft normalized double -> unsigned short conversions PASSED Testing soft normalized float -> int conversions PASSED Testing soft normalized double -> int conversions PASSED Testing soft normalized float -> unsigned int conversions PASSED Testing soft normalized double -> unsigned int conversions PASSED Testing soft normalized float -> long long conversions PASSED Testing soft normalized double -> long long conversions PASSED Testing soft float -> unsigned long long conversions -SKIP- Test skipped due to hardware conversion error. Testing soft double -> unsigned long long conversions -SKIP- Test skipped due to hardware conversion error. Testing soft normalized long double -> signed char conversions PASSED Testing soft normalized long double -> unsigned char conversions PASSED Testing soft normalized long double -> short conversions PASSED Testing soft normalized long double -> unsigned short conversions PASSED Testing soft normalized long double -> int conversions PASSED Testing soft normalized long double -> unsigned int conversions PASSED Testing soft normalized long double -> long long conversions PASSED Testing soft long double -> unsigned long long conversions -SKIP- Test skipped due to hardware conversion error. Testing soft denormalized float -> signed char conversions PASSED Testing soft denormalized double -> signed char conversions PASSED Testing soft denormalized float -> unsigned char conversions PASSED Testing soft denormalized double -> unsigned char conversions PASSED Testing soft denormalized float -> short conversions PASSED Testing soft denormalized double -> short conversions PASSED Testing soft denormalized float -> unsigned short conversions PASSED Testing soft denormalized double -> unsigned short conversions PASSED Testing soft denormalized float -> int conversions PASSED Testing soft denormalized double -> int conversions PASSED Testing soft denormalized float -> unsigned int conversions PASSED Testing soft denormalized double -> unsigned int conversions PASSED Testing soft denormalized float -> long long conversions PASSED Testing soft denormalized double -> long long conversions PASSED Testing soft float -> unsigned long long conversions -SKIP- Test skipped due to hardware conversion error. Testing soft double -> unsigned long long conversions -SKIP- Test skipped due to hardware conversion error. Testing soft denormalized long double -> signed char conversions PASSED Testing soft denormalized long double -> unsigned char conversions PASSED Testing soft denormalized long double -> short conversions PASSED Testing soft denormalized long double -> unsigned short conversions PASSED Testing soft denormalized long double -> int conversions PASSED Testing soft denormalized long double -> unsigned int conversions PASSED Testing soft denormalized long double -> long long conversions PASSED Testing soft long double -> unsigned long long conversions -SKIP- Test skipped due to hardware conversion error. Testing soft special float -> signed char conversions PASSED Testing soft special double -> signed char conversions PASSED Testing soft special float -> unsigned char conversions PASSED Testing soft special double -> unsigned char conversions PASSED Testing soft special float -> short conversions PASSED Testing soft special double -> short conversions PASSED Testing soft special float -> unsigned short conversions PASSED Testing soft special double -> unsigned short conversions PASSED Testing soft special float -> int conversions PASSED Testing soft special double -> int conversions PASSED Testing soft special float -> unsigned int conversions PASSED Testing soft special double -> unsigned int conversions PASSED Testing soft special float -> long long conversions PASSED Testing soft special double -> long long conversions PASSED Testing soft float -> unsigned long long conversions -SKIP- Test skipped due to hardware conversion error. Testing soft double -> unsigned long long conversions -SKIP- Test skipped due to hardware conversion error. Testing soft special long double -> signed char conversions PASSED Testing soft special long double -> unsigned char conversions PASSED Testing soft special long double -> short conversions PASSED Testing soft special long double -> unsigned short conversions PASSED Testing soft special long double -> int conversions PASSED Testing soft special long double -> unsigned int conversions PASSED Testing soft special long double -> long long conversions PASSED Testing soft long double -> unsigned long long conversions -SKIP- Test skipped due to hardware conversion error. Testing soft signed char -> float conversions PASSED Testing soft signed char -> double conversions PASSED Testing soft unsigned char -> float conversions PASSED Testing soft unsigned char -> double conversions PASSED Testing soft short -> float conversions PASSED Testing soft short -> double conversions PASSED Testing soft unsigned short -> float conversions PASSED Testing soft unsigned short -> double conversions PASSED Testing soft int -> float conversions PASSED Testing soft int -> double conversions PASSED Testing soft unsigned int -> float conversions PASSED Testing soft unsigned int -> double conversions PASSED Testing soft long long -> float conversions PASSED Testing soft long long -> double conversions PASSED Testing soft unsigned long long -> float conversions PASSED Testing soft unsigned long long -> double conversions PASSED Testing soft signed char -> long double conversions PASSED Testing soft unsigned char -> long double conversions PASSED Testing soft short -> long double conversions PASSED Testing soft unsigned short -> long double conversions PASSED Testing soft int -> long double conversions PASSED Testing soft unsigned int -> long double conversions PASSED Testing soft long long -> long double conversions PASSED Testing soft unsigned long long -> long double conversions PASSED All data type tests passed. 3.35 real 3.31 user 0.04 sys Finished testing dt_arith ============================ ============================ Testing dtypes Finished testing dtypes ============================ dtypes Test Log ============================ Testing non-aligned conversions (ALIGNMENT=1).... Testing H5Tget_class() PASSED Testing H5Tcopy() PASSED Testing H5Tdetect_class() PASSED Testing compound datatypes PASSED Testing query functions of compound and enumeration types PASSED Testing transient datatypes PASSED Testing named datatypes PASSED Testing functions of encoding and decoding datatypes PASSED Testing encoding datatypes with the 'use the latest format' flag PASSED Testing exceptions for int <-> float conversions PASSED Testing deprected API routines for datatypes PASSED Testing string conversions PASSED Testing random string conversion speed PASSED Testing some type functions for string PASSED Testing compound element reordering PASSED Testing compound subset conversions PASSED Testing compound element shrinking & reordering PASSED Testing optimized struct converter PASSED Testing compound element growing PASSED Testing compound element insertion PASSED Testing packing compound datatypes PASSED Testing compound datatype with VL string PASSED Testing array datatype of compound type with VL string PASSED Testing registering type conversion routine with compound conversions PASSED Testing adjust size of compound datatypes PASSED Testing compound datatypes of boundary size with latest format PASSED Testing random enum conversion O(N) PASSED Testing random enum conversion O(N log N) PASSED Testing non-native enumeration type conversion PASSED Testing bitfield conversions PASSED Testing some type functions for bitfield PASSED Testing opaque datatypes PASSED All datatype tests passed. 0.33 real 0.29 user 0.04 sys Finished testing dtypes ============================ ============================ Testing dsets Finished testing dsets ============================ dsets Test Log ============================ Testing with old file format: Testing create, open, close PASSED Testing simple I/O PASSED Testing compact dataset I/O PASSED Testing compact dataset of maximal size PASSED Testing data type conversion buffer size PASSED Testing data type conversion PASSED Testing H5Zget_filter_info PASSED Testing 'null' filter Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing Fletcher32 checksum(enabled for read) Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing Fletcher32 checksum(disabled for read) Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing Fletcher32 checksum(when data is corrupted) Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing deflate filter Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing szip filter -SKIP- Szip filter not enabled Testing shuffle filter Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing shuffle+deflate+checksum filters(checksum first) Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing shuffle+deflate+checksum filters(checksum last) Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing shuffle+szip+fletcher32 filters -SKIP- Szip, shuffle, or fletcher32 checksum filter not enabled Testing 8-bit shuffling (setup) PASSED Testing 8-bit shuffling (write) PASSED Testing 8-bit shuffling (read) PASSED Testing nbit filter Testing nbit int (setup) PASSED Testing nbit int (write) PASSED Testing nbit int (read) PASSED Testing nbit float (setup) PASSED Testing nbit float (write) PASSED Testing nbit float (read) PASSED Testing nbit double (setup) PASSED Testing nbit double (write) PASSED Testing nbit double (read) PASSED Testing nbit array (setup) PASSED Testing nbit array (write) PASSED Testing nbit array (read) PASSED Testing nbit compound (setup) PASSED Testing nbit compound (write) PASSED Testing nbit compound (read) PASSED Testing nbit compound complex (setup) PASSED Testing nbit compound complex (write) PASSED Testing nbit compound complex (read) PASSED Testing nbit compound with no-op type (setup) PASSED Testing nbit compound with no-op type (write) PASSED Testing nbit compound with no-op type (read) PASSED Testing scaleoffset filter Testing scaleoffset int without fill value (setup) PASSED Testing scaleoffset int without fill value (write) PASSED Testing scaleoffset int without fill value (read) PASSED Testing scaleoffset int with fill value (setup) PASSED Testing scaleoffset int with fill value (write) PASSED Testing scaleoffset int with fill value (read) PASSED Testing scaleoffset float without fill value, D-scaling (setup) PASSED Testing scaleoffset float without fill value, D-scaling (write) PASSED Testing scaleoffset float without fill value, D-scaling (read) PASSED Testing scaleoffset float with fill value, D-scaling (setup) PASSED Testing scaleoffset float with fill value, D-scaling (write) PASSED Testing scaleoffset float with fill value, D-scaling (read) PASSED Testing scaleoffset double without fill value, D-scaling (setup) PASSED Testing scaleoffset double without fill value, D-scaling (write) PASSED Testing scaleoffset double without fill value, D-scaling (read) PASSED Testing scaleoffset double with fill value, D-scaling (setup) PASSED Testing scaleoffset double with fill value, D-scaling (write) PASSED Testing scaleoffset double with fill value, D-scaling (read) PASSED Testing multi-open with extending PASSED Testing various datatypes PASSED Testing dataset offset with user block PASSED Testing dataset access with missing filter PASSED Testing dataset filter 'can apply' callback PASSED Testing dataset filter 'set local' callback PASSED Testing dataset szip filter 'can apply' callback -SKIP- Szip filter is not enabled. Testing comparing dataset creation property lists PASSED Testing filter deletion PASSED Testing filters with big-endian/little-endian data PASSED Testing I/O on datasets with zero-sized dims PASSED Testing Read dataset with unwritten chunk & undefined fill value PASSED Testing Write/read on randomly selected chunks PASSED Testing deprecated API routines PASSED Testing creating dataset with >4GB chunks PASSED Testing with new file format: Testing create, open, close PASSED Testing simple I/O PASSED Testing compact dataset I/O PASSED Testing compact dataset of maximal size PASSED Testing data type conversion buffer size PASSED Testing data type conversion PASSED Testing H5Zget_filter_info PASSED Testing 'null' filter Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing Fletcher32 checksum(enabled for read) Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing Fletcher32 checksum(disabled for read) Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing Fletcher32 checksum(when data is corrupted) Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing deflate filter Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing szip filter -SKIP- Szip filter not enabled Testing shuffle filter Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing shuffle+deflate+checksum filters(checksum first) Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing shuffle+deflate+checksum filters(checksum last) Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing shuffle+szip+fletcher32 filters -SKIP- Szip, shuffle, or fletcher32 checksum filter not enabled Testing 8-bit shuffling (setup) PASSED Testing 8-bit shuffling (write) PASSED Testing 8-bit shuffling (read) PASSED Testing nbit filter Testing nbit int (setup) PASSED Testing nbit int (write) PASSED Testing nbit int (read) PASSED Testing nbit float (setup) PASSED Testing nbit float (write) PASSED Testing nbit float (read) PASSED Testing nbit double (setup) PASSED Testing nbit double (write) PASSED Testing nbit double (read) PASSED Testing nbit array (setup) PASSED Testing nbit array (write) PASSED Testing nbit array (read) PASSED Testing nbit compound (setup) PASSED Testing nbit compound (write) PASSED Testing nbit compound (read) PASSED Testing nbit compound complex (setup) PASSED Testing nbit compound complex (write) PASSED Testing nbit compound complex (read) PASSED Testing nbit compound with no-op type (setup) PASSED Testing nbit compound with no-op type (write) PASSED Testing nbit compound with no-op type (read) PASSED Testing scaleoffset filter Testing scaleoffset int without fill value (setup) PASSED Testing scaleoffset int without fill value (write) PASSED Testing scaleoffset int without fill value (read) PASSED Testing scaleoffset int with fill value (setup) PASSED Testing scaleoffset int with fill value (write) PASSED Testing scaleoffset int with fill value (read) PASSED Testing scaleoffset float without fill value, D-scaling (setup) PASSED Testing scaleoffset float without fill value, D-scaling (write) PASSED Testing scaleoffset float without fill value, D-scaling (read) PASSED Testing scaleoffset float with fill value, D-scaling (setup) PASSED Testing scaleoffset float with fill value, D-scaling (write) PASSED Testing scaleoffset float with fill value, D-scaling (read) PASSED Testing scaleoffset double without fill value, D-scaling (setup) PASSED Testing scaleoffset double without fill value, D-scaling (write) PASSED Testing scaleoffset double without fill value, D-scaling (read) PASSED Testing scaleoffset double with fill value, D-scaling (setup) PASSED Testing scaleoffset double with fill value, D-scaling (write) PASSED Testing scaleoffset double with fill value, D-scaling (read) PASSED Testing multi-open with extending PASSED Testing various datatypes PASSED Testing dataset offset with user block PASSED Testing dataset access with missing filter PASSED Testing dataset filter 'can apply' callback PASSED Testing dataset filter 'set local' callback PASSED Testing dataset szip filter 'can apply' callback -SKIP- Szip filter is not enabled. Testing comparing dataset creation property lists PASSED Testing filter deletion PASSED Testing filters with big-endian/little-endian data PASSED Testing I/O on datasets with zero-sized dims PASSED Testing Read dataset with unwritten chunk & undefined fill value PASSED Testing Write/read on randomly selected chunks PASSED Testing deprecated API routines PASSED Testing creating dataset with >4GB chunks PASSED All dataset tests passed. 2.64 real 0.82 user 0.76 sys Finished testing dsets ============================ ============================ Testing cmpd_dset Finished testing cmpd_dset ============================ cmpd_dset Test Log ============================ Testing compound dataset: Testing basic compound write PASSED Testing basic compound read PASSED Testing reversal of struct members PASSED Testing subset struct read PASSED Testing partially initialized superset read PASSED Testing partially initialized superset optimized read PASSED Testing partially initialized superset write PASSED Testing explicit data space PASSED Testing hyperslab partial read to array PASSED Testing hyperslab partial read to another hyperslab PASSED Testing hyperslab to hyperslab part initialized read PASSED Testing hyperslab part initialized write PASSED Testing the optimization of when the source type is a subset of the dest: Testing writing data to contiguous and chunked datasets PASSED Testing rewriting data with a subset of original data type PASSED Testing reading data with a subset of original data type PASSED Testing the optimization of when the dest type is a subset of the source: Testing writing data to contiguous and chunked datasets PASSED Testing rewriting data with a subset of original data type PASSED Testing reading data with a subset of original data type PASSED All compound dataset tests passed. 7.23 real 0.47 user 0.52 sys Finished testing cmpd_dset ============================ ============================ Testing extend Finished testing extend ============================ extend Test Log ============================ Testing extendible dataset with incr. allocation PASSED Testing extendible dataset with incr. allocation w/deprec. symbols PASSED Testing extendible dataset with early allocation PASSED Testing extendible dataset with early allocation w/deprec. symbols PASSED All extend tests passed. 0.21 real 0.01 user 0.01 sys Finished testing extend ============================ ============================ Testing external Finished testing external ============================ external Test Log ============================ Testing fixed-size data space, exact storage PASSED Testing external storage is too small PASSED Testing extendible dataspace, exact external size PASSED Testing extendible dataspace, external storage is too small PASSED Testing unlimited dataspace, unlimited external storage PASSED Testing multiple external files PASSED Testing external file following unlimited file PASSED Testing address overflow in external files PASSED Testing read external dataset PASSED Testing write external dataset PASSED Testing opening external link twice PASSED All external storage tests passed. 0.08 real 0.00 user 0.00 sys Finished testing external ============================ ============================ Testing objcopy Finished testing objcopy ============================ objcopy Test Log ============================ Testing without shared src messages: Testing without shared dst messages: Testing with old group format: Testing H5Ocopy(): named datatype PASSED Testing H5Ocopy(): named vlen datatype PASSED Testing H5Ocopy(): named nested vlen datatype PASSED Testing H5Ocopy(): simple dataset PASSED Testing H5Ocopy(): empty contiguous dataset PASSED Testing H5Ocopy(): compound dataset PASSED Testing H5Ocopy(): chunked dataset PASSED Testing H5Ocopy(): empty chunked dataset PASSED Testing H5Ocopy(): sparse dataset PASSED Testing H5Ocopy(): compressed dataset PASSED Testing H5Ocopy(): compact dataset PASSED Testing H5Ocopy(): external dataset PASSED Testing H5Ocopy(): dataset that uses named datatype PASSED Testing H5Ocopy(): hier. of datasets using named datatype inside hier. PASSED Testing H5Ocopy(): hier. of datasets using named datatype outside hier. PASSED Testing H5Ocopy(): datasets that have multiple ohdr chunks PASSED Testing H5Ocopy(): objects with attributes using named datatypes PASSED Testing H5Ocopy(): contiguous dataset with VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with VLEN datatype PASSED Testing H5Ocopy(): compact dataset with VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with VLEN datatype PASSED Testing H5Ocopy(): variable length attribute PASSED Testing H5Ocopy(): compact dataset with named VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with named VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with named VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with named VLEN datatype PASSED Testing H5Ocopy(): compact dataset with nested VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with nested VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with nested VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with nested VLEN datatype PASSED Testing H5Ocopy(): empty group PASSED Testing H5Ocopy(): root group PASSED Testing H5Ocopy(): simple nested groups PASSED Testing H5Ocopy(): deep nested groups PASSED Testing H5Ocopy(): nested groups with loop PASSED Testing H5Ocopy(): wide nested groups with loop PASSED Testing H5Ocopy(): group with links PASSED Testing H5Ocopy(): object through soft link PASSED Testing H5Ocopy(): object through external link PASSED Testing H5Ocopy(): existing object PASSED Testing H5Ocopy(): full path PASSED Testing H5Ocopy(): named datatype in same file PASSED Testing H5Ocopy(): dataset with old layout format PASSED Testing H5Ocopy(): without attributes PASSED Testing H5Ocopy(): with missing groups PASSED Testing H5Ocopy(): expand soft link PASSED Testing H5Ocopy(): shallow group copy PASSED Testing H5Ocopy(): expand object reference PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing with shared src messages: Testing without shared dst messages: Testing with old group format: Testing H5Ocopy(): named datatype PASSED Testing H5Ocopy(): named vlen datatype PASSED Testing H5Ocopy(): named nested vlen datatype PASSED Testing H5Ocopy(): simple dataset PASSED Testing H5Ocopy(): empty contiguous dataset PASSED Testing H5Ocopy(): compound dataset PASSED Testing H5Ocopy(): chunked dataset PASSED Testing H5Ocopy(): empty chunked dataset PASSED Testing H5Ocopy(): sparse dataset PASSED Testing H5Ocopy(): compressed dataset PASSED Testing H5Ocopy(): compact dataset PASSED Testing H5Ocopy(): external dataset PASSED Testing H5Ocopy(): dataset that uses named datatype PASSED Testing H5Ocopy(): hier. of datasets using named datatype inside hier. PASSED Testing H5Ocopy(): hier. of datasets using named datatype outside hier. PASSED Testing H5Ocopy(): datasets that have multiple ohdr chunks PASSED Testing H5Ocopy(): objects with attributes using named datatypes PASSED Testing H5Ocopy(): contiguous dataset with VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with VLEN datatype PASSED Testing H5Ocopy(): compact dataset with VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with VLEN datatype PASSED Testing H5Ocopy(): variable length attribute PASSED Testing H5Ocopy(): compact dataset with named VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with named VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with named VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with named VLEN datatype PASSED Testing H5Ocopy(): compact dataset with nested VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with nested VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with nested VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with nested VLEN datatype PASSED Testing H5Ocopy(): empty group PASSED Testing H5Ocopy(): root group PASSED Testing H5Ocopy(): simple nested groups PASSED Testing H5Ocopy(): deep nested groups PASSED Testing H5Ocopy(): nested groups with loop PASSED Testing H5Ocopy(): wide nested groups with loop PASSED Testing H5Ocopy(): group with links PASSED Testing H5Ocopy(): object through soft link PASSED Testing H5Ocopy(): object through external link PASSED Testing H5Ocopy(): existing object PASSED Testing H5Ocopy(): full path PASSED Testing H5Ocopy(): named datatype in same file PASSED Testing H5Ocopy(): dataset with old layout format PASSED Testing H5Ocopy(): without attributes PASSED Testing H5Ocopy(): with missing groups PASSED Testing H5Ocopy(): expand soft link PASSED Testing H5Ocopy(): shallow group copy PASSED Testing H5Ocopy(): expand object reference PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing without shared src messages: Testing with shared dst messages: Testing with old group format: Testing H5Ocopy(): named datatype PASSED Testing H5Ocopy(): named vlen datatype PASSED Testing H5Ocopy(): named nested vlen datatype PASSED Testing H5Ocopy(): simple dataset PASSED Testing H5Ocopy(): empty contiguous dataset PASSED Testing H5Ocopy(): compound dataset PASSED Testing H5Ocopy(): chunked dataset PASSED Testing H5Ocopy(): empty chunked dataset PASSED Testing H5Ocopy(): sparse dataset PASSED Testing H5Ocopy(): compressed dataset PASSED Testing H5Ocopy(): compact dataset PASSED Testing H5Ocopy(): external dataset PASSED Testing H5Ocopy(): dataset that uses named datatype PASSED Testing H5Ocopy(): hier. of datasets using named datatype inside hier. PASSED Testing H5Ocopy(): hier. of datasets using named datatype outside hier. PASSED Testing H5Ocopy(): datasets that have multiple ohdr chunks PASSED Testing H5Ocopy(): objects with attributes using named datatypes PASSED Testing H5Ocopy(): contiguous dataset with VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with VLEN datatype PASSED Testing H5Ocopy(): compact dataset with VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with VLEN datatype PASSED Testing H5Ocopy(): variable length attribute PASSED Testing H5Ocopy(): compact dataset with named VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with named VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with named VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with named VLEN datatype PASSED Testing H5Ocopy(): compact dataset with nested VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with nested VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with nested VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with nested VLEN datatype PASSED Testing H5Ocopy(): empty group PASSED Testing H5Ocopy(): root group PASSED Testing H5Ocopy(): simple nested groups PASSED Testing H5Ocopy(): deep nested groups PASSED Testing H5Ocopy(): nested groups with loop PASSED Testing H5Ocopy(): wide nested groups with loop PASSED Testing H5Ocopy(): group with links PASSED Testing H5Ocopy(): object through soft link PASSED Testing H5Ocopy(): object through external link PASSED Testing H5Ocopy(): existing object PASSED Testing H5Ocopy(): full path PASSED Testing H5Ocopy(): named datatype in same file PASSED Testing H5Ocopy(): dataset with old layout format PASSED Testing H5Ocopy(): without attributes PASSED Testing H5Ocopy(): with missing groups PASSED Testing H5Ocopy(): expand soft link PASSED Testing H5Ocopy(): shallow group copy PASSED Testing H5Ocopy(): expand object reference PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing with shared src messages: Testing with shared dst messages: Testing with old group format: Testing H5Ocopy(): named datatype PASSED Testing H5Ocopy(): named vlen datatype PASSED Testing H5Ocopy(): named nested vlen datatype PASSED Testing H5Ocopy(): simple dataset PASSED Testing H5Ocopy(): empty contiguous dataset PASSED Testing H5Ocopy(): compound dataset PASSED Testing H5Ocopy(): chunked dataset PASSED Testing H5Ocopy(): empty chunked dataset PASSED Testing H5Ocopy(): sparse dataset PASSED Testing H5Ocopy(): compressed dataset PASSED Testing H5Ocopy(): compact dataset PASSED Testing H5Ocopy(): external dataset PASSED Testing H5Ocopy(): dataset that uses named datatype PASSED Testing H5Ocopy(): hier. of datasets using named datatype inside hier. PASSED Testing H5Ocopy(): hier. of datasets using named datatype outside hier. PASSED Testing H5Ocopy(): datasets that have multiple ohdr chunks PASSED Testing H5Ocopy(): objects with attributes using named datatypes PASSED Testing H5Ocopy(): contiguous dataset with VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with VLEN datatype PASSED Testing H5Ocopy(): compact dataset with VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with VLEN datatype PASSED Testing H5Ocopy(): variable length attribute PASSED Testing H5Ocopy(): compact dataset with named VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with named VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with named VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with named VLEN datatype PASSED Testing H5Ocopy(): compact dataset with nested VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with nested VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with nested VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with nested VLEN datatype PASSED Testing H5Ocopy(): empty group PASSED Testing H5Ocopy(): root group PASSED Testing H5Ocopy(): simple nested groups PASSED Testing H5Ocopy(): deep nested groups PASSED Testing H5Ocopy(): nested groups with loop PASSED Testing H5Ocopy(): wide nested groups with loop PASSED Testing H5Ocopy(): group with links PASSED Testing H5Ocopy(): object through soft link PASSED Testing H5Ocopy(): object through external link PASSED Testing H5Ocopy(): existing object PASSED Testing H5Ocopy(): full path PASSED Testing H5Ocopy(): named datatype in same file PASSED Testing H5Ocopy(): dataset with old layout format PASSED Testing H5Ocopy(): without attributes PASSED Testing H5Ocopy(): with missing groups PASSED Testing H5Ocopy(): expand soft link PASSED Testing H5Ocopy(): shallow group copy PASSED Testing H5Ocopy(): expand object reference PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing without shared src messages: Testing without shared dst messages: Testing with new group format: Testing H5Ocopy(): named datatype PASSED Testing H5Ocopy(): named vlen datatype PASSED Testing H5Ocopy(): named nested vlen datatype PASSED Testing H5Ocopy(): simple dataset PASSED Testing H5Ocopy(): empty contiguous dataset PASSED Testing H5Ocopy(): compound dataset PASSED Testing H5Ocopy(): chunked dataset PASSED Testing H5Ocopy(): empty chunked dataset PASSED Testing H5Ocopy(): sparse dataset PASSED Testing H5Ocopy(): compressed dataset PASSED Testing H5Ocopy(): compact dataset PASSED Testing H5Ocopy(): external dataset PASSED Testing H5Ocopy(): dataset that uses named datatype PASSED Testing H5Ocopy(): hier. of datasets using named datatype inside hier. PASSED Testing H5Ocopy(): hier. of datasets using named datatype outside hier. PASSED Testing H5Ocopy(): datasets that have multiple ohdr chunks PASSED Testing H5Ocopy(): objects with attributes using named datatypes PASSED Testing H5Ocopy(): contiguous dataset with VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with VLEN datatype PASSED Testing H5Ocopy(): compact dataset with VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with VLEN datatype PASSED Testing H5Ocopy(): variable length attribute PASSED Testing H5Ocopy(): compact dataset with named VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with named VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with named VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with named VLEN datatype PASSED Testing H5Ocopy(): compact dataset with nested VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with nested VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with nested VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with nested VLEN datatype PASSED Testing H5Ocopy(): empty group PASSED Testing H5Ocopy(): root group PASSED Testing H5Ocopy(): simple nested groups PASSED Testing H5Ocopy(): deep nested groups PASSED Testing H5Ocopy(): nested groups with loop PASSED Testing H5Ocopy(): wide nested groups with loop PASSED Testing H5Ocopy(): group with links PASSED Testing H5Ocopy(): object through soft link PASSED Testing H5Ocopy(): object through external link PASSED Testing H5Ocopy(): existing object PASSED Testing H5Ocopy(): full path PASSED Testing H5Ocopy(): named datatype in same file PASSED Testing H5Ocopy(): dataset with old layout format PASSED Testing H5Ocopy(): without attributes PASSED Testing H5Ocopy(): with missing groups PASSED Testing H5Ocopy(): expand soft link PASSED Testing H5Ocopy(): shallow group copy PASSED Testing H5Ocopy(): expand object reference PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing with shared src messages: Testing without shared dst messages: Testing with new group format: Testing H5Ocopy(): named datatype PASSED Testing H5Ocopy(): named vlen datatype PASSED Testing H5Ocopy(): named nested vlen datatype PASSED Testing H5Ocopy(): simple dataset PASSED Testing H5Ocopy(): empty contiguous dataset PASSED Testing H5Ocopy(): compound dataset PASSED Testing H5Ocopy(): chunked dataset PASSED Testing H5Ocopy(): empty chunked dataset PASSED Testing H5Ocopy(): sparse dataset PASSED Testing H5Ocopy(): compressed dataset PASSED Testing H5Ocopy(): compact dataset PASSED Testing H5Ocopy(): external dataset PASSED Testing H5Ocopy(): dataset that uses named datatype PASSED Testing H5Ocopy(): hier. of datasets using named datatype inside hier. PASSED Testing H5Ocopy(): hier. of datasets using named datatype outside hier. PASSED Testing H5Ocopy(): datasets that have multiple ohdr chunks PASSED Testing H5Ocopy(): objects with attributes using named datatypes PASSED Testing H5Ocopy(): contiguous dataset with VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with VLEN datatype PASSED Testing H5Ocopy(): compact dataset with VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with VLEN datatype PASSED Testing H5Ocopy(): variable length attribute PASSED Testing H5Ocopy(): compact dataset with named VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with named VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with named VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with named VLEN datatype PASSED Testing H5Ocopy(): compact dataset with nested VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with nested VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with nested VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with nested VLEN datatype PASSED Testing H5Ocopy(): empty group PASSED Testing H5Ocopy(): root group PASSED Testing H5Ocopy(): simple nested groups PASSED Testing H5Ocopy(): deep nested groups PASSED Testing H5Ocopy(): nested groups with loop PASSED Testing H5Ocopy(): wide nested groups with loop PASSED Testing H5Ocopy(): group with links PASSED Testing H5Ocopy(): object through soft link PASSED Testing H5Ocopy(): object through external link PASSED Testing H5Ocopy(): existing object PASSED Testing H5Ocopy(): full path PASSED Testing H5Ocopy(): named datatype in same file PASSED Testing H5Ocopy(): dataset with old layout format PASSED Testing H5Ocopy(): without attributes PASSED Testing H5Ocopy(): with missing groups PASSED Testing H5Ocopy(): expand soft link PASSED Testing H5Ocopy(): shallow group copy PASSED Testing H5Ocopy(): expand object reference PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing without shared src messages: Testing with shared dst messages: Testing with new group format: Testing H5Ocopy(): named datatype PASSED Testing H5Ocopy(): named vlen datatype PASSED Testing H5Ocopy(): named nested vlen datatype PASSED Testing H5Ocopy(): simple dataset PASSED Testing H5Ocopy(): empty contiguous dataset PASSED Testing H5Ocopy(): compound dataset PASSED Testing H5Ocopy(): chunked dataset PASSED Testing H5Ocopy(): empty chunked dataset PASSED Testing H5Ocopy(): sparse dataset PASSED Testing H5Ocopy(): compressed dataset PASSED Testing H5Ocopy(): compact dataset PASSED Testing H5Ocopy(): external dataset PASSED Testing H5Ocopy(): dataset that uses named datatype PASSED Testing H5Ocopy(): hier. of datasets using named datatype inside hier. PASSED Testing H5Ocopy(): hier. of datasets using named datatype outside hier. PASSED Testing H5Ocopy(): datasets that have multiple ohdr chunks PASSED Testing H5Ocopy(): objects with attributes using named datatypes PASSED Testing H5Ocopy(): contiguous dataset with VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with VLEN datatype PASSED Testing H5Ocopy(): compact dataset with VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with VLEN datatype PASSED Testing H5Ocopy(): variable length attribute PASSED Testing H5Ocopy(): compact dataset with named VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with named VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with named VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with named VLEN datatype PASSED Testing H5Ocopy(): compact dataset with nested VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with nested VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with nested VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with nested VLEN datatype PASSED Testing H5Ocopy(): empty group PASSED Testing H5Ocopy(): root group PASSED Testing H5Ocopy(): simple nested groups PASSED Testing H5Ocopy(): deep nested groups PASSED Testing H5Ocopy(): nested groups with loop PASSED Testing H5Ocopy(): wide nested groups with loop PASSED Testing H5Ocopy(): group with links PASSED Testing H5Ocopy(): object through soft link PASSED Testing H5Ocopy(): object through external link PASSED Testing H5Ocopy(): existing object PASSED Testing H5Ocopy(): full path PASSED Testing H5Ocopy(): named datatype in same file PASSED Testing H5Ocopy(): dataset with old layout format PASSED Testing H5Ocopy(): without attributes PASSED Testing H5Ocopy(): with missing groups PASSED Testing H5Ocopy(): expand soft link PASSED Testing H5Ocopy(): shallow group copy PASSED Testing H5Ocopy(): expand object reference PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing with shared src messages: Testing with shared dst messages: Testing with new group format: Testing H5Ocopy(): named datatype PASSED Testing H5Ocopy(): named vlen datatype PASSED Testing H5Ocopy(): named nested vlen datatype PASSED Testing H5Ocopy(): simple dataset PASSED Testing H5Ocopy(): empty contiguous dataset PASSED Testing H5Ocopy(): compound dataset PASSED Testing H5Ocopy(): chunked dataset PASSED Testing H5Ocopy(): empty chunked dataset PASSED Testing H5Ocopy(): sparse dataset PASSED Testing H5Ocopy(): compressed dataset PASSED Testing H5Ocopy(): compact dataset PASSED Testing H5Ocopy(): external dataset PASSED Testing H5Ocopy(): dataset that uses named datatype PASSED Testing H5Ocopy(): hier. of datasets using named datatype inside hier. PASSED Testing H5Ocopy(): hier. of datasets using named datatype outside hier. PASSED Testing H5Ocopy(): datasets that have multiple ohdr chunks PASSED Testing H5Ocopy(): objects with attributes using named datatypes PASSED Testing H5Ocopy(): contiguous dataset with VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with VLEN datatype PASSED Testing H5Ocopy(): compact dataset with VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with VLEN datatype PASSED Testing H5Ocopy(): variable length attribute PASSED Testing H5Ocopy(): compact dataset with named VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with named VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with named VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with named VLEN datatype PASSED Testing H5Ocopy(): compact dataset with nested VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with nested VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with nested VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with nested VLEN datatype PASSED Testing H5Ocopy(): empty group PASSED Testing H5Ocopy(): root group PASSED Testing H5Ocopy(): simple nested groups PASSED Testing H5Ocopy(): deep nested groups PASSED Testing H5Ocopy(): nested groups with loop PASSED Testing H5Ocopy(): wide nested groups with loop PASSED Testing H5Ocopy(): group with links PASSED Testing H5Ocopy(): object through soft link PASSED Testing H5Ocopy(): object through external link PASSED Testing H5Ocopy(): existing object PASSED Testing H5Ocopy(): full path PASSED Testing H5Ocopy(): named datatype in same file PASSED Testing H5Ocopy(): dataset with old layout format PASSED Testing H5Ocopy(): without attributes PASSED Testing H5Ocopy(): with missing groups PASSED Testing H5Ocopy(): expand soft link PASSED Testing H5Ocopy(): shallow group copy PASSED Testing H5Ocopy(): expand object reference PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing H5Ocopy(): preserve NULL messages PASSED All object copying tests passed. 10.64 real 7.62 user 1.89 sys Finished testing objcopy ============================ ============================ Testing links Finished testing links ============================ links Test Log ============================ Testing link creation PASSED Testing link queries PASSED Testing H5Lcreate functions PASSED Testing new link queries PASSED Testing long names for objects & links PASSED Testing too many links PASSED Testing link creation property lists PASSED Testing H5Lmove PASSED Testing H5Lcopy PASSED Testing moving and copying links preserves their properties PASSED Testing backwards compatibility PASSED Testing external link to root PASSED Testing external link to object on path PASSED Testing external links across multiple files PASSED Testing external link to self PASSED Testing external links back and forth PASSED Testing too many external links PASSED Testing dangling external links PASSED Testing recursive external links PASSED Testing query aspects of external link PASSED Testing unlinking external link in compact group PASSED Testing unlinking external link in dense group PASSED Testing move external link PASSED Testing external link along for the ride PASSED Testing that external files are closed during traversal PASSED Testing endianness of external links PASSED Testing that external files work with strong file close degree PASSED Testing external links via environment variable -SKIP- Testing external links via H5Pset_elink_prefix() PASSED Testing external links via main file's absolute path PASSED Testing external links via main file's CWD + relative path PASSED Testing external links via current working directory PASSED Testing external links via target's absolute path PASSED Testing external links via main file's CWD PASSED Testing external links via main file's CWD + target's relative path PASSED Testing external links via chdir and found in current working directory PASSED Testing user-defined link callbacks PASSED Testing user-defined link error conditions PASSED Testing user data passed through lapl PASSED Testing adjusting nlinks with LAPL PASSED Testing link type field in H5Lget_info PASSED Testing link visiting PASSED Testing link visiting by name PASSED Testing object visiting PASSED Testing object visiting by name PASSED Testing that all files were closed correctly PASSED Testing link creation (w/new group format) PASSED Testing link queries (w/new group format) PASSED Testing H5Lcreate functions (w/new group format) PASSED Testing new link queries (w/new group format) PASSED Testing long names for objects & links (w/new group format) PASSED Testing too many links (w/new group format) PASSED Testing link creation property lists (w/new group format) PASSED Testing H5Lmove (w/new group format) PASSED Testing H5Lcopy (w/new group format) PASSED Testing moving and copying links preserves their properties (w/new group format) PASSED Testing backwards compatibility (w/new group format) PASSED Testing external link to root (w/new group format) PASSED Testing external link to object on path (w/new group format) PASSED Testing external links across multiple files (w/new group format) PASSED Testing external link to self (w/new group format) PASSED Testing external links back and forth (w/new group format) PASSED Testing too many external links (w/new group format) PASSED Testing dangling external links (w/new group format) PASSED Testing recursive external links (w/new group format) PASSED Testing query aspects of external link (w/new group format) PASSED Testing unlinking external link in compact group (w/new group format) PASSED Testing unlinking external link in dense group (w/new group format) PASSED Testing move external link (w/new group format) PASSED Testing external link along for the ride (w/new group format) PASSED Testing that external files are closed during traversal (w/new group format) PASSED Testing endianness of external links (w/new group format) PASSED Testing that external files work with strong file close degree (w/new group format) PASSED Testing external links via environment variable (w/new group format) -SKIP- Testing external links via H5Pset_elink_prefix()(w/new group format) PASSED Testing external links via main file's absolute path (w/new group format) PASSED Testing external links via main file's CWD + relative path(w/new group format) PASSED Testing external links via current working directory(w/new group format) PASSED Testing external links via target's absolute path (w/new group format) PASSED Testing external links via main file's CWD (w/new group format) PASSED Testing external links via main file's CWD + target's relative path(w/new group format) PASSED Testing external links via chdir and found in current working directory (w/new group format) PASSED Testing user-defined hard link (w/new group format) PASSED Testing registering a new class for existing UD links (w/new group format) PASSED Testing user-defined link callbacks (w/new group format) PASSED Testing user-defined link error conditions (w/new group format) PASSED Testing user data passed through lapl (w/new group format) PASSED Testing adjusting nlinks with LAPL (w/new group format) PASSED Testing link type field in H5Lget_info (w/new group format) PASSED Testing link visiting (w/new group format) PASSED Testing link visiting by name (w/new group format) PASSED Testing object visiting (w/new group format) PASSED Testing object visiting by name (w/new group format) PASSED Testing that all files were closed correctly (w/new group format) PASSED Testing creating empty group with creation order indexing PASSED Testing creating compact group with creation order indexing PASSED Testing creating dense group with creation order indexing PASSED Testing transitioning group with creation order indexing between dense & compact forms PASSED Testing deleting group with creation order indexing in dense form PASSED Testing querying info by index w/o creation order index, using soft links PASSED Testing querying info by index w/creation order index, using soft links PASSED Testing querying info by index w/o creation order index, using hard links PASSED Testing querying info by index w/creation order index, using hard links PASSED Testing deleting links by name index in increasing order w/o creation order index PASSED Testing deleting links by name index in increasing order w/creation order index PASSED Testing deleting links by name index in decreasing order w/o creation order index PASSED Testing deleting links by name index in decreasing order w/creation order index PASSED Testing deleting links by creation order index in increasing order w/o creation order index PASSED Testing deleting links by creation order index in increasing order w/creation order index PASSED Testing deleting links by creation order index in decreasing order w/o creation order index PASSED Testing deleting links by creation order index in decreasing order w/creation order index PASSED Testing iterating over links by name index in increasing order w/o creation order index PASSED Testing iterating over links by name index in increasing order w/creation order index PASSED Testing iterating over links by name index in decreasing order w/o creation order index PASSED Testing iterating over links by name index in decreasing order w/creation order index PASSED Testing iterating over links by name index in native order w/o creation order index PASSED Testing iterating over links by name index in native order w/creation order index PASSED Testing iterating over links by creation order index in increasing order w/o creation order index PASSED Testing iterating over links by creation order index in increasing order w/creation order index PASSED Testing iterating over links by creation order index in decreasing order w/o creation order index PASSED Testing iterating over links by creation order index in decreasing order w/creation order index PASSED Testing iterating over links by creation order index in native order w/o creation order index PASSED Testing iterating over links by creation order index in native order w/creation order index PASSED Testing open object by name index in increasing order w/o creation order index PASSED Testing open object by name index in increasing order w/creation order index PASSED Testing open object by name index in decreasing order w/o creation order index PASSED Testing open object by name index in decreasing order w/creation order index PASSED Testing open object by name index in native order w/o creation order index PASSED Testing open object by name index in native order w/creation order index PASSED Testing open object by creation order index in increasing order w/o creation order index PASSED Testing open object by creation order index in increasing order w/creation order index PASSED Testing open object by creation order index in decreasing order w/o creation order index PASSED Testing open object by creation order index in decreasing order w/creation order index PASSED Testing open object by creation order index in native order w/o creation order index PASSED Testing open object by creation order index in native order w/creation order index PASSED Testing query object info by name index in increasing order w/o creation order index PASSED Testing query object info by name index in increasing order w/creation order index PASSED Testing query object info by name index in decreasing order w/o creation order index PASSED Testing query object info by name index in decreasing order w/creation order index PASSED Testing query object info by name index in native order w/o creation order index PASSED Testing query object info by name index in native order w/creation order index PASSED Testing query object info by creation order index in increasing order w/o creation order index PASSED Testing query object info by creation order index in increasing order w/creation order index PASSED Testing query object info by creation order index in decreasing order w/o creation order index PASSED Testing query object info by creation order index in decreasing order w/creation order index PASSED Testing query object info by creation order index in native order w/o creation order index PASSED Testing query object info by creation order index in native order w/creation order index PASSED Testing query group info by name index in increasing order w/o creation order index PASSED Testing query group info by name index in increasing order w/creation order index PASSED Testing query group info by name index in decreasing order w/o creation order index PASSED Testing query group info by name index in decreasing order w/creation order index PASSED Testing query group info by name index in native order w/o creation order index PASSED Testing query group info by name index in native order w/creation order index PASSED Testing query group info by creation order index in increasing order w/o creation order index PASSED Testing query group info by creation order index in increasing order w/creation order index PASSED Testing query group info by creation order index in decreasing order w/o creation order index PASSED Testing query group info by creation order index in decreasing order w/creation order index PASSED Testing query group info by creation order index in native order w/o creation order index PASSED Testing query group info by creation order index in native order w/creation order index PASSED Testing timestamps on objects PASSED Testing querying info by index in old-style group, using soft links PASSED Testing querying info by index in old-style group, using hard links PASSED Testing deleting links by index in increasing order in old-style group PASSED Testing deleting links by index in decreasing order in old-style group PASSED Testing iterating over links by name index in increasing order in old-style group PASSED Testing iterating over links by name index in decreasing order in old-style group PASSED Testing iterating over links by name index in native order in old-style group PASSED Testing open object by name index in increasing order in old-style group PASSED Testing open object by name index in decreasing order in old-style group PASSED Testing open object by name index in native order in old-style group PASSED Testing query object info by name index in increasing order in old-style group PASSED Testing query object info by name index in decreasing order in old-style group PASSED Testing query object info by name index in native order in old-style group PASSED Testing query group info by name index in increasing order in old-style group PASSED Testing query group info by name index in decreasing order in old-style group PASSED Testing query group info by name index in native order in old-style group PASSED All link tests passed. 1.78 real 1.47 user 0.16 sys Finished testing links ============================ ============================ Testing unlink Finished testing unlink ============================ unlink Test Log ============================ Testing with old group format: Testing unlink by absolute name PASSED Testing unlink by local name PASSED Testing unlink without a name PASSED Testing forward unlink PASSED Testing backward unlink PASSED Testing inward unlink PASSED Testing outward unlink PASSED Testing symlink removal PASSED Testing object renaming PASSED Testing symlink renaming PASSED Testing new move PASSED Testing check new move function PASSED Testing file space gets reused: Testing contiguous dataset with late allocation PASSED Testing contiguous dataset with early allocation PASSED Testing chunked dataset with late allocation PASSED Testing chunked dataset with early allocation PASSED Testing compressed, chunked dataset PASSED Testing re-writing compressed, chunked dataset PASSED Testing compact dataset PASSED Testing object header continuations PASSED Testing named datatype PASSED Testing single group PASSED Testing multiple groups PASSED Testing simple group hierarchy PASSED Testing complex group hierarchy PASSED Testing duplicate dataset PASSED Testing duplicate group PASSED Testing duplicate named datatype PASSED Testing duplicate attribute PASSED Testing create and unlink large number of objects PASSED Testing create and unlink large number of objects with small cache PASSED Testing creating links with multiple slashes PASSED Testing deleting links with multiple slashes PASSED Testing deleting right-most child in non-leaf B-tree node PASSED Testing deleting right-most child in non-leaf B-tree node PASSED Testing deleting right-most child in non-leaf B-tree node PASSED Testing resurrecting dataset after deletion PASSED Testing resurrecting datatype after deletion PASSED Testing resurrecting group after deletion PASSED Testing unlinking chunked dataset PASSED Testing with new group format: Testing unlink by absolute name PASSED Testing unlink by local name PASSED Testing unlink without a name PASSED Testing forward unlink PASSED Testing backward unlink PASSED Testing inward unlink PASSED Testing outward unlink PASSED Testing symlink removal PASSED Testing object renaming PASSED Testing symlink renaming PASSED Testing new move PASSED Testing check new move function PASSED Testing file space gets reused: Testing contiguous dataset with late allocation PASSED Testing contiguous dataset with early allocation PASSED Testing chunked dataset with late allocation PASSED Testing chunked dataset with early allocation PASSED Testing compressed, chunked dataset PASSED Testing re-writing compressed, chunked dataset PASSED Testing compact dataset PASSED Testing object header continuations PASSED Testing named datatype PASSED Testing single group PASSED Testing multiple groups PASSED Testing simple group hierarchy PASSED Testing complex group hierarchy PASSED Testing duplicate dataset PASSED Testing duplicate group PASSED Testing duplicate named datatype PASSED Testing duplicate attribute PASSED Testing create and unlink large number of objects PASSED Testing create and unlink large number of objects with small cache PASSED Testing creating links with multiple slashes PASSED Testing deleting links with multiple slashes PASSED Testing resurrecting dataset after deletion PASSED Testing resurrecting datatype after deletion PASSED Testing resurrecting group after deletion PASSED Testing unlinking chunked dataset PASSED Testing unlinking non-empty compact group PASSED Testing unlinking non-empty dense group PASSED All unlink tests passed. 3.45 real 2.93 user 0.46 sys Finished testing unlink ============================ ============================ Testing big Finished testing big ============================ big Test Log ============================ Testing big file with the Family Driver Changing file drivers to the family driver, 1073741824 bytes each Checking if file system is adequate for this test... Test skipped because file system does not support holes. Usage: big [-h] [-c] [-fsize <fsize>} -h Print the help page -c File system Checking skipped. Caution: this test generates many big files and may fill up the file system. -fsize Change family size default to <fsize> where <fsize> is a positive float point number. Default value is 1073741824. Examples: big -fsize 2.1e9 # test with file size just under 2GB big -fsize 2.2e9 # test with file size just above 2GB Be sure the file system can support the file size requested 0.00 real 0.00 user 0.00 sys Finished testing big ============================ ============================ Testing mtime Finished testing mtime ============================ mtime Test Log ============================ Testing modification time messages -SKIP- The modification time could not be decoded on this OS. Modification times will be mantained in the file but cannot be queried on this system. See H5O_mtime_decode(). 0.00 real 0.00 user 0.00 sys Finished testing mtime ============================ ============================ Testing fillval Finished testing fillval ============================ fillval Test Log ============================ Testing property lists PASSED Testing property lists, with variable-length datatype PASSED Testing with old file format: Testing chunked dataset creation PASSED Testing chunked dataset I/O PASSED Testing chunked dataset extend PASSED Testing contiguous dataset creation PASSED Testing contiguous dataset I/O PASSED Testing contiguous dataset extend -SKIP- Not implemented yet -- needs H5S_SELECT_DIFF operator Testing contiguous dataset compatibility with v. 1.4 PASSED Testing compact dataset creation PASSED Testing compact dataset I/O PASSED Testing with new file format: Testing chunked dataset creation PASSED Testing chunked dataset I/O PASSED Testing chunked dataset extend PASSED Testing contiguous dataset creation PASSED Testing contiguous dataset I/O PASSED Testing contiguous dataset extend -SKIP- Not implemented yet -- needs H5S_SELECT_DIFF operator Testing contiguous dataset compatibility with v. 1.4 PASSED Testing compact dataset creation PASSED Testing compact dataset I/O PASSED All fill value tests passed. 23.44 real 9.41 user 6.82 sys Finished testing fillval ============================ ============================ Testing mount Finished testing mount ============================ mount Test Log ============================ Testing basic functionality PASSED Testing illegal mount operations PASSED Testing name hiding under mount point PASSED Testing mount point open PASSED Testing multi-linked mount point PASSED Testing mount point unlinking PASSED Testing object renaming PASSED Testing mount point renaming PASSED Testing preopening objects under the mount point PASSED Testing open object access after unmount PASSED Testing interfile hard links PASSED Testing file handle uniformity PASSED Testing file handle close PASSED Testing mounting on group after file is closed PASSED Testing mounting after file is unmounted PASSED Testing missing unmount PASSED Testing hold open w/file PASSED Testing hold open w/group PASSED Testing file close degrees must be same PASSED Testing 'semi' file close degree PASSED Testing 'strong' file close degree PASSED Testing access permissions PASSED Testing multiple mounts PASSED Testing nested mounts survive PASSED Testing close parent PASSED Testing cutting mount graph PASSED Testing symlinks PASSED All mount tests passed. 0.08 real 0.05 user 0.03 sys Finished testing mount ============================ ============================ Testing flush1 Finished testing flush1 ============================ flush1 Test Log ============================ Testing H5Fflush (part1) PASSED 0.01 real 0.00 user 0.00 sys Finished testing flush1 ============================ ============================ Testing flush2 Finished testing flush2 ============================ flush2 Test Log ============================ Testing H5Fflush (part2 with flush) PASSED Testing H5Fflush (part2 without flush) PASSED Testing H5Fflush (part2 with flush and later addition) PASSED 0.01 real 0.00 user 0.00 sys Finished testing flush2 ============================ ============================ Testing enum Finished testing enum ============================ enum Test Log ============================ Testing named enumeration types PASSED Testing no-conversion datasets PASSED Testing O(1) conversions PASSED Testing O(log N) converions PASSED Testing for non-existing name and value PASSED Testing some functions with enumeration types PASSED All enum tests passed. 0.00 real 0.00 user 0.00 sys Finished testing enum ============================ ============================ Testing set_extent Finished testing set_extent ============================ set_extent Test Log ============================ Testing extend dataset create with fill value PASSED Testing extend dataset create without fill value PASSED Testing extend dataset read with fill value PASSED Testing extend dataset read without fill value PASSED All set_extent tests passed. 0.01 real 0.00 user 0.00 sys Finished testing set_extent ============================ ============================ Testing ttsafe Finished testing ttsafe ============================ ttsafe Test Log ============================ Test skipped because THREADSAFE not enabled 0.00 real 0.00 user 0.00 sys Finished testing ttsafe ============================ ============================ Testing getname Finished testing getname ============================ getname Test Log ============================ Testing H5Iget_name with one group PASSED Testing H5Iget_name with more than one group PASSED Testing H5Iget_name with H5Gopen2 PASSED Testing H5Iget_name with H5Dcreate2 PASSED Testing H5Iget_name with H5Dopen2 PASSED Testing H5Iget_name with a long path PASSED Testing H5Iget_name with H5Tcommit2 PASSED Testing H5Iget_name with H5Topen2 PASSED Testing H5Iget_name with H5Lmove and H5Gopen2 PASSED Testing H5Iget_name with H5Lmove and H5Dopen2 PASSED Testing H5Iget_name with H5Lmove and H5Topen2 PASSED Testing H5Iget_name with H5Lmove and relative names PASSED Testing H5Iget_name with H5Lmove and a long path PASSED Testing H5Iget_name with H5Lmove and a long path #2 PASSED Testing H5Iget_name with H5Ldelete PASSED Testing H5Iget_name with H5Ldelete and a long path PASSED Testing H5Iget_name with H5Ldelete, same names PASSED Testing H5Iget_name with H5Fmount; with IDs on the list PASSED Testing H5Iget_name with H5Fmount; long name PASSED Testing H5Iget_name with H5Funmount PASSED Testing H5Iget_name with a defined type dataset PASSED Testing H5Iget_name with datasets that have two names PASSED Testing H5Iget_name with different files PASSED Testing H5Iget_name with different files #2 PASSED Testing H5Iget_name with a small buffer for name PASSED Testing H5Iget_name with a dynamic buffer for name PASSED Testing H5Iget_name with invalid IDs PASSED Testing H5Iget_name with added names with mounting PASSED Testing H5Iget_name with H5Fclose PASSED Testing H5Iget_name with H5Fmount and H5Ldelete PASSED Testing H5Iget_name with H5Fmount and H5Lmove PASSED Testing H5Iget_name with H5Lcreate_hard PASSED Testing H5Iget_name with H5Lcreate_soft PASSED Testing H5Iget_name with H5Lcreate_soft and move target PASSED Testing H5Iget_name with H5Lcreate_soft and move source PASSED Testing H5Iget_name with H5Lcreate_soft and unlink target PASSED Testing H5Iget_name with H5Lcreate_soft and unlink source PASSED Testing H5Iget_name with several nested mounted files PASSED Testing H5Iget_name and H5Lmove with repeated path components PASSED Testing H5Iget_name with higher mounted file PASSED Testing H5Iget_name with multiple hard links and mounted files PASSED Testing H5Iget_name with mounted files and unlinking PASSED Testing H5Iget_name with mounting already mounted files PASSED Testing H5Iget_name with opening object in unmounted file PASSED Testing getting path to normal dataset in root group PASSED Testing getting path to dataset in /Group1 PASSED Testing getting path to /Group1 PASSED Testing getting path to datatype in /Group1 PASSED Testing getting path to dataset in nested group PASSED Testing getting path to nested group PASSED Testing getting path to dataset created via hard link PASSED Testing getting path to root group PASSED Testing getting path to dataset hidden by a mounted file PASSED Testing getting path to dataset that has been unlinked PASSED Testing H5Rget_name to get name from region reference(hyperslab) PASSED Testing H5Iget_name to get name from region reference(hyperslab) PASSED Testing H5Rget_name to get name from region reference(pnt selec) PASSED Testing H5Iget_name to get name from region reference(pnt selec) PASSED All getname tests passed. 0.04 real 0.03 user 0.01 sys Finished testing getname ============================ ============================ Testing vfd Finished testing vfd ============================ vfd Test Log ============================ Testing SEC2 file driver PASSED Testing CORE file driver PASSED Testing FAMILY file driver PASSED Testing FAMILY file driver backward compatibility PASSED Testing MULTI file driver PASSED Testing Direct I/O file driver -SKIP- All Virtual File Driver tests passed. 0.03 real 0.00 user 0.01 sys Finished testing vfd ============================ ============================ Testing ntypes Finished testing ntypes ============================ ntypes Test Log ============================ Testing atomic datatype PASSED Testing compound datatype PASSED Testing nested compound datatype PASSED Testing compound datatype with array as field PASSED Testing compound datatype with opaque field PASSED Testing enum datatype PASSED Testing array of compound datatype PASSED Testing array of atomic datatype PASSED Testing variable length datatype PASSED Testing variable length string datatype PASSED Testing fixed-length string datatype PASSED Testing reference datatype PASSED Testing dataset region reference PASSED Testing opaque datatype PASSED Testing bitfield datatype PASSED Testing native integer PASSED All native datatype tests passed. 0.08 real 0.04 user 0.02 sys Finished testing ntypes ============================ ============================ Testing dangle Finished testing dangle ============================ dangle Test Log ============================ Testing dangling objects with weak file close: Testing dangling dataset IDs PASSED Testing dangling group IDs PASSED Testing dangling named datatype IDs PASSED Testing dangling named datatype ID used by dataset PASSED Testing dangling attribute IDs PASSED Testing dangling objects with semi file close: Testing dangling dataset IDs PASSED Testing dangling group IDs PASSED Testing dangling named datatype IDs PASSED Testing dangling named datatype ID used by dataset PASSED Testing dangling attribute IDs PASSED Testing dangling objects with strong file close: Testing dangling dataset IDs PASSED Testing dangling group IDs PASSED Testing dangling named datatype IDs PASSED Testing dangling named datatype ID used by dataset PASSED Testing dangling attribute IDs PASSED All dangling ID tests passed. 0.08 real 0.07 user 0.00 sys Finished testing dangle ============================ ============================ Testing dtransform Finished testing dtransform ============================ dtransform Test Log ============================ Testing Intializing test... PASSED Testing H5Pget_data_transform (get before set) PASSED Testing H5Pset_data_transform (set with NULL transform) PASSED Testing H5Pset_data_transform (set with invalid transform 1) PASSED Testing H5Pset_data_transform (set with invalid transform 2) PASSED Testing H5Pset_data_transform (set with invalid transform 3) PASSED Testing H5Pset_data_transform (set with invalid transform 4) PASSED Testing H5Pset_data_transform (set with invalid transform 5) PASSED Testing H5Pset_data_transform (set with invalid transform 6) PASSED Testing H5Pset_data_transform (set with invalid transform 7) PASSED Testing H5Pset_data_transform (set with invalid transform 8) PASSED Testing contiguous, no data type conversion (char->char) PASSED Testing contiguous, no data type conversion (uchar->uchar) PASSED Testing contiguous, no data type conversion (schar->schar) PASSED Testing contiguous, with type conversion (float->schar) PASSED Testing contiguous, no data type conversion (short->short) PASSED Testing contiguous, with type conversion (float->short) PASSED Testing contiguous, no data type conversion (ushort->ushort) PASSED Testing contiguous, no data type conversion (int->int) PASSED Testing contiguous, with type conversion (float->int) PASSED Testing contiguous, no data type conversion (uint->uint) PASSED Testing contiguous, no data type conversion (long->long) PASSED Testing contiguous, with type conversion (float->long) PASSED Testing contiguous, no data type conversion (ulong->ulong) PASSED Testing contiguous, no data type conversion (llong->llong) PASSED Testing contiguous, with type conversion (float->llong) PASSED Testing contiguous, no data type conversion (ullong->ullong) PASSED Testing contiguous, no data type conversion (float->float) PASSED Testing contiguous, with type conversion (float->float) PASSED Testing contiguous, no data type conversion (double->double) PASSED Testing contiguous, with type conversion (float->double) PASSED Testing contiguous, no data type conversion (ldouble->ldouble) PASSED Testing contiguous, with type conversion (float->ldouble) PASSED Testing chunked, no data type conversion (char->char) PASSED Testing chunked, no data type conversion (uchar->uchar) PASSED Testing chunked, no data type conversion (schar->schar) PASSED Testing chunked, with type conversion (float->schar) PASSED Testing chunked, no data type conversion (short->short) PASSED Testing chunked, with type conversion (float->short) PASSED Testing chunked, no data type conversion (ushort->ushort) PASSED Testing chunked, no data type conversion (int->int) PASSED Testing chunked, with type conversion (float->int) PASSED Testing chunked, no data type conversion (uint->uint) PASSED Testing chunked, no data type conversion (long->long) PASSED Testing chunked, with type conversion (float->long) PASSED Testing chunked, no data type conversion (ulong->ulong) PASSED Testing chunked, no data type conversion (llong->llong) PASSED Testing chunked, with type conversion (float->llong) PASSED Testing chunked, no data type conversion (ullong->ullong) PASSED Testing chunked, no data type conversion (float->float) PASSED Testing chunked, with type conversion (float->float) PASSED Testing chunked, no data type conversion (double->double) PASSED Testing chunked, with type conversion (float->double) PASSED Testing chunked, no data type conversion (ldouble->ldouble) PASSED Testing chunked, with type conversion (float->ldouble) PASSED Testing data transform, linear transform w/ copied property PASSED Testing data transform, polynomial transform w/ copied property PASSED Testing data transform, trivial transform, without type conversion PASSED Testing data transform, trivial transform, with type conversion PASSED Testing data transform, polynomial transform (int->float) PASSED Testing data transform, polynomial transform (float->int) PASSED Testing H5Pget_data_transform PASSED Testing data transform, read after reseting of transform property PASSED Testing H5Pget_data_transform, after resetting transform property PASSED 0.01 real 0.00 user 0.00 sys Finished testing dtransform ============================ ============================ Testing reserved Finished testing reserved ============================ reserved Test Log ============================ -SKIP- 0.00 real 0.00 user 0.00 sys Finished testing reserved ============================ ============================ Testing cross_read Finished testing cross_read ============================ cross_read Test Log ============================ Testing reading data created on OpenVMS PASSED Testing reading data created on Linux PASSED Testing reading data created on Solaris PASSED All data type tests passed. 0.03 real 0.00 user 0.00 sys Finished testing cross_read ============================ ============================ Testing btree2 Finished testing btree2 ============================ btree2 Test Log ============================ Testing B-tree creation PASSED Testing B-tree insert: several records PASSED Testing B-tree insert: split root PASSED Testing B-tree insert: redistribute 2 leaves in level 1 B-tree (l->r) PASSED Testing B-tree insert: redistribute 2 leaves in level 1 B-tree (r->l) PASSED Testing B-tree insert: split side leaf into 2 leaves in level 1 B-tree (l->r) PASSED Testing B-tree insert: split side leaf into 2 leaves in level 1 B-tree (r->l) PASSED Testing B-tree insert: redistribute 3 leaves in level 1 B-tree PASSED Testing B-tree insert: split middle leaf into 2 leaves in level 1 B-tree PASSED Testing B-tree insert: make level 2 B-tree PASSED Testing B-tree insert: redistrib right-most leaf in level 2 B-tree PASSED Testing B-tree insert: redistrib left-most leaf in level 2 B-tree PASSED Testing B-tree insert: redistrib middle leaf in level 2 B-tree PASSED Testing B-tree insert: split right-most leaf in level 2 B-tree PASSED Testing B-tree insert: split left-most leaf in level 2 B-tree PASSED Testing B-tree insert: split middle leaf in level 2 B-tree PASSED Testing B-tree insert: redist. 2 internal (r->l) in level 2 B-tree PASSED Testing B-tree insert: redist. 2 internal (l->r) in level 2 B-tree PASSED Testing B-tree insert: split side internal node to 2 in level 2 B-tree (r->l) PASSED Testing B-tree insert: split side internal node to 2 in level 2 B-tree (l->2) PASSED Testing B-tree insert: redistrib 3 internals in level 2 B-tree PASSED Testing B-tree insert: split 3 internals to 4 in level 2 B-tree PASSED Testing B-tree insert: create random level 4 B-tree PASSED Testing B-tree insert: attempt duplicate record in level 4 B-tree PASSED Testing B-tree remove: record from empty B-tree PASSED Testing B-tree remove: non-existant record from 1 record B-tree PASSED Testing B-tree remove: existant record from 1 record B-tree PASSED Testing B-tree remove: adding records to B-tree after removal PASSED Testing B-tree remove: non-existant record from level-0 B-tree PASSED Testing B-tree remove: mult. existant records from level-0 B-tree PASSED Testing B-tree remove: non-existant record from level-1 B-tree PASSED Testing B-tree remove: record from right leaf of level-1 B-tree PASSED Testing B-tree remove: record from left leaf of level-1 B-tree PASSED Testing B-tree remove: record from middle leaf of level-1 B-tree PASSED Testing B-tree remove: redistribute 2 leaves in level-1 B-tree (r->l) PASSED Testing B-tree remove: redistribute 2 leaves in level-1 B-tree (l->r) PASSED Testing B-tree remove: redistribute 3 leaves in level-1 B-tree PASSED Testing B-tree remove: merge 2 leaves to 1 in level-1 B-tree (r->l) PASSED Testing B-tree remove: merge 2 leaves to 1 in level-1 B-tree (l->r) PASSED Testing B-tree remove: merge 3 leaves to 2 in level-1 B-tree PASSED Testing B-tree remove: promote from right leaf of level-1 B-tree PASSED Testing B-tree remove: promote from left leaf of level-1 B-tree PASSED Testing B-tree remove: promote from middle leaf of level-1 B-tree PASSED Testing B-tree remove: promote from leaf of level-1 B-tree w/2 node redistrib PASSED Testing B-tree remove: promote from leaf of level-1 B-tree w/3 node redistrib PASSED Testing B-tree remove: promote from leaf of level-1 B-tree w/2->1 merge PASSED Testing B-tree remove: promote from leaf of level-1 B-tree w/3->2 merge PASSED Testing B-tree remove: collapse level-1 B-tree back to level-0 PASSED Testing B-tree remove: promote from right internal of level-2 B-tree PASSED Testing B-tree remove: promote from left internal of level-2 B-tree PASSED Testing B-tree remove: promote from middle internal of level-2 B-tree PASSED Testing B-tree remove: promote record from root of level-2 B-tree PASSED Testing B-tree remove: promote from right internal of level-2 B-tree w/redistrib PASSED Testing B-tree remove: promote from left internal of level-2 B-tree w/redistrib PASSED Testing B-tree remove: promote from right internal of level-2 B-tree w/merge PASSED Testing B-tree remove: promote from middle internal of level-2 B-tree w/merge PASSED Testing B-tree remove: merge 2 internal nodes to 1 in level-2 B-tree (l->r) PASSED Testing B-tree remove: merge 2 internal nodes to 1 in level-2 B-tree (r->l) PASSED Testing B-tree remove: merge 3 internal nodes to 2 in level-2 B-tree PASSED Testing B-tree remove: collapse level-2 B-tree back to level-1 (r->l) PASSED Testing B-tree remove: create random level 4 B-tree and delete all records in random order PASSED Testing B-tree remove: create random level 4 B-tree and delete all records by index, in random order PASSED Testing B-tree remove: create random level 4 B-tree and delete all records by index, in increasing order PASSED Testing B-tree remove: create random level 4 B-tree and delete all records by index, in decreasing order PASSED Testing B-tree find: nearest neighbor less than a value PASSED Testing B-tree find: nearest neighbor greater than a value PASSED Testing B-tree delete: delete empty B-tree PASSED Testing B-tree delete: delete level-0 B-tree PASSED Testing B-tree delete: delete level-1 B-tree PASSED Testing B-tree delete: delete level-2 B-tree PASSED Testing B-tree modify: attempt to modify non-existant record PASSED Testing B-tree modify: modify record in leaf node PASSED Testing B-tree modify: modify record in internal node PASSED Testing B-tree modify: modify record in root node PASSED All v2 B-tree tests passed. 43.94 real 27.17 user 16.20 sys Finished testing btree2 ============================ ============================ Testing fheap 0Finished testing fheap ============================ fheap Test Log ============================ Testing with normal parameters Testing fractal heap creation PASSED Testing query heap creation parameters PASSED Testing create, close & reopen fractal heap PASSED Testing open fractal heap twice PASSED Testing deleting open fractal heap PASSED Testing limits of heap ID lengths PASSED Testing creating heaps with I/O filters PASSED Testing querying heap statistics PASSED Bulk-filling blocks w/large objects Testing inserting 'weird' sized objects into absolute heap PASSED Testing inserting objects to create first direct block in recursive indirect blocks five levels deep PASSED Testing removing bad heap IDs from absolute heap PASSED Testing removing single object from absolute heap PASSED Testing removing two objects from absolute heap PASSED Testing removing single larger object from absolute heap PASSED Testing removing two larger objects from absolute heap (forward) PASSED Testing removing two larger objects from absolute heap (reverse) PASSED Testing removing three larger objects from absolute heap (forward) PASSED Testing removing three larger objects from absolute heap (reverse) PASSED Testing removing all objects from root direct block of absolute heap (all - forward) PASSED Testing removing all objects from two direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - forward) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - forward) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - forward) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - forward) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - forward) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - forward) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing removing all objects from root direct block of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from two direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first row of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (half, refill, all - forward) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (half, refill, all - forward) PASSED Testing inserting object that is too large for starting block, then remove all objects (half, refill, all - forward) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (half, refill, all - forward) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (half, refill, all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing removing all objects from root direct block of absolute heap (all - reverse) PASSED Testing removing all objects from two direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - reverse) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - reverse) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - reverse) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - reverse) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - reverse) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - reverse) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing removing all objects from root direct block of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from two direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first row of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (half, refill, all - reverse) PASSED Testing inserting object that is too large for starting block, then remove all objects (half, refill, all - reverse) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (half, refill, all - reverse) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (half, refill, all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing removing all objects from root direct block of absolute heap (all - deleting heap) PASSED Testing removing all objects from two direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - deleting heap) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - deleting heap) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - deleting heap) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - deleting heap) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - deleting heap) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - deleting heap) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Bulk-filling blocks w/single object Testing inserting 'weird' sized objects into absolute heap PASSED Testing inserting objects to create first direct block in recursive indirect blocks five levels deep PASSED Testing removing bad heap IDs from absolute heap PASSED Testing removing single object from absolute heap PASSED Testing removing two objects from absolute heap PASSED Testing removing single larger object from absolute heap PASSED Testing removing two larger objects from absolute heap (forward) PASSED Testing removing two larger objects from absolute heap (reverse) PASSED Testing removing three larger objects from absolute heap (forward) PASSED Testing removing three larger objects from absolute heap (reverse) PASSED Testing removing all objects from root direct block of absolute heap (all - forward) PASSED Testing removing all objects from two direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - forward) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - forward) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - forward) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - forward) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - forward) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - forward) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing removing all objects from root direct block of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from two direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first row of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (half, refill, all - forward) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (half, refill, all - forward) PASSED Testing inserting object that is too large for starting block, then remove all objects (half, refill, all - forward) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (half, refill, all - forward) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (half, refill, all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing removing all objects from root direct block of absolute heap (all - reverse) PASSED Testing removing all objects from two direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - reverse) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - reverse) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - reverse) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - reverse) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - reverse) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - reverse) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing removing all objects from root direct block of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from two direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first row of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (half, refill, all - reverse) PASSED Testing inserting object that is too large for starting block, then remove all objects (half, refill, all - reverse) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (half, refill, all - reverse) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (half, refill, all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing removing all objects from root direct block of absolute heap (all - deleting heap) PASSED Testing removing all objects from two direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - deleting heap) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - deleting heap) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - deleting heap) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - deleting heap) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - deleting heap) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - deleting heap) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Using 'normal' heap ID format for 'huge' objects Testing insert one huge object, then remove (all - forward) PASSED Testing insert two huge objects, then remove (all - forward) PASSED Testing insert three huge objects, then remove (all - forward) PASSED Testing insert mix of normal & huge objects, then remove (all - forward) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - forward) PASSED Testing insert one tiny object, then remove (all - forward) PASSED Testing insert two tiny objects, then remove (all - forward) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - forward) PASSED Testing insert one huge object, then remove (all - reverse) PASSED Testing insert two huge objects, then remove (all - reverse) PASSED Testing insert three huge objects, then remove (all - reverse) PASSED Testing insert mix of normal & huge objects, then remove (all - reverse) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - reverse) PASSED Testing insert one tiny object, then remove (all - reverse) PASSED Testing insert two tiny objects, then remove (all - reverse) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - reverse) PASSED Testing insert one huge object, then remove (all - deleting heap) PASSED Testing insert two huge objects, then remove (all - deleting heap) PASSED Testing insert three huge objects, then remove (all - deleting heap) PASSED Testing insert mix of normal & huge objects, then remove (all - deleting heap) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - deleting heap) PASSED Testing insert one tiny object, then remove (all - deleting heap) PASSED Testing insert two tiny objects, then remove (all - deleting heap) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - deleting heap) PASSED Using 'direct' heap ID format for 'huge' objects Testing insert one huge object, then remove (all - forward) PASSED Testing insert two huge objects, then remove (all - forward) PASSED Testing insert three huge objects, then remove (all - forward) PASSED Testing insert mix of normal & huge objects, then remove (all - forward) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - forward) PASSED Testing insert one tiny object, then remove (all - forward) PASSED Testing insert two tiny objects, then remove (all - forward) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - forward) PASSED Testing insert one huge object, then remove (all - reverse) PASSED Testing insert two huge objects, then remove (all - reverse) PASSED Testing insert three huge objects, then remove (all - reverse) PASSED Testing insert mix of normal & huge objects, then remove (all - reverse) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - reverse) PASSED Testing insert one tiny object, then remove (all - reverse) PASSED Testing insert two tiny objects, then remove (all - reverse) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - reverse) PASSED Testing insert one huge object, then remove (all - deleting heap) PASSED Testing insert two huge objects, then remove (all - deleting heap) PASSED Testing insert three huge objects, then remove (all - deleting heap) PASSED Testing insert mix of normal & huge objects, then remove (all - deleting heap) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - deleting heap) PASSED Testing insert one tiny object, then remove (all - deleting heap) PASSED Testing insert two tiny objects, then remove (all - deleting heap) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - deleting heap) PASSED Using 'direct' heap ID format for 'huge' objects and larger IDs for 'tiny' objects Testing insert one huge object, then remove (all - forward) PASSED Testing insert two huge objects, then remove (all - forward) PASSED Testing insert three huge objects, then remove (all - forward) PASSED Testing insert mix of normal & huge objects, then remove (all - forward) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - forward) PASSED Testing insert one tiny object, then remove (all - forward) PASSED Testing insert two tiny objects, then remove (all - forward) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - forward) PASSED Testing insert one huge object, then remove (all - reverse) PASSED Testing insert two huge objects, then remove (all - reverse) PASSED Testing insert three huge objects, then remove (all - reverse) PASSED Testing insert mix of normal & huge objects, then remove (all - reverse) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - reverse) PASSED Testing insert one tiny object, then remove (all - reverse) PASSED Testing insert two tiny objects, then remove (all - reverse) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - reverse) PASSED Testing insert one huge object, then remove (all - deleting heap) PASSED Testing insert two huge objects, then remove (all - deleting heap) PASSED Testing insert three huge objects, then remove (all - deleting heap) PASSED Testing insert mix of normal & huge objects, then remove (all - deleting heap) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - deleting heap) PASSED Testing insert one tiny object, then remove (all - deleting heap) PASSED Testing insert two tiny objects, then remove (all - deleting heap) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - deleting heap) PASSED Testing insert one 'managed' object into heap with I/O filters, then remove (all - forward) PASSED Testing insert two 'managed' objects into heap with I/O filters, then remove (all - forward) PASSED Testing inserting random-sized objects in heap with compressed blocks, then remove all objects (all - random) PASSED Testing inserting random-sized objects with power of 2 distribution in heap with compressed blocks, then remove all objects (all - random) PASSED Testing insert one 'managed' object into heap with I/O filters, then remove (all - reverse) PASSED Testing insert two 'managed' objects into heap with I/O filters, then remove (all - reverse) PASSED Testing inserting random-sized objects in heap with compressed blocks, then remove all objects (all - random) PASSED Testing inserting random-sized objects with power of 2 distribution in heap with compressed blocks, then remove all objects (all - random) PASSED Testing insert one 'managed' object into heap with I/O filters, then remove (all - deleting heap) PASSED Testing insert two 'managed' objects into heap with I/O filters, then remove (all - deleting heap) PASSED Testing inserting random-sized objects in heap with compressed blocks, then remove all objects (all - deleting heap) PASSED Testing inserting random-sized objects with power of 2 distribution in heap with compressed blocks, then remove all objects (all - deleting heap) PASSED Using 'small' heap creation parameters Testing inserting random-sized objects, then remove all objects (all - random) PASSED Testing inserting random-sized objects with power of 2 distribution, then remove all objects (all - random) PASSED Testing inserting random-sized objects, then remove all objects (all - deleting heap) PASSED Testing inserting random-sized objects with power of 2 distribution, then remove all objects (all - deleting heap) PASSED Using 'large' heap creation parameters Testing inserting random-sized objects, then remove all objects (all - random) PASSED Testing inserting random-sized objects with power of 2 distribution, then remove all objects (all - random) PASSED Testing inserting random-sized objects, then remove all objects (all - deleting heap) PASSED Testing inserting random-sized objects with power of 2 distribution, then remove all objects (all - deleting heap) PASSED Testing writing objects in heap PASSED Testing writing objects in heap with compressed blocks PASSED Testing with reopen heap flag set Testing fractal heap creation PASSED Testing query heap creation parameters PASSED Testing create, close & reopen fractal heap PASSED Testing open fractal heap twice PASSED Testing deleting open fractal heap PASSED Testing limits of heap ID lengths PASSED Testing creating heaps with I/O filters PASSED Testing querying heap statistics PASSED Bulk-filling blocks w/large objects Testing inserting 'weird' sized objects into absolute heap PASSED Testing inserting objects to create first direct block in recursive indirect blocks five levels deep PASSED Testing removing bad heap IDs from absolute heap PASSED Testing removing single object from absolute heap PASSED Testing removing two objects from absolute heap PASSED Testing removing single larger object from absolute heap PASSED Testing removing two larger objects from absolute heap (forward) PASSED Testing removing two larger objects from absolute heap (reverse) PASSED Testing removing three larger objects from absolute heap (forward) PASSED Testing removing three larger objects from absolute heap (reverse) PASSED Testing removing all objects from root direct block of absolute heap (all - forward) PASSED Testing removing all objects from two direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - forward) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - forward) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - forward) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - forward) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - forward) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - forward) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing removing all objects from root direct block of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from two direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first row of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (half, refill, all - forward) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (half, refill, all - forward) PASSED Testing inserting object that is too large for starting block, then remove all objects (half, refill, all - forward) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (half, refill, all - forward) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (half, refill, all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing removing all objects from root direct block of absolute heap (all - reverse) PASSED Testing removing all objects from two direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - reverse) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - reverse) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - reverse) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - reverse) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - reverse) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - reverse) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing removing all objects from root direct block of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from two direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first row of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (half, refill, all - reverse) PASSED Testing inserting object that is too large for starting block, then remove all objects (half, refill, all - reverse) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (half, refill, all - reverse) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (half, refill, all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing removing all objects from root direct block of absolute heap (all - deleting heap) PASSED Testing removing all objects from two direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - deleting heap) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - deleting heap) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - deleting heap) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - deleting heap) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - deleting heap) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - deleting heap) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Bulk-filling blocks w/single object Testing inserting 'weird' sized objects into absolute heap PASSED Testing inserting objects to create first direct block in recursive indirect blocks five levels deep PASSED Testing removing bad heap IDs from absolute heap PASSED Testing removing single object from absolute heap PASSED Testing removing two objects from absolute heap PASSED Testing removing single larger object from absolute heap PASSED Testing removing two larger objects from absolute heap (forward) PASSED Testing removing two larger objects from absolute heap (reverse) PASSED Testing removing three larger objects from absolute heap (forward) PASSED Testing removing three larger objects from absolute heap (reverse) PASSED Testing removing all objects from root direct block of absolute heap (all - forward) PASSED Testing removing all objects from two direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - forward) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - forward) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - forward) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - forward) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - forward) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - forward) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing removing all objects from root direct block of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from two direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first row of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (half, refill, all - forward) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (half, refill, all - forward) PASSED Testing inserting object that is too large for starting block, then remove all objects (half, refill, all - forward) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (half, refill, all - forward) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (half, refill, all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing removing all objects from root direct block of absolute heap (all - reverse) PASSED Testing removing all objects from two direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - reverse) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - reverse) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - reverse) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - reverse) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - reverse) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - reverse) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing removing all objects from root direct block of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from two direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first row of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (half, refill, all - reverse) PASSED Testing inserting object that is too large for starting block, then remove all objects (half, refill, all - reverse) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (half, refill, all - reverse) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (half, refill, all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing removing all objects from root direct block of absolute heap (all - deleting heap) PASSED Testing removing all objects from two direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - deleting heap) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - deleting heap) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - deleting heap) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - deleting heap) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - deleting heap) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - deleting heap) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Using 'normal' heap ID format for 'huge' objects Testing insert one huge object, then remove (all - forward) PASSED Testing insert two huge objects, then remove (all - forward) PASSED Testing insert three huge objects, then remove (all - forward) PASSED Testing insert mix of normal & huge objects, then remove (all - forward) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - forward) PASSED Testing insert one tiny object, then remove (all - forward) PASSED Testing insert two tiny objects, then remove (all - forward) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - forward) PASSED Testing insert one huge object, then remove (all - reverse) PASSED Testing insert two huge objects, then remove (all - reverse) PASSED Testing insert three huge objects, then remove (all - reverse) PASSED Testing insert mix of normal & huge objects, then remove (all - reverse) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - reverse) PASSED Testing insert one tiny object, then remove (all - reverse) PASSED Testing insert two tiny objects, then remove (all - reverse) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - reverse) PASSED Testing insert one huge object, then remove (all - deleting heap) PASSED Testing insert two huge objects, then remove (all - deleting heap) PASSED Testing insert three huge objects, then remove (all - deleting heap) PASSED Testing insert mix of normal & huge objects, then remove (all - deleting heap) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - deleting heap) PASSED Testing insert one tiny object, then remove (all - deleting heap) PASSED Testing insert two tiny objects, then remove (all - deleting heap) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - deleting heap) PASSED Using 'direct' heap ID format for 'huge' objects Testing insert one huge object, then remove (all - forward) PASSED Testing insert two huge objects, then remove (all - forward) PASSED Testing insert three huge objects, then remove (all - forward) PASSED Testing insert mix of normal & huge objects, then remove (all - forward) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - forward) PASSED Testing insert one tiny object, then remove (all - forward) PASSED Testing insert two tiny objects, then remove (all - forward) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - forward) PASSED Testing insert one huge object, then remove (all - reverse) PASSED Testing insert two huge objects, then remove (all - reverse) PASSED Testing insert three huge objects, then remove (all - reverse) PASSED Testing insert mix of normal & huge objects, then remove (all - reverse) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - reverse) PASSED Testing insert one tiny object, then remove (all - reverse) PASSED Testing insert two tiny objects, then remove (all - reverse) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - reverse) PASSED Testing insert one huge object, then remove (all - deleting heap) PASSED Testing insert two huge objects, then remove (all - deleting heap) PASSED Testing insert three huge objects, then remove (all - deleting heap) PASSED Testing insert mix of normal & huge objects, then remove (all - deleting heap) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - deleting heap) PASSED Testing insert one tiny object, then remove (all - deleting heap) PASSED Testing insert two tiny objects, then remove (all - deleting heap) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - deleting heap) PASSED Using 'direct' heap ID format for 'huge' objects and larger IDs for 'tiny' objects Testing insert one huge object, then remove (all - forward) PASSED Testing insert two huge objects, then remove (all - forward) PASSED Testing insert three huge objects, then remove (all - forward) PASSED Testing insert mix of normal & huge objects, then remove (all - forward) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - forward) PASSED Testing insert one tiny object, then remove (all - forward) PASSED Testing insert two tiny objects, then remove (all - forward) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - forward) PASSED Testing insert one huge object, then remove (all - reverse) PASSED Testing insert two huge objects, then remove (all - reverse) PASSED Testing insert three huge objects, then remove (all - reverse) PASSED Testing insert mix of normal & huge objects, then remove (all - reverse) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - reverse) PASSED Testing insert one tiny object, then remove (all - reverse) PASSED Testing insert two tiny objects, then remove (all - reverse) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - reverse) PASSED Testing insert one huge object, then remove (all - deleting heap) PASSED Testing insert two huge objects, then remove (all - deleting heap) PASSED Testing insert three huge objects, then remove (all - deleting heap) PASSED Testing insert mix of normal & huge objects, then remove (all - deleting heap) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - deleting heap) PASSED Testing insert one tiny object, then remove (all - deleting heap) PASSED Testing insert two tiny objects, then remove (all - deleting heap) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - deleting heap) PASSED Testing insert one 'managed' object into heap with I/O filters, then remove (all - forward) PASSED Testing insert two 'managed' objects into heap with I/O filters, then remove (all - forward) PASSED Testing inserting random-sized objects in heap with compressed blocks, then remove all objects (all - random) PASSED Testing inserting random-sized objects with power of 2 distribution in heap with compressed blocks, then remove all objects (all - random) PASSED Testing insert one 'managed' object into heap with I/O filters, then remove (all - reverse) PASSED Testing insert two 'managed' objects into heap with I/O filters, then remove (all - reverse) PASSED Testing inserting random-sized objects in heap with compressed blocks, then remove all objects (all - random) PASSED Testing inserting random-sized objects with power of 2 distribution in heap with compressed blocks, then remove all objects (all - random) PASSED Testing insert one 'managed' object into heap with I/O filters, then remove (all - deleting heap) PASSED Testing insert two 'managed' objects into heap with I/O filters, then remove (all - deleting heap) PASSED Testing inserting random-sized objects in heap with compressed blocks, then remove all objects (all - deleting heap) PASSED Testing inserting random-sized objects with power of 2 distribution in heap with compressed blocks, then remove all objects (all - deleting heap) PASSED Using 'small' heap creation parameters Testing inserting random-sized objects, then remove all objects (all - random) PASSED Testing inserting random-sized objects with power of 2 distribution, then remove all objects (all - random) PASSED Testing inserting random-sized objects, then remove all objects (all - deleting heap) PASSED Testing inserting random-sized objects with power of 2 distribution, then remove all objects (all - deleting heap) PASSED Using 'large' heap creation parameters Testing inserting random-sized objects, then remove all objects (all - random) PASSED Testing inserting random-sized objects with power of 2 distribution, then remove all objects (all - random) PASSED Testing inserting random-sized objects, then remove all objects (all - deleting heap) PASSED Testing inserting random-sized objects with power of 2 distribution, then remove all objects (all - deleting heap) PASSED Testing writing objects in heap PASSED Testing writing objects in heap with compressed blocks PASSED Testing bug1: inserting several objects & removing one, then re-inserting PASSED All fractal heap tests passed. 135.89 real 80.09 user 24.50 sys Finished testing fheap ============================ ============================ Testing testerror.sh Finished testing testerror.sh ============================ testerror.sh Test Log ============================ Testing err_compat PASSED Testing error_test PASSED All Error API tests passed. 0.09 real 0.02 user 0.04 sys Finished testing testerror.sh ============================ ============================ ===Serial tests in test ended Mon Feb 9 17:24:28 EST 2009=== Making check in tools Making check in lib make talign make[3]: `talign' is up to date. make check-TESTS ===Serial tests in lib begin Mon Feb 9 17:24:28 EST 2009=== ============================ Testing talign Finished testing talign ============================ talign Test Log ============================ Testing alignment in compound datatypes PASSED 0.00 real 0.00 user 0.00 sys Finished testing talign ============================ ===Serial tests in lib ended Mon Feb 9 17:24:28 EST 2009=== Making check in h5dump make h5dumpgentest binread testh5dump.sh testh5dumpxml.sh make[3]: `h5dumpgentest' is up to date. make[3]: `binread' is up to date. make[3]: `testh5dump.sh' is up to date. make[3]: `testh5dumpxml.sh' is up to date. make check-TESTS ===Serial tests in h5dump begin Mon Feb 9 17:24:28 EST 2009=== ============================ Testing h5dumpgentest Finished testing h5dumpgentest ============================ h5dumpgentest Test Log ============================ 0.09 real 0.04 user 0.04 sys Finished testing h5dumpgentest ============================ ============================ Testing testh5dump.sh Finished testing testh5dump.sh ============================ testh5dump.sh Test Log ============================ Testing h5dump tgroup.h5 PASSED Testing h5dump --group=/g2 --group / -g /y tgroup.h5 PASSED Testing h5dump tdset.h5 PASSED Testing h5dump -H -d dset1 -d /dset2 --dataset=dset3 tdset.h5 PASSED Testing h5dump tattr.h5 PASSED Testing h5dump -a /attr1 --attribute /attr4 --attribute=/attr5 tattr.h PASSED Testing h5dump --header -a /attr2 --attribute=/attr tattr.h5 PASSED Testing h5dump tnamed_dtype_attr.h5 PASSED Testing h5dump tslink.h5 PASSED Testing h5dump tudlink.h5 PASSED Testing h5dump -l slink2 tslink.h5 PASSED Testing h5dump -l udlink2 tudlink.h5 PASSED Testing h5dump thlink.h5 PASSED Testing h5dump -d /g1/dset2 --dataset /dset1 --dataset=/g1/g1.1/dset3 PASSED Testing h5dump -d /g1/g1.1/dset3 --dataset /g1/dset2 --dataset=/dset1 PASSED Testing h5dump -g /g1 thlink.h5 PASSED Testing h5dump -d /dset1 -g /g2 -d /g1/dset2 thlink.h5 PASSED Testing h5dump tcompound.h5 PASSED Testing h5dump -t /type1 --datatype /type2 --datatype=/group1/type3 tc PASSED Testing h5dump -t /#6632 -g /group2 tcompound.h5 PASSED Testing h5dump tcompound_complex.h5 PASSED Testing h5dump tnestedcomp.h5 PASSED Testing h5dump tall.h5 PASSED Testing h5dump --header -g /g1/g1.1 -a attr2 tall.h5 PASSED Testing h5dump -d /g2/dset2.1 -l /g1/g1.2/g1.2.1/slink tall.h5 PASSED Testing h5dump tloop.h5 PASSED Testing h5dump tstr.h5 PASSED Testing h5dump tstr2.h5 PASSED Testing h5dump tsaf.h5 PASSED Testing h5dump tvldtypes1.h5 PASSED Testing h5dump tvldtypes2.h5 PASSED Testing h5dump tvldtypes3.h5 PASSED Testing h5dump tvldtypes4.h5 PASSED Testing h5dump tvldtypes5.h5 PASSED Testing h5dump tvlstr.h5 PASSED Testing h5dump tarray1.h5 PASSED Testing h5dump tarray2.h5 PASSED Testing h5dump tarray3.h5 PASSED Testing h5dump tarray4.h5 PASSED Testing h5dump tarray5.h5 PASSED Testing h5dump tarray6.h5 PASSED Testing h5dump tarray7.h5 PASSED Testing h5dump tempty.h5 PASSED Testing h5dump tgrp_comments.h5 PASSED Testing h5dump --filedriver=split tsplit_file PASSED Testing h5dump --filedriver=family tfamily%05d.h5 PASSED Testing h5dump --filedriver=multi tmulti PASSED Testing h5dump -w157 tlarge_objname.h5 PASSED Testing h5dump -A tall.h5 PASSED Testing h5dump -A -r tall.h5 PASSED Testing h5dump --dataset=/g1/g1.1/dset1.1.1 --start=1,1 --stride=2,3 - PASSED Testing h5dump -d /g1/g1.1/dset1.1.2[0;2;10;] tall.h5 PASSED Testing h5dump -d /dset1[1,1;;;] tdset.h5 PASSED Testing h5dump -r tchar.h5 PASSED Testing h5dump PASSED Testing h5dump -H -B -d dset tfcontents1.h5 PASSED Testing h5dump -B tfcontents2.h5 PASSED Testing h5dump -p -d bogus tfcontents1.h5 PASSED Testing h5dump -n tfcontents1.h5 PASSED Testing h5dump -H -p -d compact tfilters.h5 PASSED Testing h5dump -H -p -d contiguous tfilters.h5 PASSED Testing h5dump -H -p -d chunked tfilters.h5 PASSED Testing h5dump -H -p -d external tfilters.h5 PASSED Testing h5dump -p tfvalues.h5 PASSED Testing h5dump tattr2.h5 PASSED Testing h5dump -e tstr3.h5 PASSED Testing h5dump tstr3.h5 PASSED Testing h5dump -r -d str4 tstr3.h5 PASSED Testing h5dump taindices.h5 PASSED Testing h5dump -y taindices.h5 PASSED Testing h5dump -d 1d -s 1 -S 10 -c 2 -k 3 taindices.h5 PASSED Testing h5dump -d 2d -s 1,2 -S 3,3 -c 3,2 -k 2,2 taindices.h5 PASSED Testing h5dump -d 3d -s 0,1,2 -S 1,3,3 -c 2,2,2 -k 1,2,2 taindices.h5 PASSED Testing h5dump -d 4d -s 0,0,1,2 -c 2,2,3,2 -S 1,1,3,3 -k 1,1,2,2 taind PASSED Testing h5dump -H -p -d szip tfilters.h5 -SKIP- Testing h5dump -H -p -d deflate tfilters.h5 PASSED Testing h5dump -H -p -d shuffle tfilters.h5 PASSED Testing h5dump -H -p -d fletcher32 tfilters.h5 PASSED Testing h5dump -H -p -d nbit tfilters.h5 PASSED Testing h5dump -H -p -d scaleoffset tfilters.h5 PASSED Testing h5dump -H -p -d all tfilters.h5 -SKIP- Testing h5dump -H -p -d myfilter tfilters.h5 PASSED Testing h5dump tlonglinks.h5 PASSED Testing h5dump -d dset4gb -s 4294967284 -c 22 tbigdims.h5 PASSED Testing h5dump thyperslab.h5 PASSED Testing h5dump tnullspace.h5 PASSED Testing h5dump tvms.h5 PASSED Testing h5dump -d integer -o /Users/edo/Downloads/hdf5-1.8.1/tools/h5d PASSED Testing h5dump -d float -o /Users/edo/Downloads/hdf5-1.8.1/tools/h5dum PASSED Testing h5dump -d integer -o /Users/edo/Downloads/hdf5-1.8.1/tools/h5d PASSED Running h5import /Users/edo/Downloads/hdf5-1.8.1/tools/h5dump/../test PASSED Running h5diff tbinary.h5 /Users/edo/Downloads/hdf5-1.8.1/tools/h5dum PASSED Testing h5dump -d double -o /Users/edo/Downloads/hdf5-1.8.1/tools/h5du PASSED Testing h5dump tdatareg.h5 PASSED Testing h5dump --group=1 --sort_by=creation_order --sort_order=ascendi PASSED Testing h5dump --group=1 --sort_by=creation_order --sort_order=descend PASSED Testing h5dump -g 2 -q name -z ascending tordergr.h5 PASSED Testing h5dump -g 2 -q name -z descending tordergr.h5 PASSED Testing h5dump -q creation_order tordergr.h5 PASSED Testing h5dump -H --sort_by=name --sort_order=ascending torderattr.h5 PASSED Testing h5dump -H --sort_by=name --sort_order=descending torderattr.h5 PASSED Testing h5dump -H --sort_by=creation_order --sort_order=ascending tord PASSED Testing h5dump -H --sort_by=creation_order --sort_order=descending tor PASSED Testing h5dump -m %.7f tfpformat.h5 PASSED All h5dump tests passed. 2.77 real 0.91 user 1.56 sys Finished testing testh5dump.sh ============================ ============================ ============================ Testing testh5dumpxml.sh Finished testing testh5dumpxml.sh ============================ testh5dumpxml.sh Test Log ============================ Testing h5dump --xml tall.h5 PASSED Testing h5dump --xml tattr.h5 PASSED Testing h5dump --xml tbitfields.h5 PASSED Testing h5dump --xml tcompound.h5 PASSED Testing h5dump --xml tcompound2.h5 PASSED Testing h5dump --xml tdatareg.h5 PASSED Testing h5dump --xml tdset.h5 PASSED Testing h5dump --xml tdset2.h5 PASSED Testing h5dump --xml tenum.h5 PASSED Testing h5dump --xml tgroup.h5 PASSED Testing h5dump --xml thlink.h5 PASSED Testing h5dump --xml tloop.h5 PASSED Testing h5dump --xml tloop2.h5 PASSED Testing h5dump --xml tmany.h5 PASSED Testing h5dump --xml tnestedcomp.h5 PASSED Testing h5dump --xml tcompound_complex.h5 PASSED Testing h5dump --xml tobjref.h5 PASSED Testing h5dump --xml topaque.h5 PASSED Testing h5dump --xml tslink.h5 PASSED Testing h5dump --xml tudlink.h5 PASSED Testing h5dump --xml textlink.h5 PASSED Testing h5dump --xml tstr.h5 PASSED Testing h5dump --xml tstr2.h5 PASSED Testing h5dump --xml tref.h5 PASSED Testing h5dump --xml tname-amp.h5 PASSED Testing h5dump --xml tname-apos.h5 PASSED Testing h5dump --xml tname-gt.h5 PASSED Testing h5dump --xml tname-lt.h5 PASSED Testing h5dump --xml tname-quot.h5 PASSED Testing h5dump --xml tname-sp.h5 PASSED Testing h5dump --xml tstring.h5 PASSED Testing h5dump --xml tstring-at.h5 PASSED Testing h5dump --xml tref-escapes.h5 PASSED Testing h5dump --xml tref-escapes-at.h5 PASSED Testing h5dump --xml tnodata.h5 PASSED Testing h5dump --xml tarray1.h5 PASSED Testing h5dump --xml tarray2.h5 PASSED Testing h5dump --xml tarray3.h5 PASSED Testing h5dump --xml tarray6.h5 PASSED Testing h5dump --xml tarray7.h5 PASSED Testing h5dump --xml tvldtypes1.h5 PASSED Testing h5dump --xml tvldtypes2.h5 PASSED Testing h5dump --xml tvldtypes3.h5 PASSED Testing h5dump --xml tvldtypes4.h5 PASSED Testing h5dump --xml tvldtypes5.h5 PASSED Testing h5dump --xml tvlstr.h5 PASSED Testing h5dump --xml tsaf.h5 PASSED Testing h5dump --xml tempty.h5 PASSED Testing h5dump --xml tnamed_dtype_attr.h5 PASSED Testing h5dump --xml --use-dtd tempty.h5 PASSED Testing h5dump --xml -u tempty.h5 PASSED Testing h5dump --xml -X : tempty.h5 PASSED Testing h5dump --xml --xml-ns=: tempty.h5 PASSED Testing h5dump --xml -X thing: tempty.h5 PASSED Testing h5dump --xml --xml-ns=thing: tempty.h5 PASSED Testing h5dump --xml --xml-ns=: --xml-dtd=http://somewhere.net tempty. PASSED Testing h5dump --xml --use-dtd --xml-dtd=http://somewhere.net tempty.h PASSED Testing h5dump --xml -A tall.h5 PASSED Testing h5dump --xml -H --sort_by=name --sort_order=ascending torderat PASSED Testing h5dump --xml -H --sort_by=name --sort_order=descending tordera PASSED Testing h5dump --xml -H --sort_by=creation_order --sort_order=ascendin PASSED Testing h5dump --xml -H --sort_by=creation_order --sort_order=descendi PASSED All h5dump tests passed. 1.48 real 0.47 user 0.94 sys Finished testing testh5dumpxml.sh ============================ ============================ ===Serial tests in h5dump ended Mon Feb 9 17:24:32 EST 2009=== Making check in h5diff make h5diffgentest ./testh5diff.sh make[3]: `h5diffgentest' is up to date. make[3]: Nothing to be done for `testh5diff.sh'. make check-TESTS ===Serial tests in h5diff begin Mon Feb 9 17:24:33 EST 2009=== ============================ Testing h5diffgentest Finished testing h5diffgentest ============================ h5diffgentest Test Log ============================ 0.33 real 0.31 user 0.01 sys Finished testing h5diffgentest ============================ ============================ Testing testh5diff.sh Finished testing testh5diff.sh ============================ testh5diff.sh Test Log ============================ Testing h5diff -h PASSED Testing h5diff h5diff_basic1.h5 h5diff_basic2.h5 PASSED Testing h5diff h5diff_basic1.h5 h5diff_basic2.h5 g1/dset1 g1/dset2 PASSED Testing h5diff -r h5diff_basic1.h5 h5diff_basic2.h5 PASSED Testing h5diff -r h5diff_basic1.h5 h5diff_basic2.h5 g1/dset1 g1/dset2 PASSED Testing h5diff --report --delta=5 h5diff_basic1.h5 h5diff_basic2.h5 g1 PASSED Testing h5diff -v -p 0.02 h5diff_basic1.h5 h5diff_basic1.h5 g1/dset5 g PASSED Testing h5diff --verbose --relative=0.02 h5diff_basic1.h5 h5diff_basic PASSED Testing h5diff -v -p 0.02 h5diff_basic1.h5 h5diff_basic1.h5 g1/dset9 g PASSED Testing h5diff -v h5diff_basic1.h5 h5diff_basic2.h5 PASSED Testing h5diff -q h5diff_basic1.h5 h5diff_basic2.h5 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 dset g1 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 dset l1 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 dset t1 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 g1 g1 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 t1 t1 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 l1 l1 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 g1 g2 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 t1 t2 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 l1 l2 PASSED Testing h5diff -v h5diff_dtypes.h5 h5diff_dtypes.h5 dset0a dset0b PASSED Testing h5diff -v h5diff_dtypes.h5 h5diff_dtypes.h5 dset1a dset1b PASSED Testing h5diff -v h5diff_dtypes.h5 h5diff_dtypes.h5 dset2a dset2b PASSED Testing h5diff -v h5diff_dtypes.h5 h5diff_dtypes.h5 dset3a dset4b PASSED Testing h5diff -v h5diff_dtypes.h5 h5diff_dtypes.h5 dset4a dset4b PASSED Testing h5diff -v h5diff_dtypes.h5 h5diff_dtypes.h5 dset5a dset5b PASSED Testing h5diff -v h5diff_dtypes.h5 h5diff_dtypes.h5 dset6a dset6b PASSED Testing h5diff -v h5diff_dtypes.h5 h5diff_dtypes.h5 dset7a dset7b PASSED Testing h5diff -v h5diff_dset1.h5 h5diff_dset2.h5 refreg PASSED Testing h5diff h5diff_basic1.h5 PASSED Testing h5diff -d h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset4 PASSED Testing h5diff -d -4 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dse PASSED Testing h5diff -d 0 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -d u h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -d 0x1 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/ds PASSED Testing h5diff -d 1 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -d 1 -d 2 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1 PASSED Testing h5diff -d 200 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/ds PASSED Testing h5diff -d 1 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -r -p h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dse PASSED Testing h5diff -p -4 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dse PASSED Testing h5diff -p 0 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -p u h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -p 0x1 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/ds PASSED Testing h5diff -p 0.21 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/d PASSED Testing h5diff -p 0.21 -p 0.22 h5diff_basic1.h5 h5diff_basic2.h5 g1/ds PASSED Testing h5diff -p 2 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -p 0.005 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/ PASSED Testing h5diff -n h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset4 PASSED Testing h5diff -n -4 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dse PASSED Testing h5diff -n 0 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -n u h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -n 0x1 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/ds PASSED Testing h5diff -n 2 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -n 2 -n 3 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1 PASSED Testing h5diff --count=200 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 PASSED Testing h5diff -n 1 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff file1.h6 file2.h6 PASSED Testing h5diff -v h5diff_attr1.h5 h5diff_attr2.h5 PASSED Testing h5diff -v h5diff_dset1.h5 h5diff_dset2.h5 PASSED Testing h5diff -v h5diff_basic2.h5 h5diff_basic2.h5 PASSED Testing h5diff -v h5diff_hyper1.h5 h5diff_hyper2.h5 PASSED Testing h5diff -v h5diff_basic1.h5 h5diff_basic1.h5 g1/d1 g1/d2 PASSED Testing h5diff -v h5diff_basic1.h5 h5diff_basic1.h5 g1/fp1 g1/fp2 PASSED All h5diff tests passed. 9.37 real 7.13 user 2.00 sys Finished testing testh5diff.sh ============================ ============================ ===Serial tests in h5diff ended Mon Feb 9 17:24:42 EST 2009=== Making check in h5ls make ./testh5ls.sh make[3]: Nothing to be done for `testh5ls.sh'. make check-TESTS ===Serial tests in h5ls begin Mon Feb 9 17:24:42 EST 2009=== ============================ Testing testh5ls.sh Finished testing testh5ls.sh ============================ testh5ls.sh Test Log ============================ Testing h5ls -w80 -h PASSED Testing h5ls -w80 -help PASSED Testing h5ls -w80 -? PASSED Testing h5ls -w80 tall.h5 PASSED Testing h5ls -w80 -r -d tall.h5 PASSED Testing h5ls -w80 tgroup.h5 PASSED Testing h5ls -w80 -r -g tgroup.h5 PASSED Testing h5ls -w80 -g tgroup.h5/g1 PASSED Testing h5ls -w80 -r -d tdset.h5 PASSED Testing h5ls -w80 -r tslink.h5 PASSED Testing h5ls -w80 -r textlink.h5 PASSED Testing h5ls -w80 -r tudlink.h5 PASSED Testing h5ls -w80 thlink.h5 PASSED Testing h5ls -w80 -r -d tcompound.h5 PASSED Testing h5ls -w80 -r -d tnestedcomp.h5 PASSED Testing h5ls -w80 -r -d tloop.h5 PASSED Testing h5ls -w80 -r -d tstr.h5 PASSED Testing h5ls -w80 -r -d tsaf.h5 PASSED Testing h5ls -w80 -r -d tvldtypes1.h5 PASSED Testing h5ls -w80 -r -d tarray1.h5 PASSED Testing h5ls -w80 -d tempty.h5 PASSED Testing h5ls -w80 -v -S tattr2.h5 PASSED Testing h5ls nosuchfile.h5 PASSED All h5ls tests passed. 0.60 real 0.17 user 0.35 sys Finished testing testh5ls.sh ============================ ============================ ===Serial tests in h5ls ended Mon Feb 9 17:24:43 EST 2009=== Making check in misc make h5repart_gentest repart_test testh5repart.sh ./testh5mkgrp.sh make[3]: `h5repart_gentest' is up to date. make[3]: `repart_test' is up to date. make[3]: `testh5repart.sh' is up to date. make[3]: Nothing to be done for `testh5mkgrp.sh'. make check-TESTS ===Serial tests in misc begin Mon Feb 9 17:24:43 EST 2009=== ============================ Testing h5repart_gentest Finished testing h5repart_gentest ============================ h5repart_gentest Test Log ============================ PASSED 0.00 real 0.00 user 0.00 sys Finished testing h5repart_gentest ============================ ============================ Testing testh5repart.sh Finished testing testh5repart.sh ============================ testh5repart.sh Test Log ============================ Testing h5repart -m 20000 family_file%05d.h5 /Users/edo/Downloads/hdf5 PASSED Testing h5repart -m 5k family_file%05d.h5 /Users/edo/Downloads/hdf5-1. PASSED Testing h5repart -m 20000 -family_to_sec2 family_file%05d.h5 /Users/ed PASSED Testing repart_test PASSED All h5repart tests passed. 0.06 real 0.02 user 0.03 sys Finished testing testh5repart.sh ============================ ============================ ============================ Testing testh5mkgrp.sh Finished testing testh5mkgrp.sh ============================ testh5mkgrp.sh Test Log ============================ Testing h5mkgrp -h ../testfiles/h5mkgrp_help.h5 PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_help.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_help.h5 Testing h5mkgrp -V ../testfiles/h5mkgrp_version.h5 PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_version.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_version.h5 Testing h5mkgrp ../testfiles/h5mkgrp_single.h5 single PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_single.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_single.h5 Testing h5mkgrp -v ../testfiles/h5mkgrp_single.h5 single PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_single.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_single.h5 Testing h5mkgrp -p ../testfiles/h5mkgrp_single.h5 single PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_single.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_single.h5 Testing h5mkgrp -l ../testfiles/h5mkgrp_single_latest.h5 latest PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_single_latest.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_single_latest.h5 Testing h5mkgrp ../testfiles/h5mkgrp_several.h5 one two PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_several.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_several.h5 Testing h5mkgrp -v ../testfiles/h5mkgrp_several.h5 one two PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_several.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_several.h5 Testing h5mkgrp -p ../testfiles/h5mkgrp_several.h5 one two PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_several.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_several.h5 Testing h5mkgrp -l ../testfiles/h5mkgrp_several_latest.h5 one two PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_several_latest.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_several_latest.h5 Testing h5mkgrp -p ../testfiles/h5mkgrp_nested.h5 /one/two PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_nested.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_nested.h5 Testing h5mkgrp -lp ../testfiles/h5mkgrp_nested_latest.h5 /one/two PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_nested_latest.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_nested_latest.h5 Testing h5mkgrp -p ../testfiles/h5mkgrp_nested_mult.h5 /one/two /three PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_nested_mult.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_nested_mult.h5 Testing h5mkgrp -lp ../testfiles/h5mkgrp_nested_mult_latest.h5 /one/tw PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_nested_mult_latest. PASSED FILEOUT= ../testfiles/h5mkgrp_nested_mult_latest.h5 All h5mkgrp tests passed. 0.49 real 0.17 user 0.38 sys Finished testing testh5mkgrp.sh ============================ ============================ ===Serial tests in misc ended Mon Feb 9 17:24:44 EST 2009=== Making check in h5import make h5importtest make[3]: `h5importtest' is up to date. make check-TESTS ===Serial tests in h5import begin Mon Feb 9 17:24:44 EST 2009=== ============================ Testing h5importtest Finished testing h5importtest ============================ h5importtest Test Log ============================ 0.00 real 0.00 user 0.00 sys Finished testing h5importtest ============================ ============================ Testing h5importtestutil.sh Finished testing h5importtestutil.sh ============================ h5importtestutil.sh Test Log ============================ ============================== H5IMPORT tests started ============================== Testing ASCII I32 rank 3 - Output BE PASSED Testing ASCII I16 rank 3 - Output LE - CHUNKED - extended PASSED Testing ASCII I8 - rank 3 - Output I16 LE-Chunked+Extended+Compressed PASSED Testing ASCII UI32 - rank 3 - Output BE PASSED Testing ASCII UI16 - rank 2 - Output LE+Chunked+Compressed PASSED Testing ASCII F32 - rank 3 - Output LE PASSED Testing ASCII F64 - rank 3 - Output BE + CHUNKED+Extended+Compressed PASSED Testing BINARY F64 - rank 3 - Output LE+CHUNKED+Extended+Compressed PASSED Testing BINARY I16 - rank 3 - Output order LE + CHUNKED + extended PASSED Testing BINARY I8 - rank 3 - Output I16LE + Chunked+Extended+Compresse PASSED Testing BINARY I32 - rank 3 - Output BE + CHUNKED PASSED Testing BINARY UI16 - rank 3 - Output byte BE + CHUNKED PASSED Testing BINARY UI32 - rank 3 - Output LE + CHUNKED PASSED Testing STR PASSED ====================================== H5IMPORT Utilities tests have passed. ====================================== 0.51 real 0.15 user 0.23 sys Finished testing h5importtestutil.sh ============================ ============================ ===Serial tests in h5import ended Mon Feb 9 17:24:44 EST 2009=== Making check in h5repack make h5repacktst h5repack.sh make[3]: `h5repacktst' is up to date. make[3]: `h5repack.sh' is up to date. make check-TESTS ===Serial tests in h5repack begin Mon Feb 9 17:24:45 EST 2009=== ============================ Testing h5repacktst Finished testing h5repacktst ============================ h5repacktst Test Log ============================ Testing h5repack: Testing generating datasets PASSED Testing copy of datasets (fill values) PASSED Testing copy of datasets (all datatypes) PASSED Testing copy of datasets (attributes) PASSED Testing copy of datasets (hardlinks) PASSED Testing copy of allocation early file PASSED Testing adding deflate filter PASSED Testing adding deflate filter to all PASSED Testing adding szip filter -SKIP- Testing adding szip filter to all -SKIP- Testing addding shuffle filter PASSED Testing addding shuffle filter to all PASSED Testing adding checksum filter PASSED Testing adding checksum filter to all PASSED Testing filter queue fletcher, shuffle, deflate, szip PASSED Testing adding layout chunked PASSED Testing adding layout chunked to all PASSED Testing adding layout contiguous PASSED Testing adding layout contiguous to all PASSED Testing adding layout compact PASSED Testing adding layout compact to all PASSED Testing layout compact to contiguous conversion PASSED Testing layout compact to chunk conversion PASSED Testing layout compact to compact conversion PASSED Testing layout contiguous to compact conversion PASSED Testing layout contiguous to chunk conversion PASSED Testing layout contiguous to contiguous conversion PASSED Testing layout chunked to compact conversion PASSED Testing layout chunked to contiguous conversion PASSED Testing layout chunked to chunk conversion PASSED Testing copy of szip filter -SKIP- Testing removing szip filter -SKIP- Testing copy of deflate filter PASSED Testing removing deflate filter PASSED Testing copy of shuffle filter PASSED Testing removing shuffle filter PASSED Testing copy of fletcher filter PASSED Testing removing fletcher filter PASSED Testing copy of nbit filter PASSED Testing removing nbit filter PASSED Testing adding nbit filter PASSED Testing copy of scaleoffset filter PASSED Testing removing scaleoffset filter PASSED Testing adding scaleoffset filter PASSED Testing filter conversion from deflate to szip -SKIP- Testing filter conversion from szip to deflate -SKIP- Testing removing all filters -SKIP- Testing big file PASSED Testing external datasets PASSED Testing file with userblock PASSED Testing latest file format options PASSED Testing several global filters PASSED All h5repack tests passed. 2.27 real 2.07 user 0.14 sys Finished testing h5repacktst ============================ ============================ Testing h5repack.sh Finished testing h5repack.sh ============================ h5repack.sh Test Log ============================ Testing h5repack h5repack_fill.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_fill.h5 /Users/edo/Dow PASSED Testing h5repack h5repack_objs.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_objs.h5 /Users/edo/Dow PASSED Testing h5repack h5repack_attr.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_attr.h5 /Users/edo/Dow PASSED Testing h5repack h5repack_hlink.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_hlink.h5 /Users/edo/Do PASSED Testing h5repack h5repack_layout.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_early.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_early.h5 /Users/edo/Do PASSED Testing h5repack h5repack_layout.h5 -f dset1:GZIP=1 -l dset1:CHUNK=20x PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -f GZIP=1 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -f dset2:SZIP=8,EC -l dset2:CHUNK= -SKIP- Testing h5repack h5repack_layout.h5 -f SZIP=8,NN -SKIP- Testing h5repack h5repack_layout.h5 -f dset2:SHUF -l dset2:CHUNK=20x10 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -f SHUF PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -f dset2:FLET -l dset2:CHUNK=20x10 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -f FLET PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -f dset2:SHUF -f dset2:FLET -f dse -SKIP- Testing h5repack h5repack_szip.h5 -SKIP- Testing h5repack h5repack_szip.h5 --filter=dset_szip:NONE -SKIP- Testing h5repack h5repack_deflate.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_deflate.h5 /Users/edo/ PASSED Testing h5repack h5repack_deflate.h5 -f dset_deflate:NONE PASSED Verifying h5diff output ./../testfiles/h5repack_deflate.h5 /Users/edo/ PASSED Testing h5repack h5repack_shuffle.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_shuffle.h5 /Users/edo/ PASSED Testing h5repack h5repack_shuffle.h5 -f dset_shuffle:NONE PASSED Verifying h5diff output ./../testfiles/h5repack_shuffle.h5 /Users/edo/ PASSED Testing h5repack h5repack_fletcher.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_fletcher.h5 /Users/edo PASSED Testing h5repack h5repack_fletcher.h5 -f dset_fletcher32:NONE PASSED Verifying h5diff output ./../testfiles/h5repack_fletcher.h5 /Users/edo PASSED Testing h5repack h5repack_nbit.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_nbit.h5 /Users/edo/Dow PASSED Testing h5repack h5repack_nbit.h5 -f dset_nbit:NONE PASSED Verifying h5diff output ./../testfiles/h5repack_nbit.h5 /Users/edo/Dow PASSED Testing h5repack h5repack_nbit.h5 -f dset_int31:NBIT PASSED Verifying h5diff output ./../testfiles/h5repack_nbit.h5 /Users/edo/Dow PASSED Testing h5repack h5repack_soffset.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_soffset.h5 /Users/edo/ PASSED Testing h5repack h5repack_soffset.h5 -f dset_none:SOFF=31,IN PASSED Verifying h5diff output ./../testfiles/h5repack_soffset.h5 /Users/edo/ PASSED Testing h5repack h5repack_soffset.h5 -f dset_scaleoffset:NONE PASSED Verifying h5diff output ./../testfiles/h5repack_soffset.h5 /Users/edo/ PASSED Testing h5repack h5repack_filters.h5 -f NONE -SKIP- Testing h5repack h5repack_deflate.h5 -f dset_deflate:SZIP=8,NN -SKIP- Testing h5repack h5repack_szip.h5 -f dset_szip:GZIP=1 -SKIP- Testing h5repack h5repack_layout.h5 -f GZIP=1 -m 1024 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -e ../testfiles/info.h5repack PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 --layout=dset2:CHUNK=20x10 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l CHUNK=20x10 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset2:CONTI PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l CONTI PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset2:COMPA PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l COMPA PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_compact:CONTI PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_compact:CHUNK=2x5 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_compact:COMPA PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_contiguous:COMPA PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_contiguous:CHUNK=3x6 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_contiguous:CONTI PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_chunk:COMPA PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_chunk:CONTI PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_chunk:CHUNK=18x13 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_objs.h5 -n PASSED Verifying h5diff output ./../testfiles/h5repack_objs.h5 /Users/edo/Dow PASSED Testing h5repack h5repack_layout.h5 --layout CHUNK=20x10 --filter GZIP PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l CHUNK=20x10 -f GZIP=1 -m 10 -n PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 --filter GZIP=1 --filter SHUF PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l CHUNK=20x10 -f GZIP=1 -m 10 -n PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED All h5repack tests passed. 1.49 real 0.69 user 1.02 sys Finished testing h5repack.sh ============================ ============================ ===Serial tests in h5repack ended Mon Feb 9 17:24:48 EST 2009=== Making check in h5jam make tellub h5jamgentest getub testh5jam.sh make[3]: `tellub' is up to date. make[3]: `h5jamgentest' is up to date. make[3]: `getub' is up to date. make[3]: `testh5jam.sh' is up to date. make check-TESTS ===Serial tests in h5jam begin Mon Feb 9 17:24:49 EST 2009=== ============================ Testing testh5jam.sh Finished testing testh5jam.sh ============================ testh5jam.sh Test Log ============================ Testing h5jam -u u10.txt -i tall.h5 -o ta2.h5 PASSED Compare ta2.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u511.txt -i tall.h5 -o ta3.h5 PASSED Compare ta3.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u512.txt -i tall.h5 -o ta4.h5 PASSED Compare ta4.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u513.txt -i tall.h5 -o ta5.h5 PASSED Compare ta5.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u10.txt -i ta.h5 PASSED Compare ta.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u511.txt -i ta.h5 PASSED Compare ta.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u512.txt -i ta.h5 PASSED Compare ta.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u513.txt -i ta.h5 PASSED Compare ta.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u10.txt -i twithub.h5 -o tax2.h5 PASSED Compare tax2.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u511.txt -i twithub.h5 -o tax3.h5 PASSED Compare tax3.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u512.txt -i twithub.h5 -o tax4.h5 PASSED Compare tax4.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u513.txt -i twithub.h5 -o tax5.h5 PASSED Compare tax5.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u10.txt -i twithub513.h5 -o tax6.h5 PASSED Compare tax6.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u511.txt -i twithub513.h5 -o tax7.h5 PASSED Compare tax7.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u512.txt -i twithub513.h5 -o tax8.h5 PASSED Compare tax8.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u513.txt -i twithub513.h5 -o tax9.h5 PASSED Compare tax9.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u10.txt -i twithub.h5 -o taz2.h5 --clobber PASSED Compare taz2.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u511.txt -i twithub.h5 -o taz3.h5 --clobber PASSED Compare taz3.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u512.txt -i twithub.h5 -o taz4.h5 --clobber PASSED Compare taz4.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u513.txt -i twithub.h5 -o taz5.h5 --clobber PASSED Compare taz5.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u10.txt -i twithub513.h5 -o taz6.h5 --clobber PASSED Compare taz6.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u511.txt -i twithub513.h5 -o taz7.h5 --clobber PASSED Compare taz7.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u512.txt -i twithub513.h5 -o taz8.h5 --clobber PASSED Compare taz8.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u513.txt -i twithub513.h5 -o taz9.h5 --clobber PASSED Compare taz9.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u10.txt -i tay2.h5 --clobber PASSED Compare tay2.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u511.txt -i tay3.h5 --clobber PASSED Compare tay3.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u512.txt -i tay4.h5 --clobber PASSED Compare tay4.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u513.txt -i tay5.h5 --clobber PASSED Compare tay5.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u10.txt -i tay6.h5 --clobber PASSED Compare tay6.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u511.txt -i tay7.h5 --clobber PASSED Compare tay7.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u512.txt -i tay8.h5 --clobber PASSED Compare tay8.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u513.txt -i tay9.h5 --clobber PASSED Compare tay9.h5 to ./../testfiles/tall.h5 PASSED Testing h5unjam -i tai1.h5 -u o10.txt -o taa1.h5 PASSED Compare taa1.h5 to ./../testfiles/tall.h5 PASSED Testing h5unjam -i tai2.h5 -u o512.txt -o taa2.h5 PASSED Compare taa2.h5 to ./../testfiles/tall.h5 PASSED Testing h5unjam -i tai3.h5 -o taa3.h5 > uofile PASSED Compare taa3.h5 to ./../testfiles/tall.h5 PASSED Testing h5unjam -i tai4.h5 -o taa4.h5 > uofile PASSED Compare taa4.h5 to ./../testfiles/tall.h5 PASSED Testing h5unjam -i taj2.h5 -o tac2.h5 --delete PASSED Compare tac2.h5 to ./../testfiles/tall.h5 PASSED Testing h5unjam -i taj3.h5 -o tac3.h5 --delete PASSED Compare tac3.h5 to ./../testfiles/tall.h5 PASSED All h5jam tests passed. 3.00 real 1.05 user 2.20 sys Finished testing testh5jam.sh ============================ ============================ ===Serial tests in h5jam ended Mon Feb 9 17:24:52 EST 2009=== Making check in h5copy make h5copygentest ./testh5copy.sh make[3]: `h5copygentest' is up to date. make[3]: Nothing to be done for `testh5copy.sh'. make check-TESTS ===Serial tests in h5copy begin Mon Feb 9 17:24:52 EST 2009=== ============================ Testing h5copygentest Finished testing h5copygentest ============================ h5copygentest Test Log ============================ 0.01 real 0.00 user 0.00 sys Finished testing h5copygentest ============================ ============================ Testing testh5copy.sh Finished testing testh5copy.sh ============================ testh5copy.sh Test Log ============================ Test copying various forms of datasets Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Test copying dataset within group in source file to root of destination Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Test copying & renaming dataset Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Test copying empty, 'full' & 'nested' groups Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Test copying dataset within group in source file to group in destination Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Test copying & renaming group Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Test copying 'full' group hierarchy into group in destination file Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Test copying objects into group hier. that doesn't exist yet in destination file Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Verifying h5ls file structure ../testfiles/h5copytst.out.h5 PASSED All h5copy tests passed. 0.59 real 0.28 user 0.41 sys Finished testing testh5copy.sh ============================ ============================ ===Serial tests in h5copy ended Mon Feb 9 17:24:52 EST 2009=== Making check in h5stat make h5stat_gentest testh5stat.sh make[3]: `h5stat_gentest' is up to date. make[3]: `testh5stat.sh' is up to date. make check-TESTS ===Serial tests in h5stat begin Mon Feb 9 17:24:52 EST 2009=== ============================ Testing h5stat_gentest Finished testing h5stat_gentest ============================ h5stat_gentest Test Log ============================ 1.37 real 0.75 user 0.06 sys Finished testing h5stat_gentest ============================ ============================ Testing testh5stat.sh Finished testing testh5stat.sh ============================ testh5stat.sh Test Log ============================ Testing h5stat -h PASSED Testing h5stat --help PASSED Testing h5stat h5stat_filters.h5 PASSED Testing h5stat -f h5stat_filters.h5 PASSED Testing h5stat -F h5stat_filters.h5 PASSED Testing h5stat -d h5stat_filters.h5 PASSED Testing h5stat -g h5stat_filters.h5 PASSED Testing h5stat -dT h5stat_filters.h5 PASSED Testing h5stat h5stat_tsohm.h5 PASSED Testing h5stat h5stat_newgrat.h5 PASSED All h5stat tests passed. 2.54 real 0.89 user 0.34 sys Finished testing testh5stat.sh ============================ ============================ ===Serial tests in h5stat ended Mon Feb 9 17:24:56 EST 2009=== make check-TESTS make[5]: Nothing to be done for `_exec_check-s'. Making check in . make[2]: Nothing to be done for `all'. Making check in hl Making check in src make check-TESTS make[5]: Nothing to be done for `_exec_check-s'. Making check in test make test_lite test_image test_table test_ds test_packet make[3]: `test_lite' is up to date. make[3]: `test_image' is up to date. make[3]: `test_table' is up to date. make[3]: `test_ds' is up to date. make[3]: `test_packet' is up to date. make check-TESTS ===Serial tests in test begin Mon Feb 9 17:24:57 EST 2009=== ============================ Testing test_lite Finished testing test_lite ============================ test_lite Test Log ============================ Testing H5LTmake_dataset PASSED Testing H5LTread_dataset PASSED Testing H5LTmake_dataset_char PASSED Testing H5LTmake_dataset_short PASSED Testing H5LTmake_dataset_int PASSED Testing H5LTmake_dataset_long PASSED Testing H5LTmake_dataset_float PASSED Testing H5LTmake_dataset_double PASSED Testing H5LTmake_dataset_string PASSED Testing H5LTset_attribute_string PASSED Testing H5LTget_attribute_string PASSED Testing H5LTset_attribute_char PASSED Testing H5LTget_attribute_char PASSED Testing H5LTset_attribute_short PASSED Testing H5LTget_attribute_short PASSED Testing H5LTset_attribute_int PASSED Testing H5LTget_attribute_int PASSED Testing H5LTset_attribute_long PASSED Testing H5LTget_attribute_long PASSED Testing H5LTset_attribute_uchar PASSED Testing H5LTget_attribute_uchar PASSED Testing H5LTset_attribute_ushort PASSED Testing H5LTget_attribute_ushort PASSED Testing H5LTset_attribute_uint PASSED Testing H5LTget_attribute_uint PASSED Testing H5LTset_attribute_ulong PASSED Testing H5LTget_attribute_ulong PASSED Testing H5LTset_attribute_float PASSED Testing H5LTget_attribute_float PASSED Testing H5LTset_attribute_double PASSED Testing H5LTget_attribute_double PASSED Testing H5LTget_attribute_ndims PASSED Testing H5LTget_attribute_info PASSED Testing H5LTset_attribute_string PASSED Testing H5LTget_attribute_string PASSED Testing H5LTset_attribute_char PASSED Testing H5LTget_attribute_char PASSED Testing H5LTset_attribute_short PASSED Testing H5LTget_attribute_short PASSED Testing H5LTset_attribute_int PASSED Testing H5LTget_attribute_int PASSED Testing H5LTset_attribute_long PASSED Testing H5LTget_attribute_long PASSED Testing H5LTset_attribute_uchar PASSED Testing H5LTget_attribute_uchar PASSED Testing H5LTset_attribute_ushort PASSED Testing H5LTget_attribute_ushort PASSED Testing H5LTset_attribute_uint PASSED Testing H5LTget_attribute_uint PASSED Testing H5LTset_attribute_ulong PASSED Testing H5LTget_attribute_ulong PASSED Testing H5LTset_attribute_float PASSED Testing H5LTget_attribute_float PASSED Testing H5LTset_attribute_double PASSED Testing H5LTget_attribute_double PASSED Testing H5LTget_attribute_ndims PASSED Testing H5LTget_attribute_info PASSED Testing H5LTset_attribute_string PASSED Testing H5LTget_attribute_string PASSED Testing H5LTset_attribute_char PASSED Testing H5LTget_attribute_char PASSED Testing H5LTset_attribute_short PASSED Testing H5LTget_attribute_short PASSED Testing H5LTset_attribute_int PASSED Testing H5LTget_attribute_int PASSED Testing H5LTset_attribute_long PASSED Testing H5LTget_attribute_long PASSED Testing H5LTset_attribute_uchar PASSED Testing H5LTget_attribute_uchar PASSED Testing H5LTset_attribute_ushort PASSED Testing H5LTget_attribute_ushort PASSED Testing H5LTset_attribute_uint PASSED Testing H5LTget_attribute_uint PASSED Testing H5LTset_attribute_ulong PASSED Testing H5LTget_attribute_ulong PASSED Testing H5LTset_attribute_float PASSED Testing H5LTget_attribute_float PASSED Testing H5LTset_attribute_double PASSED Testing H5LTget_attribute_double PASSED Testing H5LTget_attribute_ndims PASSED Testing H5LTget_attribute_info PASSED Testing H5LTtext_to_dtype text for integer types PASSED text for floating-point types PASSED text for string types PASSED text for opaque types PASSED text for enum types PASSED text for variable types PASSED text for array types PASSED text for compound types PASSED text for complicated compound types PASSED 0.02 real 0.01 user 0.00 sys Finished testing test_lite ============================ ============================ Testing test_image Finished testing test_image ============================ test_image Test Log ============================ Testing indexed image PASSED Testing true color image PASSED Testing pallete functions PASSED Testing read ascii image data and generate images Testing make indexed image PASSED Testing attaching palettes PASSED Testing make true color image with pixel interlace PASSED Testing make true color image with plane interlace PASSED Testing read and process data and make indexed images Testing make indexed image from all the data PASSED Testing make indexed image from land data PASSED Testing make indexed image from sea data PASSED Testing attaching palettes PASSED All image tests passed. 0.42 real 0.29 user 0.01 sys Finished testing test_image ============================ ============================ Testing test_table Finished testing test_table ============================ test_table Test Log ============================ Testing table with file creation mode (read/write in native architecture): Testing making table PASSED Testing reading table PASSED Testing writing records PASSED Testing reading records PASSED Testing appending records PASSED Testing inserting records PASSED Testing deleting records PASSED Testing adding records PASSED Testing combining tables PASSED Testing writing fields by name PASSED Testing reading fields by name PASSED Testing writing fields by index PASSED Testing reading fields by index PASSED Testing inserting fields PASSED Testing deleting fields PASSED Testing getting table info PASSED Testing getting field info PASSED Testing table with file open mode (read big-endian data): Testing reading table PASSED Testing reading records PASSED Testing reading fields by name PASSED Testing reading fields by index PASSED Testing getting table info PASSED Testing getting field info PASSED Testing table with file open mode (read little-endian data): Testing reading table PASSED Testing reading records PASSED Testing reading fields by name PASSED Testing reading fields by index PASSED Testing getting table info PASSED Testing getting field info PASSED Testing table with file open mode (read Cray data): Testing reading table PASSED Testing reading records PASSED Testing reading fields by name PASSED Testing reading fields by index PASSED Testing getting table info PASSED Testing getting field info PASSED 0.09 real 0.04 user 0.03 sys Finished testing test_table ============================ ============================ Testing test_ds Finished testing test_ds ============================ test_ds Test Log ============================ Testing API functions Testing attach scales PASSED Testing get number of scales PASSED Testing detach scales PASSED Testing attach only to 1 dimension PASSED Testing set/get label PASSED Testing set scale/get scale name PASSED Testing iterate scales (verify scale) PASSED Testing iterate scales (read scale values) PASSED Testing iterate scales (verify the scale sizes match) PASSED Testing iterate scales (verify the scale sizes do not match) PASSED Testing error conditions Testing attach a dataset to itself PASSED Testing attach a group with a dataset PASSED Testing attach a dataset with a group PASSED Testing set scale for a group PASSED Testing attach a scale that has scales PASSED Testing attach to a dataset that is a scale PASSED Testing attach to a dataset that is a reserved class dataset PASSED Testing is scale PASSED Testing detach scale from dataset it is not attached to PASSED Testing detach scale from group PASSED Testing detach scale when scale is group PASSED Testing ranks Testing attach PASSED Testing detach PASSED Testing attach, set, get names, labels PASSED Testing attach a scalar scale PASSED Testing iterators Testing iterate when the dataset has no scales PASSED Testing iterate on dimension that is outside the rank PASSED Testing iterate for dimension with many scales PASSED Testing iterate on group PASSED Testing iterate in deleted scales PASSED Testing scales with several datatypes Testing floating point and short scales PASSED Testing string scales PASSED Testing reading ASCII data and generate HDF5 data with scales Testing generating scales PASSED All dimension scales tests passed. 0.15 real 0.13 user 0.00 sys Finished testing test_ds ============================ ============================ Testing test_packet Finished testing test_packet ============================ test_packet Test Log ============================ Testing packet table Testing H5PTcreate_fl and H5PTclose PASSED Testing H5PTopen PASSED Testing H5PTappend PASSED Testing H5PTread_packets PASSED Testing H5PTget_next PASSED Testing large packet table PASSED Testing opaque data PASSED Testing packet table compression PASSED Testing error conditions PASSED 0.11 real 0.09 user 0.01 sys Finished testing test_packet ============================ ===Serial tests in test ended Mon Feb 9 17:24:58 EST 2009=== Making check in tools Making check in gif2h5 make ./h52giftest.sh make[4]: Nothing to be done for `h52giftest.sh'. make check-TESTS ===Serial tests in gif2h5 begin Mon Feb 9 17:24:58 EST 2009=== ============================ Testing h52giftest.sh Finished testing h52giftest.sh ============================ h52giftest.sh Test Log ============================ Testing ./h52gif h52giftst.h5 image1.gif -i image PASSED Testing ./gif2h5 image1.gif image1.h5 PASSED 0.03 real 0.01 user 0.01 sys Finished testing h52giftest.sh ============================ ============================ ===Serial tests in gif2h5 ended Mon Feb 9 17:24:58 EST 2009=== make check-TESTS make[6]: Nothing to be done for `_exec_check-s'. make check-TESTS make[3]: Nothing to be done for `check-TESTS'. Making check in perform make iopipe chunk overhead zip_perf perf_meta h5perf_serial make[2]: `iopipe' is up to date. make[2]: `chunk' is up to date. make[2]: `overhead' is up to date. make[2]: `zip_perf' is up to date. make[2]: `perf_meta' is up to date. make[2]: `h5perf_serial' is up to date. make check-TESTS ===Serial tests in perform begin Mon Feb 9 17:24:58 EST 2009=== ============================ Testing iopipe Finished testing iopipe ============================ iopipe Test Log ============================ fill raw ============================================= fill hdf5 ============================================= out raw ============================================= out hdf5 ============================================= in raw ============================================= in hdf5 ============================================= in hdf5 partial ============================================= I/O request size is 1000000.0MB Before getrusage() call fill raw 0.00user 0.00system 0.00elapsed 11219.15MB/s fill hdf5 0.01user 0.00system 0.01elapsed 6400.46MB/s out raw 0.00user 0.01system 0.01elapsed 3498.20MB/s out hdf5 0.00user 0.01system 0.01elapsed 3527.75MB/s in raw 0.00user 0.01system 0.01elapsed 3481.09MB/s in hdf5 0.00user 0.01system 0.01elapsed 3491.89MB/s in hdf5 partial 0.01user 0.02system 0.03elapsed 1408.85MB/s 0.74 real 0.03 user 0.14 sys Finished testing iopipe ============================ ============================ Testing chunk Finished testing chunk ============================ chunk Test Log ============================ Test CacheSz ChunkSz Effic --------- -------- -------- -------- Rowmaj-rd 25 0.50 0.50 Rowmaj-rd 25 1.00 1.00 Rowmaj-rd 25 1.50 0.55 Rowmaj-rd 25 2.00 1.00 Rowmaj-rd 25 2.50 0.69 Rowmaj-rd 25 3.00 1.00 Rowmaj-rd 25 3.50 0.76 Rowmaj-rd 25 4.00 1.00 Rowmaj-rd 25 4.50 0.83 Rowmaj-rd 25 5.00 1.00 Rowmaj-wr 25 0.50 0.25 Rowmaj-wr 25 1.00 1.00 Rowmaj-wr 25 1.50 0.31 Rowmaj-wr 25 2.00 1.00 Rowmaj-wr 25 2.50 0.45 Rowmaj-wr 25 3.00 1.00 Rowmaj-wr 25 3.50 0.52 Rowmaj-wr 25 4.00 1.00 Rowmaj-wr 25 4.50 0.62 Rowmaj-wr 25 5.00 1.00 Diag-rd 25 0.50 0.26 Diag-rd 25 1.00 0.51 Diag-rd 25 1.50 0.36 Diag-rd 25 2.00 1.00 Diag-rd 25 2.50 0.45 Diag-rd 25 3.00 0.55 Diag-rd 25 3.50 0.50 Diag-rd 25 4.00 0.76 Diag-rd 25 4.50 0.59 Diag-rd 25 5.00 0.63 Diag-wr 25 0.50 0.13 Diag-wr 25 1.00 0.26 Diag-wr 25 1.50 0.19 Diag-wr 25 2.00 1.00 Diag-wr 25 2.50 0.27 Diag-wr 25 3.00 0.38 Diag-wr 25 3.50 0.32 Diag-wr 25 4.00 0.76 Diag-wr 25 4.50 0.40 Diag-wr 25 5.00 0.49 0.67 real 0.24 user 0.16 sys Finished testing chunk ============================ ============================ Testing overhead Finished testing overhead ============================ overhead Test Log ============================ Style Bytes/Chunk ----- ----------- forward 41.320 reverse 43.416 inward 70.664 outward 41.320 random 51.800 0.08 real 0.05 user 0.02 sys Finished testing overhead ============================ ============================ Testing zip_perf Finished testing zip_perf ============================ zip_perf Test Log ============================ Filesize: 67108864 Compression Level: 6 Buffer size == 128KB Uncompressed Write Time: 1.16s Uncompressed Write Throughput: 55.11MB/s Compression Ratio: 0.00113678 Compressed Write Time: 0.88s Compressed Write Throughput: 72.41MB/s Compression Time: 0.877886s Buffer size == 256KB Uncompressed Write Time: 1.12s Uncompressed Write Throughput: 57.03MB/s Compression Ratio: 0.00105667 Compressed Write Time: 0.87s Compressed Write Throughput: 73.65MB/s Compression Time: 0.865665s Buffer size == 512KB Uncompressed Write Time: 1.13s Uncompressed Write Throughput: 56.80MB/s Compression Ratio: 0.0010128 Compressed Write Time: 0.86s Compressed Write Throughput: 74.81MB/s Compression Time: 0.853734s Buffer size == 1MB Uncompressed Write Time: 1.13s Uncompressed Write Throughput: 56.76MB/s Compression Ratio: 0.000990868 Compressed Write Time: 0.85s Compressed Write Throughput: 75.03MB/s Compression Time: 0.851845s 8.19 real 3.33 user 0.34 sys Finished testing zip_perf ============================ ============================ Testing perf_meta Finished testing perf_meta ============================ perf_meta Test Log ============================ Performance result of metadata for datasets and attributes 1. Create 8 attributes for each of 16 existing datasets H5Dopen2: avg=0.000018s; max=0.000048s; min=0.000015s H5Dclose: avg=0.000006s; max=0.000008s; min=0.000005s H5A(create & close): avg=0.000014s; max=0.000077s; min=0.000007s 2. Create 8 attributes for each of 16 new datasets H5Dcreate2: avg=0.000022s; max=0.000025s; min=0.000020s H5Dclose: avg=0.000001s; max=0.000002s; min=0.000001s H5A(create & close): avg=0.000008s; max=0.000024s; min=0.000006s 3. Create 2 attributes for each of 16 existing datasets for 4 times H5Dopen2: avg=0.000014s; max=0.000023s; min=0.000012s H5Dclose: avg=0.000005s; max=0.000014s; min=0.000004s H5A(create & close): avg=0.000010s; max=0.000022s; min=0.000006s All metadata performance tests passed. 0.01 real 0.01 user 0.00 sys Finished testing perf_meta ============================ ============================ Testing h5perf_serial Finished testing h5perf_serial ============================ h5perf_serial Test Log ============================ HDF5 Library: Version 1.8.1 ==== Parameters ==== IO API=posix hdf5 Number of iterations=1 Dataset size=100 200 Transfer buffer size=10 20 Dimension access order=1 2 HDF5 data storage method=Contiguous HDF5 file driver=sec2 ==== End of Parameters ==== Transfer Buffer Size (bytes): 200 File Size(MB): 0.02 IO API = POSIX Write (1 iteration(s)): Maximum Throughput: 3.44 MB/s Average Throughput: 3.44 MB/s Minimum Throughput: 3.44 MB/s Write Open-Close (1 iteration(s)): Maximum Throughput: 3.35 MB/s Average Throughput: 3.35 MB/s Minimum Throughput: 3.35 MB/s Read (1 iteration(s)): Maximum Throughput: 4.68 MB/s Average Throughput: 4.68 MB/s Minimum Throughput: 4.68 MB/s Read Open-Close (1 iteration(s)): Maximum Throughput: 4.66 MB/s Average Throughput: 4.66 MB/s Minimum Throughput: 4.66 MB/s IO API = HDF5 Write (1 iteration(s)): Maximum Throughput: 27.29 MB/s Average Throughput: 27.29 MB/s Minimum Throughput: 27.29 MB/s Write Open-Close (1 iteration(s)): Maximum Throughput: 6.58 MB/s Average Throughput: 6.58 MB/s Minimum Throughput: 6.58 MB/s Read (1 iteration(s)): Maximum Throughput: 39.01 MB/s Average Throughput: 39.01 MB/s Minimum Throughput: 39.01 MB/s Read Open-Close (1 iteration(s)): Maximum Throughput: 17.95 MB/s Average Throughput: 17.95 MB/s Minimum Throughput: 17.95 MB/s 0.01 real 0.00 user 0.00 sys Finished testing h5perf_serial ============================ ===Serial tests in perform ended Mon Feb 9 17:25:08 EST 2009=== dhcp-235:hdf5-1.8.1 edo$ 0 -bash: 0: command not found dhcp-235:hdf5-1.8.1 edo$ dhcp-235:hdf5-1.8.1 edo$ dhcp-235:hdf5-1.8.1 edo$ sudo make install Password: Making install in src test -z "/usr/local//lib" || ../bin/install-sh -c -d "/usr/local//lib" /bin/sh ../libtool --mode=install /usr/bin/install -c 'libhdf5.la' '/usr/local//lib/libhdf5.la' libtool: install: /usr/bin/install -c .libs/libhdf5.lai /usr/local//lib/libhdf5.la libtool: install: /usr/bin/install -c .libs/libhdf5.a /usr/local//lib/libhdf5.a libtool: install: chmod 644 /usr/local//lib/libhdf5.a libtool: install: ranlib /usr/local//lib/libhdf5.a ranlib: file: /usr/local//lib/libhdf5.a(H5CS.o) has no symbols ranlib: file: /usr/local//lib/libhdf5.a(H5Dmpio.o) has no symbols ranlib: file: /usr/local//lib/libhdf5.a(H5FDdirect.o) has no symbols ranlib: file: /usr/local//lib/libhdf5.a(H5FDmpio.o) has no symbols ranlib: file: /usr/local//lib/libhdf5.a(H5FDmpiposix.o) has no symbols ranlib: file: /usr/local//lib/libhdf5.a(H5Obogus.o) has no symbols ranlib: file: /usr/local//lib/libhdf5.a(H5Smpio.o) has no symbols ranlib: file: /usr/local//lib/libhdf5.a(H5TS.o) has no symbols ranlib: file: /usr/local//lib/libhdf5.a(H5Zszip.o) has no symbols ---------------------------------------------------------------------- Libraries have been installed in: /usr/local//lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable during execution See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/usr/local//include" || ../bin/install-sh -c -d "/usr/local//include" /usr/bin/install -c -m 644 'hdf5.h' '/usr/local//include/hdf5.h' /usr/bin/install -c -m 644 'H5api_adpt.h' '/usr/local//include/H5api_adpt.h' /usr/bin/install -c -m 644 'H5pubconf.h' '/usr/local//include/H5pubconf.h' /usr/bin/install -c -m 644 'H5public.h' '/usr/local//include/H5public.h' /usr/bin/install -c -m 644 'H5version.h' '/usr/local//include/H5version.h' /usr/bin/install -c -m 644 'H5Apublic.h' '/usr/local//include/H5Apublic.h' /usr/bin/install -c -m 644 'H5ACpublic.h' '/usr/local//include/H5ACpublic.h' /usr/bin/install -c -m 644 'H5Cpublic.h' '/usr/local//include/H5Cpublic.h' /usr/bin/install -c -m 644 'H5Dpublic.h' '/usr/local//include/H5Dpublic.h' /usr/bin/install -c -m 644 'H5Epubgen.h' '/usr/local//include/H5Epubgen.h' /usr/bin/install -c -m 644 'H5Epublic.h' '/usr/local//include/H5Epublic.h' /usr/bin/install -c -m 644 'H5Fpublic.h' '/usr/local//include/H5Fpublic.h' /usr/bin/install -c -m 644 'H5FDpublic.h' '/usr/local//include/H5FDpublic.h' /usr/bin/install -c -m 644 'H5FDcore.h' '/usr/local//include/H5FDcore.h' /usr/bin/install -c -m 644 'H5FDdirect.h' '/usr/local//include/H5FDdirect.h' /usr/bin/install -c -m 644 'H5FDfamily.h' '/usr/local//include/H5FDfamily.h' /usr/bin/install -c -m 644 'H5FDlog.h' '/usr/local//include/H5FDlog.h' /usr/bin/install -c -m 644 'H5FDmpi.h' '/usr/local//include/H5FDmpi.h' /usr/bin/install -c -m 644 'H5FDmpio.h' '/usr/local//include/H5FDmpio.h' /usr/bin/install -c -m 644 'H5FDmpiposix.h' '/usr/local//include/H5FDmpiposix.h' /usr/bin/install -c -m 644 'H5FDmulti.h' '/usr/local//include/H5FDmulti.h' /usr/bin/install -c -m 644 'H5FDsec2.h' '/usr/local//include/H5FDsec2.h' /usr/bin/install -c -m 644 'H5FDstdio.h' '/usr/local//include/H5FDstdio.h' /usr/bin/install -c -m 644 'H5Gpublic.h' '/usr/local//include/H5Gpublic.h' /usr/bin/install -c -m 644 'H5Ipublic.h' '/usr/local//include/H5Ipublic.h' /usr/bin/install -c -m 644 'H5Lpublic.h' '/usr/local//include/H5Lpublic.h' /usr/bin/install -c -m 644 'H5MMpublic.h' '/usr/local//include/H5MMpublic.h' /usr/bin/install -c -m 644 'H5Opublic.h' '/usr/local//include/H5Opublic.h' /usr/bin/install -c -m 644 'H5Ppublic.h' '/usr/local//include/H5Ppublic.h' /usr/bin/install -c -m 644 'H5Rpublic.h' '/usr/local//include/H5Rpublic.h' /usr/bin/install -c -m 644 'H5Spublic.h' '/usr/local//include/H5Spublic.h' /usr/bin/install -c -m 644 'H5Tpublic.h' '/usr/local//include/H5Tpublic.h' /usr/bin/install -c -m 644 'H5Zpublic.h' '/usr/local//include/H5Zpublic.h' test -z "/usr/local//lib" || ../bin/install-sh -c -d "/usr/local//lib" /usr/bin/install -c -m 644 'libhdf5.settings' '/usr/local//lib/libhdf5.settings' Making install in test make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. Making install in tools Making install in lib make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. Making install in h5dump test -z "/usr/local//bin" || ../../bin/install-sh -c -d "/usr/local//bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5dump' '/usr/local//bin/h5dump' libtool: install: /usr/bin/install -c h5dump /usr/local//bin/h5dump make[3]: Nothing to be done for `install-data-am'. Making install in h5diff test -z "/usr/local//bin" || ../../bin/install-sh -c -d "/usr/local//bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5diff' '/usr/local//bin/h5diff' libtool: install: /usr/bin/install -c h5diff /usr/local//bin/h5diff make[3]: Nothing to be done for `install-data-am'. Making install in h5ls test -z "/usr/local//bin" || ../../bin/install-sh -c -d "/usr/local//bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5ls' '/usr/local//bin/h5ls' libtool: install: /usr/bin/install -c h5ls /usr/local//bin/h5ls make[3]: Nothing to be done for `install-data-am'. Making install in misc test -z "/usr/local//bin" || ../../bin/install-sh -c -d "/usr/local//bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5debug' '/usr/local//bin/h5debug' libtool: install: /usr/bin/install -c h5debug /usr/local//bin/h5debug /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5repart' '/usr/local//bin/h5repart' libtool: install: /usr/bin/install -c h5repart /usr/local//bin/h5repart /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5mkgrp' '/usr/local//bin/h5mkgrp' libtool: install: /usr/bin/install -c h5mkgrp /usr/local//bin/h5mkgrp test -z "/usr/local//bin" || ../../bin/install-sh -c -d "/usr/local//bin" /usr/bin/install -c 'h5redeploy' '/usr/local//bin/h5redeploy' make[3]: Nothing to be done for `install-data-am'. Making install in h5import test -z "/usr/local//bin" || ../../bin/install-sh -c -d "/usr/local//bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5import' '/usr/local//bin/h5import' libtool: install: /usr/bin/install -c h5import /usr/local//bin/h5import make[3]: Nothing to be done for `install-data-am'. Making install in h5repack test -z "/usr/local//bin" || ../../bin/install-sh -c -d "/usr/local//bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5repack' '/usr/local//bin/h5repack' libtool: install: /usr/bin/install -c h5repack /usr/local//bin/h5repack make[3]: Nothing to be done for `install-data-am'. Making install in h5jam test -z "/usr/local//bin" || ../../bin/install-sh -c -d "/usr/local//bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5jam' '/usr/local//bin/h5jam' libtool: install: /usr/bin/install -c h5jam /usr/local//bin/h5jam /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5unjam' '/usr/local//bin/h5unjam' libtool: install: /usr/bin/install -c h5unjam /usr/local//bin/h5unjam make[3]: Nothing to be done for `install-data-am'. Making install in h5copy test -z "/usr/local//bin" || ../../bin/install-sh -c -d "/usr/local//bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5copy' '/usr/local//bin/h5copy' libtool: install: /usr/bin/install -c h5copy /usr/local//bin/h5copy make[3]: Nothing to be done for `install-data-am'. Making install in h5stat test -z "/usr/local//bin" || ../../bin/install-sh -c -d "/usr/local//bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5stat' '/usr/local//bin/h5stat' libtool: install: /usr/bin/install -c h5stat /usr/local//bin/h5stat test -z "/usr/local//bin" || ../../bin/install-sh -c -d "/usr/local//bin" make[3]: Nothing to be done for `install-data-am'. make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. Making install in . make[2]: Nothing to be done for `all'. test -z "/usr/local//bin" || ../bin/install-sh -c -d "/usr/local//bin" /bin/sh ../libtool --mode=install /usr/bin/install -c 'h5perf' '/usr/local//bin/h5perf' libtool: install: /usr/bin/install -c h5perf /usr/local//bin/h5perf /bin/sh ../libtool --mode=install /usr/bin/install -c 'h5perf_serial' '/usr/local//bin/h5perf_serial' libtool: install: /usr/bin/install -c h5perf_serial /usr/local//bin/h5perf_serial make[4]: Nothing to be done for `install-data-am'. make[2]: Nothing to be done for `install-data-am'. Making install in hl Making install in src test -z "/usr/local//lib" || ../../bin/install-sh -c -d "/usr/local//lib" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'libhdf5_hl.la' '/usr/local//lib/libhdf5_hl.la' libtool: install: /usr/bin/install -c .libs/libhdf5_hl.lai /usr/local//lib/libhdf5_hl.la libtool: install: /usr/bin/install -c .libs/libhdf5_hl.a /usr/local//lib/libhdf5_hl.a libtool: install: chmod 644 /usr/local//lib/libhdf5_hl.a libtool: install: ranlib /usr/local//lib/libhdf5_hl.a ---------------------------------------------------------------------- Libraries have been installed in: /usr/local//lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable during execution See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/usr/local//include" || ../../bin/install-sh -c -d "/usr/local//include" /usr/bin/install -c -m 644 'hdf5_hl.h' '/usr/local//include/hdf5_hl.h' /usr/bin/install -c -m 644 'H5IMpublic.h' '/usr/local//include/H5IMpublic.h' /usr/bin/install -c -m 644 'H5LTpublic.h' '/usr/local//include/H5LTpublic.h' /usr/bin/install -c -m 644 'H5TBpublic.h' '/usr/local//include/H5TBpublic.h' /usr/bin/install -c -m 644 'H5DSpublic.h' '/usr/local//include/H5DSpublic.h' /usr/bin/install -c -m 644 'H5PTpublic.h' '/usr/local//include/H5PTpublic.h' Making install in test make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. Making install in tools Making install in gif2h5 test -z "/usr/local//bin" || ../../../bin/install-sh -c -d "/usr/local//bin" /bin/sh ../../../libtool --mode=install /usr/bin/install -c 'gif2h5' '/usr/local//bin/gif2h5' libtool: install: /usr/bin/install -c gif2h5 /usr/local//bin/gif2h5 /bin/sh ../../../libtool --mode=install /usr/bin/install -c 'h52gif' '/usr/local//bin/h52gif' libtool: install: /usr/bin/install -c h52gif /usr/local//bin/h52gif make[4]: Nothing to be done for `install-data-am'. make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. Making install in perform test -z "/usr/local//bin" || ../bin/install-sh -c -d "/usr/local//bin" /bin/sh ../libtool --mode=install /usr/bin/install -c 'h5perf' '/usr/local//bin/h5perf' libtool: install: /usr/bin/install -c h5perf /usr/local//bin/h5perf /bin/sh ../libtool --mode=install /usr/bin/install -c 'h5perf_serial' '/usr/local//bin/h5perf_serial' libtool: install: /usr/bin/install -c h5perf_serial /usr/local//bin/h5perf_serial make[2]: Nothing to be done for `install-data-am'. dhcp-235:hdf5-1.8.1 edo$ locate hdf5/Applications/MATLAB_R2008b.app/bin/maci/libhdf5.0.0.0.dylib /Applications/MATLAB_R2008b.app/bin/maci/libhdf5.0.dylib /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@H5F/is_hdf5.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@H5ML/hdf5.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5 /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5array /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5array/h5array.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5array/schema.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5array/setData.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5compound /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5compound/addMember.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5compound/h5compound.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5compound/schema.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5compound/setMember.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5compound/setMemberNames.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5enum /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5enum/defineEnum.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5enum/getString.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5enum/h5enum.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5enum/schema.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5enum/setData.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5enum/setEnumNames.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5enum/setEnumValues.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5string /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5string/h5string.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5string/schema.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5string/setData.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5string/setLength.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5string/setPadding.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5vlen /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5vlen/h5vlen.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5vlen/schema.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5vlen/setData.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@hdf5type /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@hdf5type/disp.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@hdf5type/display.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@hdf5type/hdf5type.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@hdf5type/schema.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@hdf5type/setName.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/schema.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/hdf5.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/hdf5copyright.txt /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/hdf5info.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/hdf5read.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/hdf5write.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/private/hdf5infoc.mexmaci /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/private/hdf5infoc.mexmaci.csf /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/private/hdf5readc.mexmaci /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/private/hdf5readc.mexmaci.csf /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/private/hdf5writec.mexmaci /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/private/hdf5writec.mexmaci.csf /usr/local/hdf5 /usr/local/hdf5/bin /usr/local/hdf5/bin/gif2h5 /usr/local/hdf5/bin/h52gif /usr/local/hdf5/bin/h5cc /usr/local/hdf5/bin/h5copy /usr/local/hdf5/bin/h5debug /usr/local/hdf5/bin/h5diff /usr/local/hdf5/bin/h5dump /usr/local/hdf5/bin/h5import /usr/local/hdf5/bin/h5jam /usr/local/hdf5/bin/h5ls /usr/local/hdf5/bin/h5mkgrp /usr/local/hdf5/bin/h5perf /usr/local/hdf5/bin/h5perf_serial /usr/local/hdf5/bin/h5redeploy /usr/local/hdf5/bin/h5repack /usr/local/hdf5/bin/h5repart /usr/local/hdf5/bin/h5stat /usr/local/hdf5/bin/h5unjam /usr/local/hdf5/include /usr/local/hdf5/include/H5ACpublic.h /usr/local/hdf5/include/H5Apublic.h /usr/local/hdf5/include/H5Cpublic.h /usr/local/hdf5/include/H5DSpublic.h /usr/local/hdf5/include/H5Dpublic.h /usr/local/hdf5/include/H5Epubgen.h /usr/local/hdf5/include/H5Epublic.h /usr/local/hdf5/include/H5FDcore.h /usr/local/hdf5/include/H5FDdirect.h /usr/local/hdf5/include/H5FDfamily.h /usr/local/hdf5/include/H5FDlog.h /usr/local/hdf5/include/H5FDmpi.h /usr/local/hdf5/include/H5FDmpio.h /usr/local/hdf5/include/H5FDmpiposix.h /usr/local/hdf5/include/H5FDmulti.h /usr/local/hdf5/include/H5FDpublic.h /usr/local/hdf5/include/H5FDsec2.h /usr/local/hdf5/include/H5FDstdio.h /usr/local/hdf5/include/H5Fpublic.h /usr/local/hdf5/include/H5Gpublic.h /usr/local/hdf5/include/H5IMpublic.h /usr/local/hdf5/include/H5Ipublic.h /usr/local/hdf5/include/H5LTpublic.h /usr/local/hdf5/include/H5Lpublic.h /usr/local/hdf5/include/H5MMpublic.h /usr/local/hdf5/include/H5Opublic.h /usr/local/hdf5/include/H5PTpublic.h /usr/local/hdf5/include/H5Ppublic.h /usr/local/hdf5/include/H5Rpublic.h /usr/local/hdf5/include/H5Spublic.h /usr/local/hdf5/include/H5TBpublic.h /usr/local/hdf5/include/H5Tpublic.h /usr/local/hdf5/include/H5Zpublic.h /usr/local/hdf5/include/H5api_adpt.h /usr/local/hdf5/include/H5pubconf.h /usr/local/hdf5/include/H5public.h /usr/local/hdf5/include/H5version.h /usr/local/hdf5/include/hdf5.h /usr/local/hdf5/include/hdf5_hl.h /usr/local/hdf5/lib /usr/local/hdf5/lib/libhdf5.a /usr/local/hdf5/lib/libhdf5.la /usr/local/hdf5/lib/libhdf5.settings /usr/local/hdf5/lib/libhdf5_hl.a /usr/local/hdf5/lib/libhdf5_hl.la dhcp-235:hdf5-1.8.1 edo$ cd usr/local -bash: cd: usr/local: No such file or directory dhcp-235:hdf5-1.8.1 edo$ cd /usr/ dhcp-235:usr edo$ ls X11 bin lib local share texbin X11R6 include libexec sbin standalone dhcp-235:usr edo$ cd lib dhcp-235:lib edo$ ls BuildFilter libicucore.dylib libsvn_diff-1.0.dylib TcldomConfig.sh libinfo.dylib libsvn_diff-1.dylib TclxmlConfig.sh libiodbc.2.1.17.dylib libsvn_fs-1.0.0.0.dylib arch_tool libiodbc.2.dylib libsvn_fs-1.0.dylib bundle1.o libiodbc.a libsvn_fs-1.dylib changes libiodbc.dylib libsvn_fs_fs-1.0.0.0.dylib charset.alias libiodbcinst.2.1.17.dylib libsvn_fs_fs-1.0.dylib clonehdrs libiodbcinst.2.dylib libsvn_fs_fs-1.dylib cron libiodbcinst.a libsvn_ra-1.0.0.0.dylib crt1.10.5.o libiodbcinst.dylib libsvn_ra-1.0.dylib crt1.o libipsec.A.dylib libsvn_ra-1.dylib dtrace libipsec.dylib libsvn_ra_dav-1.0.0.0.dylib dyld libk5crypto.dylib libsvn_ra_dav-1.0.dylib dylib1.10.5.o libkmod.a libsvn_ra_dav-1.dylib dylib1.o libkmodc++.a libsvn_ra_local-1.0.0.0.dylib fastcp libkrb4.dylib libsvn_ra_local-1.0.dylib frameworkFlags libkrb5.dylib libsvn_ra_local-1.dylib gcc libkrb524.dylib libsvn_ra_svn-1.0.0.0.dylib gcrt1.o libkrb5support.dylib libsvn_ra_svn-1.0.dylib genclasspath libl.a libsvn_ra_svn-1.dylib groff liblangid.dylib libsvn_repos-1.0.0.0.dylib i686-apple-darwin9 liblapack.dylib libsvn_repos-1.0.dylib itclConfig.sh liblber.dylib libsvn_repos-1.dylib java libldap.dylib libsvn_subr-1.0.0.0.dylib jpegtclConfig.sh libldap_r.dylib libsvn_subr-1.0.dylib libAPSimple.dylib libltdl.3.1.4.dylib libsvn_subr-1.dylib libBSDPClient.A.dylib libltdl.3.dylib libsvn_swig_perl-1.0.0.0.dylib libBSDPClient.dylib libltdl.a libsvn_swig_perl-1.0.dylib libDHCPServer.A.dylib libltdl.dylib libsvn_swig_perl-1.dylib libDHCPServer.dylib libltdl.la libsvn_swig_py-1.0.0.0.dylib libIOKit.A.dylib libm.dylib libsvn_swig_py-1.0.dylib libIOKit.dylib libmca_common_sm.0.dylib libsvn_swig_py-1.dylib libLanguageIdentifier.dylib libmca_common_sm.dylib libsvn_swig_ruby-1.0.0.0.dylib libMallocDebug.A.dylib libmecab.1.0.0.dylib libsvn_swig_ruby-1.0.dylib libSaturn.dylib libmecab.1.dylib libsvn_swig_ruby-1.dylib libSaturnFE.dylib libmecab.dylib libsvn_wc-1.0.0.0.dylib libSystem.B.dylib libmenu.5.4.dylib libsvn_wc-1.0.dylib libSystem.B_debug.dylib libmenu.dylib libsvn_wc-1.dylib libSystem.B_profile.dylib libmpi.0.dylib libtcl.dylib libSystem.dylib libmpi.dylib libtcl8.4.dylib libSystemStubs.a libmpi_cxx.0.dylib libtclstub8.4.a libSystemStubs_debug.a libmpi_cxx.dylib libtermcap.dylib libSystemStubs_profile.a libmx.A.dylib libtidy.A.dylib libSystem_debug.dylib libmx.A_debug.dylib libtidy.dylib libSystem_profile.dylib libmx.A_profile.dylib libtk.dylib libXplugin.1.0.dylib libmx.dylib libtk8.4.dylib libXplugin.1.dylib libmx_debug.dylib libtkstub8.4.a libXplugin.dylib libmx_profile.dylib libutil.dylib libalias.A.dylib libncurses.5.4.dylib libutil1.0.dylib libalias.dylib libncurses.5.dylib libwrap.7.6.dylib libamber.a libncurses.dylib libwrap.7.dylib libapr-1.0.2.7.dylib libneon.26.0.3.dylib libwrap.a libapr-1.0.dylib libneon.26.dylib libwrap.dylib libapr-1.dylib libneon.dylib libwx_macud-2.8.0.1.1.dylib libaprutil-1.0.2.7.dylib libneon.la libwx_macud-2.8.0.dylib libaprutil-1.0.dylib libnetsnmp.15.1.0.dylib libwx_macud-2.8.dylib libaprutil-1.dylib libnetsnmp.15.dylib libwx_macud_fl-2.8.0.1.0.dylib libatlas.dylib libnetsnmp.5.2.1.dylib libwx_macud_fl-2.8.0.dylib libauto.dylib libnetsnmp.5.dylib libwx_macud_fl-2.8.dylib libblas.dylib libnetsnmp.dylib libwx_macud_foldbar-2.8.0.1.0.dylib libbsm.dylib libnetsnmpagent.15.1.0.dylib libwx_macud_foldbar-2.8.0.dylib libbz2.1.0.4.dylib libnetsnmpagent.15.dylib libwx_macud_foldbar-2.8.dylib libbz2.1.0.dylib libnetsnmpagent.dylib libwx_macud_gizmos-2.8.0.1.0.dylib libbz2.dylib libnetsnmphelpers.15.1.0.dylib libwx_macud_gizmos-2.8.0.dylib libc.dylib libnetsnmphelpers.15.dylib libwx_macud_gizmos-2.8.dylib libcblas.dylib libnetsnmphelpers.dylib libwx_macud_gizmos_xrc-2.8.0.1.0.dylib libcharset.1.0.0.dylib libnetsnmpmibs.15.1.0.dylib libwx_macud_gizmos_xrc-2.8.0.dylib libcharset.1.dylib libnetsnmpmibs.15.dylib libwx_macud_gizmos_xrc-2.8.dylib libcharset.dylib libnetsnmpmibs.dylib libwx_macud_gl-2.8.0.1.1.dylib libcharset.la libnetsnmptrapd.15.1.0.dylib libwx_macud_gl-2.8.0.dylib libclapack.dylib libnetsnmptrapd.15.dylib libwx_macud_gl-2.8.dylib libcom_err.dylib libnetsnmptrapd.dylib libwx_macud_netutils-2.8.0.1.0.dylib libcpp_kext.a libobjc.A.dylib libwx_macud_netutils-2.8.0.dylib libcrypto.0.9.7.dylib libobjc.A_profile.dylib libwx_macud_netutils-2.8.dylib libcrypto.0.9.dylib libobjc.dylib libwx_macud_ogl-2.8.0.1.0.dylib libcrypto.dylib libobjc_profile.A.dylib libwx_macud_ogl-2.8.0.dylib libcups.2.dylib libobjc_profile.dylib libwx_macud_ogl-2.8.dylib libcups.dylib libodbc.a libwx_macud_plot-2.8.0.1.0.dylib libcupsimage.2.dylib libopen-pal.0.dylib libwx_macud_plot-2.8.0.dylib libcupsimage.dylib libopen-pal.dylib libwx_macud_plot-2.8.dylib libcurl.2.dylib libopen-rte.0.dylib libwx_macud_stc-2.8.0.1.0.dylib libcurl.3.dylib libopen-rte.dylib libwx_macud_stc-2.8.0.dylib libcurl.4.0.0.dylib libpam.1.0.dylib libwx_macud_stc-2.8.dylib libcurl.4.dylib libpam.1.dylib libwx_macud_svg-2.8.0.1.0.dylib libcurl.dylib libpam.dylib libwx_macud_svg-2.8.0.dylib libcurses.dylib libpam_misc.1.dylib libwx_macud_svg-2.8.dylib libdbm.dylib libpam_misc.dylib libxar.1.dylib libdes425.dylib libpamc.1.dylib libxar.dylib libdl.dylib libpamc.dylib libxml2.2.dylib libdtrace.dylib libpanel.5.4.dylib libxml2.dylib libedit.2.9.dylib libpanel.dylib libxml2.la libedit.2.dylib libpcap.A.dylib libxslt.1.dylib libedit.dylib libpcap.dylib libxslt.dylib libexpat.1.5.0.dylib libpoll.dylib libxslt.la libexpat.1.dylib libproc.dylib liby.a libexpat.dylib libpthread.dylib libz.1.1.3.dylib libexpat.la libpython.dylib libz.1.2.3.dylib libexslt.0.dylib libpython2.5.dylib libz.1.dylib libexslt.dylib libpython2.dylib libz.dylib libexslt.la libreadline.dylib libzfs.dylib libf77lapack.dylib libresolv.9.dylib mecab libfcgi++.0.0.0.dylib libresolv.dylib mergeInfo libfcgi++.0.dylib librpcsvc.dylib ofileListTool libfcgi++.dylib libruby.1.dylib openmpi libfcgi.0.0.0.dylib libruby.dylib pam libfcgi.0.dylib libsasl2.2.0.1.dylib php libfcgi.dylib libsasl2.2.0.15.dylib pkgconfig libffi.dylib libsasl2.2.0.21.dylib plistread libfl.a libsasl2.2.0.22.dylib pngtclConfig.sh libform.5.4.dylib libsasl2.2.dylib podcastproducer libform.dylib libsasl2.dylib powerpc-apple-darwin9 libgcc_s.1.0.dylib libsqlite3.0.8.6.dylib python2.5 libgcc_s.1.dylib libsqlite3.0.dylib ruby libgcc_s.10.4.dylib libsqlite3.dylib sa libgcc_s.10.5.dylib libssl.0.9.7.dylib samba libgcc_s_ppc64.1.dylib libssl.0.9.dylib sasl2 libgcc_s_x86_64.1.dylib libssl.dylib sqlite3 libgermantok.dylib libstdc++-static.a system libgmalloc.B.dylib libstdc++.6.0.4.dylib tclConfig.sh libgmalloc.dylib libstdc++.6.dylib tcldomxmlConfig.sh libgssapi_krb5.dylib libstmalloc.a tdomConfig.sh libgutenprint.2.0.0.dylib libsupc++.a tifftclConfig.sh libgutenprint.2.dylib libsvn_client-1.0.0.0.dylib tkConfig.sh libgutenprint.dylib libsvn_client-1.0.dylib tkimgConfig.sh libiconv.2.4.0.dylib libsvn_client-1.dylib wx libiconv.2.dylib libsvn_delta-1.0.0.0.dylib xml2Conf.sh libiconv.dylib libsvn_delta-1.0.dylib xsltConf.sh libiconv.la libsvn_delta-1.dylib zlibtclConfig.sh libicucore.A.dylib libsvn_diff-1.0.0.0.dylib zsh dhcp-235:lib edo$ cd .. dhcp-235:usr edo$ cd bin dhcp-235:bin edo$ ls BuildStrings fc manpath showmount CpMac fddist matlab sigdist.d DeRez ferret-browser mcxquery simg4 GetFileInfo fetchmail md simg4_plus ImageUnitAnalyzer fetchmailconf mdcheckschema simg5 MergePef fg mdfind sips MvMac fgrep mdimport size PPCExplain file mdls sliceprint RSA_SecurID_getpasswd filebyproc.d mdutil slogin ResMerger find merge smbcacls Rez find2perl mesg smbclient RezDet findsmb mib2c smbcontrol RezWack finger mib2c-update smbcquotas SetFile fixproc mig smbget SplitForks flex mkafmmap smbpasswd UnRezWack flex++ mkbom smbspool WSMakeStubs fmt mkdep smbstatus a2p fold mkfifo smbtar acid formail mklocale smbtree aclocal from mktemp smbutil aclocal-1.10 fs_usage mmroff smtpd.py addftinfo ftp mnthome smtpd2.5.py afconvert full2tt6e mongrel_rails snmpbulkget afinfo fulldump more snmpbulkwalk afmtodit funzip mp2bug snmpconf afplay fuser mpic++ snmpdelta agvtool fwkdp mpicc snmpdf alias fwkpfv mpicxx snmpget amavisd g++ mpiexec snmpgetnext amavisd-agent g++-4.0 mpif77 snmpinform amavisd-nanny gatherheaderdoc mpif90 snmpnetstat amavisd-release gcc mpirun snmpset amber gcc-4.0 msgs snmpstatus amlint gcov mvn snmptable ant gcov-4.0 nano snmptest appleping gdb nasm snmptranslate applesingle gdiffmk native2ascii snmptrap appletviewer gem nbdst snmpusm apply gen_bridge_metadata nc snmpvacm apr-1-config gencat ndisasm snmpwalk apropos genstrings neqn sntp apt getconf net soelim apu-1-config getopt net-snmp-config sort ar getopts newaliases spfd arch glibtool newgrp spfquery as glibtoolize newproc.d splain asa gluedialect nfsstat split at gluedoc nice sqlite3 at_cho_prn glueedit nl srm atlookup gluemac nm ssh atos gluescriptadds nmblookup ssh-add atprint gm4 nmedit ssh-agent atq gnuattach nohup ssh-keygen atrm gnuclient notifyutil ssh-keyscan atstatus gnudoit nroff stat atsutil gnumake nslookup states autoconf gnuserv nsupdate strings autoheader gnutar ntlm_auth strip autom4te gperf ntp-keygen su automake gpgen ntpq sudo automake-1.10 gprof ocs sum automator grap2graph od svk autoreconf grep ompi_info svn autoscan grep-changelog opal_wrapper svnadmin autoupdate grn open svndumpfilter auval grodvi opendiff svnlook auvaltool groff opensnoop svnserve awk groffer openssl svnsync b2m grog orbd svnversion banner grolbp orted sw_vers basename grolj4 orterun swig bashbug grops osacompile syscallbypid.d batch grotty osadecompile syscallbyproc.d bc groups osalang syscallbysysc.d bg gunzip osascript syslog biff gzcat otool tab2space binhex gzexe over tabs bison gzip pack200 tack bitesize.d h2ph pagesize tail bsdmake h2xs pagestuff talk bspatch hash passwd tar bunzip2 hdid paste tbl bzcat hdiutil patch tclsh bzcmp hdxml2manxml pathchk tclsh8.4 bzdiff head pathopens.d tdbbackup bzegrep headerdoc2html pbcopy tdbdump bzfgrep heap pbpaste tdbtool bzgrep hexdump pbprojectdump tee bzip2 host pcast telnet bzip2recover hostinfo pcastaction testparm bzless hotspot.d pcsctest testrb bzmore hpftodit pcsctool texi2dvi c++ httpdstat.d pdbedit texi2html c++-4.0 hwprefs pdfroff texi2pdf c++filt i686-apple-darwin9-g++-4.0.1 perl texindex c2ph i686-apple-darwin9-gcc-4.0.1 perl5.8.8 textutil c89 ibtool perlbug tfmtodit c99 iconv perlcc tftp c_rehash id perldoc tic cal ident perlivp tidy calendar idlj pfbtops tiff2icns cancel ifnames php tiffutil cap indent php-config time cap_mkdb indxbib phpize tkmib capify info pic tnameserv captoinfo infocmp pic2graph toe cc infokey pico top cd infotocap piconv tops certtool install pidpersec.d topsyscall checknr install-info pl topsysproc chflags install_name_tool pl2pm touch chfn instmodsh plockstat tput chgrp instruments plutil tr chpass iodbc-config pmset traptoemail chsh iodbctest pod2html trial chudRemoteCtrl iodbctestw pod2latex troff chumAddRights iofile.d pod2man true ci iofileb.d pod2readme tset cksum iopattern pod2text tsort clear iopending pod2usage tty cmp iosnoop podcast twdiff cmpdylib iotop podchecker twistd co ipcount podselect type codesign ipcrm policytool ul codesign_allocate ipcs post-grohtml ulimit col ipmitool powerpc-apple-darwin9-g++-4.0.1 umask colcrt iptab powerpc-apple-darwin9-gcc-4.0.1 unalias colldef irb pr uname colrm isc-config.sh pre-grohtml uncompress column jar priclass.d unexpand comm jarsigner pridist.d unifdef command java printenv uniq compileHelp javac printf units compile_et javaconfig procmail unpack200 compress javadoc procsystime unvis config javah profiles unzip config_data javap projectInfo unzipsfx cpan javatool prove update_dyld_shared_cache cpio javaws psed update_prebinding cpp jconsole pstopdf update_rubygems cpp-4.0 jdb pstruct uptime cpuwalk.d jinfo ptar users crc32 jmap ptardiff uucp creatbyproc.d jobs pubsub uudecode crlrefresh join purge uuencode crontab jot pwpolicy uuidgen cscope jps pydoc uulog csplit jsadebugd pydoc2.5 uuname csreq jstack python uupick ctags jstat python-config uustat cu jstatd python2.5 uuto cups-calibrate kdestroy python2.5-config uux cups-config keytool pythonw vers_string cupstestdsc kill.d pythonw2.5 vgrind cupstestppd killall qc2movie vi curl kinit qlmanage view curl-config klist quartz-wm vim cut kpasswd quota vimdiff cvs krb5-config rails vimtutor cvsbug kswitch rake vis cyrus kvno ranlib vm_stat dappprof lam rb-keygen vmmap dapptrace last rcs w dbiprof lastcomm rcs-checkin wait dbiproxy lastwords rcs2log wall dc latency rcsclean wbinfo defaults ld rcsdiff wc desdp ld64 rcsmerge weblatency.d diff ld_classic rdoc what diff3 ldapadd read whatis diffpp ldapcompare readlink whereis diffstat ldapdelete rebase which dig ldapmodify redcloth who dirname ldapmodrdn redo_prebinding whoami dirt ldappasswd refer whois diskhits ldapsearch reggie_se wish dispqlen.d ldapwhoami renice wish8.4 distcc leaks reset write distccd leave rev wx-config distccmon-text less ri wxPerl ditto lessecho rlog wx_overload.pl dns-sd lesskey rlogin wx_xspp.pl dprofpp lex rmic wxperl_demo.pl drutil libnetcfg rmid wxrc dscacheutil libtool rmiregistry wxrc-2.8 dscl lipo rpcclient xar dserr lkbib rpcgen xargs dsexport loads.d rs xattr dsimport locale rsh xcode-select dsmemberutil localedef rsync xcodebuild dsperfmonitor locate ruby xcodeindex dsymutil lockfile runocc.d xed dtruss logger ruptime xgrid du login rview xml2-config dwarfdump logname rvim xml2man easy_install look rwbypid.d xmlcatalog easy_install-2.5 lookbib rwbytype.d xmllint ebrowse lorder rwho xmlwf edit lp rwsnoop xpath efax lpoptions s2p xslt-config efix lppasswd sample xsltproc egrep lpq sampleproc xsubpp emacs lpr sandbox-exec xxd emacs-i386 lprm sar yacc emacs-undumped lpstat say yes emacsclient lsbom sc_usage ypcat enc2xs lsm scp ypmatch encode_keychange lsvfs screen ypwhich enscript lwp-download script zcat env lwp-mirror scrollpv zcmp eqn lwp-request sdef zdiff eqn2graph lwp-rget sdiff zegrep erb m4 sdp zfgrep errinfo mDNS security zforce error macbinary sed zgrep escputil macerror seeksize.d zip etags machine segedit zipcloak eventlogadm mail serialver zipgrep ex mailq servertool zipinfo execsnoop mailstat setregion zipnote expand mailx setuids.d zipsplit expect make sftp zless extcheck makeinfo shar zmore false malloc_history shark znew fax man shlock zprint dhcp-235:bin edo$ cd h h2ph hash hdiutil head heap host hotspot.d httpdstat.d h2xs hdid hdxml2manxml headerdoc2html hexdump hostinfo hpftodit hwprefs dhcp-235:bin edo$ cd h h2ph hash hdiutil head heap host hotspot.d httpdstat.d h2xs hdid hdxml2manxml headerdoc2html hexdump hostinfo hpftodit hwprefs dhcp-235:bin edo$ cd .. dhcp-235:usr edo$ ls X11 bin lib local share texbin X11R6 include libexec sbin standalone dhcp-235:usr edo$ cd local dhcp-235:local edo$ ls bin cuda cvsrep include lib share texlive dhcp-235:local edo$ cd bin dhcp-235:bin edo$ ls bdftops freetype-config gsdj500 h5debug h5perf libpng-config pdfopt ps2pdf12 texdist convert gif2h5 gslj h5diff h5perf_serial libpng12-config pf2afm ps2pdf13 unix-lpr.sh dumphint gs gslp h5dump h5redeploy lprsetup.sh pfbtopfa ps2pdf14 wftopfa dvipdf gs-X11 gsnd h5import h5repack ncdump printafm ps2pdfwr eps2eps gs-noX11 h52gif h5jam h5repart ncgen ps2ascii ps2ps fixmswrd.pl gsbj h5cc h5ls h5stat pdf2dsc ps2epsi ps2ps2 font2c gsdj h5copy h5mkgrp h5unjam pdf2ps ps2pdf pv.sh dhcp-235:bin edo$ cd .. dhcp-235:local edo$ grep libhdf5.a *.* grep: *.*: No such file or directory dhcp-235:local edo$ cd .. dhcp-235:usr edo$ grep libhdf5.a *.* grep: *.*: No such file or directory dhcp-235:usr edo$ cd .. dhcp-235:/ edo$ grep libhdf5.a *.* dhcp-235:/ edo$ grep NC_NETCDF *.* dhcp-235:/ edo$ cd /usr dhcp-235:usr edo$ grep NC_NETCDF *.* grep: *.*: No such file or directory dhcp-235:usr edo$ grep NC_NETCDF * dhcp-235:usr edo$ cd dhcp-235:~ edo$ cd Downloads/netcdf-4.0/ dhcp-235:netcdf-4.0 edo$ sudo make distclean Making distclean in win32 Making distclean in NET Making distclean in nc_test rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f Makefile Making distclean in nctest rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f Makefile Making distclean in ncgen rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f Makefile Making distclean in ncdump rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f Makefile Making distclean in libsrc rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f Makefile Making distclean in examples rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in examples Making distclean in CXX4 rm -f simple_xy_wr simple_xy_wr rm -f sfc_pres_temp_wr sfc_pres_temp_wr rm -f pres_temp_4D_wr pres_temp_4D_wr rm -f pres_temp_4D_rd pres_temp_4D_rd rm -f simple_xy_rd simple_xy_rd rm -f sfc_pres_temp_rd sfc_pres_temp_rd test -z "simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc" || rm -f simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in CXX rm -f simple_xy_wr simple_xy_wr rm -f simple_xy_rd simple_xy_rd rm -f sfc_pres_temp_wr sfc_pres_temp_wr rm -f sfc_pres_temp_rd sfc_pres_temp_rd rm -f pres_temp_4D_wr pres_temp_4D_wr rm -f pres_temp_4D_rd pres_temp_4D_rd test -z "simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc" || rm -f simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in F90 rm -f simple_xy_wr simple_xy_wr rm -f simple_xy_rd simple_xy_rd rm -f sfc_pres_temp_wr sfc_pres_temp_wr rm -f sfc_pres_temp_rd sfc_pres_temp_rd rm -f pres_temp_4D_wr pres_temp_4D_wr rm -f pres_temp_4D_rd pres_temp_4D_rd rm -f simple_xy_nc4_wr simple_xy_nc4_wr rm -f simple_xy_nc4_rd simple_xy_nc4_rd test -z "simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc simple_xy_nc4.nc" || rm -f simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc simple_xy_nc4.nc rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in F77 rm -f simple_xy_wr simple_xy_wr rm -f simple_xy_rd simple_xy_rd rm -f sfc_pres_temp_wr sfc_pres_temp_wr rm -f sfc_pres_temp_rd sfc_pres_temp_rd rm -f pres_temp_4D_wr pres_temp_4D_wr rm -f pres_temp_4D_rd pres_temp_4D_rd rm -f simple_xy_nc4_wr simple_xy_nc4_wr rm -f simple_xy_nc4_rd simple_xy_nc4_rd test -z "simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc simple_xy_nc4.nc" || rm -f simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc simple_xy_nc4.nc rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in CDL test -z "simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc" || rm -f simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f Makefile Making distclean in C rm -f simple_xy_wr simple_xy_wr rm -f simple_xy_rd simple_xy_rd rm -f sfc_pres_temp_wr sfc_pres_temp_wr rm -f sfc_pres_temp_rd sfc_pres_temp_rd rm -f pres_temp_4D_wr pres_temp_4D_wr rm -f pres_temp_4D_rd pres_temp_4D_rd rm -f simple_nc4_wr simple_nc4_wr rm -f simple_nc4_rd simple_nc4_rd rm -f simple_xy_nc4_wr simple_xy_nc4_wr rm -f simple_xy_nc4_rd simple_xy_nc4_rd test -z "sfc_pres_temp.nc simple_xy.nc pres_temp_4D.nc simple_nc4.nc simple_xy_nc4.nc" || rm -f sfc_pres_temp.nc simple_xy.nc pres_temp_4D.nc simple_nc4.nc simple_xy_nc4.nc rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in man4 rm -rf .libs _libs rm -f 1.tmp rm -f 2.tmp rm -f 3.tmp rm -f 4.tmp rm -f 5.tmp rm -f 6.tmp rm -f 7.tmp rm -rf netcdf.aux netcdf.cp netcdf.cps netcdf.fn netcdf.ky netcdf.kys \ netcdf.log netcdf.pg netcdf.pgs netcdf.tmp netcdf.toc \ netcdf.tp netcdf.tps netcdf.vr netcdf.dvi netcdf.pdf \ netcdf.ps netcdf.html netcdf-install.aux netcdf-install.cp \ netcdf-install.cps netcdf-install.fn netcdf-install.ky \ netcdf-install.kys netcdf-install.log netcdf-install.pg \ netcdf-install.pgs netcdf-install.tmp netcdf-install.toc \ netcdf-install.tp netcdf-install.tps netcdf-install.vr \ netcdf-install.dvi netcdf-install.pdf netcdf-install.ps \ netcdf-install.html netcdf-c.aux netcdf-c.cp netcdf-c.cps \ netcdf-c.fn netcdf-c.ky netcdf-c.kys netcdf-c.log \ netcdf-c.pg netcdf-c.pgs netcdf-c.tmp netcdf-c.toc \ netcdf-c.tp netcdf-c.tps netcdf-c.vr netcdf-c.dvi \ netcdf-c.pdf netcdf-c.ps netcdf-c.html netcdf-f77.aux \ netcdf-f77.cp netcdf-f77.cps netcdf-f77.fn netcdf-f77.ky \ netcdf-f77.kys netcdf-f77.log netcdf-f77.pg netcdf-f77.pgs \ netcdf-f77.tmp netcdf-f77.toc netcdf-f77.tp netcdf-f77.tps \ netcdf-f77.vr netcdf-f77.dvi netcdf-f77.pdf netcdf-f77.ps \ netcdf-f77.html netcdf-f90.aux netcdf-f90.cp netcdf-f90.cps \ netcdf-f90.fn netcdf-f90.ky netcdf-f90.kys netcdf-f90.log \ netcdf-f90.pg netcdf-f90.pgs netcdf-f90.tmp netcdf-f90.toc \ netcdf-f90.tp netcdf-f90.tps netcdf-f90.vr netcdf-f90.dvi \ netcdf-f90.pdf netcdf-f90.ps netcdf-f90.html netcdf-cxx.aux \ netcdf-cxx.cp netcdf-cxx.cps netcdf-cxx.fn netcdf-cxx.ky \ netcdf-cxx.kys netcdf-cxx.log netcdf-cxx.pg netcdf-cxx.pgs \ netcdf-cxx.tmp netcdf-cxx.toc netcdf-cxx.tp netcdf-cxx.tps \ netcdf-cxx.vr netcdf-cxx.dvi netcdf-cxx.pdf netcdf-cxx.ps \ netcdf-cxx.html netcdf-tutorial.aux netcdf-tutorial.cp \ netcdf-tutorial.cps netcdf-tutorial.fn netcdf-tutorial.ky \ netcdf-tutorial.kys netcdf-tutorial.log netcdf-tutorial.pg \ netcdf-tutorial.pgs netcdf-tutorial.tmp netcdf-tutorial.toc \ netcdf-tutorial.tp netcdf-tutorial.tps netcdf-tutorial.vr \ netcdf-tutorial.dvi netcdf-tutorial.pdf netcdf-tutorial.ps \ netcdf-tutorial.html netcdf-cxx4.aux netcdf-cxx4.cp \ netcdf-cxx4.cps netcdf-cxx4.fn netcdf-cxx4.ky \ netcdf-cxx4.kys netcdf-cxx4.log netcdf-cxx4.pg \ netcdf-cxx4.pgs netcdf-cxx4.tmp netcdf-cxx4.toc \ netcdf-cxx4.tp netcdf-cxx4.tps netcdf-cxx4.vr \ netcdf-cxx4.dvi netcdf-cxx4.pdf netcdf-cxx4.ps \ netcdf-cxx4.html rm -f *.lo rm -f vti.tmp test -z "" || rm -f rm -f Makefile Making distclean in man rm -rf .libs _libs rm -f 1.tmp rm -f 2.tmp rm -f 3.tmp rm -f 4.tmp rm -f 5.tmp rm -f 6.tmp rm -rf netcdf.aux netcdf.cp netcdf.cps netcdf.fn netcdf.ky netcdf.kys \ netcdf.log netcdf.pg netcdf.pgs netcdf.tmp netcdf.toc \ netcdf.tp netcdf.tps netcdf.vr netcdf.dvi netcdf.pdf \ netcdf.ps netcdf.html netcdf-install.aux netcdf-install.cp \ netcdf-install.cps netcdf-install.fn netcdf-install.ky \ netcdf-install.kys netcdf-install.log netcdf-install.pg \ netcdf-install.pgs netcdf-install.tmp netcdf-install.toc \ netcdf-install.tp netcdf-install.tps netcdf-install.vr \ netcdf-install.dvi netcdf-install.pdf netcdf-install.ps \ netcdf-install.html netcdf-c.aux netcdf-c.cp netcdf-c.cps \ netcdf-c.fn netcdf-c.ky netcdf-c.kys netcdf-c.log \ netcdf-c.pg netcdf-c.pgs netcdf-c.tmp netcdf-c.toc \ netcdf-c.tp netcdf-c.tps netcdf-c.vr netcdf-c.dvi \ netcdf-c.pdf netcdf-c.ps netcdf-c.html netcdf-tutorial.aux \ netcdf-tutorial.cp netcdf-tutorial.cps netcdf-tutorial.fn \ netcdf-tutorial.ky netcdf-tutorial.kys netcdf-tutorial.log \ netcdf-tutorial.pg netcdf-tutorial.pgs netcdf-tutorial.tmp \ netcdf-tutorial.toc netcdf-tutorial.tp netcdf-tutorial.tps \ netcdf-tutorial.vr netcdf-tutorial.dvi netcdf-tutorial.pdf \ netcdf-tutorial.ps netcdf-tutorial.html netcdf-f77.aux \ netcdf-f77.cp netcdf-f77.cps netcdf-f77.fn netcdf-f77.ky \ netcdf-f77.kys netcdf-f77.log netcdf-f77.pg netcdf-f77.pgs \ netcdf-f77.tmp netcdf-f77.toc netcdf-f77.tp netcdf-f77.tps \ netcdf-f77.vr netcdf-f77.dvi netcdf-f77.pdf netcdf-f77.ps \ netcdf-f77.html netcdf-f90.aux netcdf-f90.cp netcdf-f90.cps \ netcdf-f90.fn netcdf-f90.ky netcdf-f90.kys netcdf-f90.log \ netcdf-f90.pg netcdf-f90.pgs netcdf-f90.tmp netcdf-f90.toc \ netcdf-f90.tp netcdf-f90.tps netcdf-f90.vr netcdf-f90.dvi \ netcdf-f90.pdf netcdf-f90.ps netcdf-f90.html netcdf-cxx.aux \ netcdf-cxx.cp netcdf-cxx.cps netcdf-cxx.fn netcdf-cxx.ky \ netcdf-cxx.kys netcdf-cxx.log netcdf-cxx.pg netcdf-cxx.pgs \ netcdf-cxx.tmp netcdf-cxx.toc netcdf-cxx.tp netcdf-cxx.tps \ netcdf-cxx.vr netcdf-cxx.dvi netcdf-cxx.pdf netcdf-cxx.ps \ netcdf-cxx.html rm -f *.lo rm -f vti.tmp test -z "" || rm -f rm -f Makefile Making distclean in nc_test4 rm -f cdm_sea_soundings cdm_sea_soundings test -z "cdm_sea_soundings.nc tst_large.nc bm_chunking.nc bm_radar.nc bm_radar1.nc radar_3d_compression_test.txt radar_3d_compression.txt radar_2d_compression.txt radar_3d_chunking.txt tst_floats_1D.nc tst_floats_1D.cdl floats_1D_3.nc floats_1D.cdl tst_floats2_*.nc tst_ints2_*.nc tst_shorts2_*.nc tst_elena_*.nc tst_simple*.nc tst_floats2_*.cdl tst_ints2_*.cdl tst_shorts2_*.cdl tst_elena_*.cdl tst_simple*.cdl " || rm -f cdm_sea_soundings.nc tst_large.nc bm_chunking.nc bm_radar.nc bm_radar1.nc radar_3d_compression_test.txt radar_3d_compression.txt radar_2d_compression.txt radar_3d_chunking.txt tst_floats_1D.nc tst_floats_1D.cdl floats_1D_3.nc floats_1D.cdl tst_floats2_*.nc tst_ints2_*.nc tst_shorts2_*.nc tst_elena_*.nc tst_simple*.nc tst_floats2_*.cdl tst_ints2_*.cdl tst_shorts2_*.cdl tst_elena_*.cdl tst_simple*.cdl rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in nc_test rm -f tst_small tst_small rm -f nc_test nc_test rm -f tst_misc tst_misc rm -f tst_norm tst_norm rm -f tst_names tst_names test -z "nc_test_classic.nc nc_test_64bit.nc nc_test_netcdf4.nc tst_small_classic.nc tst_small_64bit.nc tst_small_netcdf4_classic.nc tst_small_netcdf4.nc tst_misc.nc tst_norm.nc tst_names.nc " || rm -f nc_test_classic.nc nc_test_64bit.nc nc_test_netcdf4.nc tst_small_classic.nc tst_small_64bit.nc tst_small_netcdf4_classic.nc tst_small_netcdf4.nc tst_misc.nc tst_norm.nc tst_names.nc rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in cxx4 rm -f tst_suiterunner tst_suiterunner rm -f tst_file tst_file rm -f tst_filerw tst_filerw rm -f tst_simple tst_simple test -z "libnetcdf_c++4.la" || rm -f libnetcdf_c++4.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in cxx rm -f nctst nctst rm -f tst_failure tst_failure test -z "nctst_classic.nc nctst_64bit_offset.nc nctst_netcdf4.nc nctst_netcdf4_classic.nc nctst_classic.cdl nctst_64bit_offset.cdl tst_failure.nc nctst_netcdf4.cdl nctst_netcdf4_classic.cdl" || rm -f nctst_classic.nc nctst_64bit_offset.nc nctst_netcdf4.nc nctst_netcdf4_classic.nc nctst_classic.cdl nctst_64bit_offset.cdl tst_failure.nc nctst_netcdf4.cdl nctst_netcdf4_classic.cdl test -z "libnetcdf_c++.la" || rm -f libnetcdf_c++.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in nf_test rm -f nf_test nf_test rm -f tst_f77_v2 tst_f77_v2 rm -f ftst_vars ftst_vars rm -f ftst_vars2 ftst_vars2 rm -f ftst_vars3 ftst_vars3 rm -f ftst_vars4 ftst_vars4 rm -f ftst_vars5 ftst_vars5 rm -f ftst_types ftst_types rm -f ftst_types2 ftst_types2 rm -f ftst_groups ftst_groups rm -f ftest ftest test -z "scratch.nc test.nc copy.nc fills.nc tst_f77_v2.nc tst_f77_v2.nc ftst_vars.nc ftst_vars2.nc ftst_vars3.nc ftst_vars4.nc ftst_vars5.nc ftst_types.nc ftst_types2.nc ftst_groups.nc test.nc " || rm -f scratch.nc test.nc copy.nc fills.nc tst_f77_v2.nc tst_f77_v2.nc ftst_vars.nc ftst_vars2.nc ftst_vars3.nc ftst_vars4.nc ftst_vars5.nc ftst_types.nc ftst_types2.nc ftst_groups.nc test.nc rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in ncdump rm -f ncdump ncdump rm -f rewrite-scalar rewrite-scalar rm -f ctest ctest rm -f ctest64 ctest64 rm -f ncdump ncdump rm -f tst_utf8 tst_utf8 rm -f tst_create_files tst_create_files rm -f tst_h_rdc0 tst_h_rdc0 rm -f tst_group_data tst_group_data rm -f tst_enum_data tst_enum_data rm -f tst_opaque_data tst_opaque_data rm -f tst_string_data tst_string_data rm -f tst_vlen_data tst_vlen_data rm -f tst_comp tst_comp rm -f tst_nans tst_nans rm -f tst_unicode tst_unicode test -z "test0.nc tst_small.nc tst_small.cdl test1.cdl test1.nc test2.cdl ctest1.cdl ctest.c ctest64.c ctest0.nc ctest0_64.nc c1.cdl ctest1_64.cdl c0.nc tst_solar_1.cdl small.nc small2.nc c0tmp.nc tst_solar_2.cdl tst_ncml.nc c1.ncml utf8.cdl utf8_64.cdl utf8.nc utf8_64.nc tst_utf8.nc tst_utf8.cdl tst_solar_1.nc tst_solar_2.nc tst_solar_cmp.nc tst_group_data.nc tst_group_data.cdl tst_enum_data.nc tst_enum_data.cdl tst_opaque_data.nc tst_opaque_data.cdl tst_string_data.nc tst_string_data.cdl tst_vlen_data.nc tst_vlen_data.cdl tst_comp.nc tst_comp.cdl tst_unicode.nc tst_unicode.cdl tst_nans.nc tst_nans.cdl" || rm -f test0.nc tst_small.nc tst_small.cdl test1.cdl test1.nc test2.cdl ctest1.cdl ctest.c ctest64.c ctest0.nc ctest0_64.nc c1.cdl ctest1_64.cdl c0.nc tst_solar_1.cdl small.nc small2.nc c0tmp.nc tst_solar_2.cdl tst_ncml.nc c1.ncml utf8.cdl utf8_64.cdl utf8.nc utf8_64.nc tst_utf8.nc tst_utf8.cdl tst_solar_1.nc tst_solar_2.nc tst_solar_cmp.nc tst_group_data.nc tst_group_data.cdl tst_enum_data.nc tst_enum_data.cdl tst_opaque_data.nc tst_opaque_data.cdl tst_string_data.nc tst_string_data.cdl tst_vlen_data.nc tst_vlen_data.cdl tst_comp.nc tst_comp.cdl tst_unicode.nc tst_unicode.cdl tst_nans.nc tst_nans.cdl rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in ncgen rm -f ncgen ncgen test -z "c0.nc c0_64.nc c0_4.nc c0_4c.nc" || rm -f c0.nc c0_64.nc c0_4.nc c0_4c.nc rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in nctest rm -f nctest nctest test -z "nctest_classic.nc nctest_64bit_offset.nc nctest_netcdf4.nc test2.nc temp.tmp" || rm -f nctest_classic.nc nctest_64bit_offset.nc nctest_netcdf4.nc test2.nc temp.tmp rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in libsrc4 rm -f tst_h_files tst_h_files rm -f tst_h_atts tst_h_atts rm -f tst_h_atts2 tst_h_atts2 rm -f tst_h_vars tst_h_vars rm -f tst_h_vars2 tst_h_vars2 rm -f tst_h_grps tst_h_grps rm -f tst_h_compounds tst_h_compounds rm -f tst_h_compounds2 tst_h_compounds2 rm -f tst_h_wrt_cmp tst_h_wrt_cmp rm -f tst_h_rd_cmp tst_h_rd_cmp rm -f tst_h_vl tst_h_vl rm -f tst_h_opaques tst_h_opaques rm -f tst_h_strings tst_h_strings rm -f tst_h_dimscales tst_h_dimscales rm -f tst_h_dimscales2 tst_h_dimscales2 rm -f tst_h_enums tst_h_enums rm -f tst_lists tst_lists rm -f tst_dims tst_dims rm -f tst_files tst_files rm -f tst_vars tst_vars rm -f tst_varms tst_varms rm -f tst_unlim_vars tst_unlim_vars rm -f tst_atts tst_atts rm -f tst_converts tst_converts rm -f tst_converts2 tst_converts2 rm -f tst_grps tst_grps rm -f tst_compounds tst_compounds rm -f tst_compounds2 tst_compounds2 rm -f tst_vl tst_vl rm -f tst_h_vl2 tst_h_vl2 rm -f tst_opaques tst_opaques rm -f tst_strings tst_strings rm -f tst_interops tst_interops rm -f tst_enums tst_enums rm -f tst_vars2 tst_vars2 rm -f tst_utf8 tst_utf8 rm -f tst_v2 tst_v2 test -z "tst_nc_converts.nc tst_h_files.h5 tst_h_converts.h5 tst_h_atts.h5 tst_h_atts2.h5 tst_h_vars.h5 tst_h_vars2.h5 tst_h_grps.h5 tst_h_compounds.h5 tst_h_compounds2.h5 tst_h_wrt_cmp.h5 tst_h_vl.h5 tst_h_opaques.h5 tst_h_strings.h5 tst_h_converts.h5 tst_h_dimscales.h5 tst_h_dimscales2.h5 tst_h_enums.h5 tst_lists.nc tst_dims.nc tst_v2.nc tst_files.nc tst_vars.nc tst_varms.nc tst_unlim_vars.nc tst_atts.nc tst_converts.nc tst_converts2.nc tst_grps.nc tst_compounds.nc tst_compounds2.nc tst_vl.nc tst_opaques.nc tst_strings.nc tst_interops.h5 tst_enums.nc tst_coords.nc tst_vars2.nc tst_pres_temp_4D_classic.nc tst_pres_temp_4D_64bit_offset.nc tst_pres_temp_4D_netcdf4.nc tst_pres_temp_4D_netcdf4_classic.nc tst_h_par.nc tst_utf8.nc" || rm -f tst_nc_converts.nc tst_h_files.h5 tst_h_converts.h5 tst_h_atts.h5 tst_h_atts2.h5 tst_h_vars.h5 tst_h_vars2.h5 tst_h_grps.h5 tst_h_compounds.h5 tst_h_compounds2.h5 tst_h_wrt_cmp.h5 tst_h_vl.h5 tst_h_opaques.h5 tst_h_strings.h5 tst_h_converts.h5 tst_h_dimscales.h5 tst_h_dimscales2.h5 tst_h_enums.h5 tst_lists.nc tst_dims.nc tst_v2.nc tst_files.nc tst_vars.nc tst_varms.nc tst_unlim_vars.nc tst_atts.nc tst_converts.nc tst_converts2.nc tst_grps.nc tst_compounds.nc tst_compounds2.nc tst_vl.nc tst_opaques.nc tst_strings.nc tst_interops.h5 tst_enums.nc tst_coords.nc tst_vars2.nc tst_pres_temp_4D_classic.nc tst_pres_temp_4D_64bit_offset.nc tst_pres_temp_4D_netcdf4.nc tst_pres_temp_4D_netcdf4_classic.nc tst_h_par.nc tst_utf8.nc test -z "libnetcdf.la" || rm -f libnetcdf.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f test -z "netcdf.h" || rm -f netcdf.h rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in libsrc rm -f t_nc t_nc test -z "test.nc" || rm -f test.nc test -z "" || rm -f rm -rf .libs _libs test -z "libnetcdf2.la libnetcdf3.la " || rm -f libnetcdf2.la libnetcdf3.la rm -f "./so_locations" rm -f "./so_locations" rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in fortran test -z "nfconfig1.inc netcdf.inc" || rm -f nfconfig1.inc netcdf.inc test -z "" || rm -f rm -rf .libs _libs test -z "libnetcdff.la" || rm -f libnetcdff.la rm -f "./so_locations" rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f test -z "nfconfig.inc " || rm -f nfconfig.inc rm -f nfconfig1.inc stamp-h2 rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in f90 test -z "typesizes.mod netcdf.mod " || rm -f typesizes.mod netcdf.mod rm -rf .libs _libs test -z "libnetcdff90.la" || rm -f libnetcdff90.la rm -f "./so_locations" rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo test -z "" || rm -f test -z "VERSION comps.txt" || rm -f VERSION comps.txt rm -f config.h stamp-h1 rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f Makefile dhcp-235:netcdf-4.0 edo$ sudo ./configure --enable-netcdf-4 --with-hdf5=/usr/local/ --with-zlib=/usr/local/include --prefix=/usr/local/ CFLAGS=-m64 CXX=-m64 configure: netCDF 4.0 checking build system type... i386-apple-darwin9.6.0 checking host system type... i386-apple-darwin9.6.0 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes configure: checking user options checking whether CXX is set to ''... no checking whether FC is set to ''... no checking whether F90 is set to ''... no checking whether this is a netCDF-4.x build... yes configure: Processing NetCDF-4 options. checking whether netCDF-4 is to be built... yes checking whether DAP client is to be built... checking whether new netCDF-4 C++ API is to be built... no checking whether HDF5 should do data conversions... checking whether extra example tests should be run... checking whether parallel IO tests should be run... no checking whether a location for the HDF5 library was specified... /usr/local/ checking whether a location for the ZLIB library was specified... /usr/local/include checking whether a location for the SZLIB library was specified... checking whether netCDF-4 logging is enabled... checking whether netCDF extra tests should be run (developers only)... no checking whether documentation is to be installed... no checking whether Fortran compiler(s) should be tested during configure... yes checking whether configure should try to set compiler flags... yes checking whether FFIO will be used... no checking whether to skip C++, F77, or F90 APIs if compiler is broken... yes checking whether only the C library is desired... no checking whether examples should be built... yes checking whether F77 API is desired... yes checking whether F90 API is desired... yes checking whether fortran type sizes should be checked... yes checking whether C API is desired... yes checking where to get netCDF C-only library for separate fortran libraries... checking whether CXX API is desired... yes checking whether v2 netCDF API should be built... yes checking whether the ncgen/ncdump should be built... yes checking whether large file (> 2GB) tests should be run... no checking whether 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 for xlc... no checking for cc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking whether cc understands -c and -o together... yes checking for an ANSI C-conforming const... yes configure: finding Fortran compiler (will not be used if Fortran API is not desired) checking for xlf90... no checking for fort... no checking for xlf95... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for gfortran... no checking for f95... no checking for f90... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking whether we are using the GNU Fortran compiler... no checking whether accepts -g... no configure: WARNING: No F90 compiler found. F90 API will not be built. checking for xlf... no checking for fort... no checking for xlf95... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf77... no checking for lf95... no checking for gfortran... no checking for f77... no checking for frt... no checking for pgf95... no checking for f95... no checking for f90... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking for g77... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no configure: WARNING: No F77 compiler found. F77 API will not be built. configure: finding C++ compiler (will not be used if C++ API is not desired) checking whether we are using the GNU C++ compiler... no checking whether -m64 accepts -g... no checking dependency style of -m64... none configure: setting up libtool checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by cc... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -p checking the name lister (/usr/bin/nm -p) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 196608 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/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 -p output from cc object... ok checking for dsymutil... dsymutil checking for nmedit... nmedit checking for -single_module linker flag... yes checking for -exported_symbols_list linker flag... yes checking how to run the C preprocessor... cc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... (cached) no checking whether -m64 accepts -g... (cached) no checking dependency style of -m64... (cached) none checking how to run the C++ preprocessor... /lib/cpp checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... (cached) no checking whether accepts -g... (cached) no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking whether we are using the GNU Fortran compiler... (cached) no checking whether accepts -g... (cached) no checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fno-common -DPIC checking if cc PIC flag -fno-common -DPIC works... yes checking if cc static flag -static works... no checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin9.6.0 dyld checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes configure: finding other utilities checking for a BSD-compatible install... /usr/bin/install -c configure: trying to set flags for this platform checking if _HPUX_SOURCE should be set... no checking if Solaris -Xa option is needed... CFLAGS=-m64 checking if we need to set _LARGE_FILES despite results of previous tests... _LARGE_FILES= checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no configure: displaying some results checking CPPFLAGS... checking CC CFLAGS... cc -m64 checking type cc... cc is hashed (/usr/bin/cc) checking CXX... -m64 checking CXXFLAGS... ./configure: line 23743: type: -m: invalid option type: usage: type [-afptP] name [name ...] checking type -m64... checking FC... unset checking F90... unset checking AR... ar checking AR_FLAGS... cru checking type ar... ar is /usr/bin/ar checking NM... /usr/bin/nm -p checking NMFLAGS... configure: checking types, headers, and functions checking for stdlib.h... (cached) yes checking for sys/types.h... (cached) yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for strlcat... yes checking for strerror... yes checking for working alloca.h... yes checking for alloca... yes checking whether isnan is declared... yes checking whether isinf is declared... yes checking whether isfinite is declared... yes checking whether signbit is declared... yes checking for long long int... yes checking for unsigned long long int... yes checking for struct stat.st_blksize... yes checking for IEEE floating point format... yes checking for size_t... yes checking for off_t... yes checking for ssize_t... yes checking for ptrdiff_t... yes checking for uchar... no checking whether char is unsigned... no checking whether byte ordering is bigendian... universal checking size of short... 2 checking size of int... 4 checking size of long... 8 checking size of float... 4 checking size of double... 8 checking size of off_t... 8 checking size of size_t... 8 checking for catman... no checking for makewhatis... no checking for /usr/lib/makewhatis... no checking for manual-page index command... checking what to call the output of the ftpbin target... binary-netcdf-4.0_-m64.tar -m64 checking binary distribution directory... /home/ftp/pub/binary/dummy_system checking hdf5.h usability... yes checking hdf5.h presence... yes checking for hdf5.h... yes checking for H5Fflush in -lhdf5... no configure: error: Can't find the hdf5 header and/or library, or can't link a program to it. HDF5 must be built with zlib; the location of zlib must be specified for netCDF-4 with the --with-zlib option. If HDF5 was also built with szlib, then the location of szlib must also be specified with the --with-slib option. dhcp-235:netcdf-4.0 edo$ emacs Makefile dhcp-235:netcdf-4.0 edo$ sudo ./configure --enable-netcdf-4 --with-hdf5=/usr/local/ --with-zlib=/usr/local/include --prefix=/usr/local/ CFLAGS=-m64 configure: netCDF 4.0 checking build system type... i386-apple-darwin9.6.0 checking host system type... i386-apple-darwin9.6.0 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes configure: checking user options checking whether CXX is set to ''... no checking whether FC is set to ''... no checking whether F90 is set to ''... no checking whether this is a netCDF-4.x build... yes configure: Processing NetCDF-4 options. checking whether netCDF-4 is to be built... yes checking whether DAP client is to be built... checking whether new netCDF-4 C++ API is to be built... no checking whether HDF5 should do data conversions... checking whether extra example tests should be run... checking whether parallel IO tests should be run... no checking whether a location for the HDF5 library was specified... /usr/local/ checking whether a location for the ZLIB library was specified... /usr/local/include checking whether a location for the SZLIB library was specified... checking whether netCDF-4 logging is enabled... checking whether netCDF extra tests should be run (developers only)... no checking whether documentation is to be installed... no checking whether Fortran compiler(s) should be tested during configure... yes checking whether configure should try to set compiler flags... yes checking whether FFIO will be used... no checking whether to skip C++, F77, or F90 APIs if compiler is broken... yes checking whether only the C library is desired... no checking whether examples should be built... yes checking whether F77 API is desired... yes checking whether F90 API is desired... yes checking whether fortran type sizes should be checked... yes checking whether C API is desired... yes checking where to get netCDF C-only library for separate fortran libraries... checking whether CXX API is desired... yes checking whether v2 netCDF API should be built... yes checking whether the ncgen/ncdump should be built... yes checking whether large file (> 2GB) tests should be run... no checking whether 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 for xlc... no checking for cc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking whether cc understands -c and -o together... yes checking for an ANSI C-conforming const... yes configure: finding Fortran compiler (will not be used if Fortran API is not desired) checking for xlf90... no checking for fort... no checking for xlf95... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for gfortran... no checking for f95... no checking for f90... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking whether we are using the GNU Fortran compiler... no checking whether accepts -g... no configure: WARNING: No F90 compiler found. F90 API will not be built. checking for xlf... no checking for fort... no checking for xlf95... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf77... no checking for lf95... no checking for gfortran... no checking for f77... no checking for frt... no checking for pgf95... no checking for f95... no checking for f90... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking for g77... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no configure: WARNING: No F77 compiler found. F77 API will not be built. configure: finding C++ compiler (will not be used if C++ API is not desired) checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 configure: setting up libtool checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by cc... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -p checking the name lister (/usr/bin/nm -p) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 196608 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/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 -p output from cc object... ok checking for dsymutil... dsymutil checking for nmedit... nmedit checking for -single_module linker flag... yes checking for -exported_symbols_list linker flag... yes checking how to run the C preprocessor... cc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... (cached) yes checking whether g++ accepts -g... (cached) yes checking dependency style of g++... (cached) gcc3 checking how to run the C++ preprocessor... g++ -E checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... (cached) no checking whether accepts -g... (cached) no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking whether we are using the GNU Fortran compiler... (cached) no checking whether accepts -g... (cached) no checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fno-common -DPIC checking if cc PIC flag -fno-common -DPIC works... yes checking if cc static flag -static works... no checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin9.6.0 dyld checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for ld used by g++... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fno-common -DPIC checking if g++ PIC flag -fno-common -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin9.6.0 dyld checking how to hardcode library paths into programs... immediate configure: finding other utilities checking for a BSD-compatible install... /usr/bin/install -c configure: trying to set flags for this platform checking if _HPUX_SOURCE should be set... no checking if Solaris -Xa option is needed... CFLAGS=-m64 checking if we need to set _LARGE_FILES despite results of previous tests... _LARGE_FILES= checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no configure: displaying some results checking CPPFLAGS... checking CC CFLAGS... cc -m64 checking type cc... cc is hashed (/usr/bin/cc) checking CXX... g++ checking CXXFLAGS... -g -O2 checking type g++... g++ is /usr/bin/g++ checking FC... unset checking F90... unset checking AR... ar checking AR_FLAGS... cru checking type ar... ar is /usr/bin/ar checking NM... /usr/bin/nm -p checking NMFLAGS... configure: checking types, headers, and functions checking for stdlib.h... (cached) yes checking for sys/types.h... (cached) yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for strlcat... yes checking for strerror... yes checking for working alloca.h... yes checking for alloca... yes checking whether isnan is declared... yes checking whether isinf is declared... yes checking whether isfinite is declared... yes checking whether signbit is declared... yes checking for long long int... yes checking for unsigned long long int... yes checking for struct stat.st_blksize... yes checking for IEEE floating point format... yes checking for size_t... yes checking for off_t... yes checking for ssize_t... yes checking for ptrdiff_t... yes checking for uchar... no checking whether char is unsigned... no checking whether byte ordering is bigendian... universal checking size of short... 2 checking size of int... 4 checking size of long... 8 checking size of float... 4 checking size of double... 8 checking size of off_t... 8 checking size of size_t... 8 checking for catman... no checking for makewhatis... no checking for /usr/lib/makewhatis... no checking for manual-page index command... checking what to call the output of the ftpbin target... binary-netcdf-4.0_g++.tar g++ checking binary distribution directory... /home/ftp/pub/binary/dummy_system checking hdf5.h usability... yes checking hdf5.h presence... yes checking for hdf5.h... yes checking for H5Fflush in -lhdf5... no configure: error: Can't find the hdf5 header and/or library, or can't link a program to it. HDF5 must be built with zlib; the location of zlib must be specified for netCDF-4 with the --with-zlib option. If HDF5 was also built with szlib, then the location of szlib must also be specified with the --with-slib option. dhcp-235:netcdf-4.0 edo$ sudo ./configure --enable-netcdf-4 --with-hdf5=/usr/local/include --with-zlib=/usr/local/include --prefix=/usr/local/ CFLAGS=-m64 configure: netCDF 4.0 checking build system type... i386-apple-darwin9.6.0 checking host system type... i386-apple-darwin9.6.0 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes configure: checking user options checking whether CXX is set to ''... no checking whether FC is set to ''... no checking whether F90 is set to ''... no checking whether this is a netCDF-4.x build... yes configure: Processing NetCDF-4 options. checking whether netCDF-4 is to be built... yes checking whether DAP client is to be built... checking whether new netCDF-4 C++ API is to be built... no checking whether HDF5 should do data conversions... checking whether extra example tests should be run... checking whether parallel IO tests should be run... no checking whether a location for the HDF5 library was specified... /usr/local/include checking whether a location for the ZLIB library was specified... /usr/local/include checking whether a location for the SZLIB library was specified... checking whether netCDF-4 logging is enabled... checking whether netCDF extra tests should be run (developers only)... no checking whether documentation is to be installed... no checking whether Fortran compiler(s) should be tested during configure... yes checking whether configure should try to set compiler flags... yes checking whether FFIO will be used... no checking whether to skip C++, F77, or F90 APIs if compiler is broken... yes checking whether only the C library is desired... no checking whether examples should be built... yes checking whether F77 API is desired... yes checking whether F90 API is desired... yes checking whether fortran type sizes should be checked... yes checking whether C API is desired... yes checking where to get netCDF C-only library for separate fortran libraries... checking whether CXX API is desired... yes checking whether v2 netCDF API should be built... yes checking whether the ncgen/ncdump should be built... yes checking whether large file (> 2GB) tests should be run... no checking whether 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 for xlc... no checking for cc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking whether cc understands -c and -o together... yes checking for an ANSI C-conforming const... yes configure: finding Fortran compiler (will not be used if Fortran API is not desired) checking for xlf90... no checking for fort... no checking for xlf95... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for gfortran... no checking for f95... no checking for f90... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking whether we are using the GNU Fortran compiler... no checking whether accepts -g... no configure: WARNING: No F90 compiler found. F90 API will not be built. checking for xlf... no checking for fort... no checking for xlf95... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf77... no checking for lf95... no checking for gfortran... no checking for f77... no checking for frt... no checking for pgf95... no checking for f95... no checking for f90... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking for g77... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no configure: WARNING: No F77 compiler found. F77 API will not be built. configure: finding C++ compiler (will not be used if C++ API is not desired) checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 configure: setting up libtool checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by cc... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -p checking the name lister (/usr/bin/nm -p) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 196608 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/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 -p output from cc object... ok checking for dsymutil... dsymutil checking for nmedit... nmedit checking for -single_module linker flag... yes checking for -exported_symbols_list linker flag... yes checking how to run the C preprocessor... cc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... (cached) yes checking whether g++ accepts -g... (cached) yes checking dependency style of g++... (cached) gcc3 checking how to run the C++ preprocessor... g++ -E checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... (cached) no checking whether accepts -g... (cached) no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking whether we are using the GNU Fortran compiler... (cached) no checking whether accepts -g... (cached) no checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fno-common -DPIC checking if cc PIC flag -fno-common -DPIC works... yes checking if cc static flag -static works... no checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin9.6.0 dyld checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for ld used by g++... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fno-common -DPIC checking if g++ PIC flag -fno-common -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin9.6.0 dyld checking how to hardcode library paths into programs... immediate configure: finding other utilities checking for a BSD-compatible install... /usr/bin/install -c configure: trying to set flags for this platform checking if _HPUX_SOURCE should be set... no checking if Solaris -Xa option is needed... CFLAGS=-m64 checking if we need to set _LARGE_FILES despite results of previous tests... _LARGE_FILES= checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no configure: displaying some results checking CPPFLAGS... checking CC CFLAGS... cc -m64 checking type cc... cc is hashed (/usr/bin/cc) checking CXX... g++ checking CXXFLAGS... -g -O2 checking type g++... g++ is /usr/bin/g++ checking FC... unset checking F90... unset checking AR... ar checking AR_FLAGS... cru checking type ar... ar is /usr/bin/ar checking NM... /usr/bin/nm -p checking NMFLAGS... configure: checking types, headers, and functions checking for stdlib.h... (cached) yes checking for sys/types.h... (cached) yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for strlcat... yes checking for strerror... yes checking for working alloca.h... yes checking for alloca... yes checking whether isnan is declared... yes checking whether isinf is declared... yes checking whether isfinite is declared... yes checking whether signbit is declared... yes checking for long long int... yes checking for unsigned long long int... yes checking for struct stat.st_blksize... yes checking for IEEE floating point format... yes checking for size_t... yes checking for off_t... yes checking for ssize_t... yes checking for ptrdiff_t... yes checking for uchar... no checking whether char is unsigned... no checking whether byte ordering is bigendian... universal checking size of short... 2 checking size of int... 4 checking size of long... 8 checking size of float... 4 checking size of double... 8 checking size of off_t... 8 checking size of size_t... 8 checking for catman... no checking for makewhatis... no checking for /usr/lib/makewhatis... no checking for manual-page index command... checking what to call the output of the ftpbin target... binary-netcdf-4.0_g++.tar g++ checking binary distribution directory... /home/ftp/pub/binary/dummy_system checking hdf5.h usability... yes checking hdf5.h presence... yes checking for hdf5.h... 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 whether parallel I/O features are to be included... no checking for H5Pset_deflate in -lhdf5... yes checking for gawk... (cached) awk checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes configure: generating header files and makefiles configure: creating ./config.status config.status: creating Makefile config.status: creating man/Makefile 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 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 win32/Makefile config.status: creating win32/NET/Makefile config.status: creating win32/NET/libsrc/Makefile config.status: creating win32/NET/ncdump/Makefile config.status: creating win32/NET/ncgen/Makefile config.status: creating win32/NET/examples/Makefile config.status: creating win32/NET/nctest/Makefile config.status: creating win32/NET/nc_test/Makefile config.status: creating config.h config.status: creating fortran/nfconfig1.inc config.status: executing depfiles commands config.status: executing libtool commands dhcp-235:netcdf-4.0 edo$ sudo makemake all-recursive Making all in libsrc make all-am depbase=`echo v2i.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -MT v2i.lo -MD -MP -MF $depbase.Tpo -c -o v2i.lo v2i.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -MT v2i.lo -MD -MP -MF .deps/v2i.Tpo -c v2i.c -o v2i.o /bin/sh ../libtool --tag=CC --mode=link cc -m64 -L/usr/local/include/lib -L/usr/local/include/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 cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -MT attr.lo -MD -MP -MF $depbase.Tpo -c -o attr.lo attr.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -MT ncx.lo -MD -MP -MF $depbase.Tpo -c -o ncx.lo ncx.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -MT putget.lo -MD -MP -MF $depbase.Tpo -c -o putget.lo putget.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -MT dim.lo -MD -MP -MF $depbase.Tpo -c -o dim.lo dim.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -MT error.lo -MD -MP -MF $depbase.Tpo -c -o error.lo error.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -MT libvers.lo -MD -MP -MF $depbase.Tpo -c -o libvers.lo libvers.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -MT nc.lo -MD -MP -MF $depbase.Tpo -c -o nc.lo nc.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -MT string.lo -MD -MP -MF $depbase.Tpo -c -o string.lo string.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -MT v1hpg.lo -MD -MP -MF $depbase.Tpo -c -o v1hpg.lo v1hpg.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -MT var.lo -MD -MP -MF $depbase.Tpo -c -o var.lo var.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -MT utf8proc.lo -MD -MP -MF $depbase.Tpo -c -o utf8proc.lo utf8proc.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -MT posixio.lo -MD -MP -MF $depbase.Tpo -c -o posixio.lo posixio.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -MT posixio.lo -MD -MP -MF .deps/posixio.Tpo -c posixio.c -o posixio.o /bin/sh ../libtool --tag=CC --mode=link cc -m64 -L/usr/local/include/lib -L/usr/local/include/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 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 ranlib: file: .libs/libnetcdf3.a(libvers.o) has no symbols libtool: link: ranlib .libs/libnetcdf3.a ranlib: file: .libs/libnetcdf3.a(libvers.o) has no symbols libtool: link: ( cd ".libs" && rm -f "libnetcdf3.la" && ln -s "../libnetcdf3.la" "libnetcdf3.la" ) Making all in libsrc4 depbase=`echo nc4attr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -MT nc4attr.lo -MD -MP -MF $depbase.Tpo -c -o nc4attr.lo nc4attr.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -MT nc4internal.lo -MD -MP -MF $depbase.Tpo -c -o nc4internal.lo nc4internal.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -MT nc4var.lo -MD -MP -MF $depbase.Tpo -c -o nc4var.lo nc4var.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -MT nc4dim.lo -MD -MP -MF $depbase.Tpo -c -o nc4dim.lo nc4dim.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -MT ncfunc.lo -MD -MP -MF $depbase.Tpo -c -o ncfunc.lo ncfunc.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -MT nc4file.lo -MD -MP -MF $depbase.Tpo -c -o nc4file.lo nc4file.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -MT error.lo -MD -MP -MF $depbase.Tpo -c -o error.lo error.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -MT nc4grp.lo -MD -MP -MF $depbase.Tpo -c -o nc4grp.lo nc4grp.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -MT nc4type.lo -MD -MP -MF $depbase.Tpo -c -o nc4type.lo nc4type.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -MT nc4hdf.lo -MD -MP -MF $depbase.Tpo -c -o nc4hdf.lo nc4hdf.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -MT nc4hdf.lo -MD -MP -MF .deps/nc4hdf.Tpo -c nc4hdf.c -o nc4hdf.o /bin/sh ../libtool --tag=CC --mode=link cc -m64 -version-number 5:0:0 -o libnetcdf.la -rpath /usr/local/lib nc4attr.lo nc4internal.lo nc4var.lo nc4dim.lo ncfunc.lo nc4file.lo error.lo nc4grp.lo nc4type.lo nc4hdf.lo ../libsrc/libnetcdf3.la ../libsrc/libnetcdf2.la libtool: link: (cd .libs/libnetcdf.lax/libnetcdf3.a && ar x "/Users/edo/Downloads/netcdf-4.0/libsrc4/../libsrc/.libs/libnetcdf3.a") libtool: link: (cd .libs/libnetcdf.lax/libnetcdf2.a && ar x "/Users/edo/Downloads/netcdf-4.0/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/attr.o .libs/libnetcdf.lax/libnetcdf3.a/dim.o .libs/libnetcdf.lax/lt1-error.o .libs/libnetcdf.lax/libnetcdf3.a/libvers.o .libs/libnetcdf.lax/libnetcdf3.a/nc.o .libs/libnetcdf.lax/libnetcdf3.a/ncx.o .libs/libnetcdf.lax/libnetcdf3.a/posixio.o .libs/libnetcdf.lax/libnetcdf3.a/putget.o .libs/libnetcdf.lax/libnetcdf3.a/string.o .libs/libnetcdf.lax/libnetcdf3.a/utf8proc.o .libs/libnetcdf.lax/libnetcdf3.a/v1hpg.o .libs/libnetcdf.lax/libnetcdf3.a/var.o .libs/libnetcdf.lax/libnetcdf2.a/v2i.o ranlib: file: .libs/libnetcdf.a(error.o) has no symbols ranlib: file: .libs/libnetcdf.a(libvers.o) has no symbols libtool: link: ranlib .libs/libnetcdf.a ranlib: file: .libs/libnetcdf.a(error.o) has no symbols ranlib: file: .libs/libnetcdf.a(libvers.o) has no symbols libtool: link: rm -fr .libs/libnetcdf.lax .libs/libnetcdf.lax libtool: link: ( cd ".libs" && rm -f "libnetcdf.la" && ln -s "../libnetcdf.la" "libnetcdf.la" ) Making all in nctest make[2]: Nothing to be done for `all'. Making all in ncgen depbase=`echo main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I.. -I../libsrc4 -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -m64 -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$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I.. -I../libsrc4 -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -m64 -MT load.o -MD -MP -MF $depbase.Tpo -c -o load.o load.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo ncgentab.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I.. -I../libsrc4 -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -m64 -MT ncgentab.o -MD -MP -MF $depbase.Tpo -c -o ncgentab.o ncgentab.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo escapes.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I.. -I../libsrc4 -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -m64 -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$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I.. -I../libsrc4 -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -m64 -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$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I.. -I../libsrc4 -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -m64 -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$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I.. -I../libsrc4 -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -m64 -MT genlib.o -MD -MP -MF $depbase.Tpo -c -o genlib.o genlib.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CC --mode=link cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o ncgen main.o load.o ncgentab.o escapes.o getfill.o init.o genlib.o ../libsrc4/libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o ncgen main.o load.o ncgentab.o escapes.o getfill.o init.o genlib.o -L/usr/local/include/lib ../libsrc4/.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm Making all in ncdump ../ncgen/ncgen -c -o ctest0.nc ./../ncgen/c0.cdl > ./ctest.c ../ncgen/ncgen -v2 -c -o ctest0_64.nc ./../ncgen/c0.cdl > ./ctest64.c make all-am depbase=`echo ncdump.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../nc_test -I../libsrc4 -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -m64 -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$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../nc_test -I../libsrc4 -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -m64 -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$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../nc_test -I../libsrc4 -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -m64 -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$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../nc_test -I../libsrc4 -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -m64 -MT indent.o -MD -MP -MF $depbase.Tpo -c -o indent.o indent.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CC --mode=link cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o ncdump ncdump.o vardata.o dumplib.o indent.o -lm ../libsrc4/libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o ncdump ncdump.o vardata.o dumplib.o indent.o -L/usr/local/include/lib ../libsrc4/.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm Making all in cxx depbase=`echo netcdf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -g -O2 -MT netcdf.lo -MD -MP -MF $depbase.Tpo -c -o netcdf.lo netcdf.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -g -O2 -MT netcdf.lo -MD -MP -MF .deps/netcdf.Tpo -c netcdf.cpp -o netcdf.o depbase=`echo ncvalues.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -g -O2 -MT ncvalues.lo -MD -MP -MF $depbase.Tpo -c -o ncvalues.lo ncvalues.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -g -O2 -MT ncvalues.lo -MD -MP -MF .deps/ncvalues.Tpo -c ncvalues.cpp -o ncvalues.o ncvalues.cpp: In member function â??virtual char NcValues_ncbyte::as_char(long int) constâ??: ncvalues.cpp:81: warning: comparison is always false due to limited range of data type /bin/sh ../libtool --tag=CXX --mode=link g++ -g -O2 -L/usr/local/include/lib -L/usr/local/include/lib -version-info 5:0:0 -o libnetcdf_c++.la -rpath /usr/local/lib netcdf.lo ncvalues.lo libtool: link: ar cru .libs/libnetcdf_c++.a netcdf.o ncvalues.o libtool: link: ranlib .libs/libnetcdf_c++.a libtool: link: ( cd ".libs" && rm -f "libnetcdf_c++.la" && ln -s "../libnetcdf_c++.la" "libnetcdf_c++.la" ) Making all in nc_test make[2]: Nothing to be done for `all'. Making all in nc_test4 make[2]: Nothing to be done for `all'. Making all in man4 make[2]: Nothing to be done for `all'. Making all in examples Making all in C make[3]: Nothing to be done for `all'. Making all in CDL make[3]: Nothing to be done for `all'. Making all in CXX make[3]: Nothing to be done for `all'. make[3]: Nothing to be done for `all-am'. Making all in win32 Making all in NET Making all in examples make[4]: Nothing to be done for `all'. Making all in libsrc make[4]: Nothing to be done for `all'. Making all in ncdump make[4]: Nothing to be done for `all'. Making all in ncgen make[4]: Nothing to be done for `all'. Making all in nctest make[4]: Nothing to be done for `all'. Making all in nc_test make[4]: Nothing to be done for `all'. make[4]: Nothing to be done for `all-am'. make[3]: Nothing to be done for `all-am'. make[2]: Nothing to be done for `all-am'. dhcp-235:netcdf-4.0 edo$ sudo make check install Making check in libsrc make check-am make t_nc cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o t_nc t_nc-t_nc.o libnetcdf3.la libtool: link: cc -m64 -o t_nc t_nc-t_nc.o -L/usr/local/include/lib ./.libs/libnetcdf3.a make check-TESTS 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 ================== All 1 tests passed ================== Making check in libsrc4 make tst_h_files tst_h_atts tst_h_atts2 tst_h_vars tst_h_vars2 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_enums tst_lists tst_dims tst_files tst_vars tst_varms tst_unlim_vars tst_atts tst_converts tst_converts2 tst_grps tst_compounds tst_compounds2 tst_vl tst_h_vl2 tst_opaques tst_strings tst_interops tst_enums tst_vars2 tst_utf8 tst_v2 depbase=`echo tst_h_files.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_h_files tst_h_files.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_h_files tst_h_files.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_h_atts.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_h_atts tst_h_atts.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_h_atts tst_h_atts.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_h_atts2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_h_atts2 tst_h_atts2.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_h_atts2 tst_h_atts2.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_h_vars.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_h_vars tst_h_vars.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_h_vars tst_h_vars.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_h_vars2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_h_vars2 tst_h_vars2.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_h_vars2 tst_h_vars2.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_h_grps.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_h_grps tst_h_grps.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_h_grps tst_h_grps.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_h_compounds.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_h_compounds tst_h_compounds.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_h_compounds tst_h_compounds.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_h_compounds2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_h_compounds2 tst_h_compounds2.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_h_compounds2 tst_h_compounds2.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_h_wrt_cmp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_h_wrt_cmp tst_h_wrt_cmp.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_h_wrt_cmp tst_h_wrt_cmp.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_h_rd_cmp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_h_rd_cmp tst_h_rd_cmp.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_h_rd_cmp tst_h_rd_cmp.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_h_vl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_h_vl tst_h_vl.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_h_vl tst_h_vl.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_h_opaques.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_h_opaques tst_h_opaques.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_h_opaques tst_h_opaques.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_h_strings.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_h_strings tst_h_strings.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_h_strings tst_h_strings.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_h_dimscales.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_h_dimscales tst_h_dimscales.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_h_dimscales tst_h_dimscales.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_h_dimscales2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_h_dimscales2 tst_h_dimscales2.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_h_dimscales2 tst_h_dimscales2.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_h_enums.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_h_enums tst_h_enums.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_h_enums tst_h_enums.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_lists.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_lists tst_lists.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_lists tst_lists.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_dims.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -MT tst_dims.o -MD -MP -MF $depbase.Tpo -c -o tst_dims.o tst_dims.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CC --mode=link cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_dims tst_dims.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_dims tst_dims.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_files.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_files tst_files.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_files tst_files.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_vars.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_vars tst_vars.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_vars tst_vars.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_varms.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_varms tst_varms.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_varms tst_varms.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_unlim_vars.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_unlim_vars tst_unlim_vars.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_unlim_vars tst_unlim_vars.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_atts.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_atts tst_atts.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_atts tst_atts.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_converts.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_converts tst_converts.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_converts tst_converts.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_converts2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_converts2 tst_converts2.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_converts2 tst_converts2.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_grps.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_grps tst_grps.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_grps tst_grps.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_compounds.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_compounds tst_compounds.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_compounds tst_compounds.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_compounds2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_compounds2 tst_compounds2.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_compounds2 tst_compounds2.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_vl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_vl tst_vl.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_vl tst_vl.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_h_vl2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_h_vl2 tst_h_vl2.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_h_vl2 tst_h_vl2.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_opaques.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_opaques tst_opaques.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_opaques tst_opaques.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_strings.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_strings tst_strings.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_strings tst_strings.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_interops.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_interops tst_interops.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_interops tst_interops.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_enums.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_enums tst_enums.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_enums tst_enums.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_vars2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_vars2 tst_vars2.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_vars2 tst_vars2.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_utf8.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_utf8 tst_utf8.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_utf8 tst_utf8.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_v2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_v2 tst_v2.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_v2 tst_v2.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm make check-TESTS *** Checking HDF5 file functions. *** Checking HDF5 file creates and opens...ok. *** Checking HDF5 file creates and opens some more...ok. *** Creating file...ok. *** Tests successful! PASS: tst_h_files *** Checking HDF5 attribute functions. *** Checking HDF5 attribute ordering...ok. *** Checking HDF5 attribute deletes...ok. *** Checking HDF5 attributes attached to the fileid...ok. *** Checking HDF5 attributes in a group...ok. *** Checking HDF5 zero length attributes...ok. *** Checking how HDF5 handles a delete and recreation of dataset with atts...ok. *** Checking some more simple atts...ok. *** Checking some more simple atts even more...ok. *** Tests successful! PASS: tst_h_atts *** Checking HDF5 attribute functions. *** Checking HDF5 attribute ordering some more...ok. *** Checking HDF5 attribute ordering with 9 attributes...(skipping for HDF5 1.8.0 beta1)ok. *** Tests successful! PASS: tst_h_atts2 *** Checking HDF5 variable functions. *** Checking HDF5 boolean variables...ok. *** Checking HDF5 variable with unlimited dimension...ok. *** Checking HDF5 deflate filter setting and getting...ok. *** Checking HDF5 deflatfe, fletcher32, shuffle filter setting and getting...ok. *** Checking HDF5 endianness control...ok. *** Tests successful! PASS: tst_h_vars *** Checking HDF5 variable functions some more. *** Checking HDF5 variable ordering...ok. *** Checking HDF5 variable ordering in root group...ok. *** Checking HDF5 variable ordering flags with redef-type situations...ok. *** Checking HDF5 variable compession and filters...ok. *** Checking fill value...ok. *** Checking fill value of compound type...ok. *** Tests successful! PASS: tst_h_vars2 *** Checking HDF5 group functions. *** Checking out root group...ok. *** Checking out H5Gmove...ok. *** Checking out sub-groups...ok. *** Checking out UTF8 named sub-group...ok. *** Checking out UTF8 named sub-group with group creation ordering...ok. *** Tests successful! PASS: tst_h_grps *** Checking HDF5 compound types. *** Checking simple HDF5 compound types...ok. *** Checking HDF5 compound types and groups...ok. *** Checking HDF5 compound type which contains an array...ok. *** Checking HDF5 compound type 6 different types...ok. *** Checking HDF5 compound variable which contains a compound type...ok. *** Checking HDF5 variable which contains a compound type with different string handling...ok. *** Checking HDF5 compound attribute which contains a compound type...ok. *** Checking HDF5 variable of compound type which contains a string...ok. *** Checking HDF5 compound attribute which contains an array of char...ok. *** Tests successful! PASS: tst_h_compounds *** Checking HDF5 compound types some more. *** Checking HDF5 compound attribute which contains an array of unsigned byte...ok. *** Tests successful! PASS: tst_h_compounds2 *** Checking HDF5 compound types (even more so). *** Checking packing of HDF5 compound types...ok. *** Tests successful! PASS: tst_h_wrt_cmp *** Checking HDF5 compound types (we're almost there kids). *** Checking packing of HDF5 compound types...ok. *** Tests successful! PASS: tst_h_rd_cmp *** Checking HDF5 VLEN types. *** Checking simple HDF5 variable length types...ok. *** Tests successful! PASS: tst_h_vl *** Checking HDF5 opaque types. *** Checking simple HDF5 opaque types...ok. *** Tests successful! PASS: tst_h_opaques *** Checking HDF5 string types. *** Checking scalar string attribute...ok. *** Checking simple HDF5 string types...ok. *** Checking G&S compliance...ok. *** Tests successful! PASS: tst_h_strings *** Checking HDF5 dimension scales. *** Creating simple dimension scales file...ok. *** Checking that simple dimscale file can be read...ok. *** Creating simple dimension scales file with lots of datasets...ok. *** Creating a file with an unlimited dimension scale...ok. *** Checking that unlimited dimscale file can be read...ok. *** Creating some 3D datasets using shared dimscales...ok. *** Checking 3D datasets created with shared dimscales...ok. *** Creating 3D datasets using shared dimscales in groups...ok. *** Checking 3D datasets in groups created with shared dimscales...ok. *** Tests successful! PASS: tst_h_dimscales *** Checking HDF5 dimscales some more. *** Creating a file with one var with one dimension scale...ok. *** Checking that one var, one dimscale file can be read...ok. *** Creating a file with one var with two dimension scales...ok. *** Checking that one var, two dimscales file can be read...ok. *** Tests successful! PASS: tst_h_dimscales2 *** Checking HDF5 enum types. *** Checking simple HDF5 enum type...ok. *** Checking HDF5 enum type missing values...ok. *** Tests successful! PASS: 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 *** Testing netcdf-4 dimensions. *** Checking that netcdf-4 dimids inq works on netcdf-3 file...ok. *** Checking that netcdf-4 dimids inq works on more complex netcdf-3 file...ok. *** Testing file with just one dimension...ok. *** Testing renaming of one dimension...ok. *** Testing file with just one unlimited dimension...ok. *** Testing file with two unlimited dimensions...ok. *** Testing ordering of dimensions...ok. *** Testing file with just one unlimited dimension and one var...ok. *** Testing adding a coordinate var to file with dimension...ok. *** Testing adding a coordinate var to file with unlimited dimension...ok. *** Creating file with 1 data var, 2 dims, and 2 coord. vars...ok. *** Creating file with 3 data vars, 4 dims, and 2 coord. vars...ok. *** Checking file with dims and only some coordinate vars...ok. *** Tests successful! PASS: tst_dims *** Testing netcdf-4 file functions. *** testing version 4.0 of Feb 9 2009 17:38:37 $...ok. *** testing with bad inputs...ok. *** testing simple opens and creates...ok. *** testing more complex opens and creates...ok. *** testing redef for netCDF classic...ok. *** testing redef for netCDF 64-bit offset...ok. *** testing redef for netCDF-4 ...ok. *** testing redef for netCDF-4, with strict netCDF-3 rules...ok. *** testing different formats...ok. *** Tests successful! PASS: tst_files *** Testing netcdf-4 variable functions. *** testing netcdf-4 varids inq on netcdf-3 file...ok. *** testing simple variables...ok. *** testing simple variables with deflation...ok. *** testing netcdf-4 simple variable define...ok. *** testing netcdf-4 less simple variable define...ok. *** testing more complex netcdf-4 variable defines...ok. *** testing fill values...ok. *** testing more fill values...ok. *** testing lots of variables...ok. *** testing 4D example file in classic format...ok. *** testing 4D example file in 64-bit offset format...ok. *** testing 4D example file in netCDF-4/HDF5 format...ok. *** testing 4D example file in netCDF-4/HDF5 format with classic model rules...ok. *** Tests successful! PASS: tst_vars *** Testing netcdf-4 mapped variable functions. *** testing mapping with 2x2 variable...ok. *** testing mapping with 2x3 variable...ok. *** testing simple example from C Users' Guide...ok. *** testing transposed rh example from C Users' Guide...ok. *** Tests successful! PASS: tst_varms *** Testing netcdf-4 variable with unlimited dimensions. *** Testing file with one var, one unlim dim...ok. *** Tests successful! PASS: tst_unlim_vars *** Testing netcdf-4 attribute functions. *** testing really simple global atts...ok. *** testing simple global atts...ok. *** testing attribute data type conversions...ok. *** testing simple variable atts...ok. *** testing zero-length attributes... this test skipped for HDF 1.8.0 beta1ok. *** testing zero-length attributes and redef...(this test skipped for HDF5-1.8.0 beta1ok. *** testing attribute deletes and renames...ok. *** testing attribute create order...ok. *** testing attribute ordering some more...ok. *** testing attribute ordering even more...ok. *** testing attributes and enddef/redef...ok. *** Tests successful! PASS: tst_atts *** Testing netcdf data conversion. *** Testing conversion in netCDF classic files... ok. *** Testing conversion in netCDF 64-bit offset files... ok. *** Testing conversion in netCDF netCDF-4 files... ok. *** Testing conversion in netCDF netCDF-4 classic model files... ok. *** Tests successful! PASS: tst_converts *** Testing more netcdf-4 data conversion. *** Testing NC_BYTE converstions...ok. *** Testing MAX_INT converstions...ok. *** Tests successful! PASS: tst_converts2 *** Testing netcdf-4 group functions. *** testing simple group create...ok. *** testing simple nested group creates...ok. *** testing simple sibling group creates...ok. *** testing more group attributes...ok. *** testing groups and dimensions...ok. *** testing groups and vars...ok. *** testing groups and vars...ok. *** testing very simple groups and dimension scoping...ok. *** testing groups and dimension scoping...ok. *** testing more groups and dimension scoping...ok. *** testing groups and unlimited dimensions...ok. *** testing nested groups...ok. *** testing nested groups, user defined types, and enddef...ok. *** creating file with lots of user-defined types...ok. *** creating file with lots of groups...ok. *** Tests successful! PASS: tst_grps *** Testing netcdf-4 user defined type functions. *** testing REALLY simple compound variable create...ok. *** testing simple compound variable create...ok. *** testing simple compound attribute create...ok. *** testing compound variable with new atomic types...ok. *** testing compound variable containing an array of ints...ok. *** creating compound test file...ok. *** Now opening the ref file for this...ok. *** Tests successful! PASS: tst_compounds *** Tests successful! PASS: tst_compounds2 *** Testing netcdf-4 variable length type functions. *** testing vlen (of ints) attribute...ok. *** Tests successful! PASS: tst_vl *** Checking HDF5 VLEN types even more. *** Tests successful! PASS: tst_h_vl2 *** Testing netcdf-4 opaque type. *** testing *really* simple opaque attribute...ok. *** testing opaque attribute...ok. *** testing opaque variable...ok. *** testing 3 opaque types...ok. *** Tests successful! PASS: tst_opaques *** Testing netcdf-4 string type. *** testing string variable...ok. *** testing string attribute...ok. *** testing string var functions...ok. *** testing string attributes...ok. *** testing string fill value...ok. *** Tests successful! PASS: tst_strings *** Testing HDF5/NetCDF-4 interoperability... *** Creating a HDF5 file with one var with two dimension scales...ok. *** Checking that HDF5 file can be read by netCDF-4, and adding an att...ok. *** Checking that one var, two dimscales, one att file can still be read by HDF5...ok. *** Tests successful! PASS: tst_interops *** Testing netcdf-4 enum type. *** creating enum type...ok. *** testing enum attribute...ok. *** testing enum fill value ...ok. *** testing enum interuptus...ok. *** Tests successful! PASS: tst_enums *** Testing netcdf-4 variable functions, even more. *** Testing with classic format: **** testing simple fill value attribute creation...ok. **** testing simple fill value with data read...ok. **** testing fill value with one other attribute...ok. **** testing fill value with three other attributes...ok. **** testing fill value with simple example...ok. **** testing fill value with example from cxx tests in v2 api...ok. *** Testing with 64-bit offset format: **** testing simple fill value attribute creation...ok. **** testing simple fill value with data read...ok. **** testing fill value with one other attribute...ok. **** testing fill value with three other attributes...ok. **** testing fill value with simple example...ok. **** testing fill value with example from cxx tests in v2 api...ok. *** Testing with HDF5: **** testing simple fill value attribute creation...ok. **** testing simple fill value with data read...ok. **** testing fill value with one other attribute...ok. **** testing fill value with three other attributes...ok. **** testing fill value with simple example...ok. **** testing fill value with example from cxx tests in v2 api...ok. *** Testing with HDF5, netCDF Classic Model: **** testing simple fill value attribute creation...ok. **** testing simple fill value with data read...ok. **** testing fill value with one other attribute...ok. **** testing fill value with three other attributes...ok. **** testing fill value with simple example...ok. **** testing fill value with example from cxx tests in v2 api...ok. **** testing create order varids...ok. **** testing simple variable renaming...ok. **** testing dimension and variable renaming...ok. **** testing endianness...ok. **** testing chunking...ok. **** testing contiguous storage...ok. **** testing extreme numbers dude...ok. **** testing error codes for name clashes...ok. **** testing error codes for name clashes some more...ok. **** testing error codes for name clashes even more...ok. **** testing error code for too-large chunks...ok. *** Tests successful! PASS: tst_vars2 *** Testing UTF-8 names. *** creating UTF-8 names in classic model netcdf files...ok. *** renaming to UTF-8 names in classic model netcdf files...ok. *** creating UTF-8 names in netcdf-4 file...ok. *** Tests successful! PASS: tst_utf8 *** Testing netcdf-4 v2 API functions. *** testing simple opens and creates...ok. *** Tests successful! PASS: tst_v2 =================== All 37 tests passed =================== Making check in nctest make nctest depbase=`echo add.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 -I/usr/local/include/include -m64 -MT add.o -MD -MP -MF $depbase.Tpo -c -o add.o add.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo atttests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 -I/usr/local/include/include -m64 -MT atttests.o -MD -MP -MF $depbase.Tpo -c -o atttests.o atttests.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo cdftests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 -I/usr/local/include/include -m64 -MT cdftests.o -MD -MP -MF $depbase.Tpo -c -o cdftests.o cdftests.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo dimtests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 -I/usr/local/include/include -m64 -MT dimtests.o -MD -MP -MF $depbase.Tpo -c -o dimtests.o dimtests.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo driver.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 -I/usr/local/include/include -m64 -MT driver.o -MD -MP -MF $depbase.Tpo -c -o driver.o driver.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo emalloc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 -I/usr/local/include/include -m64 -MT emalloc.o -MD -MP -MF $depbase.Tpo -c -o emalloc.o emalloc.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo error.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 -I/usr/local/include/include -m64 -MT error.o -MD -MP -MF $depbase.Tpo -c -o error.o error.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo misctest.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 -I/usr/local/include/include -m64 -MT misctest.o -MD -MP -MF $depbase.Tpo -c -o misctest.o misctest.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo rec.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 -I/usr/local/include/include -m64 -MT rec.o -MD -MP -MF $depbase.Tpo -c -o rec.o rec.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo slabs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 -I/usr/local/include/include -m64 -MT slabs.o -MD -MP -MF $depbase.Tpo -c -o slabs.o slabs.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo val.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 -I/usr/local/include/include -m64 -MT val.o -MD -MP -MF $depbase.Tpo -c -o val.o val.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo vardef.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 -I/usr/local/include/include -m64 -MT vardef.o -MD -MP -MF $depbase.Tpo -c -o vardef.o vardef.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo varget.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 -I/usr/local/include/include -m64 -MT varget.o -MD -MP -MF $depbase.Tpo -c -o varget.o varget.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo vargetg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 -I/usr/local/include/include -m64 -MT vargetg.o -MD -MP -MF $depbase.Tpo -c -o vargetg.o vargetg.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo varput.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 -I/usr/local/include/include -m64 -MT varput.o -MD -MP -MF $depbase.Tpo -c -o varput.o varput.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo varputg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 -I/usr/local/include/include -m64 -MT varputg.o -MD -MP -MF $depbase.Tpo -c -o varputg.o varputg.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo vartests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 -I/usr/local/include/include -m64 -MT vartests.o -MD -MP -MF $depbase.Tpo -c -o vartests.o vartests.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo vputget.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 -I/usr/local/include/include -m64 -MT vputget.o -MD -MP -MF $depbase.Tpo -c -o vputget.o vputget.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo vputgetg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 -I/usr/local/include/include -m64 -MT vputgetg.o -MD -MP -MF $depbase.Tpo -c -o vputgetg.o vputgetg.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CC --mode=link cc -m64 -L../libsrc4 -L/usr/local/include/lib -L/usr/local/include/lib -o nctest add.o atttests.o cdftests.o dimtests.o driver.o emalloc.o error.o misctest.o rec.o slabs.o val.o vardef.o varget.o vargetg.o varput.o varputg.o vartests.o vputget.o vputgetg.o -lm ../libsrc4/libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o nctest add.o atttests.o cdftests.o dimtests.o driver.o emalloc.o error.o misctest.o rec.o slabs.o val.o vardef.o varget.o vargetg.o varput.o varputg.o vartests.o vputget.o vputgetg.o -L/Users/edo/Downloads/netcdf-4.0/libsrc4 -L/usr/local/include/lib ../libsrc4/.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm make check-TESTS Testing V2 API with 3 different netCDF formats. Switching to netCDF classic format. *** Testing nccreate ... ok *** *** Testing ncopen ... ok *** *** Testing ncredef ... ok *** *** Testing ncendef ... ok *** *** Testing ncclose ... ok *** *** Testing ncinquire ... ok *** *** Testing ncsync ... ok *** *** Testing ncabort ... ok *** *** Testing ncdimdef ... ok *** *** Testing ncdimid ... ok *** *** Testing ncdiminq ... ok *** *** Testing ncdimrename ... ok *** *** Testing ncvardef ... ok *** *** Testing ncvarid ... ok *** *** Testing ncvarinq ... ok *** *** Testing ncvarput1 ... ok *** *** Testing ncvarget1 ... ok *** *** Testing ncvarput ... ok *** *** Testing ncvarget ... ok *** *** Testing ncvarputg ... ok *** *** Testing ncvargetg ... ok *** *** Testing ncrecinq ... ok *** *** Testing ncrecput ... ok *** *** Testing ncrecget ... ok *** *** Testing ncvarrename ... ok *** *** Testing ncattput ... ok *** *** Testing ncattinq ... ok *** *** Testing ncattget ... ok *** *** Testing ncattcopy ... ok *** *** Testing ncattname ... ok *** *** Testing ncattrename ... ok *** *** Testing ncattdel ... ok *** *** Testing nctypelen ... ok *** Switching to 64-bit offset format. *** Testing nccreate ... ok *** *** Testing ncopen ... ok *** *** Testing ncredef ... ok *** *** Testing ncendef ... ok *** *** Testing ncclose ... ok *** *** Testing ncinquire ... ok *** *** Testing ncsync ... ok *** *** Testing ncabort ... ok *** *** Testing ncdimdef ... ok *** *** Testing ncdimid ... ok *** *** Testing ncdiminq ... ok *** *** Testing ncdimrename ... ok *** *** Testing ncvardef ... ok *** *** Testing ncvarid ... ok *** *** Testing ncvarinq ... ok *** *** Testing ncvarput1 ... ok *** *** Testing ncvarget1 ... ok *** *** Testing ncvarput ... ok *** *** Testing ncvarget ... ok *** *** Testing ncvarputg ... ok *** *** Testing ncvargetg ... ok *** *** Testing ncrecinq ... ok *** *** Testing ncrecput ... ok *** *** Testing ncrecget ... ok *** *** Testing ncvarrename ... ok *** *** Testing ncattput ... ok *** *** Testing ncattinq ... ok *** *** Testing ncattget ... ok *** *** Testing ncattcopy ... ok *** *** Testing ncattname ... ok *** *** Testing ncattrename ... ok *** *** Testing ncattdel ... ok *** *** Testing nctypelen ... ok *** Switching to netCDF-4 format (with NC_CLASSIC_MODEL). *** Testing nccreate ... ok *** *** Testing ncopen ... ok *** *** Testing ncredef ... ok *** *** Testing ncendef ... ok *** *** Testing ncclose ... ok *** *** Testing ncinquire ... ok *** *** Testing ncsync ... ok *** *** Testing ncabort ... ok *** *** Testing ncdimdef ... ok *** *** Testing ncdimid ... ok *** *** Testing ncdiminq ... ok *** *** Testing ncdimrename ... ok *** *** Testing ncvardef ... ok *** *** Testing ncvarid ... ok *** *** Testing ncvarinq ... ok *** *** Testing ncvarput1 ... ok *** *** Testing ncvarget1 ... ok *** *** Testing ncvarput ... ok *** *** Testing ncvarget ... ok *** *** Testing ncvarputg ... ok *** *** Testing ncvargetg ... ok *** *** Testing ncrecinq ... ok *** *** Testing ncrecput ... ok *** *** Testing ncrecget ... ok *** *** Testing ncvarrename ... ok *** *** Testing ncattput ... ok *** *** Testing ncattinq ... ok *** *** Testing ncattget ... ok *** *** Testing ncattcopy ... ok *** *** Testing ncattname ... ok *** *** Testing ncattrename ... ok *** *** Testing ncattdel ... ok *** *** Testing nctypelen ... ok *** Total number of failures: 0 nctest SUCCESS!!! PASS: nctest PASS: compare_test_files.sh ================== All 2 tests passed ================== Making check in ncgen make check-TESTS *** Testing ncgen. *** creating classic file c0.nc from c0.cdl... *** creating 64-bit offset file c0_64.nc from c0.cdl... *** Test successful! PASS: run_tests.sh *** Testing ncgen for netCDF-4. *** creating netCDF-4 file c0_4.nc from c0.cdl... *** creating netCDF-4 classic model file c0_4c.nc from c0.cdl... *** Test successful! PASS: run_nc4_tests.sh ================== All 2 tests passed ================== Making check in ncdump make check-am make rewrite-scalar ctest ctest64 ncdump tst_utf8 tst_create_files tst_h_rdc0 tst_group_data tst_enum_data tst_opaque_data tst_string_data tst_vlen_data tst_comp tst_nans tst_unicode depbase=`echo rewrite-scalar.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../nc_test -I../libsrc4 -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -m64 -MT rewrite-scalar.o -MD -MP -MF $depbase.Tpo -c -o rewrite-scalar.o rewrite-scalar.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CC --mode=link cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o rewrite-scalar rewrite-scalar.o -lm ../libsrc4/libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o rewrite-scalar rewrite-scalar.o -L/usr/local/include/lib ../libsrc4/.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo ctest.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../nc_test -I../libsrc4 -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -m64 -MT ctest.o -MD -MP -MF $depbase.Tpo -c -o ctest.o ctest.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CC --mode=link cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o ctest ctest.o -lm ../libsrc4/libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o ctest ctest.o -L/usr/local/include/lib ../libsrc4/.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo ctest64.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../nc_test -I../libsrc4 -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -m64 -MT ctest64.o -MD -MP -MF $depbase.Tpo -c -o ctest64.o ctest64.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CC --mode=link cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o ctest64 ctest64.o -lm ../libsrc4/libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o ctest64 ctest64.o -L/usr/local/include/lib ../libsrc4/.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm make[3]: `ncdump' is up to date. depbase=`echo tst_utf8.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../nc_test -I../libsrc4 -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_utf8 tst_utf8.o -lm ../libsrc4/libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_utf8 tst_utf8.o -L/usr/local/include/lib ../libsrc4/.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_create_files.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../nc_test -I../libsrc4 -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -m64 -MT tst_create_files.o -MD -MP -MF $depbase.Tpo -c -o tst_create_files.o tst_create_files.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CC --mode=link cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_create_files tst_create_files.o -lm ../libsrc4/libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_create_files tst_create_files.o -L/usr/local/include/lib ../libsrc4/.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../nc_test -I../nc_test -I../libsrc4 -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -m64 -MT tst_h_rdc0-tst_h_rdc0.o -MD -MP -MF .deps/tst_h_rdc0-tst_h_rdc0.Tpo -c -o tst_h_rdc0-tst_h_rdc0.o `test -f 'tst_h_rdc0.c' || echo './'`tst_h_rdc0.c mv -f .deps/tst_h_rdc0-tst_h_rdc0.Tpo .deps/tst_h_rdc0-tst_h_rdc0.Po /bin/sh ../libtool --tag=CC --mode=link cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_h_rdc0 tst_h_rdc0-tst_h_rdc0.o -lm ../libsrc4/libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_h_rdc0 tst_h_rdc0-tst_h_rdc0.o -L/usr/local/include/lib ../libsrc4/.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_group_data.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../nc_test -I../libsrc4 -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -m64 -MT tst_group_data.o -MD -MP -MF $depbase.Tpo -c -o tst_group_data.o tst_group_data.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CC --mode=link cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_group_data tst_group_data.o -lm ../libsrc4/libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_group_data tst_group_data.o -L/usr/local/include/lib ../libsrc4/.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_enum_data.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../nc_test -I../libsrc4 -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -m64 -MT tst_enum_data.o -MD -MP -MF $depbase.Tpo -c -o tst_enum_data.o tst_enum_data.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CC --mode=link cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_enum_data tst_enum_data.o -lm ../libsrc4/libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_enum_data tst_enum_data.o -L/usr/local/include/lib ../libsrc4/.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_opaque_data.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../nc_test -I../libsrc4 -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -m64 -MT tst_opaque_data.o -MD -MP -MF $depbase.Tpo -c -o tst_opaque_data.o tst_opaque_data.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CC --mode=link cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_opaque_data tst_opaque_data.o -lm ../libsrc4/libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_opaque_data tst_opaque_data.o -L/usr/local/include/lib ../libsrc4/.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_string_data.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../nc_test -I../libsrc4 -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -m64 -MT tst_string_data.o -MD -MP -MF $depbase.Tpo -c -o tst_string_data.o tst_string_data.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CC --mode=link cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_string_data tst_string_data.o -lm ../libsrc4/libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_string_data tst_string_data.o -L/usr/local/include/lib ../libsrc4/.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_vlen_data.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../nc_test -I../libsrc4 -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -m64 -MT tst_vlen_data.o -MD -MP -MF $depbase.Tpo -c -o tst_vlen_data.o tst_vlen_data.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CC --mode=link cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_vlen_data tst_vlen_data.o -lm ../libsrc4/libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_vlen_data tst_vlen_data.o -L/usr/local/include/lib ../libsrc4/.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_comp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../nc_test -I../libsrc4 -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -m64 -MT tst_comp.o -MD -MP -MF $depbase.Tpo -c -o tst_comp.o tst_comp.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CC --mode=link cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_comp tst_comp.o -lm ../libsrc4/libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_comp tst_comp.o -L/usr/local/include/lib ../libsrc4/.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_nans.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../nc_test -I../libsrc4 -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -m64 -MT tst_nans.o -MD -MP -MF $depbase.Tpo -c -o tst_nans.o tst_nans.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CC --mode=link cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_nans tst_nans.o -lm ../libsrc4/libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_nans tst_nans.o -L/usr/local/include/lib ../libsrc4/.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_unicode.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../nc_test -I../libsrc4 -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -m64 -MT tst_unicode.o -MD -MP -MF $depbase.Tpo -c -o tst_unicode.o tst_unicode.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CC --mode=link cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_unicode tst_unicode.o -lm ../libsrc4/libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_unicode tst_unicode.o -L/usr/local/include/lib ../libsrc4/.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm make check-TESTS *** Testing ncgen and ncdump using some test CDL files. *** creating tst_small.nc from ref_tst_small.cdl... *** creating tst_small.cdl from tst_small.nc... *** creating test0.nc from test0.cdl... *** creating test1.cdl from test0.nc... *** creating test1.nc from test1.cdl... *** creating test2.cdl from test1.nc... *** checking that test1.cdl and test2.nc are the same... *** All tests of ncgen and ncdump using test0.cdl passed! PASS: run_tests.sh *** Testing ncgen and ncdump with 64-bit offset format. *** creating test0.nc from test0.cdl... *** creating test1.cdl from test0.nc... *** creating test1.nc from test1.cdl... *** creating test2.cdl from test1.nc... *** All ncgen and ncdump with 64-bit offset format tests passed! PASS: tst_64bit.sh PASS: ctest PASS: ctest64 *** Testing ncgen and ncdump test output for classic format. *** creating ctest1.cdl from ctest0.nc... *** creating c0.nc from c0.cdl... *** creating c1.cdl from c0.nc... *** comparing ncdump of C program output (ctest1.cdl) with c1.cdl... *** test output for ncdump -k *** test output for ncdump -x *** creating tst_ncml.nc from tst_ncml.cdl *** creating c1.ncml from tst_ncml.nc *** comparing ncdump -x of generated file with ref1.ncml ... *** All ncgen and ncdump test output for classic format passed! *** Testing ncgen and ncdump test output for 64-bit offset format. *** creating ctest1.cdl from test0_64.nc... *** creating c0.nc from c0.cdl... *** creating c1.cdl from c0.nc... *** comparing ncdump of C program output (ctest1_64.cdl) with c1.cdl... *** test output for ncdump -k *** All ncgen and ncdump test output for 64-bit offset format passed! PASS: tst_output.sh *** testing length of classic file *** testing length of classic file written with NOFILL *** testing length of rewritten classic file *** testing length of rewritten classic file written with NOFILL *** testing length of 64-bit offset file *** testing length of 64-bit offset file written with NOFILL *** testing length of rewritten 64-bit offset file *** testing length of rewritten 64-bit offset file written with NOFILL *** testing length of one-record-variable classic file *** testing length of one-record-variable classic file written with NOFILL *** testing length of one-record-variable 64-bit offset file *** testing length of one-record-variable 64-bit offset file written with NOFILL PASS: tst_lengths.sh *** creating UTF-8 test file tst_utf8.nc...ok. *** Tests successful! PASS: tst_utf8 *** Testing ncgen and ncdump for UTF8 support... *** creating classic offset file with utf8 characters... *** dump and compare utf8 output... *** creating 64-bit offset file with utf8 characters... *** (64 bit) dump and compare utf8 output... *** dumping tst_utf8.nc to tst_utf8.cdl... *** comparing tst_utf8.cdl with tst8.cdl... *** All utf8 tests of ncgen and ncdump passed! PASS: run_utf8_tests.sh *** Creating test files for ncdump. *** creating nested group file tst_solar_1.nc...ok. *** checking nested group file tst_solar_1.nc...ok. *** creating file with VLEN tst_solar_2.nc...ok. *** creating file with compound type tst_solar_cmp.nc...ok. *** Tests successful! PASS: tst_create_files *** creating nested group file tst_group_data.nc...ok. *** Tests successful! PASS: tst_group_data *** creating enum test file tst_enum_data.nc...ok. *** Tests successful! PASS: tst_enum_data *** creating opaque test file tst_opaque_data.nc...ok. *** Tests successful! PASS: tst_opaque_data *** Tests successful! PASS: tst_string_data *** creating vlen test file tst_vlen_data.nc...ok. *** Tests successful! PASS: tst_vlen_data *** creating compound test file tst_comp.nc...ok. *** Tests successful! PASS: tst_comp *** creating NaN test file tst_nans.nc...ok. *** Tests successful! PASS: tst_nans *** Testing ncgen and ncdump test output for netCDF-4 format. *** creating netcdf-4 file c0.nc from c0.cdl... *** creating c1.cdl from c0.nc... *** comparing c1.cdl with ref_ctest1_nc4.cdl... *** Testing ncgen and ncdump test output for netCDF-4 classic format. *** creating netcdf-4 classic file c0.nc from c0.cdl... *** creating c1.cdl from c0.nc... *** comparing c1.cdl with ref_ctest1_nc4c.cdl... *** Testing ncdump output for netCDF-4 features. *** dumping tst_solar_1.nc to tst_solar_1.cdl... *** comparing tst_solar_1.cdl with ref_tst_solar_1.cdl... *** dumping tst_solar_2.nc to tst_solar_2.cdl... *** comparing tst_solar_2.cdl with ref_tst_solar_2.cdl... *** dumping tst_group_data.nc to tst_group_data.cdl... *** comparing tst_group_data.cdl with ref_tst_group_data.cdl... *** dumping tst_enum_data.nc to tst_enum_data.cdl... *** comparing tst_enum_data.cdl with ref_tst_enum_data.cdl... *** dumping tst_opaque_data.nc to tst_opaque_data.cdl... *** comparing tst_opaque_data.cdl with ref_tst_opaque_data.cdl... *** dumping tst_vlen_data.nc to tst_vlen_data.cdl... *** comparing tst_vlen_data.cdl with ref_tst_vlen_data.cdl... *** dumping tst_comp.nc to tst_comp.cdl... *** comparing tst_comp.cdl with ref_tst_comp.cdl... *** creating NaN test file tst_nans.nc...ok. *** Tests successful! *** creating tst_nans.cdl from tst_nans.nc *** comparing ncdump of generated file with ref_tst_nans.cdl ... *** dumping tst_unicode.nc to tst_unicode.cdl... *** creating UTF-8 test file tst_unicode.nc...ok. *** Tests successful! *** generating tst_nans.nc *** All ncgen and ncdump test output for netCDF-4 format passed! PASS: tst_netcdf4.sh *** Checking HDF5 file c0.nc. *** Checking HDF5 objcts...ok. *** Tests successful! PASS: tst_h_rdc0 *** creating UTF-8 test file tst_unicode.nc...ok. *** Tests successful! PASS: tst_unicode =================== All 19 tests passed =================== Making check in cxx make nctst tst_failure depbase=`echo nctst.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -g -O2 -MT nctst.o -MD -MP -MF $depbase.Tpo -c -o nctst.o nctst.cpp &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CXX --mode=link g++ -g -O2 -L/usr/local/include/lib -L/usr/local/include/lib -o nctst nctst.o ../cxx/libnetcdf_c++.la ../libsrc4/libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: g++ -g -O2 -o nctst nctst.o -Wl,-bind_at_load -L/usr/local/include/lib ../cxx/.libs/libnetcdf_c++.a ../libsrc4/.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm ld: warning in ../libsrc4/.libs/libnetcdf.a, file is not of required architecture ld: warning in /usr/local/include/lib/libhdf5_hl.a, file is not of required architecture ld: warning in /usr/local/include/lib/libhdf5.a, file is not of required architecture Undefined symbols: "_nc_rename_var", referenced from: NcVar::rename(char const*)in libnetcdf_c++.a(netcdf.o) "_nc__create", referenced from: NcFile::NcFile(char const*, NcFile::FileMode, unsigned long*, unsigned long, NcFile::FileFormat)in libnetcdf_c++.a(netcdf.o) "_nc_abort", referenced from: NcFile::abort() in libnetcdf_c++.a(netcdf.o) "_nc_enddef", referenced from: NcFile::data_mode() in libnetcdf_c++.a(netcdf.o) "_nc_inq_natts", referenced from: NcFile::num_atts() constin libnetcdf_c++.a(netcdf.o) "_nc_get_vara_schar", referenced from: NcVar::get(signed char*, long const*) constin libnetcdf_c++.a(netcdf.o) NcVar::get(signed char*, long, long, long, long, long) constin libnetcdf_c++.a(netcdf.o) NcVar::values() constin libnetcdf_c++.a(netcdf.o) NcVar::get_rec(NcDim*, long)in libnetcdf_c++.a(netcdf.o) "_nc_inq_ndims", referenced from: NcFile::num_dims() constin libnetcdf_c++.a(netcdf.o) "_nc_inq_varnatts", referenced from: NcVar::num_atts() constin libnetcdf_c++.a(netcdf.o) "_nc_put_vara_long", referenced from: NcVar::put(long const*, long const*)in libnetcdf_c++.a(netcdf.o) NcVar::put(long const*, long, long, long, long, long)in libnetcdf_c++.a(netcdf.o) "_nc_inq_atttype", referenced from: NcAtt::type() constin libnetcdf_c++.a(netcdf.o) "_nc_put_att_int", referenced from: NcVar::add_att(char const*, int, int const*)in libnetcdf_c++.a(netcdf.o) NcVar::add_att(char const*, int)in libnetcdf_c++.a(netcdf.o) "_nc_get_vara_int", referenced from: NcVar::get(int*, long const*) constin libnetcdf_c++.a(netcdf.o) NcVar::get(int*, long, long, long, long, long) constin libnetcdf_c++.a(netcdf.o) NcVar::values() constin libnetcdf_c++.a(netcdf.o) NcVar::get_rec(NcDim*, long)in libnetcdf_c++.a(netcdf.o) "_nc_inq_varndims", referenced from: NcVar::num_dims() constin libnetcdf_c++.a(netcdf.o) "_nc_inq_format", referenced from: NcFile::get_format() const in libnetcdf_c++.a(netcdf.o) "_nc_get_att_text", referenced from: NcAtt::values() constin libnetcdf_c++.a(netcdf.o) "_nc_put_att_schar", referenced from: NcVar::add_att(char const*, int, signed char const*)in libnetcdf_c++.a(netcdf.o) NcVar::add_att(char const*, signed char)in libnetcdf_c++.a(netcdf.o) "_nc_inq_attlen", referenced from: NcAtt::num_vals() constin libnetcdf_c++.a(netcdf.o) "_nc__open", referenced from: NcFile::NcFile(char const*, NcFile::FileMode, unsigned long*, unsigned long, NcFile::FileFormat)in libnetcdf_c++.a(netcdf.o) "_nc_inq_varid", referenced from: NcFile::get_var(char const*) constin libnetcdf_c++.a(netcdf.o) "_nc_put_vara_schar", referenced from: NcVar::put(signed char const*, long const*)in libnetcdf_c++.a(netcdf.o) NcVar::put(signed char const*, long, long, long, long, long)in libnetcdf_c++.a(netcdf.o) "_nc_inq_attname", referenced from: NcVar::attname(int) constin libnetcdf_c++.a(netcdf.o) NcVar::attnum(char const*) constin libnetcdf_c++.a(netcdf.o) "_nc_inq_dimlen", referenced from: NcDim::size() constin libnetcdf_c++.a(netcdf.o) "_nc_get_att_double", referenced from: NcAtt::values() constin libnetcdf_c++.a(netcdf.o) "_nc_inq_attid", referenced from: NcAtt::is_valid() constin libnetcdf_c++.a(netcdf.o) "_nc_put_vara_int", referenced from: NcVar::put(int const*, long const*)in libnetcdf_c++.a(netcdf.o) NcVar::put(int const*, long, long, long, long, long)in libnetcdf_c++.a(netcdf.o) "_nc_put_att_text", referenced from: NcVar::add_att(char const*, int, char const*)in libnetcdf_c++.a(netcdf.o) NcVar::add_att(char const*, char const*)in libnetcdf_c++.a(netcdf.o) NcVar::add_att(char const*, char)in libnetcdf_c++.a(netcdf.o) "_nc_def_dim", referenced from: NcDim::NcDim(NcFile*, char const*, long)in libnetcdf_c++.a(netcdf.o) "_nc_get_vara_double", referenced from: NcVar::get(double*, long const*) constin libnetcdf_c++.a(netcdf.o) NcVar::get(double*, long, long, long, long, long) constin libnetcdf_c++.a(netcdf.o) NcVar::values() constin libnetcdf_c++.a(netcdf.o) NcVar::get_rec(NcDim*, long)in libnetcdf_c++.a(netcdf.o) "_nc_get_vara_text", referenced from: NcVar::get(char*, long const*) constin libnetcdf_c++.a(netcdf.o) NcVar::get(char*, long, long, long, long, long) constin libnetcdf_c++.a(netcdf.o) NcVar::values() constin libnetcdf_c++.a(netcdf.o) NcVar::get_rec(NcDim*, long)in libnetcdf_c++.a(netcdf.o) "_nc_put_vara_double", referenced from: NcVar::put(double const*, long const*)in libnetcdf_c++.a(netcdf.o) NcVar::put(double const*, long, long, long, long, long)in libnetcdf_c++.a(netcdf.o) "_nc_put_att_double", referenced from: NcVar::add_att(char const*, int, double const*)in libnetcdf_c++.a(netcdf.o) NcVar::add_att(char const*, double)in libnetcdf_c++.a(netcdf.o) "_nc_inq_nvars", referenced from: NcFile::num_vars() constin libnetcdf_c++.a(netcdf.o) "_nc_inq_dimid", referenced from: NcFile::get_dim(char const*) constin libnetcdf_c++.a(netcdf.o) "_nc_get_att_short", referenced from: NcAtt::values() constin libnetcdf_c++.a(netcdf.o) "_nc_get_att_float", referenced from: NcAtt::values() constin libnetcdf_c++.a(netcdf.o) "_nc_inq_vartype", referenced from: NcVar::type() constin libnetcdf_c++.a(netcdf.o) "_nc_get_att_int", referenced from: NcAtt::values() constin libnetcdf_c++.a(netcdf.o) "_nc_inq_dimname", referenced from: NcDim::NcDim(NcFile*, int)in libnetcdf_c++.a(netcdf.o) NcDim::sync() in libnetcdf_c++.a(netcdf.o) "_nc_set_fill", referenced from: NcFile::set_fill(NcFile::FillMode) in libnetcdf_c++.a(netcdf.o) "_nc_sync", referenced from: NcFile::sync() in libnetcdf_c++.a(netcdf.o) "_nc_def_var", referenced from: NcFile::add_var(char const*, NcType, int, NcDim const**)in libnetcdf_c++.a(netcdf.o) NcFile::add_var(char const*, NcType, NcDim const*, NcDim const*, NcDim const*, NcDim const*, NcDim const*)in libnetcdf_c++.a(netcdf.o) "_nc_close", referenced from: NcFile::close() in libnetcdf_c++.a(netcdf.o) "_nc_inq_varname", referenced from: NcVar::sync() in libnetcdf_c++.a(netcdf.o) NcVar::NcVar(NcFile*, int)in libnetcdf_c++.a(netcdf.o) "_nc_inq_unlimdim", referenced from: NcDim::is_unlimited() const in libnetcdf_c++.a(netcdf.o) NcFile::rec_dim() constin libnetcdf_c++.a(netcdf.o) "_nc_get_vara_short", referenced from: NcVar::get(short*, long const*) constin libnetcdf_c++.a(netcdf.o) NcVar::get(short*, long, long, long, long, long) constin libnetcdf_c++.a(netcdf.o) NcVar::values() constin libnetcdf_c++.a(netcdf.o) NcVar::get_rec(NcDim*, long)in libnetcdf_c++.a(netcdf.o) "_nc_get_vara_float", referenced from: NcVar::get(float*, long const*) constin libnetcdf_c++.a(netcdf.o) NcVar::get(float*, long, long, long, long, long) constin libnetcdf_c++.a(netcdf.o) NcVar::values() constin libnetcdf_c++.a(netcdf.o) NcVar::get_rec(NcDim*, long)in libnetcdf_c++.a(netcdf.o) "_nc_put_vara_text", referenced from: NcVar::put(char const*, long const*)in libnetcdf_c++.a(netcdf.o) NcVar::put(char const*, long, long, long, long, long)in libnetcdf_c++.a(netcdf.o) "_nc_rename_att", referenced from: NcAtt::rename(char const*)in libnetcdf_c++.a(netcdf.o) "_nc_rename_dim", referenced from: NcDim::rename(char const*)in libnetcdf_c++.a(netcdf.o) "_nc_del_att", referenced from: NcAtt::remove() in libnetcdf_c++.a(netcdf.o) "_nc_put_att_short", referenced from: NcVar::add_att(char const*, int, short const*)in libnetcdf_c++.a(netcdf.o) NcVar::add_att(char const*, short)in libnetcdf_c++.a(netcdf.o) "_nc_put_att_float", referenced from: NcVar::add_att(char const*, int, float const*)in libnetcdf_c++.a(netcdf.o) NcVar::add_att(char const*, float)in libnetcdf_c++.a(netcdf.o) "_nc_put_att_long", referenced from: NcVar::add_att(char const*, int, long const*)in libnetcdf_c++.a(netcdf.o) NcVar::add_att(char const*, long)in libnetcdf_c++.a(netcdf.o) "_nc_put_vara_short", referenced from: NcVar::put(short const*, long const*)in libnetcdf_c++.a(netcdf.o) NcVar::put(short const*, long, long, long, long, long)in libnetcdf_c++.a(netcdf.o) "_nc_put_vara_float", referenced from: NcVar::put(float const*, long const*)in libnetcdf_c++.a(netcdf.o) NcVar::put(float const*, long, long, long, long, long)in libnetcdf_c++.a(netcdf.o) "_nc_get_vara_long", referenced from: NcVar::get(long*, long const*) constin libnetcdf_c++.a(netcdf.o) NcVar::get(long*, long, long, long, long, long) constin libnetcdf_c++.a(netcdf.o) "_nc_redef", referenced from: NcFile::define_mode() in libnetcdf_c++.a(netcdf.o) "_nc_get_att_schar", referenced from: NcAtt::values() constin libnetcdf_c++.a(netcdf.o) "_nc_inq_var", referenced from: NcVar::get_dim(int) constin libnetcdf_c++.a(netcdf.o) "_nc_strerror", referenced from: NcError::set_err(int) in libnetcdf_c++.a(netcdf.o) ld: symbol(s) not found collect2: ld returned 1 exit status make[2]: *** [nctst] Error 1 make[1]: *** [check-am] Error 2 make: *** [check-recursive] Error 1 dhcp-235:netcdf-4.0 edo$ dhcp-235:netcdf-4.0 edo$ dhcp-235:netcdf-4.0 edo$ dhcp-235:netcdf-4.0 edo$ dhcp-235:netcdf-4.0 edo$ cd .. dhcp-235:Downloads edo$ cd hdf5-1.8.1 dhcp-235:hdf5-1.8.1 edo$ dhcp-235:hdf5-1.8.1 edo$ dhcp-235:hdf5-1.8.1 edo$ dhcp-235:hdf5-1.8.1 edo$ dhcp-235:hdf5-1.8.1 edo$ dhcp-235:hdf5-1.8.1 edo$ sudo make distclean Making distclean in examples test -z "h5_write h5_read h5_extend_write h5_chunk_read h5_compound h5_group h5_select h5_attribute h5_mount h5_reference h5_drivers h5_ref2reg h5_extlink h5_elink_unix2win h5_shared_mesg " || rm -f h5_write h5_read h5_extend_write h5_chunk_read h5_compound h5_group h5_select h5_attribute h5_mount h5_reference h5_drivers h5_ref2reg h5_extlink h5_elink_unix2win h5_shared_mesg rm -rf .libs _libs test -z "*.raw *.meta *.o" || rm -f *.raw *.meta *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog red blue u2w *.h5 test -z "testh5cc.sh" || rm -f testh5cc.sh rm -f Makefile Making distclean in perform rm -f h5perf h5perf rm -f h5perf_serial h5perf_serial rm -f iopipe iopipe rm -f chunk chunk rm -f overhead overhead rm -f zip_perf zip_perf rm -f perf_meta perf_meta rm -f h5perf_serial h5perf_serial test -z "*.h5 *.raw *.dat x-gnuplot" || rm -f *.h5 *.raw *.dat x-gnuplot rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in hl Making distclean in examples test -z "ex_lite1 ex_lite2 ex_lite3 ptExampleFL ptExampleVL ex_image1 ex_image2 ex_table_01 ex_table_02 ex_table_03 ex_table_04 ex_table_05 ex_table_06 ex_table_07 ex_table_08 ex_table_09 ex_table_10 ex_table_11 ex_table_12 ex_ds1 " || rm -f ex_lite1 ex_lite2 ex_lite3 ptExampleFL ptExampleVL ex_image1 ex_image2 ex_table_01 ex_table_02 ex_table_03 ex_table_04 ex_table_05 ex_table_06 ex_table_07 ex_table_08 ex_table_09 ex_table_10 ex_table_11 ex_table_12 ex_ds1 rm -rf .libs _libs test -z "*.raw *.meta *.o" || rm -f *.raw *.meta *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 test -z "" || rm -f rm -f Makefile Making distclean in fortran Making distclean in examples test -z "exlite " || rm -f exlite rm -rf .libs _libs test -z "*.raw *.meta *.o" || rm -f *.raw *.meta *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 test -z "" || rm -f rm -f Makefile Making distclean in test rm -f tstlite tstlite rm -f tstimage tstimage rm -f tsttable tsttable rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog dsetf[1-4].h5 f1img.h5 f1tab.h5 rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in src test -z "libhdf5hl_fortran.la" || rm -f libhdf5hl_fortran.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in c++ Making distclean in examples test -z "ptExampleFL ptExampleVL " || rm -f ptExampleFL ptExampleVL rm -rf .libs _libs test -z "*.raw *.meta *.o" || rm -f *.raw *.meta *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 test -z "" || rm -f rm -f Makefile Making distclean in test rm -f ptableTest ptableTest rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in src test -z "libhdf5_hl_cpp.la" || rm -f libhdf5_hl_cpp.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in tools Making distclean in gif2h5 rm -f gif2h5 gif2h5 rm -f h52gif h52gif rm -rf .libs _libs rm -f h52gifgentst h52gifgentst rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 *.gif rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in test rm -f test_lite test_lite rm -f test_image test_image rm -f test_table test_table rm -f test_ds test_ds rm -f test_packet test_packet rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog combine_tables[1-2].h5 test_ds[1-6].h5 test_image[1-3].h5 test_lite[1-2].h5 test_table.h5 test_packet_table.h5 test_packet_compress.h5 rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in src test -z "libhdf5_hl.la" || rm -f libhdf5_hl.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in fortran Making distclean in examples test -z "dsetexample fileexample rwdsetexample attrexample groupexample grpsexample grpdsetexample hyperslab selectele grpit refobjexample refregexample mountexample compound " || rm -f dsetexample fileexample rwdsetexample attrexample groupexample grpsexample grpdsetexample hyperslab selectele grpit refobjexample refregexample mountexample compound rm -rf .libs _libs test -z "*.raw *.meta *.o" || rm -f *.raw *.meta *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 test -z "testh5fc.sh" || rm -f testh5fc.sh rm -f Makefile Making distclean in testpar rm -f parallel_test parallel_test rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog parf[12].h5 rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in test rm -f fortranlib_test fortranlib_test rm -f fflush1 fflush1 rm -f fflush2 fflush2 rm -f fortranlib_test_1_8 fortranlib_test_1_8 rm -rf .libs _libs test -z "libh5test_fortran.la" || rm -f libh5test_fortran.la rm -f "./so_locations" rm -f *.o test -z "*.tmp" || rm -f *.tmp rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in src test -z "libhdf5_fortran.la" || rm -f libhdf5_fortran.la rm -f "./so_locations" rm -rf .libs _libs rm -f H5match_types H5match_types rm -f H5fortran_detect H5fortran_detect rm -f H5test_kind H5test_kind rm -f *.o test -z "H5fortran_types.f90 H5f90i_gen.h H5fort_type_defines.h H5fortran_detect.f90" || rm -f H5fortran_types.f90 H5f90i_gen.h H5fort_type_defines.h H5fortran_detect.f90 rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "h5fc libhdf5_fortran.settings" || rm -f h5fc libhdf5_fortran.settings test -z "h5fc libhdf5_fortran.settings" || rm -f h5fc libhdf5_fortran.settings rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in c++ Making distclean in examples test -z "create readdata writedata compound extend_ds chunks h5group " || rm -f create readdata writedata compound extend_ds chunks h5group rm -rf .libs _libs test -z "*.raw *.meta *.o" || rm -f *.raw *.meta *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 test -z "testh5c++.sh" || rm -f testh5c++.sh rm -f Makefile Making distclean in test rm -f dsets dsets rm -f testhdf5 testhdf5 rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in src test -z "libhdf5_cpp.la" || rm -f libhdf5_cpp.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "h5c++" || rm -f h5c++ test -z "h5c++ libhdf5.settings" || rm -f h5c++ libhdf5.settings rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in tools Making distclean in h5stat rm -f h5stat h5stat rm -f h5stat_gentest h5stat_gentest test -z "" || rm -f rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 ../testfiles/fst_family*.h5 ../testfiles/scd_family*.h5 rm -f *.tab.c test -z "testh5stat.sh" || rm -f testh5stat.sh test -z "testh5stat.sh" || rm -f testh5stat.sh rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in h5copy rm -f h5copy h5copy rm -f h5copygentest h5copygentest rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in h5jam rm -f h5jam h5jam rm -f h5unjam h5unjam rm -f tellub tellub rm -f h5jamgentest h5jamgentest rm -f getub getub rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 *.txt rm -f *.tab.c test -z "testh5jam.sh" || rm -f testh5jam.sh test -z "testh5jam.sh" || rm -f testh5jam.sh rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in h5repack rm -f h5repack h5repack rm -f h5repacktst h5repacktst rm -rf .libs _libs rm -f testh5repack_detect_szip testh5repack_detect_szip rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 *.bin rm -f *.tab.c test -z "h5repack.sh" || rm -f h5repack.sh test -z "h5repack.sh" || rm -f h5repack.sh rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in h5import rm -f h5import h5import rm -f h5importtest h5importtest rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in misc rm -f h5debug h5debug rm -f h5repart h5repart rm -f h5mkgrp h5mkgrp rm -f h5repart_gentest h5repart_gentest rm -f repart_test repart_test test -z "h5redeploy" || rm -f h5redeploy rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 ../testfiles/fst_family*.h5 ../testfiles/scd_family*.h5 rm -f *.tab.c test -z "h5cc testh5repart.sh" || rm -f h5cc testh5repart.sh test -z "h5cc testh5repart.sh" || rm -f h5cc testh5repart.sh rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in h5ls rm -f h5ls h5ls rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in h5diff rm -f h5diff h5diff rm -f h5diffgentest h5diffgentest rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 expect_sorted actual_sorted rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in h5dump rm -f h5dump h5dump rm -f h5dumpgentest h5dumpgentest rm -f binread binread rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 *.bin rm -f *.tab.c test -z "testh5dump.sh testh5dumpxml.sh" || rm -f testh5dump.sh testh5dumpxml.sh test -z "testh5dump.sh" || rm -f testh5dump.sh rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in lib rm -f talign talign rm -rf .libs _libs test -z "libh5tools.la" || rm -f libh5tools.la rm -f "./so_locations" rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in testpar rm -f t_mpi t_mpi rm -f t_posix_compliant t_posix_compliant rm -f testphdf5 testphdf5 rm -f t_cache t_cache rm -f t_pflush1 t_pflush1 rm -f t_pflush2 t_pflush2 rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog MPItest.h5 Para*.h5 rm -f *.tab.c test -z "testph5.sh" || rm -f testph5.sh test -z "go Makefile testph5.sh" || rm -f go Makefile testph5.sh rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in test rm -f testhdf5 testhdf5 rm -f lheap lheap rm -f ohdr ohdr rm -f stab stab rm -f gheap gheap rm -f cache cache rm -f cache_api cache_api rm -f pool pool rm -f hyperslab hyperslab rm -f istore istore rm -f bittests bittests rm -f dt_arith dt_arith rm -f dtypes dtypes rm -f dsets dsets rm -f cmpd_dset cmpd_dset rm -f extend extend rm -f external external rm -f objcopy objcopy rm -f links links rm -f unlink unlink rm -f big big rm -f mtime mtime rm -f fillval fillval rm -f mount mount rm -f flush1 flush1 rm -f flush2 flush2 rm -f enum enum rm -f set_extent set_extent rm -f ttsafe ttsafe rm -f getname getname rm -f vfd vfd rm -f ntypes ntypes rm -f dangle dangle rm -f dtransform dtransform rm -f reserved reserved rm -f cross_read cross_read rm -f btree2 btree2 rm -f fheap fheap rm -f error_test error_test rm -f err_compat err_compat rm -f testmeta testmeta rm -rf .libs _libs test -z "libh5test.la" || rm -f libh5test.la rm -f "./so_locations" rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog cmpd_dset.h5 compact_dataset.h5 dataset.h5 dset_offset.h5 max_compact_dataset.h5 simple.h5 set_local.h5 random_chunks.h5 huge_chunks.h5 extend.h5 istore.h5 tfile[1-4].h5 th5s[1-3].h5 lheap.h5 fheap.h5 ohdr.h5 stab.h5 extern_[1-3].h5 extern_[1-4][ab].raw gheap[0-4].h5 dt_arith[1-2] links.h5 links[0-6]*.h5 extlinks[0-9].h5 tmp big.data big[0-9][0-9][0-9][0-9][0-9].h5 stdio.h5 sec2.h5 dtypes[1-8].h5 dt_arith[1-2].h5 tattr.h5 tselect.h5 mtime.h5 unlink.h5 unicode.h5 coord.h5 fillval_[0-9].h5 fillval.raw mount_[0-9].h5 testmeta.h5 ttime.h5 trefer[1-3].h5 tvltypes.h5 tvlstr.h5 tvlstr2.h5 flush.h5 enum1.h5 titerate.h5 ttsafe.h5 tarray1.h5 tgenprop.h5 tmisc[0-9]*.h5 set_extent_read.h5 set_extent_create.h5 getname.h5 getname[1-3].h5 sec2_file.h5 direct_file.h5 family_file000[0-3][0-9].h5 multi_file-[rs].h5 core_file new_move_[ab].h5 ntypes.h5 dangle.h5 error_test.h5 err_compat.h5 dtransform.h5 test_filters.h5 get_file_name.h5 tstint[1-2].h5 unlink_chunked.h5 btree2.h5 objcopy_src.h5 objcopy_dst.h5 objcopy_ext.dat trefer1.h5 trefer2.h5 rm -f *.tab.c test -z "testerror.sh" || rm -f testerror.sh test -z "testerror.sh" || rm -f testerror.sh rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in src test -z "libhdf5.la" || rm -f libhdf5.la rm -f "./so_locations" rm -rf .libs _libs rm -f H5detect H5detect rm -f *.o test -z "H5Tinit.c" || rm -f H5Tinit.c rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "libhdf5.settings" || rm -f libhdf5.settings test -z "H5pubconf.h" || rm -f H5pubconf.h rm -f H5config.h stamp-h1 rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo if test -d ii_files; then \ rm -f -rf ii_files; \ fi test -z "" || rm -f test -z "config/stamp1 config/stamp2" || rm -f config/stamp1 config/stamp2 rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f Makefile dhcp-235:hdf5-1.8.1 edo$ sudo ./configure --with-zlib=/usr/local --prefix=/usr/local --disable-shared CC=gcc CFLAGS=-m64checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... bin/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... i386-apple-darwin9.6.0 checking host system type... i386-apple-darwin9.6.0 checking shell variables initial values... done checking if basename works... yes checking if xargs works... yes checking for cached host... none checking for config i386-apple-darwin9.6.0... no checking for config i386-apple-darwin9.6.0... no checking for config apple-darwin9.6.0... no checking for config apple-darwin9.6.0... no checking for config i386-darwin9.6.0... no checking for config i386-darwin9.6.0... no checking for config i386-apple... no checking for config darwin9.6.0... no checking for config darwin9.6.0... no checking for config apple... found compiler 'gcc' is GNU gcc-4.0.1 checking for config ./config/site-specific/host-dhcp-235.mirsl.dyn... no checking for config ./config/site-specific/host-mirsl.dyn... no checking for config ./config/site-specific/host-dyn... no checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking if Fortran interface enabled... no checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking if c++ interface enabled... no checking if should build only statically linked executables... no checking for perl... perl checking for ar... ar checking whether make sets $(MAKE)... (cached) yes checking for a BSD-compatible install... /usr/bin/install -c checking for tr... /usr/bin/tr checking if srcdir= and time commands work together... yes checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -p checking the name lister (/usr/bin/nm -p) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 196608 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to reload object files... -r checking how to recognize dependent libraries... pass_all checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -p output from gcc object... ok checking for dsymutil... dsymutil checking for nmedit... nmedit checking for -single_module linker flag... yes checking for -exported_symbols_list linker flag... yes checking how to run the C preprocessor... 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) yes checking whether g++ accepts -g... (cached) yes checking dependency style of g++... (cached) gcc3 checking how to run the C++ preprocessor... g++ -E checking whether we are using the GNU Fortran compiler... no checking whether xlf accepts -g... no checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fno-common -DPIC checking if gcc PIC flag -fno-common -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin9.6.0 dyld checking how to hardcode library paths into programs... immediate checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... yes checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for ld used by g++... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fno-common -DPIC checking if g++ PIC flag -fno-common -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin9.6.0 dyld checking how to hardcode library paths into programs... immediate checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes libtool.m4: error: problem compiling FC test program checking for xlf option to produce PIC... checking if xlf static flag works... no checking if xlf supports -c -o file.o... no checking if xlf supports -c -o file.o... (cached) no checking whether the xlf linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... no checking dynamic linker characteristics... darwin9.6.0 dyld checking how to hardcode library paths into programs... immediate checking if -Wl,-rpath should be used to link shared libs in nondefault directories... yes checking make... checking how make searches directories... VPATH=DIR1 DIR2 ... checking whether make will build with undefined variables... yes checking for production mode... production checking for ceil in -lm... yes checking for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking for difftime... yes checking for gettimeofday... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking for sys/stat.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for sys/types.h... (cached) yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking setjmp.h usability... yes checking setjmp.h presence... yes checking for setjmp.h... yes checking features.h usability... no checking features.h presence... no checking for features.h... no checking for stdint.h... (cached) yes checking io.h usability... no checking io.h presence... no checking for io.h... no checking winsock.h usability... no checking winsock.h presence... no checking for winsock.h... no checking sys/timeb.h usability... yes checking sys/timeb.h presence... yes checking for sys/timeb.h... yes skipping test for lseek64(), fseek64(), fseeko(), and ftello checking for stat64... yes checking for fstat64... yes checking for off_t... yes checking for size_t... yes checking for ssize_t... yes checking whether byte ordering is bigendian... no checking for char... yes checking size of char... 1 checking for short... yes checking size of short... 2 checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 8 checking for long long... yes checking size of long long... 8 checking for __int64... no checking size of __int64... 0 checking for float... yes checking size of float... 4 checking for double... yes checking size of double... 8 checking for long double... yes checking size of long double... 16 checking for int8_t... yes checking size of int8_t... 1 checking for uint8_t... yes checking size of uint8_t... 1 checking for int_least8_t... yes checking size of int_least8_t... 1 checking for uint_least8_t... yes checking size of uint_least8_t... 1 checking for int_fast8_t... yes checking size of int_fast8_t... 1 checking for uint_fast8_t... yes checking size of uint_fast8_t... 1 checking for int16_t... yes checking size of int16_t... 2 checking for uint16_t... yes checking size of uint16_t... 2 checking for int_least16_t... yes checking size of int_least16_t... 2 checking for uint_least16_t... yes checking size of uint_least16_t... 2 checking for int_fast16_t... yes checking size of int_fast16_t... 2 checking for uint_fast16_t... yes checking size of uint_fast16_t... 2 checking for int32_t... yes checking size of int32_t... 4 checking for uint32_t... yes checking size of uint32_t... 4 checking for int_least32_t... yes checking size of int_least32_t... 4 checking for uint_least32_t... yes checking size of uint_least32_t... 4 checking for int_fast32_t... yes checking size of int_fast32_t... 4 checking for uint_fast32_t... yes checking size of uint_fast32_t... 4 checking for int64_t... yes checking size of int64_t... 8 checking for uint64_t... yes checking size of uint64_t... 8 checking for int_least64_t... yes checking size of int_least64_t... 8 checking for uint_least64_t... yes checking size of uint_least64_t... 8 checking for int_fast64_t... yes checking size of int_fast64_t... 8 checking for uint_fast64_t... yes checking size of uint_fast64_t... 8 checking for size_t... (cached) yes checking size of size_t... 8 checking for ssize_t... (cached) yes checking size of ssize_t... 8 checking for off_t... (cached) yes checking size of off_t... 8 checking for off64_t... no checking size of off64_t... 0 checking if dev_t is scalar... yes checking for dmalloc library... suppressed checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for compress2 in -lz... no checking for compress2... no checking for szlib... suppressed checking for pthread... suppressed checking for thread safe support... no checking for tm_gmtoff in struct tm... yes checking for __tm_gmtoff in struct tm... no checking for global timezone variable... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking for struct timezone... yes checking whether gettimeofday() gives timezone... yes checking for st_blocks in struct stat... yes checking for _getvideoconfig... no checking for gettextinfo... no checking for GetConsoleScreenBufferInfo... no checking for _scrsize... no checking for ioctl... yes checking for struct videoconfig... no checking for struct text_info... no checking for TIOCGWINSZ... yes checking for TIOCGETD... yes checking for alarm... yes checking for fork... yes checking for frexpf... yes checking for frexpl... yes checking for gethostname... yes checking for getpwuid... yes checking for getrusage... yes checking for BSDgettimeofday... no checking for siglongjmp... yes checking for longjmp... yes checking for setsysinfo... no checking for sigaction... yes checking for signal... yes checking for snprintf... yes checking for vasprintf... yes checking for strdup... yes checking for system... yes checking for waitpid... yes checking for rand_r... yes checking for random... yes checking for srandom... yes checking for tmpfile... yes checking for vsnprintf... yes checking if vsnprintf returns correct value... yes checking if lone colon can be used as an argument... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for __attribute__ extension... yes checking for __FUNCTION__ extension... yes checking how to print long long... %ld and %lu checking Threads support system scope... yes checking for gpfs... suppressed checking for debug flags... none checking whether function stack tracking is enabled... no checking whether metadata trace file code is enabled... no checking for API tracing... no checking for instrumented library... no checking whether to clear file buffers... yes checking whether a memory checking tool will be used... no checking for parallel support files... skipped checking for I/O filters... all (shuffle,fletcher32,nbit,scaleoffset) checking for Default Virtual File Driver definition... yes checking for Direct Virtual File Driver support... no checking whether exception handling functions is checked during data conversions... yes checking whether data accuracy is guaranteed during data conversions... yes checking if converting denormalized floating-point values is possible... yes checking if converting floating-point values to long long is not working... false checking if the machine has window style path name... no checking if converting from long double to integers is accurate... yes checking if converting from long double to integers works... yes checking if accurately converting from integers to long double... yes checking if accurately converting unsigned long long to floating-point values... yes checking if accurately roundup converting floating-point to unsigned long long values... yes checking if right maximum converting floating-point to unsigned long long values... no checking if correctly converting long double to unsigned int values... yes checking if compiling unsigned long long to floating-point typecasts work... yes checking if compiling long long to floating-point typecasts work... yes checking if converting unsigned long long to long double with precision... yes checking if overflows normally converting floating-point to integer values... yes checking if correctly converting long double to (unsigned) long long values... yes checking if correctly converting (unsigned) long long to long double values... yes checking if bad code for log2 routine is generated... no checking if high level library is enabled... yes checking additional programs should be built... no checking if deprecated public symbols are available... yes checking which version of public symbols to use by default... v18 checking Whether to perform strict file format checks... no configure: creating ./config.status config.status: creating src/libhdf5.settings config.status: creating Makefile config.status: creating src/Makefile config.status: creating test/Makefile config.status: creating test/testerror.sh config.status: creating testpar/Makefile config.status: creating testpar/testph5.sh config.status: creating perform/Makefile config.status: creating tools/Makefile config.status: creating tools/h5dump/Makefile config.status: creating tools/h5dump/testh5dump.sh config.status: creating tools/h5dump/testh5dumpxml.sh config.status: creating tools/h5import/Makefile config.status: creating tools/h5diff/Makefile config.status: creating tools/h5jam/Makefile config.status: creating tools/h5jam/testh5jam.sh config.status: creating tools/h5repack/Makefile config.status: creating tools/h5repack/h5repack.sh config.status: creating tools/h5ls/Makefile config.status: creating tools/h5copy/Makefile config.status: creating tools/lib/Makefile config.status: creating tools/misc/Makefile config.status: creating tools/misc/h5cc config.status: creating tools/misc/testh5repart.sh config.status: creating tools/h5stat/testh5stat.sh config.status: creating tools/h5stat/Makefile config.status: creating examples/Makefile config.status: creating examples/testh5cc.sh config.status: creating c++/Makefile config.status: creating c++/src/Makefile config.status: creating c++/src/h5c++ config.status: creating c++/test/Makefile config.status: creating c++/examples/Makefile config.status: creating c++/examples/testh5c++.sh config.status: creating fortran/Makefile config.status: creating fortran/src/h5fc config.status: creating fortran/src/libhdf5_fortran.settings config.status: creating fortran/src/Makefile config.status: creating fortran/test/Makefile config.status: creating fortran/testpar/Makefile config.status: creating fortran/examples/Makefile config.status: creating fortran/examples/testh5fc.sh config.status: creating hl/Makefile config.status: creating hl/src/Makefile config.status: creating hl/test/Makefile config.status: creating hl/tools/Makefile config.status: creating hl/tools/gif2h5/Makefile config.status: creating hl/examples/Makefile config.status: creating hl/c++/Makefile config.status: creating hl/c++/src/Makefile config.status: creating hl/c++/test/Makefile config.status: creating hl/c++/examples/Makefile config.status: creating hl/fortran/Makefile config.status: creating hl/fortran/src/Makefile config.status: creating hl/fortran/test/Makefile config.status: creating hl/fortran/examples/Makefile config.status: creating src/H5config.h config.status: executing default-1 commands creating src/H5pubconf.h Post process src/libhdf5.settings config.status: executing depfiles commands config.status: executing libtool commands SUMMARY OF THE HDF5 CONFIGURATION ================================= General Information: ------------------- HDF5 Version: 1.8.1 Configured on: Mon Feb 9 17:52:04 EST 2009 Configured by: address@hidden Configure mode: production Host system: i386-apple-darwin9.6.0 Uname information: Darwin dhcp-235.mirsl.dyn 9.6.0 Darwin Kernel Version 9.6.0: Mon Nov 24 17:37:00 PST 2008; root:xnu-1228.9.59~1/RELEASE_I386 i386 Byte sex: little-endian Libraries: Parallel support: no Installation point: /usr/local Compiler: /usr/bin/gcc (gcc-4.0.1) Compiler switches: -m64 -I/usr/local/include Extra libraries: -lm Archiver: ar Ranlib: ranlib Debugged Packages: API Tracing: no Compiling Options: ------------------ Compilation Mode: production C Compiler: /usr/bin/gcc (gcc-4.0.1) CFLAGS/H5_CFLAGS: -m64/-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions CPPFLAGS/H5_CPPFLAGS: -I/usr/local/include / -DNDEBUG -UH5_DEBUG_API LDFLAGS: Debug Mode: Shared Libraries: no Static Libraries: yes Statically Linked Executables: no Default Public Symbols Version: v18 With Deprecated Public Symbols: yes Tracing: no Clear file buffers before write: yes Using memory checker: no Optimization Instrumentation: no Languages: ---------- Fortran: no C++: no Features: --------- dmalloc: no Function Stack Tracing: no GPFS: no Strict File Format Checks: no Default API Mapping: v18 I/O filters (external): I/O filters (internal): shuffle,fletcher32,nbit,scaleoffset Linux Large File Support (LFS): no MPE: no Parallel HDF5: no Direct VFD: no Threadsafety: no High Level library: yes dhcp-235:hdf5-1.8.1 edo$ sudo make Making all in src make all-am /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5.lo -MD -MP -MF .deps/H5.Tpo -c -o H5.lo H5.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5.lo -MD -MP -MF .deps/H5.Tpo -c H5.c -o H5.o H5.c: In function â??H5dont_atexitâ??: H5.c:347: warning: unused variable â??FUNCâ?? H5.c: In function â??H5check_versionâ??: H5.c:615: warning: unused variable â??FUNCâ?? H5.c: In function â??H5closeâ??: H5.c:754: warning: unused variable â??FUNCâ?? mv -f .deps/H5.Tpo .deps/H5.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5checksum.lo -MD -MP -MF .deps/H5checksum.Tpo -c -o H5checksum.lo H5checksum.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5checksum.lo -MD -MP -MF .deps/H5checksum.Tpo -c H5checksum.c -o H5checksum.o H5checksum.c: In function â??H5_hash_stringâ??: H5checksum.c:489: warning: suggest parentheses around assignment used as truth value mv -f .deps/H5checksum.Tpo .deps/H5checksum.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5dbg.lo -MD -MP -MF .deps/H5dbg.Tpo -c -o H5dbg.lo H5dbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5dbg.lo -MD -MP -MF .deps/H5dbg.Tpo -c H5dbg.c -o H5dbg.o mv -f .deps/H5dbg.Tpo .deps/H5dbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5system.lo -MD -MP -MF .deps/H5system.Tpo -c -o H5system.lo H5system.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5system.lo -MD -MP -MF .deps/H5system.Tpo -c H5system.c -o H5system.o H5system.c: In function â??H5_build_extpathâ??: H5system.c:625: warning: passing argument 1 of â??mallocâ?? with different width due to prototype H5system.c:637: warning: passing argument 2 of â??getcwdâ?? with different width due to prototype H5system.c:649: warning: passing argument 2 of â??getcwdâ?? with different width due to prototype mv -f .deps/H5system.Tpo .deps/H5system.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5timer.lo -MD -MP -MF .deps/H5timer.Tpo -c -o H5timer.lo H5timer.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5timer.lo -MD -MP -MF .deps/H5timer.Tpo -c H5timer.c -o H5timer.o mv -f .deps/H5timer.Tpo .deps/H5timer.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5trace.lo -MD -MP -MF .deps/H5trace.Tpo -c -o H5trace.lo H5trace.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5trace.lo -MD -MP -MF .deps/H5trace.Tpo -c H5trace.c -o H5trace.o mv -f .deps/H5trace.Tpo .deps/H5trace.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5A.lo -MD -MP -MF .deps/H5A.Tpo -c -o H5A.lo H5A.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5A.lo -MD -MP -MF .deps/H5A.Tpo -c H5A.c -o H5A.o mv -f .deps/H5A.Tpo .deps/H5A.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Abtree2.lo -MD -MP -MF .deps/H5Abtree2.Tpo -c -o H5Abtree2.lo H5Abtree2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Abtree2.lo -MD -MP -MF .deps/H5Abtree2.Tpo -c H5Abtree2.c -o H5Abtree2.o mv -f .deps/H5Abtree2.Tpo .deps/H5Abtree2.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Adense.lo -MD -MP -MF .deps/H5Adense.Tpo -c -o H5Adense.lo H5Adense.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Adense.lo -MD -MP -MF .deps/H5Adense.Tpo -c H5Adense.c -o H5Adense.o mv -f .deps/H5Adense.Tpo .deps/H5Adense.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Adeprec.lo -MD -MP -MF .deps/H5Adeprec.Tpo -c -o H5Adeprec.lo H5Adeprec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Adeprec.lo -MD -MP -MF .deps/H5Adeprec.Tpo -c H5Adeprec.c -o H5Adeprec.o mv -f .deps/H5Adeprec.Tpo .deps/H5Adeprec.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Aint.lo -MD -MP -MF .deps/H5Aint.Tpo -c -o H5Aint.lo H5Aint.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Aint.lo -MD -MP -MF .deps/H5Aint.Tpo -c H5Aint.c -o H5Aint.o mv -f .deps/H5Aint.Tpo .deps/H5Aint.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Atest.lo -MD -MP -MF .deps/H5Atest.Tpo -c -o H5Atest.lo H5Atest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Atest.lo -MD -MP -MF .deps/H5Atest.Tpo -c H5Atest.c -o H5Atest.o mv -f .deps/H5Atest.Tpo .deps/H5Atest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5AC.lo -MD -MP -MF .deps/H5AC.Tpo -c -o H5AC.lo H5AC.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5AC.lo -MD -MP -MF .deps/H5AC.Tpo -c H5AC.c -o H5AC.o mv -f .deps/H5AC.Tpo .deps/H5AC.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B.lo -MD -MP -MF .deps/H5B.Tpo -c -o H5B.lo H5B.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B.lo -MD -MP -MF .deps/H5B.Tpo -c H5B.c -o H5B.o mv -f .deps/H5B.Tpo .deps/H5B.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Bcache.lo -MD -MP -MF .deps/H5Bcache.Tpo -c -o H5Bcache.lo H5Bcache.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Bcache.lo -MD -MP -MF .deps/H5Bcache.Tpo -c H5Bcache.c -o H5Bcache.o mv -f .deps/H5Bcache.Tpo .deps/H5Bcache.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2.lo -MD -MP -MF .deps/H5B2.Tpo -c -o H5B2.lo H5B2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2.lo -MD -MP -MF .deps/H5B2.Tpo -c H5B2.c -o H5B2.o mv -f .deps/H5B2.Tpo .deps/H5B2.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2cache.lo -MD -MP -MF .deps/H5B2cache.Tpo -c -o H5B2cache.lo H5B2cache.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2cache.lo -MD -MP -MF .deps/H5B2cache.Tpo -c H5B2cache.c -o H5B2cache.o mv -f .deps/H5B2cache.Tpo .deps/H5B2cache.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2dbg.lo -MD -MP -MF .deps/H5B2dbg.Tpo -c -o H5B2dbg.lo H5B2dbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2dbg.lo -MD -MP -MF .deps/H5B2dbg.Tpo -c H5B2dbg.c -o H5B2dbg.o mv -f .deps/H5B2dbg.Tpo .deps/H5B2dbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2int.lo -MD -MP -MF .deps/H5B2int.Tpo -c -o H5B2int.lo H5B2int.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2int.lo -MD -MP -MF .deps/H5B2int.Tpo -c H5B2int.c -o H5B2int.o mv -f .deps/H5B2int.Tpo .deps/H5B2int.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2stat.lo -MD -MP -MF .deps/H5B2stat.Tpo -c -o H5B2stat.lo H5B2stat.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2stat.lo -MD -MP -MF .deps/H5B2stat.Tpo -c H5B2stat.c -o H5B2stat.o mv -f .deps/H5B2stat.Tpo .deps/H5B2stat.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2test.lo -MD -MP -MF .deps/H5B2test.Tpo -c -o H5B2test.lo H5B2test.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2test.lo -MD -MP -MF .deps/H5B2test.Tpo -c H5B2test.c -o H5B2test.o mv -f .deps/H5B2test.Tpo .deps/H5B2test.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5C.lo -MD -MP -MF .deps/H5C.Tpo -c -o H5C.lo H5C.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5C.lo -MD -MP -MF .deps/H5C.Tpo -c H5C.c -o H5C.o H5C.c: In function â??H5C_insert_entryâ??: H5C.c:4710: warning: passing argument 2 of â??H5C__flash_increase_cache_sizeâ?? with different width due to prototype H5C.c: In function â??H5C_protectâ??: H5C.c:5940: warning: passing argument 2 of â??H5C__flash_increase_cache_sizeâ?? with different width due to prototype mv -f .deps/H5C.Tpo .deps/H5C.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5CS.lo -MD -MP -MF .deps/H5CS.Tpo -c -o H5CS.lo H5CS.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5CS.lo -MD -MP -MF .deps/H5CS.Tpo -c H5CS.c -o H5CS.o mv -f .deps/H5CS.Tpo .deps/H5CS.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5D.lo -MD -MP -MF .deps/H5D.Tpo -c -o H5D.lo H5D.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5D.lo -MD -MP -MF .deps/H5D.Tpo -c H5D.c -o H5D.o mv -f .deps/H5D.Tpo .deps/H5D.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dchunk.lo -MD -MP -MF .deps/H5Dchunk.Tpo -c -o H5Dchunk.lo H5Dchunk.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dchunk.lo -MD -MP -MF .deps/H5Dchunk.Tpo -c H5Dchunk.c -o H5Dchunk.o H5Dchunk.c: In function â??H5D_chunk_io_initâ??: H5Dchunk.c:188: warning: cast discards qualifiers from pointer target type H5Dchunk.c:419: warning: cast discards qualifiers from pointer target type H5Dchunk.c: In function â??H5D_create_chunk_map_singleâ??: H5Dchunk.c:541: warning: cast discards qualifiers from pointer target type H5Dchunk.c: In function â??H5D_create_chunk_file_map_hyperâ??: H5Dchunk.c:609: warning: cast discards qualifiers from pointer target type H5Dchunk.c: In function â??H5D_create_chunk_mem_map_hyperâ??: H5Dchunk.c:777: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Dchunk.Tpo .deps/H5Dchunk.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dcompact.lo -MD -MP -MF .deps/H5Dcompact.Tpo -c -o H5Dcompact.lo H5Dcompact.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dcompact.lo -MD -MP -MF .deps/H5Dcompact.Tpo -c H5Dcompact.c -o H5Dcompact.o mv -f .deps/H5Dcompact.Tpo .deps/H5Dcompact.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dcontig.lo -MD -MP -MF .deps/H5Dcontig.Tpo -c -o H5Dcontig.lo H5Dcontig.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dcontig.lo -MD -MP -MF .deps/H5Dcontig.Tpo -c H5Dcontig.c -o H5Dcontig.o mv -f .deps/H5Dcontig.Tpo .deps/H5Dcontig.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ddbg.lo -MD -MP -MF .deps/H5Ddbg.Tpo -c -o H5Ddbg.lo H5Ddbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ddbg.lo -MD -MP -MF .deps/H5Ddbg.Tpo -c H5Ddbg.c -o H5Ddbg.o mv -f .deps/H5Ddbg.Tpo .deps/H5Ddbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ddeprec.lo -MD -MP -MF .deps/H5Ddeprec.Tpo -c -o H5Ddeprec.lo H5Ddeprec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ddeprec.lo -MD -MP -MF .deps/H5Ddeprec.Tpo -c H5Ddeprec.c -o H5Ddeprec.o mv -f .deps/H5Ddeprec.Tpo .deps/H5Ddeprec.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Defl.lo -MD -MP -MF .deps/H5Defl.Tpo -c -o H5Defl.lo H5Defl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Defl.lo -MD -MP -MF .deps/H5Defl.Tpo -c H5Defl.c -o H5Defl.o mv -f .deps/H5Defl.Tpo .deps/H5Defl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dfill.lo -MD -MP -MF .deps/H5Dfill.Tpo -c -o H5Dfill.lo H5Dfill.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dfill.lo -MD -MP -MF .deps/H5Dfill.Tpo -c H5Dfill.c -o H5Dfill.o mv -f .deps/H5Dfill.Tpo .deps/H5Dfill.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dint.lo -MD -MP -MF .deps/H5Dint.Tpo -c -o H5Dint.lo H5Dint.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dint.lo -MD -MP -MF .deps/H5Dint.Tpo -c H5Dint.c -o H5Dint.o H5Dint.c: In function â??H5D_init_typeâ??: H5Dint.c:631: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Dint.Tpo .deps/H5Dint.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dio.lo -MD -MP -MF .deps/H5Dio.Tpo -c -o H5Dio.lo H5Dio.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dio.lo -MD -MP -MF .deps/H5Dio.Tpo -c H5Dio.c -o H5Dio.o mv -f .deps/H5Dio.Tpo .deps/H5Dio.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Distore.lo -MD -MP -MF .deps/H5Distore.Tpo -c -o H5Distore.lo H5Distore.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Distore.lo -MD -MP -MF .deps/H5Distore.Tpo -c H5Distore.c -o H5Distore.o H5Distore.c: In function â??H5D_istore_iter_copyâ??: H5Distore.c:1052: warning: passing argument 4 of â??H5T_convertâ?? with different width due to prototype H5Distore.c: In function â??H5D_istore_chunk_allocâ??: H5Distore.c:2377: warning: unused variable â??FUNCâ?? H5Distore.c: In function â??H5D_istore_allocateâ??: H5Distore.c:2538: warning: cast discards qualifiers from pointer target type H5Distore.c:2539: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Distore.Tpo .deps/H5Distore.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dmpio.lo -MD -MP -MF .deps/H5Dmpio.Tpo -c -o H5Dmpio.lo H5Dmpio.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dmpio.lo -MD -MP -MF .deps/H5Dmpio.Tpo -c H5Dmpio.c -o H5Dmpio.o mv -f .deps/H5Dmpio.Tpo .deps/H5Dmpio.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Doh.lo -MD -MP -MF .deps/H5Doh.Tpo -c -o H5Doh.lo H5Doh.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Doh.lo -MD -MP -MF .deps/H5Doh.Tpo -c H5Doh.c -o H5Doh.o mv -f .deps/H5Doh.Tpo .deps/H5Doh.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dscatgath.lo -MD -MP -MF .deps/H5Dscatgath.Tpo -c -o H5Dscatgath.lo H5Dscatgath.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dscatgath.lo -MD -MP -MF .deps/H5Dscatgath.Tpo -c H5Dscatgath.c -o H5Dscatgath.o mv -f .deps/H5Dscatgath.Tpo .deps/H5Dscatgath.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dselect.lo -MD -MP -MF .deps/H5Dselect.Tpo -c -o H5Dselect.lo H5Dselect.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dselect.lo -MD -MP -MF .deps/H5Dselect.Tpo -c H5Dselect.c -o H5Dselect.o mv -f .deps/H5Dselect.Tpo .deps/H5Dselect.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dtest.lo -MD -MP -MF .deps/H5Dtest.Tpo -c -o H5Dtest.lo H5Dtest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dtest.lo -MD -MP -MF .deps/H5Dtest.Tpo -c H5Dtest.c -o H5Dtest.o mv -f .deps/H5Dtest.Tpo .deps/H5Dtest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5E.lo -MD -MP -MF .deps/H5E.Tpo -c -o H5E.lo H5E.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5E.lo -MD -MP -MF .deps/H5E.Tpo -c H5E.c -o H5E.o mv -f .deps/H5E.Tpo .deps/H5E.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Edeprec.lo -MD -MP -MF .deps/H5Edeprec.Tpo -c -o H5Edeprec.lo H5Edeprec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Edeprec.lo -MD -MP -MF .deps/H5Edeprec.Tpo -c H5Edeprec.c -o H5Edeprec.o mv -f .deps/H5Edeprec.Tpo .deps/H5Edeprec.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Eint.lo -MD -MP -MF .deps/H5Eint.Tpo -c -o H5Eint.lo H5Eint.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Eint.lo -MD -MP -MF .deps/H5Eint.Tpo -c H5Eint.c -o H5Eint.o H5Eint.c: In function â??H5E_clear_entriesâ??: H5Eint.c:798: warning: cast discards qualifiers from pointer target type H5Eint.c:800: warning: cast discards qualifiers from pointer target type H5Eint.c:802: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Eint.Tpo .deps/H5Eint.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5F.lo -MD -MP -MF .deps/H5F.Tpo -c -o H5F.lo H5F.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5F.lo -MD -MP -MF .deps/H5F.Tpo -c H5F.c -o H5F.o mv -f .deps/H5F.Tpo .deps/H5F.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Fdbg.lo -MD -MP -MF .deps/H5Fdbg.Tpo -c -o H5Fdbg.lo H5Fdbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Fdbg.lo -MD -MP -MF .deps/H5Fdbg.Tpo -c H5Fdbg.c -o H5Fdbg.o mv -f .deps/H5Fdbg.Tpo .deps/H5Fdbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ffake.lo -MD -MP -MF .deps/H5Ffake.Tpo -c -o H5Ffake.lo H5Ffake.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ffake.lo -MD -MP -MF .deps/H5Ffake.Tpo -c H5Ffake.c -o H5Ffake.o mv -f .deps/H5Ffake.Tpo .deps/H5Ffake.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Fmount.lo -MD -MP -MF .deps/H5Fmount.Tpo -c -o H5Fmount.lo H5Fmount.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Fmount.lo -MD -MP -MF .deps/H5Fmount.Tpo -c H5Fmount.c -o H5Fmount.o mv -f .deps/H5Fmount.Tpo .deps/H5Fmount.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Fsfile.lo -MD -MP -MF .deps/H5Fsfile.Tpo -c -o H5Fsfile.lo H5Fsfile.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Fsfile.lo -MD -MP -MF .deps/H5Fsfile.Tpo -c H5Fsfile.c -o H5Fsfile.o mv -f .deps/H5Fsfile.Tpo .deps/H5Fsfile.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Fsuper.lo -MD -MP -MF .deps/H5Fsuper.Tpo -c -o H5Fsuper.lo H5Fsuper.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Fsuper.lo -MD -MP -MF .deps/H5Fsuper.Tpo -c H5Fsuper.c -o H5Fsuper.o H5Fsuper.c: In function â??H5F_super_initâ??: H5Fsuper.c:757: warning: passing argument 3 of â??H5O_createâ?? with different width due to prototype mv -f .deps/H5Fsuper.Tpo .deps/H5Fsuper.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ftest.lo -MD -MP -MF .deps/H5Ftest.Tpo -c -o H5Ftest.lo H5Ftest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ftest.lo -MD -MP -MF .deps/H5Ftest.Tpo -c H5Ftest.c -o H5Ftest.o mv -f .deps/H5Ftest.Tpo .deps/H5Ftest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FD.lo -MD -MP -MF .deps/H5FD.Tpo -c -o H5FD.lo H5FD.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FD.lo -MD -MP -MF .deps/H5FD.Tpo -c H5FD.c -o H5FD.o mv -f .deps/H5FD.Tpo .deps/H5FD.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDcore.lo -MD -MP -MF .deps/H5FDcore.Tpo -c -o H5FDcore.lo H5FDcore.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDcore.lo -MD -MP -MF .deps/H5FDcore.Tpo -c H5FDcore.c -o H5FDcore.o mv -f .deps/H5FDcore.Tpo .deps/H5FDcore.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDdirect.lo -MD -MP -MF .deps/H5FDdirect.Tpo -c -o H5FDdirect.lo H5FDdirect.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDdirect.lo -MD -MP -MF .deps/H5FDdirect.Tpo -c H5FDdirect.c -o H5FDdirect.o H5private.h:1191: warning: â??H5_interface_initialize_gâ?? defined but not used H5private.h:1192: warning: â??H5FD_direct_init_interfaceâ?? declared â??staticâ?? but never defined mv -f .deps/H5FDdirect.Tpo .deps/H5FDdirect.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDfamily.lo -MD -MP -MF .deps/H5FDfamily.Tpo -c -o H5FDfamily.lo H5FDfamily.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDfamily.lo -MD -MP -MF .deps/H5FDfamily.Tpo -c H5FDfamily.c -o H5FDfamily.o mv -f .deps/H5FDfamily.Tpo .deps/H5FDfamily.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDlog.lo -MD -MP -MF .deps/H5FDlog.Tpo -c -o H5FDlog.lo H5FDlog.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDlog.lo -MD -MP -MF .deps/H5FDlog.Tpo -c H5FDlog.c -o H5FDlog.o H5FDlog.c: In function â??H5Pset_fapl_logâ??: H5FDlog.c:361: warning: cast discards qualifiers from pointer target type mv -f .deps/H5FDlog.Tpo .deps/H5FDlog.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDmpi.lo -MD -MP -MF .deps/H5FDmpi.Tpo -c -o H5FDmpi.lo H5FDmpi.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDmpi.lo -MD -MP -MF .deps/H5FDmpi.Tpo -c H5FDmpi.c -o H5FDmpi.o mv -f .deps/H5FDmpi.Tpo .deps/H5FDmpi.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDmpio.lo -MD -MP -MF .deps/H5FDmpio.Tpo -c -o H5FDmpio.lo H5FDmpio.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDmpio.lo -MD -MP -MF .deps/H5FDmpio.Tpo -c H5FDmpio.c -o H5FDmpio.o H5private.h:1191: warning: â??H5_interface_initialize_gâ?? defined but not used H5private.h:1192: warning: â??H5FD_mpio_init_interfaceâ?? declared â??staticâ?? but never defined mv -f .deps/H5FDmpio.Tpo .deps/H5FDmpio.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDmpiposix.lo -MD -MP -MF .deps/H5FDmpiposix.Tpo -c -o H5FDmpiposix.lo H5FDmpiposix.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDmpiposix.lo -MD -MP -MF .deps/H5FDmpiposix.Tpo -c H5FDmpiposix.c -o H5FDmpiposix.o H5private.h:1191: warning: â??H5_interface_initialize_gâ?? defined but not used H5private.h:1192: warning: â??H5FD_mpiposix_init_interfaceâ?? declared â??staticâ?? but never defined mv -f .deps/H5FDmpiposix.Tpo .deps/H5FDmpiposix.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDmulti.lo -MD -MP -MF .deps/H5FDmulti.Tpo -c -o H5FDmulti.lo H5FDmulti.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDmulti.lo -MD -MP -MF .deps/H5FDmulti.Tpo -c H5FDmulti.c -o H5FDmulti.o H5FDmulti.c: In function â??compute_nextâ??: H5FDmulti.c:1969: warning: declaration of â??_unmappedâ?? shadows a previous local H5FDmulti.c:1968: warning: shadowed declaration is here H5FDmulti.c:1969: warning: declaration of â??_seenâ?? shadows a previous local H5FDmulti.c:1968: warning: shadowed declaration is here mv -f .deps/H5FDmulti.Tpo .deps/H5FDmulti.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDsec2.lo -MD -MP -MF .deps/H5FDsec2.Tpo -c -o H5FDsec2.lo H5FDsec2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDsec2.lo -MD -MP -MF .deps/H5FDsec2.Tpo -c H5FDsec2.c -o H5FDsec2.o mv -f .deps/H5FDsec2.Tpo .deps/H5FDsec2.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDspace.lo -MD -MP -MF .deps/H5FDspace.Tpo -c -o H5FDspace.lo H5FDspace.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDspace.lo -MD -MP -MF .deps/H5FDspace.Tpo -c H5FDspace.c -o H5FDspace.o mv -f .deps/H5FDspace.Tpo .deps/H5FDspace.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDstdio.lo -MD -MP -MF .deps/H5FDstdio.Tpo -c -o H5FDstdio.lo H5FDstdio.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDstdio.lo -MD -MP -MF .deps/H5FDstdio.Tpo -c H5FDstdio.c -o H5FDstdio.o mv -f .deps/H5FDstdio.Tpo .deps/H5FDstdio.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FL.lo -MD -MP -MF .deps/H5FL.Tpo -c -o H5FL.lo H5FL.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FL.lo -MD -MP -MF .deps/H5FL.Tpo -c H5FL.c -o H5FL.o mv -f .deps/H5FL.Tpo .deps/H5FL.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FO.lo -MD -MP -MF .deps/H5FO.Tpo -c -o H5FO.lo H5FO.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FO.lo -MD -MP -MF .deps/H5FO.Tpo -c H5FO.c -o H5FO.o mv -f .deps/H5FO.Tpo .deps/H5FO.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FS.lo -MD -MP -MF .deps/H5FS.Tpo -c -o H5FS.lo H5FS.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FS.lo -MD -MP -MF .deps/H5FS.Tpo -c H5FS.c -o H5FS.o mv -f .deps/H5FS.Tpo .deps/H5FS.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FScache.lo -MD -MP -MF .deps/H5FScache.Tpo -c -o H5FScache.lo H5FScache.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FScache.lo -MD -MP -MF .deps/H5FScache.Tpo -c H5FScache.c -o H5FScache.o mv -f .deps/H5FScache.Tpo .deps/H5FScache.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FSdbg.lo -MD -MP -MF .deps/H5FSdbg.Tpo -c -o H5FSdbg.lo H5FSdbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FSdbg.lo -MD -MP -MF .deps/H5FSdbg.Tpo -c H5FSdbg.c -o H5FSdbg.o mv -f .deps/H5FSdbg.Tpo .deps/H5FSdbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FSsection.lo -MD -MP -MF .deps/H5FSsection.Tpo -c -o H5FSsection.lo H5FSsection.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FSsection.lo -MD -MP -MF .deps/H5FSsection.Tpo -c H5FSsection.c -o H5FSsection.o mv -f .deps/H5FSsection.Tpo .deps/H5FSsection.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5G.lo -MD -MP -MF .deps/H5G.Tpo -c -o H5G.lo H5G.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5G.lo -MD -MP -MF .deps/H5G.Tpo -c H5G.c -o H5G.o H5G.c: In function â??H5G_iterateâ??: H5G.c:1665: warning: â??grpâ?? is used uninitialized in this function mv -f .deps/H5G.Tpo .deps/H5G.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gbtree2.lo -MD -MP -MF .deps/H5Gbtree2.Tpo -c -o H5Gbtree2.lo H5Gbtree2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gbtree2.lo -MD -MP -MF .deps/H5Gbtree2.Tpo -c H5Gbtree2.c -o H5Gbtree2.o mv -f .deps/H5Gbtree2.Tpo .deps/H5Gbtree2.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gcompact.lo -MD -MP -MF .deps/H5Gcompact.Tpo -c -o H5Gcompact.lo H5Gcompact.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gcompact.lo -MD -MP -MF .deps/H5Gcompact.Tpo -c H5Gcompact.c -o H5Gcompact.o mv -f .deps/H5Gcompact.Tpo .deps/H5Gcompact.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gdense.lo -MD -MP -MF .deps/H5Gdense.Tpo -c -o H5Gdense.lo H5Gdense.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gdense.lo -MD -MP -MF .deps/H5Gdense.Tpo -c H5Gdense.c -o H5Gdense.o mv -f .deps/H5Gdense.Tpo .deps/H5Gdense.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gdeprec.lo -MD -MP -MF .deps/H5Gdeprec.Tpo -c -o H5Gdeprec.lo H5Gdeprec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gdeprec.lo -MD -MP -MF .deps/H5Gdeprec.Tpo -c H5Gdeprec.c -o H5Gdeprec.o mv -f .deps/H5Gdeprec.Tpo .deps/H5Gdeprec.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gent.lo -MD -MP -MF .deps/H5Gent.Tpo -c -o H5Gent.lo H5Gent.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gent.lo -MD -MP -MF .deps/H5Gent.Tpo -c H5Gent.c -o H5Gent.o H5Gent.c: In function â??H5G_ent_copyâ??: H5Gent.c:325: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Gent.Tpo .deps/H5Gent.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gint.lo -MD -MP -MF .deps/H5Gint.Tpo -c -o H5Gint.lo H5Gint.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gint.lo -MD -MP -MF .deps/H5Gint.Tpo -c H5Gint.c -o H5Gint.o H5private.h:1191: warning: â??H5_interface_initialize_gâ?? defined but not used H5Gint.c:96: warning: â??H5G_init_int_interfaceâ?? defined but not used mv -f .deps/H5Gint.Tpo .deps/H5Gint.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Glink.lo -MD -MP -MF .deps/H5Glink.Tpo -c -o H5Glink.lo H5Glink.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Glink.lo -MD -MP -MF .deps/H5Glink.Tpo -c H5Glink.c -o H5Glink.o H5Glink.c: In function â??H5G_link_copy_fileâ??: H5Glink.c:484: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Glink.Tpo .deps/H5Glink.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gloc.lo -MD -MP -MF .deps/H5Gloc.Tpo -c -o H5Gloc.lo H5Gloc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gloc.lo -MD -MP -MF .deps/H5Gloc.Tpo -c H5Gloc.c -o H5Gloc.o H5Gloc.c: In function â??H5G_loc_insertâ??: H5Gloc.c:617: warning: cast discards qualifiers from pointer target type H5Gloc.c: In function â??H5G_loc_set_comment_cbâ??: H5Gloc.c:745: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Gloc.Tpo .deps/H5Gloc.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gname.lo -MD -MP -MF .deps/H5Gname.Tpo -c -o H5Gname.lo H5Gname.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gname.lo -MD -MP -MF .deps/H5Gname.Tpo -c H5Gname.c -o H5Gname.o H5Gname.c: In function â??H5G_name_copyâ??: H5Gname.c:405: warning: cast discards qualifiers from pointer target type H5Gname.c: At top level: H5Gname.c:71: warning: â??H5_haddr_t_reg_free_listâ?? defined but not used mv -f .deps/H5Gname.Tpo .deps/H5Gname.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gnode.lo -MD -MP -MF .deps/H5Gnode.Tpo -c -o H5Gnode.lo H5Gnode.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gnode.lo -MD -MP -MF .deps/H5Gnode.Tpo -c H5Gnode.c -o H5Gnode.o H5Gnode.c: In function â??H5G_node_copyâ??: H5Gnode.c:1758: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Gnode.Tpo .deps/H5Gnode.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gobj.lo -MD -MP -MF .deps/H5Gobj.Tpo -c -o H5Gobj.lo H5Gobj.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gobj.lo -MD -MP -MF .deps/H5Gobj.Tpo -c H5Gobj.c -o H5Gobj.o H5Gobj.c: In function â??H5G_obj_createâ??: H5Gobj.c:199: warning: passing argument 5 of â??H5O_msg_createâ?? discards qualifiers from pointer target type H5Gobj.c:203: warning: passing argument 5 of â??H5O_msg_createâ?? discards qualifiers from pointer target type H5Gobj.c: In function â??H5G_obj_stab_to_new_cbâ??: H5Gobj.c:425: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Gobj.Tpo .deps/H5Gobj.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Goh.lo -MD -MP -MF .deps/H5Goh.Tpo -c -o H5Goh.lo H5Goh.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Goh.lo -MD -MP -MF .deps/H5Goh.Tpo -c H5Goh.c -o H5Goh.o mv -f .deps/H5Goh.Tpo .deps/H5Goh.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gstab.lo -MD -MP -MF .deps/H5Gstab.Tpo -c -o H5Gstab.lo H5Gstab.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gstab.lo -MD -MP -MF .deps/H5Gstab.Tpo -c H5Gstab.c -o H5Gstab.o mv -f .deps/H5Gstab.Tpo .deps/H5Gstab.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gtest.lo -MD -MP -MF .deps/H5Gtest.Tpo -c -o H5Gtest.lo H5Gtest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gtest.lo -MD -MP -MF .deps/H5Gtest.Tpo -c H5Gtest.c -o H5Gtest.o mv -f .deps/H5Gtest.Tpo .deps/H5Gtest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gtraverse.lo -MD -MP -MF .deps/H5Gtraverse.Tpo -c -o H5Gtraverse.lo H5Gtraverse.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gtraverse.lo -MD -MP -MF .deps/H5Gtraverse.Tpo -c H5Gtraverse.c -o H5Gtraverse.o mv -f .deps/H5Gtraverse.Tpo .deps/H5Gtraverse.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HF.lo -MD -MP -MF .deps/H5HF.Tpo -c -o H5HF.lo H5HF.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HF.lo -MD -MP -MF .deps/H5HF.Tpo -c H5HF.c -o H5HF.o H5HF.c: In function â??H5HF_op_writeâ??: H5HF.c:130: warning: cast discards qualifiers from pointer target type H5HF.c: In function â??H5HF_insertâ??: H5HF.c:389: warning: cast discards qualifiers from pointer target type mv -f .deps/H5HF.Tpo .deps/H5HF.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFbtree2.lo -MD -MP -MF .deps/H5HFbtree2.Tpo -c -o H5HFbtree2.lo H5HFbtree2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFbtree2.lo -MD -MP -MF .deps/H5HFbtree2.Tpo -c H5HFbtree2.c -o H5HFbtree2.o mv -f .deps/H5HFbtree2.Tpo .deps/H5HFbtree2.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFcache.lo -MD -MP -MF .deps/H5HFcache.Tpo -c -o H5HFcache.lo H5HFcache.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFcache.lo -MD -MP -MF .deps/H5HFcache.Tpo -c H5HFcache.c -o H5HFcache.o H5HFcache.c: In function â??H5HF_cache_dblock_loadâ??: H5HFcache.c:1354: warning: cast discards qualifiers from pointer target type mv -f .deps/H5HFcache.Tpo .deps/H5HFcache.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFdbg.lo -MD -MP -MF .deps/H5HFdbg.Tpo -c -o H5HFdbg.lo H5HFdbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFdbg.lo -MD -MP -MF .deps/H5HFdbg.Tpo -c H5HFdbg.c -o H5HFdbg.o mv -f .deps/H5HFdbg.Tpo .deps/H5HFdbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFdblock.lo -MD -MP -MF .deps/H5HFdblock.Tpo -c -o H5HFdblock.lo H5HFdblock.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFdblock.lo -MD -MP -MF .deps/H5HFdblock.Tpo -c H5HFdblock.c -o H5HFdblock.o mv -f .deps/H5HFdblock.Tpo .deps/H5HFdblock.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFdtable.lo -MD -MP -MF .deps/H5HFdtable.Tpo -c -o H5HFdtable.lo H5HFdtable.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFdtable.lo -MD -MP -MF .deps/H5HFdtable.Tpo -c H5HFdtable.c -o H5HFdtable.o mv -f .deps/H5HFdtable.Tpo .deps/H5HFdtable.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFhdr.lo -MD -MP -MF .deps/H5HFhdr.Tpo -c -o H5HFhdr.lo H5HFhdr.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFhdr.lo -MD -MP -MF .deps/H5HFhdr.Tpo -c H5HFhdr.c -o H5HFhdr.o mv -f .deps/H5HFhdr.Tpo .deps/H5HFhdr.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFhuge.lo -MD -MP -MF .deps/H5HFhuge.Tpo -c -o H5HFhuge.lo H5HFhuge.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFhuge.lo -MD -MP -MF .deps/H5HFhuge.Tpo -c H5HFhuge.c -o H5HFhuge.o H5HFhuge.c: In function â??H5HF_huge_writeâ??: H5HFhuge.c:733: warning: â??obj_sizeâ?? may be used uninitialized in this function mv -f .deps/H5HFhuge.Tpo .deps/H5HFhuge.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFiblock.lo -MD -MP -MF .deps/H5HFiblock.Tpo -c -o H5HFiblock.lo H5HFiblock.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFiblock.lo -MD -MP -MF .deps/H5HFiblock.Tpo -c H5HFiblock.c -o H5HFiblock.o mv -f .deps/H5HFiblock.Tpo .deps/H5HFiblock.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFiter.lo -MD -MP -MF .deps/H5HFiter.Tpo -c -o H5HFiter.lo H5HFiter.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFiter.lo -MD -MP -MF .deps/H5HFiter.Tpo -c H5HFiter.c -o H5HFiter.o mv -f .deps/H5HFiter.Tpo .deps/H5HFiter.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFman.lo -MD -MP -MF .deps/H5HFman.Tpo -c -o H5HFman.lo H5HFman.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFman.lo -MD -MP -MF .deps/H5HFman.Tpo -c H5HFman.c -o H5HFman.o H5HFman.c: In function â??H5HF_man_writeâ??: H5HFman.c:454: warning: cast discards qualifiers from pointer target type mv -f .deps/H5HFman.Tpo .deps/H5HFman.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFsection.lo -MD -MP -MF .deps/H5HFsection.Tpo -c -o H5HFsection.lo H5HFsection.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFsection.lo -MD -MP -MF .deps/H5HFsection.Tpo -c H5HFsection.c -o H5HFsection.o H5HFsection.c: In function â??H5HF_sect_single_validâ??: H5HFsection.c:1298: warning: cast discards qualifiers from pointer target type mv -f .deps/H5HFsection.Tpo .deps/H5HFsection.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFspace.lo -MD -MP -MF .deps/H5HFspace.Tpo -c -o H5HFspace.lo H5HFspace.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFspace.lo -MD -MP -MF .deps/H5HFspace.Tpo -c H5HFspace.c -o H5HFspace.o mv -f .deps/H5HFspace.Tpo .deps/H5HFspace.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFstat.lo -MD -MP -MF .deps/H5HFstat.Tpo -c -o H5HFstat.lo H5HFstat.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFstat.lo -MD -MP -MF .deps/H5HFstat.Tpo -c H5HFstat.c -o H5HFstat.o mv -f .deps/H5HFstat.Tpo .deps/H5HFstat.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFtest.lo -MD -MP -MF .deps/H5HFtest.Tpo -c -o H5HFtest.lo H5HFtest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFtest.lo -MD -MP -MF .deps/H5HFtest.Tpo -c H5HFtest.c -o H5HFtest.o mv -f .deps/H5HFtest.Tpo .deps/H5HFtest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFtiny.lo -MD -MP -MF .deps/H5HFtiny.Tpo -c -o H5HFtiny.lo H5HFtiny.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFtiny.lo -MD -MP -MF .deps/H5HFtiny.Tpo -c H5HFtiny.c -o H5HFtiny.o mv -f .deps/H5HFtiny.Tpo .deps/H5HFtiny.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HG.lo -MD -MP -MF .deps/H5HG.Tpo -c -o H5HG.lo H5HG.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HG.lo -MD -MP -MF .deps/H5HG.Tpo -c H5HG.c -o H5HG.o mv -f .deps/H5HG.Tpo .deps/H5HG.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HGdbg.lo -MD -MP -MF .deps/H5HGdbg.Tpo -c -o H5HGdbg.lo H5HGdbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HGdbg.lo -MD -MP -MF .deps/H5HGdbg.Tpo -c H5HGdbg.c -o H5HGdbg.o mv -f .deps/H5HGdbg.Tpo .deps/H5HGdbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HL.lo -MD -MP -MF .deps/H5HL.Tpo -c -o H5HL.lo H5HL.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HL.lo -MD -MP -MF .deps/H5HL.Tpo -c H5HL.c -o H5HL.o mv -f .deps/H5HL.Tpo .deps/H5HL.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HLdbg.lo -MD -MP -MF .deps/H5HLdbg.Tpo -c -o H5HLdbg.lo H5HLdbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HLdbg.lo -MD -MP -MF .deps/H5HLdbg.Tpo -c H5HLdbg.c -o H5HLdbg.o mv -f .deps/H5HLdbg.Tpo .deps/H5HLdbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HP.lo -MD -MP -MF .deps/H5HP.Tpo -c -o H5HP.lo H5HP.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HP.lo -MD -MP -MF .deps/H5HP.Tpo -c H5HP.c -o H5HP.o mv -f .deps/H5HP.Tpo .deps/H5HP.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5I.lo -MD -MP -MF .deps/H5I.Tpo -c -o H5I.lo H5I.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5I.lo -MD -MP -MF .deps/H5I.Tpo -c H5I.c -o H5I.o mv -f .deps/H5I.Tpo .deps/H5I.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5L.lo -MD -MP -MF .deps/H5L.Tpo -c -o H5L.lo H5L.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5L.lo -MD -MP -MF .deps/H5L.Tpo -c H5L.c -o H5L.o H5L.c: In function â??H5L_link_cbâ??: H5L.c:1709: warning: cast discards qualifiers from pointer target type H5L.c: In function â??H5L_move_dest_cbâ??: H5L.c:2411: warning: cast discards qualifiers from pointer target type mv -f .deps/H5L.Tpo .deps/H5L.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Lexternal.lo -MD -MP -MF .deps/H5Lexternal.Tpo -c -o H5Lexternal.lo H5Lexternal.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Lexternal.lo -MD -MP -MF .deps/H5Lexternal.Tpo -c H5Lexternal.c -o H5Lexternal.o mv -f .deps/H5Lexternal.Tpo .deps/H5Lexternal.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5MF.lo -MD -MP -MF .deps/H5MF.Tpo -c -o H5MF.lo H5MF.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5MF.lo -MD -MP -MF .deps/H5MF.Tpo -c H5MF.c -o H5MF.o H5MF.c:241: warning: â??H5MF_alloc_overflowâ?? defined but not used mv -f .deps/H5MF.Tpo .deps/H5MF.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5MM.lo -MD -MP -MF .deps/H5MM.Tpo -c -o H5MM.lo H5MM.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5MM.lo -MD -MP -MF .deps/H5MM.Tpo -c H5MM.c -o H5MM.o mv -f .deps/H5MM.Tpo .deps/H5MM.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5MP.lo -MD -MP -MF .deps/H5MP.Tpo -c -o H5MP.lo H5MP.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5MP.lo -MD -MP -MF .deps/H5MP.Tpo -c H5MP.c -o H5MP.o mv -f .deps/H5MP.Tpo .deps/H5MP.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5MPtest.lo -MD -MP -MF .deps/H5MPtest.Tpo -c -o H5MPtest.lo H5MPtest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5MPtest.lo -MD -MP -MF .deps/H5MPtest.Tpo -c H5MPtest.c -o H5MPtest.o mv -f .deps/H5MPtest.Tpo .deps/H5MPtest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5O.lo -MD -MP -MF .deps/H5O.Tpo -c -o H5O.lo H5O.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5O.lo -MD -MP -MF .deps/H5O.Tpo -c H5O.c -o H5O.o H5O.c: In function â??H5O_loc_copyâ??: H5O.c:2168: warning: cast discards qualifiers from pointer target type mv -f .deps/H5O.Tpo .deps/H5O.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oainfo.lo -MD -MP -MF .deps/H5Oainfo.Tpo -c -o H5Oainfo.lo H5Oainfo.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oainfo.lo -MD -MP -MF .deps/H5Oainfo.Tpo -c H5Oainfo.c -o H5Oainfo.o mv -f .deps/H5Oainfo.Tpo .deps/H5Oainfo.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oalloc.lo -MD -MP -MF .deps/H5Oalloc.Tpo -c -o H5Oalloc.lo H5Oalloc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oalloc.lo -MD -MP -MF .deps/H5Oalloc.Tpo -c H5Oalloc.c -o H5Oalloc.o mv -f .deps/H5Oalloc.Tpo .deps/H5Oalloc.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oattr.lo -MD -MP -MF .deps/H5Oattr.Tpo -c -o H5Oattr.lo H5Oattr.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oattr.lo -MD -MP -MF .deps/H5Oattr.Tpo -c H5Oattr.c -o H5Oattr.o mv -f .deps/H5Oattr.Tpo .deps/H5Oattr.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oattribute.lo -MD -MP -MF .deps/H5Oattribute.Tpo -c -o H5Oattribute.lo H5Oattribute.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oattribute.lo -MD -MP -MF .deps/H5Oattribute.Tpo -c H5Oattribute.c -o H5Oattribute.o mv -f .deps/H5Oattribute.Tpo .deps/H5Oattribute.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Obogus.lo -MD -MP -MF .deps/H5Obogus.Tpo -c -o H5Obogus.lo H5Obogus.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Obogus.lo -MD -MP -MF .deps/H5Obogus.Tpo -c H5Obogus.c -o H5Obogus.o mv -f .deps/H5Obogus.Tpo .deps/H5Obogus.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Obtreek.lo -MD -MP -MF .deps/H5Obtreek.Tpo -c -o H5Obtreek.lo H5Obtreek.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Obtreek.lo -MD -MP -MF .deps/H5Obtreek.Tpo -c H5Obtreek.c -o H5Obtreek.o mv -f .deps/H5Obtreek.Tpo .deps/H5Obtreek.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ocache.lo -MD -MP -MF .deps/H5Ocache.Tpo -c -o H5Ocache.lo H5Ocache.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ocache.lo -MD -MP -MF .deps/H5Ocache.Tpo -c H5Ocache.c -o H5Ocache.o H5Ocache.c: In function â??H5O_loadâ??: H5Ocache.c:443: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Ocache.Tpo .deps/H5Ocache.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ocont.lo -MD -MP -MF .deps/H5Ocont.Tpo -c -o H5Ocont.lo H5Ocont.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ocont.lo -MD -MP -MF .deps/H5Ocont.Tpo -c H5Ocont.c -o H5Ocont.o mv -f .deps/H5Ocont.Tpo .deps/H5Ocont.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ocopy.lo -MD -MP -MF .deps/H5Ocopy.Tpo -c -o H5Ocopy.lo H5Ocopy.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ocopy.lo -MD -MP -MF .deps/H5Ocopy.Tpo -c H5Ocopy.c -o H5Ocopy.o mv -f .deps/H5Ocopy.Tpo .deps/H5Ocopy.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Odbg.lo -MD -MP -MF .deps/H5Odbg.Tpo -c -o H5Odbg.lo H5Odbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Odbg.lo -MD -MP -MF .deps/H5Odbg.Tpo -c H5Odbg.c -o H5Odbg.o mv -f .deps/H5Odbg.Tpo .deps/H5Odbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Odrvinfo.lo -MD -MP -MF .deps/H5Odrvinfo.Tpo -c -o H5Odrvinfo.lo H5Odrvinfo.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Odrvinfo.lo -MD -MP -MF .deps/H5Odrvinfo.Tpo -c H5Odrvinfo.c -o H5Odrvinfo.o H5Odrvinfo.c: In function â??H5O_drvinfo_decodeâ??: H5Odrvinfo.c:103: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype H5Odrvinfo.c: In function â??H5O_drvinfo_encodeâ??: H5Odrvinfo.c:154: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype mv -f .deps/H5Odrvinfo.Tpo .deps/H5Odrvinfo.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Odtype.lo -MD -MP -MF .deps/H5Odtype.Tpo -c -o H5Odtype.lo H5Odtype.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Odtype.lo -MD -MP -MF .deps/H5Odtype.Tpo -c H5Odtype.c -o H5Odtype.o In file included from H5Odtype.c:66: H5Oshared.h: In function â??H5O_dtype_shared_post_copy_fileâ??: H5Oshared.h:376: warning: unused parameter â??oloc_srcâ?? H5Oshared.h:376: warning: unused parameter â??mesg_srcâ?? H5Odtype.c: At top level: H5Oshared.h:378: warning: â??H5O_dtype_shared_post_copy_fileâ?? defined but not used mv -f .deps/H5Odtype.Tpo .deps/H5Odtype.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oefl.lo -MD -MP -MF .deps/H5Oefl.Tpo -c -o H5Oefl.lo H5Oefl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oefl.lo -MD -MP -MF .deps/H5Oefl.Tpo -c H5Oefl.c -o H5Oefl.o mv -f .deps/H5Oefl.Tpo .deps/H5Oefl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ofill.lo -MD -MP -MF .deps/H5Ofill.Tpo -c -o H5Ofill.lo H5Ofill.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ofill.lo -MD -MP -MF .deps/H5Ofill.Tpo -c H5Ofill.c -o H5Ofill.o In file included from H5Ofill.c:66: H5Oshared.h: In function â??H5O_fill_shared_post_copy_fileâ??: H5Oshared.h:376: warning: unused parameter â??oloc_srcâ?? H5Oshared.h:376: warning: unused parameter â??mesg_srcâ?? In file included from H5Ofill.c:101: H5Oshared.h: In function â??H5O_fill_new_shared_post_copy_fileâ??: H5Oshared.h:376: warning: unused parameter â??oloc_srcâ?? H5Oshared.h:376: warning: unused parameter â??mesg_srcâ?? H5Ofill.c: At top level: H5Oshared.h:378: warning: â??H5O_fill_shared_post_copy_fileâ?? defined but not used H5Oshared.h:378: warning: â??H5O_fill_new_shared_post_copy_fileâ?? defined but not used mv -f .deps/H5Ofill.Tpo .deps/H5Ofill.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oginfo.lo -MD -MP -MF .deps/H5Oginfo.Tpo -c -o H5Oginfo.lo H5Oginfo.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oginfo.lo -MD -MP -MF .deps/H5Oginfo.Tpo -c H5Oginfo.c -o H5Oginfo.o mv -f .deps/H5Oginfo.Tpo .deps/H5Oginfo.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Olayout.lo -MD -MP -MF .deps/H5Olayout.Tpo -c -o H5Olayout.lo H5Olayout.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Olayout.lo -MD -MP -MF .deps/H5Olayout.Tpo -c H5Olayout.c -o H5Olayout.o mv -f .deps/H5Olayout.Tpo .deps/H5Olayout.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Olinfo.lo -MD -MP -MF .deps/H5Olinfo.Tpo -c -o H5Olinfo.lo H5Olinfo.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Olinfo.lo -MD -MP -MF .deps/H5Olinfo.Tpo -c H5Olinfo.c -o H5Olinfo.o mv -f .deps/H5Olinfo.Tpo .deps/H5Olinfo.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Olink.lo -MD -MP -MF .deps/H5Olink.Tpo -c -o H5Olink.lo H5Olink.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Olink.lo -MD -MP -MF .deps/H5Olink.Tpo -c H5Olink.c -o H5Olink.o mv -f .deps/H5Olink.Tpo .deps/H5Olink.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Omessage.lo -MD -MP -MF .deps/H5Omessage.Tpo -c -o H5Omessage.lo H5Omessage.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Omessage.lo -MD -MP -MF .deps/H5Omessage.Tpo -c H5Omessage.c -o H5Omessage.o mv -f .deps/H5Omessage.Tpo .deps/H5Omessage.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Omtime.lo -MD -MP -MF .deps/H5Omtime.Tpo -c -o H5Omtime.lo H5Omtime.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Omtime.lo -MD -MP -MF .deps/H5Omtime.Tpo -c H5Omtime.c -o H5Omtime.o mv -f .deps/H5Omtime.Tpo .deps/H5Omtime.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oname.lo -MD -MP -MF .deps/H5Oname.Tpo -c -o H5Oname.lo H5Oname.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oname.lo -MD -MP -MF .deps/H5Oname.Tpo -c H5Oname.c -o H5Oname.o mv -f .deps/H5Oname.Tpo .deps/H5Oname.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Onull.lo -MD -MP -MF .deps/H5Onull.Tpo -c -o H5Onull.lo H5Onull.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Onull.lo -MD -MP -MF .deps/H5Onull.Tpo -c H5Onull.c -o H5Onull.o mv -f .deps/H5Onull.Tpo .deps/H5Onull.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Opline.lo -MD -MP -MF .deps/H5Opline.Tpo -c -o H5Opline.lo H5Opline.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Opline.lo -MD -MP -MF .deps/H5Opline.Tpo -c H5Opline.c -o H5Opline.o In file included from H5Opline.c:64: H5Oshared.h: In function â??H5O_pline_shared_post_copy_fileâ??: H5Oshared.h:376: warning: unused parameter â??oloc_srcâ?? H5Oshared.h:376: warning: unused parameter â??mesg_srcâ?? H5Opline.c: At top level: H5Oshared.h:378: warning: â??H5O_pline_shared_post_copy_fileâ?? defined but not used mv -f .deps/H5Opline.Tpo .deps/H5Opline.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Orefcount.lo -MD -MP -MF .deps/H5Orefcount.Tpo -c -o H5Orefcount.lo H5Orefcount.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Orefcount.lo -MD -MP -MF .deps/H5Orefcount.Tpo -c H5Orefcount.c -o H5Orefcount.o mv -f .deps/H5Orefcount.Tpo .deps/H5Orefcount.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Osdspace.lo -MD -MP -MF .deps/H5Osdspace.Tpo -c -o H5Osdspace.lo H5Osdspace.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Osdspace.lo -MD -MP -MF .deps/H5Osdspace.Tpo -c H5Osdspace.c -o H5Osdspace.o In file included from H5Osdspace.c:58: H5Oshared.h: In function â??H5O_sdspace_shared_post_copy_fileâ??: H5Oshared.h:376: warning: unused parameter â??oloc_srcâ?? H5Oshared.h:376: warning: unused parameter â??mesg_srcâ?? H5Osdspace.c: At top level: H5Oshared.h:378: warning: â??H5O_sdspace_shared_post_copy_fileâ?? defined but not used mv -f .deps/H5Osdspace.Tpo .deps/H5Osdspace.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oshared.lo -MD -MP -MF .deps/H5Oshared.Tpo -c -o H5Oshared.lo H5Oshared.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oshared.lo -MD -MP -MF .deps/H5Oshared.Tpo -c H5Oshared.c -o H5Oshared.o mv -f .deps/H5Oshared.Tpo .deps/H5Oshared.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ostab.lo -MD -MP -MF .deps/H5Ostab.Tpo -c -o H5Ostab.lo H5Ostab.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ostab.lo -MD -MP -MF .deps/H5Ostab.Tpo -c H5Ostab.c -o H5Ostab.o mv -f .deps/H5Ostab.Tpo .deps/H5Ostab.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oshmesg.lo -MD -MP -MF .deps/H5Oshmesg.Tpo -c -o H5Oshmesg.lo H5Oshmesg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oshmesg.lo -MD -MP -MF .deps/H5Oshmesg.Tpo -c H5Oshmesg.c -o H5Oshmesg.o mv -f .deps/H5Oshmesg.Tpo .deps/H5Oshmesg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Otest.lo -MD -MP -MF .deps/H5Otest.Tpo -c -o H5Otest.lo H5Otest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Otest.lo -MD -MP -MF .deps/H5Otest.Tpo -c H5Otest.c -o H5Otest.o mv -f .deps/H5Otest.Tpo .deps/H5Otest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ounknown.lo -MD -MP -MF .deps/H5Ounknown.Tpo -c -o H5Ounknown.lo H5Ounknown.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ounknown.lo -MD -MP -MF .deps/H5Ounknown.Tpo -c H5Ounknown.c -o H5Ounknown.o mv -f .deps/H5Ounknown.Tpo .deps/H5Ounknown.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5P.lo -MD -MP -MF .deps/H5P.Tpo -c -o H5P.lo H5P.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5P.lo -MD -MP -MF .deps/H5P.Tpo -c H5P.c -o H5P.o mv -f .deps/H5P.Tpo .deps/H5P.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pacpl.lo -MD -MP -MF .deps/H5Pacpl.Tpo -c -o H5Pacpl.lo H5Pacpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pacpl.lo -MD -MP -MF .deps/H5Pacpl.Tpo -c H5Pacpl.c -o H5Pacpl.o mv -f .deps/H5Pacpl.Tpo .deps/H5Pacpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pdcpl.lo -MD -MP -MF .deps/H5Pdcpl.Tpo -c -o H5Pdcpl.lo H5Pdcpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pdcpl.lo -MD -MP -MF .deps/H5Pdcpl.Tpo -c H5Pdcpl.c -o H5Pdcpl.o mv -f .deps/H5Pdcpl.Tpo .deps/H5Pdcpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pdeprec.lo -MD -MP -MF .deps/H5Pdeprec.Tpo -c -o H5Pdeprec.lo H5Pdeprec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pdeprec.lo -MD -MP -MF .deps/H5Pdeprec.Tpo -c H5Pdeprec.c -o H5Pdeprec.o mv -f .deps/H5Pdeprec.Tpo .deps/H5Pdeprec.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pdxpl.lo -MD -MP -MF .deps/H5Pdxpl.Tpo -c -o H5Pdxpl.lo H5Pdxpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pdxpl.lo -MD -MP -MF .deps/H5Pdxpl.Tpo -c H5Pdxpl.c -o H5Pdxpl.o mv -f .deps/H5Pdxpl.Tpo .deps/H5Pdxpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pfapl.lo -MD -MP -MF .deps/H5Pfapl.Tpo -c -o H5Pfapl.lo H5Pfapl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pfapl.lo -MD -MP -MF .deps/H5Pfapl.Tpo -c H5Pfapl.c -o H5Pfapl.o mv -f .deps/H5Pfapl.Tpo .deps/H5Pfapl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pfcpl.lo -MD -MP -MF .deps/H5Pfcpl.Tpo -c -o H5Pfcpl.lo H5Pfcpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pfcpl.lo -MD -MP -MF .deps/H5Pfcpl.Tpo -c H5Pfcpl.c -o H5Pfcpl.o mv -f .deps/H5Pfcpl.Tpo .deps/H5Pfcpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pfmpl.lo -MD -MP -MF .deps/H5Pfmpl.Tpo -c -o H5Pfmpl.lo H5Pfmpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pfmpl.lo -MD -MP -MF .deps/H5Pfmpl.Tpo -c H5Pfmpl.c -o H5Pfmpl.o mv -f .deps/H5Pfmpl.Tpo .deps/H5Pfmpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pgcpl.lo -MD -MP -MF .deps/H5Pgcpl.Tpo -c -o H5Pgcpl.lo H5Pgcpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pgcpl.lo -MD -MP -MF .deps/H5Pgcpl.Tpo -c H5Pgcpl.c -o H5Pgcpl.o mv -f .deps/H5Pgcpl.Tpo .deps/H5Pgcpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pint.lo -MD -MP -MF .deps/H5Pint.Tpo -c -o H5Pint.lo H5Pint.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pint.lo -MD -MP -MF .deps/H5Pint.Tpo -c H5Pint.c -o H5Pint.o mv -f .deps/H5Pint.Tpo .deps/H5Pint.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Plapl.lo -MD -MP -MF .deps/H5Plapl.Tpo -c -o H5Plapl.lo H5Plapl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Plapl.lo -MD -MP -MF .deps/H5Plapl.Tpo -c H5Plapl.c -o H5Plapl.o mv -f .deps/H5Plapl.Tpo .deps/H5Plapl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Plcpl.lo -MD -MP -MF .deps/H5Plcpl.Tpo -c -o H5Plcpl.lo H5Plcpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Plcpl.lo -MD -MP -MF .deps/H5Plcpl.Tpo -c H5Plcpl.c -o H5Plcpl.o mv -f .deps/H5Plcpl.Tpo .deps/H5Plcpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pocpl.lo -MD -MP -MF .deps/H5Pocpl.Tpo -c -o H5Pocpl.lo H5Pocpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pocpl.lo -MD -MP -MF .deps/H5Pocpl.Tpo -c H5Pocpl.c -o H5Pocpl.o mv -f .deps/H5Pocpl.Tpo .deps/H5Pocpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pocpypl.lo -MD -MP -MF .deps/H5Pocpypl.Tpo -c -o H5Pocpypl.lo H5Pocpypl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pocpypl.lo -MD -MP -MF .deps/H5Pocpypl.Tpo -c H5Pocpypl.c -o H5Pocpypl.o mv -f .deps/H5Pocpypl.Tpo .deps/H5Pocpypl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pstrcpl.lo -MD -MP -MF .deps/H5Pstrcpl.Tpo -c -o H5Pstrcpl.lo H5Pstrcpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pstrcpl.lo -MD -MP -MF .deps/H5Pstrcpl.Tpo -c H5Pstrcpl.c -o H5Pstrcpl.o mv -f .deps/H5Pstrcpl.Tpo .deps/H5Pstrcpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ptest.lo -MD -MP -MF .deps/H5Ptest.Tpo -c -o H5Ptest.lo H5Ptest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ptest.lo -MD -MP -MF .deps/H5Ptest.Tpo -c H5Ptest.c -o H5Ptest.o mv -f .deps/H5Ptest.Tpo .deps/H5Ptest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5R.lo -MD -MP -MF .deps/H5R.Tpo -c -o H5R.lo H5R.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5R.lo -MD -MP -MF .deps/H5R.Tpo -c H5R.c -o H5R.o mv -f .deps/H5R.Tpo .deps/H5R.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Rdeprec.lo -MD -MP -MF .deps/H5Rdeprec.Tpo -c -o H5Rdeprec.lo H5Rdeprec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Rdeprec.lo -MD -MP -MF .deps/H5Rdeprec.Tpo -c H5Rdeprec.c -o H5Rdeprec.o mv -f .deps/H5Rdeprec.Tpo .deps/H5Rdeprec.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5RC.lo -MD -MP -MF .deps/H5RC.Tpo -c -o H5RC.lo H5RC.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5RC.lo -MD -MP -MF .deps/H5RC.Tpo -c H5RC.c -o H5RC.o mv -f .deps/H5RC.Tpo .deps/H5RC.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5RS.lo -MD -MP -MF .deps/H5RS.Tpo -c -o H5RS.lo H5RS.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5RS.lo -MD -MP -MF .deps/H5RS.Tpo -c H5RS.c -o H5RS.o H5RS.c: In function â??H5RS_xstrdupâ??: H5RS.c:66: warning: unused variable â??FUNCâ?? H5RS.c: In function â??H5RS_wrapâ??: H5RS.c:151: warning: cast discards qualifiers from pointer target type mv -f .deps/H5RS.Tpo .deps/H5RS.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5S.lo -MD -MP -MF .deps/H5S.Tpo -c -o H5S.lo H5S.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5S.lo -MD -MP -MF .deps/H5S.Tpo -c H5S.c -o H5S.o mv -f .deps/H5S.Tpo .deps/H5S.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Sall.lo -MD -MP -MF .deps/H5Sall.Tpo -c -o H5Sall.lo H5Sall.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Sall.lo -MD -MP -MF .deps/H5Sall.Tpo -c H5Sall.c -o H5Sall.o H5Sall.c: In function â??H5S_all_offsetâ??: H5Sall.c:633: warning: unused parameter â??spaceâ?? mv -f .deps/H5Sall.Tpo .deps/H5Sall.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Sdbg.lo -MD -MP -MF .deps/H5Sdbg.Tpo -c -o H5Sdbg.lo H5Sdbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Sdbg.lo -MD -MP -MF .deps/H5Sdbg.Tpo -c H5Sdbg.c -o H5Sdbg.o mv -f .deps/H5Sdbg.Tpo .deps/H5Sdbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Shyper.lo -MD -MP -MF .deps/H5Shyper.Tpo -c -o H5Shyper.lo H5Shyper.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Shyper.lo -MD -MP -MF .deps/H5Shyper.Tpo -c H5Shyper.c -o H5Shyper.o mv -f .deps/H5Shyper.Tpo .deps/H5Shyper.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Smpio.lo -MD -MP -MF .deps/H5Smpio.Tpo -c -o H5Smpio.lo H5Smpio.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Smpio.lo -MD -MP -MF .deps/H5Smpio.Tpo -c H5Smpio.c -o H5Smpio.o mv -f .deps/H5Smpio.Tpo .deps/H5Smpio.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Snone.lo -MD -MP -MF .deps/H5Snone.Tpo -c -o H5Snone.lo H5Snone.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Snone.lo -MD -MP -MF .deps/H5Snone.Tpo -c H5Snone.c -o H5Snone.o H5Snone.c: In function â??H5S_none_offsetâ??: H5Snone.c:589: warning: unused parameter â??spaceâ?? H5Snone.c:589: warning: unused parameter â??offsetâ?? mv -f .deps/H5Snone.Tpo .deps/H5Snone.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Spoint.lo -MD -MP -MF .deps/H5Spoint.Tpo -c -o H5Spoint.lo H5Spoint.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Spoint.lo -MD -MP -MF .deps/H5Spoint.Tpo -c H5Spoint.c -o H5Spoint.o H5Spoint.c: In function â??H5S_point_deserializeâ??: H5Spoint.c:881: warning: passing argument 4 of â??H5S_select_elementsâ?? from incompatible pointer type mv -f .deps/H5Spoint.Tpo .deps/H5Spoint.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Sselect.lo -MD -MP -MF .deps/H5Sselect.Tpo -c -o H5Sselect.lo H5Sselect.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Sselect.lo -MD -MP -MF .deps/H5Sselect.Tpo -c H5Sselect.c -o H5Sselect.o mv -f .deps/H5Sselect.Tpo .deps/H5Sselect.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Stest.lo -MD -MP -MF .deps/H5Stest.Tpo -c -o H5Stest.lo H5Stest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Stest.lo -MD -MP -MF .deps/H5Stest.Tpo -c H5Stest.c -o H5Stest.o mv -f .deps/H5Stest.Tpo .deps/H5Stest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SL.lo -MD -MP -MF .deps/H5SL.Tpo -c -o H5SL.lo H5SL.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SL.lo -MD -MP -MF .deps/H5SL.Tpo -c H5SL.c -o H5SL.o H5SL.c: In function â??H5SL_release_commonâ??: H5SL.c:514: warning: cast discards qualifiers from pointer target type H5SL.c: In function â??H5SL_createâ??: H5SL.c:629: warning: passing argument 4 of â??H5SL_new_nodeâ?? with different width due to prototype H5SL.c:629: warning: large integer implicitly truncated to unsigned type H5SL.c: In function â??H5SL_iterateâ??: H5SL.c:1497: warning: cast discards qualifiers from pointer target type mv -f .deps/H5SL.Tpo .deps/H5SL.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SM.lo -MD -MP -MF .deps/H5SM.Tpo -c -o H5SM.lo H5SM.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SM.lo -MD -MP -MF .deps/H5SM.Tpo -c H5SM.c -o H5SM.o mv -f .deps/H5SM.Tpo .deps/H5SM.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SMbtree2.lo -MD -MP -MF .deps/H5SMbtree2.Tpo -c -o H5SMbtree2.lo H5SMbtree2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SMbtree2.lo -MD -MP -MF .deps/H5SMbtree2.Tpo -c H5SMbtree2.c -o H5SMbtree2.o mv -f .deps/H5SMbtree2.Tpo .deps/H5SMbtree2.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SMcache.lo -MD -MP -MF .deps/H5SMcache.Tpo -c -o H5SMcache.lo H5SMcache.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SMcache.lo -MD -MP -MF .deps/H5SMcache.Tpo -c H5SMcache.c -o H5SMcache.o mv -f .deps/H5SMcache.Tpo .deps/H5SMcache.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SMtest.lo -MD -MP -MF .deps/H5SMtest.Tpo -c -o H5SMtest.lo H5SMtest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SMtest.lo -MD -MP -MF .deps/H5SMtest.Tpo -c H5SMtest.c -o H5SMtest.o mv -f .deps/H5SMtest.Tpo .deps/H5SMtest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5ST.lo -MD -MP -MF .deps/H5ST.Tpo -c -o H5ST.lo H5ST.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5ST.lo -MD -MP -MF .deps/H5ST.Tpo -c H5ST.c -o H5ST.o mv -f .deps/H5ST.Tpo .deps/H5ST.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5T.lo -MD -MP -MF .deps/H5T.Tpo -c -o H5T.lo H5T.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5T.lo -MD -MP -MF .deps/H5T.Tpo -c H5T.c -o H5T.o H5T.c: In function â??H5T_copyâ??: H5T.c:3138: warning: passing argument 1 of â??H5O_openâ?? discards qualifiers from pointer target type H5T.c:3162: warning: passing argument 1 of â??H5O_openâ?? discards qualifiers from pointer target type mv -f .deps/H5T.Tpo .deps/H5T.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tarray.lo -MD -MP -MF .deps/H5Tarray.Tpo -c -o H5Tarray.lo H5Tarray.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tarray.lo -MD -MP -MF .deps/H5Tarray.Tpo -c H5Tarray.c -o H5Tarray.o mv -f .deps/H5Tarray.Tpo .deps/H5Tarray.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tbit.lo -MD -MP -MF .deps/H5Tbit.Tpo -c -o H5Tbit.lo H5Tbit.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tbit.lo -MD -MP -MF .deps/H5Tbit.Tpo -c H5Tbit.c -o H5Tbit.o mv -f .deps/H5Tbit.Tpo .deps/H5Tbit.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tcommit.lo -MD -MP -MF .deps/H5Tcommit.Tpo -c -o H5Tcommit.lo H5Tcommit.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tcommit.lo -MD -MP -MF .deps/H5Tcommit.Tpo -c H5Tcommit.c -o H5Tcommit.o mv -f .deps/H5Tcommit.Tpo .deps/H5Tcommit.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tcompound.lo -MD -MP -MF .deps/H5Tcompound.Tpo -c -o H5Tcompound.lo H5Tcompound.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tcompound.lo -MD -MP -MF .deps/H5Tcompound.Tpo -c H5Tcompound.c -o H5Tcompound.o mv -f .deps/H5Tcompound.Tpo .deps/H5Tcompound.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tconv.lo -MD -MP -MF .deps/H5Tconv.Tpo -c -o H5Tconv.lo H5Tconv.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tconv.lo -MD -MP -MF .deps/H5Tconv.Tpo -c H5Tconv.c -o H5Tconv.o H5Tconv.c: In function â??H5T_conv_struct_initâ??: H5Tconv.c:1838: warning: comparison between signed and unsigned H5Tconv.c:1848: warning: comparison between signed and unsigned H5Tconv.c:1855: warning: empty body in an else-statement H5Tconv.c: In function â??H5T_conv_uchar_shortâ??: H5Tconv.c:4619: warning: comparison is always false due to limited range of data type H5Tconv.c:4619: warning: comparison is always false due to limited range of data type H5Tconv.c:4619: warning: comparison is always false due to limited range of data type H5Tconv.c:4619: warning: comparison is always false due to limited range of data type H5Tconv.c:4619: warning: comparison is always false due to limited range of data type H5Tconv.c:4619: warning: comparison is always false due to limited range of data type H5Tconv.c:4619: warning: comparison is always false due to limited range of data type H5Tconv.c:4619: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_uchar_intâ??: H5Tconv.c:4748: warning: comparison is always false due to limited range of data type H5Tconv.c:4748: warning: comparison is always false due to limited range of data type H5Tconv.c:4748: warning: comparison is always false due to limited range of data type H5Tconv.c:4748: warning: comparison is always false due to limited range of data type H5Tconv.c:4748: warning: comparison is always false due to limited range of data type H5Tconv.c:4748: warning: comparison is always false due to limited range of data type H5Tconv.c:4748: warning: comparison is always false due to limited range of data type H5Tconv.c:4748: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_uchar_longâ??: H5Tconv.c:4877: warning: comparison is always false due to limited range of data type H5Tconv.c:4877: warning: comparison is always false due to limited range of data type H5Tconv.c:4877: warning: comparison is always false due to limited range of data type H5Tconv.c:4877: warning: comparison is always false due to limited range of data type H5Tconv.c:4877: warning: comparison is always false due to limited range of data type H5Tconv.c:4877: warning: comparison is always false due to limited range of data type H5Tconv.c:4877: warning: comparison is always false due to limited range of data type H5Tconv.c:4877: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_uchar_llongâ??: H5Tconv.c:5009: warning: comparison is always false due to limited range of data type H5Tconv.c:5009: warning: comparison is always false due to limited range of data type H5Tconv.c:5009: warning: comparison is always false due to limited range of data type H5Tconv.c:5009: warning: comparison is always false due to limited range of data type H5Tconv.c:5009: warning: comparison is always false due to limited range of data type H5Tconv.c:5009: warning: comparison is always false due to limited range of data type H5Tconv.c:5009: warning: comparison is always false due to limited range of data type H5Tconv.c:5009: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_ushort_intâ??: H5Tconv.c:5339: warning: comparison is always false due to limited range of data type H5Tconv.c:5339: warning: comparison is always false due to limited range of data type H5Tconv.c:5339: warning: comparison is always false due to limited range of data type H5Tconv.c:5339: warning: comparison is always false due to limited range of data type H5Tconv.c:5339: warning: comparison is always false due to limited range of data type H5Tconv.c:5339: warning: comparison is always false due to limited range of data type H5Tconv.c:5339: warning: comparison is always false due to limited range of data type H5Tconv.c:5339: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_ushort_longâ??: H5Tconv.c:5471: warning: comparison is always false due to limited range of data type H5Tconv.c:5471: warning: comparison is always false due to limited range of data type H5Tconv.c:5471: warning: comparison is always false due to limited range of data type H5Tconv.c:5471: warning: comparison is always false due to limited range of data type H5Tconv.c:5471: warning: comparison is always false due to limited range of data type H5Tconv.c:5471: warning: comparison is always false due to limited range of data type H5Tconv.c:5471: warning: comparison is always false due to limited range of data type H5Tconv.c:5471: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_ushort_llongâ??: H5Tconv.c:5603: warning: comparison is always false due to limited range of data type H5Tconv.c:5603: warning: comparison is always false due to limited range of data type H5Tconv.c:5603: warning: comparison is always false due to limited range of data type H5Tconv.c:5603: warning: comparison is always false due to limited range of data type H5Tconv.c:5603: warning: comparison is always false due to limited range of data type H5Tconv.c:5603: warning: comparison is always false due to limited range of data type H5Tconv.c:5603: warning: comparison is always false due to limited range of data type H5Tconv.c:5603: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_uint_longâ??: H5Tconv.c:6060: warning: comparison is always false due to limited range of data type H5Tconv.c:6060: warning: comparison is always false due to limited range of data type H5Tconv.c:6060: warning: comparison is always false due to limited range of data type H5Tconv.c:6060: warning: comparison is always false due to limited range of data type H5Tconv.c:6060: warning: comparison is always false due to limited range of data type H5Tconv.c:6060: warning: comparison is always false due to limited range of data type H5Tconv.c:6060: warning: comparison is always false due to limited range of data type H5Tconv.c:6060: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_uint_llongâ??: H5Tconv.c:6188: warning: comparison is always false due to limited range of data type H5Tconv.c:6188: warning: comparison is always false due to limited range of data type H5Tconv.c:6188: warning: comparison is always false due to limited range of data type H5Tconv.c:6188: warning: comparison is always false due to limited range of data type H5Tconv.c:6188: warning: comparison is always false due to limited range of data type H5Tconv.c:6188: warning: comparison is always false due to limited range of data type H5Tconv.c:6188: warning: comparison is always false due to limited range of data type H5Tconv.c:6188: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_float_scharâ??: H5Tconv.c:8630: warning: comparing floating point with == or != is unsafe H5Tconv.c:8630: warning: comparing floating point with == or != is unsafe H5Tconv.c:8630: warning: comparing floating point with == or != is unsafe H5Tconv.c:8630: warning: comparing floating point with == or != is unsafe H5Tconv.c:8630: warning: comparing floating point with == or != is unsafe H5Tconv.c:8630: warning: comparing floating point with == or != is unsafe H5Tconv.c:8630: warning: comparing floating point with == or != is unsafe H5Tconv.c:8630: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_float_ucharâ??: H5Tconv.c:8662: warning: comparing floating point with == or != is unsafe H5Tconv.c:8662: warning: comparing floating point with == or != is unsafe H5Tconv.c:8662: warning: comparing floating point with == or != is unsafe H5Tconv.c:8662: warning: comparing floating point with == or != is unsafe H5Tconv.c:8662: warning: comparing floating point with == or != is unsafe H5Tconv.c:8662: warning: comparing floating point with == or != is unsafe H5Tconv.c:8662: warning: comparing floating point with == or != is unsafe H5Tconv.c:8662: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_scharâ??: H5Tconv.c:8694: warning: comparing floating point with == or != is unsafe H5Tconv.c:8694: warning: comparing floating point with == or != is unsafe H5Tconv.c:8694: warning: comparing floating point with == or != is unsafe H5Tconv.c:8694: warning: comparing floating point with == or != is unsafe H5Tconv.c:8694: warning: comparing floating point with == or != is unsafe H5Tconv.c:8694: warning: comparing floating point with == or != is unsafe H5Tconv.c:8694: warning: comparing floating point with == or != is unsafe H5Tconv.c:8694: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_ucharâ??: H5Tconv.c:8726: warning: comparing floating point with == or != is unsafe H5Tconv.c:8726: warning: comparing floating point with == or != is unsafe H5Tconv.c:8726: warning: comparing floating point with == or != is unsafe H5Tconv.c:8726: warning: comparing floating point with == or != is unsafe H5Tconv.c:8726: warning: comparing floating point with == or != is unsafe H5Tconv.c:8726: warning: comparing floating point with == or != is unsafe H5Tconv.c:8726: warning: comparing floating point with == or != is unsafe H5Tconv.c:8726: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_scharâ??: H5Tconv.c:8759: warning: comparing floating point with == or != is unsafe H5Tconv.c:8759: warning: comparing floating point with == or != is unsafe H5Tconv.c:8759: warning: comparing floating point with == or != is unsafe H5Tconv.c:8759: warning: comparing floating point with == or != is unsafe H5Tconv.c:8759: warning: comparing floating point with == or != is unsafe H5Tconv.c:8759: warning: comparing floating point with == or != is unsafe H5Tconv.c:8759: warning: comparing floating point with == or != is unsafe H5Tconv.c:8759: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_ucharâ??: H5Tconv.c:8793: warning: comparing floating point with == or != is unsafe H5Tconv.c:8793: warning: comparing floating point with == or != is unsafe H5Tconv.c:8793: warning: comparing floating point with == or != is unsafe H5Tconv.c:8793: warning: comparing floating point with == or != is unsafe H5Tconv.c:8793: warning: comparing floating point with == or != is unsafe H5Tconv.c:8793: warning: comparing floating point with == or != is unsafe H5Tconv.c:8793: warning: comparing floating point with == or != is unsafe H5Tconv.c:8793: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_float_shortâ??: H5Tconv.c:8826: warning: comparing floating point with == or != is unsafe H5Tconv.c:8826: warning: comparing floating point with == or != is unsafe H5Tconv.c:8826: warning: comparing floating point with == or != is unsafe H5Tconv.c:8826: warning: comparing floating point with == or != is unsafe H5Tconv.c:8826: warning: comparing floating point with == or != is unsafe H5Tconv.c:8826: warning: comparing floating point with == or != is unsafe H5Tconv.c:8826: warning: comparing floating point with == or != is unsafe H5Tconv.c:8826: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_float_ushortâ??: H5Tconv.c:8858: warning: comparing floating point with == or != is unsafe H5Tconv.c:8858: warning: comparing floating point with == or != is unsafe H5Tconv.c:8858: warning: comparing floating point with == or != is unsafe H5Tconv.c:8858: warning: comparing floating point with == or != is unsafe H5Tconv.c:8858: warning: comparing floating point with == or != is unsafe H5Tconv.c:8858: warning: comparing floating point with == or != is unsafe H5Tconv.c:8858: warning: comparing floating point with == or != is unsafe H5Tconv.c:8858: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_shortâ??: H5Tconv.c:8890: warning: comparing floating point with == or != is unsafe H5Tconv.c:8890: warning: comparing floating point with == or != is unsafe H5Tconv.c:8890: warning: comparing floating point with == or != is unsafe H5Tconv.c:8890: warning: comparing floating point with == or != is unsafe H5Tconv.c:8890: warning: comparing floating point with == or != is unsafe H5Tconv.c:8890: warning: comparing floating point with == or != is unsafe H5Tconv.c:8890: warning: comparing floating point with == or != is unsafe H5Tconv.c:8890: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_ushortâ??: H5Tconv.c:8922: warning: comparing floating point with == or != is unsafe H5Tconv.c:8922: warning: comparing floating point with == or != is unsafe H5Tconv.c:8922: warning: comparing floating point with == or != is unsafe H5Tconv.c:8922: warning: comparing floating point with == or != is unsafe H5Tconv.c:8922: warning: comparing floating point with == or != is unsafe H5Tconv.c:8922: warning: comparing floating point with == or != is unsafe H5Tconv.c:8922: warning: comparing floating point with == or != is unsafe H5Tconv.c:8922: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_shortâ??: H5Tconv.c:8955: warning: comparing floating point with == or != is unsafe H5Tconv.c:8955: warning: comparing floating point with == or != is unsafe H5Tconv.c:8955: warning: comparing floating point with == or != is unsafe H5Tconv.c:8955: warning: comparing floating point with == or != is unsafe H5Tconv.c:8955: warning: comparing floating point with == or != is unsafe H5Tconv.c:8955: warning: comparing floating point with == or != is unsafe H5Tconv.c:8955: warning: comparing floating point with == or != is unsafe H5Tconv.c:8955: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_ushortâ??: H5Tconv.c:8989: warning: comparing floating point with == or != is unsafe H5Tconv.c:8989: warning: comparing floating point with == or != is unsafe H5Tconv.c:8989: warning: comparing floating point with == or != is unsafe H5Tconv.c:8989: warning: comparing floating point with == or != is unsafe H5Tconv.c:8989: warning: comparing floating point with == or != is unsafe H5Tconv.c:8989: warning: comparing floating point with == or != is unsafe H5Tconv.c:8989: warning: comparing floating point with == or != is unsafe H5Tconv.c:8989: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_float_intâ??: H5Tconv.c:9022: warning: comparing floating point with == or != is unsafe H5Tconv.c:9022: warning: comparing floating point with == or != is unsafe H5Tconv.c:9022: warning: comparing floating point with == or != is unsafe H5Tconv.c:9022: warning: comparing floating point with == or != is unsafe H5Tconv.c:9022: warning: comparing floating point with == or != is unsafe H5Tconv.c:9022: warning: comparing floating point with == or != is unsafe H5Tconv.c:9022: warning: comparing floating point with == or != is unsafe H5Tconv.c:9022: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_float_uintâ??: H5Tconv.c:9054: warning: comparing floating point with == or != is unsafe H5Tconv.c:9054: warning: comparing floating point with == or != is unsafe H5Tconv.c:9054: warning: comparing floating point with == or != is unsafe H5Tconv.c:9054: warning: comparing floating point with == or != is unsafe H5Tconv.c:9054: warning: comparing floating point with == or != is unsafe H5Tconv.c:9054: warning: comparing floating point with == or != is unsafe H5Tconv.c:9054: warning: comparing floating point with == or != is unsafe H5Tconv.c:9054: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_intâ??: H5Tconv.c:9086: warning: comparing floating point with == or != is unsafe H5Tconv.c:9086: warning: comparing floating point with == or != is unsafe H5Tconv.c:9086: warning: comparing floating point with == or != is unsafe H5Tconv.c:9086: warning: comparing floating point with == or != is unsafe H5Tconv.c:9086: warning: comparing floating point with == or != is unsafe H5Tconv.c:9086: warning: comparing floating point with == or != is unsafe H5Tconv.c:9086: warning: comparing floating point with == or != is unsafe H5Tconv.c:9086: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_uintâ??: H5Tconv.c:9118: warning: comparing floating point with == or != is unsafe H5Tconv.c:9118: warning: comparing floating point with == or != is unsafe H5Tconv.c:9118: warning: comparing floating point with == or != is unsafe H5Tconv.c:9118: warning: comparing floating point with == or != is unsafe H5Tconv.c:9118: warning: comparing floating point with == or != is unsafe H5Tconv.c:9118: warning: comparing floating point with == or != is unsafe H5Tconv.c:9118: warning: comparing floating point with == or != is unsafe H5Tconv.c:9118: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_intâ??: H5Tconv.c:9151: warning: comparing floating point with == or != is unsafe H5Tconv.c:9151: warning: comparing floating point with == or != is unsafe H5Tconv.c:9151: warning: comparing floating point with == or != is unsafe H5Tconv.c:9151: warning: comparing floating point with == or != is unsafe H5Tconv.c:9151: warning: comparing floating point with == or != is unsafe H5Tconv.c:9151: warning: comparing floating point with == or != is unsafe H5Tconv.c:9151: warning: comparing floating point with == or != is unsafe H5Tconv.c:9151: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_uintâ??: H5Tconv.c:9185: warning: comparing floating point with == or != is unsafe H5Tconv.c:9185: warning: comparing floating point with == or != is unsafe H5Tconv.c:9185: warning: comparing floating point with == or != is unsafe H5Tconv.c:9185: warning: comparing floating point with == or != is unsafe H5Tconv.c:9185: warning: comparing floating point with == or != is unsafe H5Tconv.c:9185: warning: comparing floating point with == or != is unsafe H5Tconv.c:9185: warning: comparing floating point with == or != is unsafe H5Tconv.c:9185: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_float_longâ??: H5Tconv.c:9218: warning: comparing floating point with == or != is unsafe H5Tconv.c:9218: warning: comparing floating point with == or != is unsafe H5Tconv.c:9218: warning: comparing floating point with == or != is unsafe H5Tconv.c:9218: warning: comparing floating point with == or != is unsafe H5Tconv.c:9218: warning: comparing floating point with == or != is unsafe H5Tconv.c:9218: warning: comparing floating point with == or != is unsafe H5Tconv.c:9218: warning: comparing floating point with == or != is unsafe H5Tconv.c:9218: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_float_ulongâ??: H5Tconv.c:9250: warning: comparing floating point with == or != is unsafe H5Tconv.c:9250: warning: comparing floating point with == or != is unsafe H5Tconv.c:9250: warning: comparing floating point with == or != is unsafe H5Tconv.c:9250: warning: comparing floating point with == or != is unsafe H5Tconv.c:9250: warning: comparing floating point with == or != is unsafe H5Tconv.c:9250: warning: comparing floating point with == or != is unsafe H5Tconv.c:9250: warning: comparing floating point with == or != is unsafe H5Tconv.c:9250: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_longâ??: H5Tconv.c:9282: warning: comparing floating point with == or != is unsafe H5Tconv.c:9282: warning: comparing floating point with == or != is unsafe H5Tconv.c:9282: warning: comparing floating point with == or != is unsafe H5Tconv.c:9282: warning: comparing floating point with == or != is unsafe H5Tconv.c:9282: warning: comparing floating point with == or != is unsafe H5Tconv.c:9282: warning: comparing floating point with == or != is unsafe H5Tconv.c:9282: warning: comparing floating point with == or != is unsafe H5Tconv.c:9282: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_ulongâ??: H5Tconv.c:9314: warning: comparing floating point with == or != is unsafe H5Tconv.c:9314: warning: comparing floating point with == or != is unsafe H5Tconv.c:9314: warning: comparing floating point with == or != is unsafe H5Tconv.c:9314: warning: comparing floating point with == or != is unsafe H5Tconv.c:9314: warning: comparing floating point with == or != is unsafe H5Tconv.c:9314: warning: comparing floating point with == or != is unsafe H5Tconv.c:9314: warning: comparing floating point with == or != is unsafe H5Tconv.c:9314: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_longâ??: H5Tconv.c:9347: warning: comparing floating point with == or != is unsafe H5Tconv.c:9347: warning: comparing floating point with == or != is unsafe H5Tconv.c:9347: warning: comparing floating point with == or != is unsafe H5Tconv.c:9347: warning: comparing floating point with == or != is unsafe H5Tconv.c:9347: warning: comparing floating point with == or != is unsafe H5Tconv.c:9347: warning: comparing floating point with == or != is unsafe H5Tconv.c:9347: warning: comparing floating point with == or != is unsafe H5Tconv.c:9347: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_ulongâ??: H5Tconv.c:9381: warning: comparing floating point with == or != is unsafe H5Tconv.c:9381: warning: comparing floating point with == or != is unsafe H5Tconv.c:9381: warning: comparing floating point with == or != is unsafe H5Tconv.c:9381: warning: comparing floating point with == or != is unsafe H5Tconv.c:9381: warning: comparing floating point with == or != is unsafe H5Tconv.c:9381: warning: comparing floating point with == or != is unsafe H5Tconv.c:9381: warning: comparing floating point with == or != is unsafe H5Tconv.c:9381: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_float_llongâ??: H5Tconv.c:9415: warning: comparing floating point with == or != is unsafe H5Tconv.c:9415: warning: comparing floating point with == or != is unsafe H5Tconv.c:9415: warning: comparing floating point with == or != is unsafe H5Tconv.c:9415: warning: comparing floating point with == or != is unsafe H5Tconv.c:9415: warning: comparing floating point with == or != is unsafe H5Tconv.c:9415: warning: comparing floating point with == or != is unsafe H5Tconv.c:9415: warning: comparing floating point with == or != is unsafe H5Tconv.c:9415: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_llongâ??: H5Tconv.c:9483: warning: comparing floating point with == or != is unsafe H5Tconv.c:9483: warning: comparing floating point with == or != is unsafe H5Tconv.c:9483: warning: comparing floating point with == or != is unsafe H5Tconv.c:9483: warning: comparing floating point with == or != is unsafe H5Tconv.c:9483: warning: comparing floating point with == or != is unsafe H5Tconv.c:9483: warning: comparing floating point with == or != is unsafe H5Tconv.c:9483: warning: comparing floating point with == or != is unsafe H5Tconv.c:9483: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_llongâ??: H5Tconv.c:9551: warning: comparing floating point with == or != is unsafe H5Tconv.c:9551: warning: comparing floating point with == or != is unsafe H5Tconv.c:9551: warning: comparing floating point with == or != is unsafe H5Tconv.c:9551: warning: comparing floating point with == or != is unsafe H5Tconv.c:9551: warning: comparing floating point with == or != is unsafe H5Tconv.c:9551: warning: comparing floating point with == or != is unsafe H5Tconv.c:9551: warning: comparing floating point with == or != is unsafe H5Tconv.c:9551: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_f_iâ??: H5Tconv.c:9708: warning: cast from function call of type â??doubleâ?? to non-matching type â??long unsigned intâ?? H5Tconv.c: In function â??H5T_conv_i_fâ??: H5Tconv.c:10506: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long unsigned intâ?? mv -f .deps/H5Tconv.Tpo .deps/H5Tconv.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tcset.lo -MD -MP -MF .deps/H5Tcset.Tpo -c -o H5Tcset.lo H5Tcset.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tcset.lo -MD -MP -MF .deps/H5Tcset.Tpo -c H5Tcset.c -o H5Tcset.o mv -f .deps/H5Tcset.Tpo .deps/H5Tcset.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tdbg.lo -MD -MP -MF .deps/H5Tdbg.Tpo -c -o H5Tdbg.lo H5Tdbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tdbg.lo -MD -MP -MF .deps/H5Tdbg.Tpo -c H5Tdbg.c -o H5Tdbg.o mv -f .deps/H5Tdbg.Tpo .deps/H5Tdbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tdeprec.lo -MD -MP -MF .deps/H5Tdeprec.Tpo -c -o H5Tdeprec.lo H5Tdeprec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tdeprec.lo -MD -MP -MF .deps/H5Tdeprec.Tpo -c H5Tdeprec.c -o H5Tdeprec.o mv -f .deps/H5Tdeprec.Tpo .deps/H5Tdeprec.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tenum.lo -MD -MP -MF .deps/H5Tenum.Tpo -c -o H5Tenum.lo H5Tenum.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tenum.lo -MD -MP -MF .deps/H5Tenum.Tpo -c H5Tenum.c -o H5Tenum.o mv -f .deps/H5Tenum.Tpo .deps/H5Tenum.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tfields.lo -MD -MP -MF .deps/H5Tfields.Tpo -c -o H5Tfields.lo H5Tfields.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tfields.lo -MD -MP -MF .deps/H5Tfields.Tpo -c H5Tfields.c -o H5Tfields.o mv -f .deps/H5Tfields.Tpo .deps/H5Tfields.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tfixed.lo -MD -MP -MF .deps/H5Tfixed.Tpo -c -o H5Tfixed.lo H5Tfixed.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tfixed.lo -MD -MP -MF .deps/H5Tfixed.Tpo -c H5Tfixed.c -o H5Tfixed.o mv -f .deps/H5Tfixed.Tpo .deps/H5Tfixed.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tfloat.lo -MD -MP -MF .deps/H5Tfloat.Tpo -c -o H5Tfloat.lo H5Tfloat.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tfloat.lo -MD -MP -MF .deps/H5Tfloat.Tpo -c H5Tfloat.c -o H5Tfloat.o mv -f .deps/H5Tfloat.Tpo .deps/H5Tfloat.Plo gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -g -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5detect-H5detect.o -MD -MP -MF .deps/H5detect-H5detect.Tpo -c -o H5detect-H5detect.o `test -f 'H5detect.c' || echo './'`H5detect.c H5detect.c: In function â??bit_cmpâ??: H5detect.c:810: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:810: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:815: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:815: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c: In function â??fix_orderâ??: H5detect.c:871: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:871: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c: In function â??imp_bitâ??: H5detect.c:935: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:935: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c: In function â??detect_C89_integersâ??: H5detect.c:1158: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1158: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1158: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1158: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1158: warning: cast discards qualifiers from pointer target type H5detect.c:1158: warning: cast discards qualifiers from pointer target type H5detect.c:1159: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1159: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1159: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1159: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1159: warning: cast discards qualifiers from pointer target type H5detect.c:1159: warning: cast discards qualifiers from pointer target type H5detect.c:1160: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1160: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1160: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1160: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1160: warning: cast discards qualifiers from pointer target type H5detect.c:1160: warning: cast discards qualifiers from pointer target type H5detect.c:1161: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1161: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1161: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1161: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1161: warning: cast discards qualifiers from pointer target type H5detect.c:1161: warning: cast discards qualifiers from pointer target type H5detect.c:1162: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1162: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1162: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1162: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1162: warning: cast discards qualifiers from pointer target type H5detect.c:1162: warning: cast discards qualifiers from pointer target type H5detect.c:1163: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1163: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1163: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1163: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1163: warning: cast discards qualifiers from pointer target type H5detect.c:1163: warning: cast discards qualifiers from pointer target type H5detect.c:1164: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1164: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1164: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1164: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1164: warning: cast discards qualifiers from pointer target type H5detect.c:1164: warning: cast discards qualifiers from pointer target type H5detect.c:1165: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1165: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1165: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1165: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1165: warning: cast discards qualifiers from pointer target type H5detect.c:1165: warning: cast discards qualifiers from pointer target type H5detect.c: In function â??detect_C89_floatsâ??: H5detect.c:1186: warning: passing argument 1 of â??byte_cmpâ?? with different width due to prototype H5detect.c:1186: warning: passing argument 1 of â??fix_orderâ?? with different width due to prototype H5detect.c:1186: warning: passing argument 1 of â??imp_bitâ?? with different width due to prototype H5detect.c:1186: warning: passing argument 1 of â??bit_cmpâ?? with different width due to prototype H5detect.c:1186: warning: passing argument 1 of â??bit_cmpâ?? with different width due to prototype H5detect.c:1186: warning: cast discards qualifiers from pointer target type H5detect.c:1186: warning: cast discards qualifiers from pointer target type H5detect.c:1186: warning: comparing floating point with == or != is unsafe H5detect.c:1187: warning: passing argument 1 of â??byte_cmpâ?? with different width due to prototype H5detect.c:1187: warning: passing argument 1 of â??fix_orderâ?? with different width due to prototype H5detect.c:1187: warning: passing argument 1 of â??imp_bitâ?? with different width due to prototype H5detect.c:1187: warning: passing argument 1 of â??bit_cmpâ?? with different width due to prototype H5detect.c:1187: warning: passing argument 1 of â??bit_cmpâ?? with different width due to prototype H5detect.c:1187: warning: cast discards qualifiers from pointer target type H5detect.c:1187: warning: cast discards qualifiers from pointer target type H5detect.c:1187: warning: comparing floating point with == or != is unsafe H5detect.c: In function â??detect_C99_integers8â??: H5detect.c:1209: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1209: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1209: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1209: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1209: warning: cast discards qualifiers from pointer target type H5detect.c:1209: warning: cast discards qualifiers from pointer target type H5detect.c:1212: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1212: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1212: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1212: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1212: warning: cast discards qualifiers from pointer target type H5detect.c:1212: warning: cast discards qualifiers from pointer target type H5detect.c:1215: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1215: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1215: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1215: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1215: warning: cast discards qualifiers from pointer target type H5detect.c:1215: warning: cast discards qualifiers from pointer target type H5detect.c:1218: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1218: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1218: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1218: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1218: warning: cast discards qualifiers from pointer target type H5detect.c:1218: warning: cast discards qualifiers from pointer target type H5detect.c:1221: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1221: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1221: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1221: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1221: warning: cast discards qualifiers from pointer target type H5detect.c:1221: warning: cast discards qualifiers from pointer target type H5detect.c:1224: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1224: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1224: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1224: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1224: warning: cast discards qualifiers from pointer target type H5detect.c:1224: warning: cast discards qualifiers from pointer target type H5detect.c: In function â??detect_C99_integers16â??: H5detect.c:1247: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1247: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1247: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1247: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1247: warning: cast discards qualifiers from pointer target type H5detect.c:1247: warning: cast discards qualifiers from pointer target type H5detect.c:1250: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1250: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1250: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1250: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1250: warning: cast discards qualifiers from pointer target type H5detect.c:1250: warning: cast discards qualifiers from pointer target type H5detect.c:1253: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1253: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1253: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1253: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1253: warning: cast discards qualifiers from pointer target type H5detect.c:1253: warning: cast discards qualifiers from pointer target type H5detect.c:1256: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1256: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1256: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1256: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1256: warning: cast discards qualifiers from pointer target type H5detect.c:1256: warning: cast discards qualifiers from pointer target type H5detect.c:1259: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1259: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1259: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1259: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1259: warning: cast discards qualifiers from pointer target type H5detect.c:1259: warning: cast discards qualifiers from pointer target type H5detect.c:1262: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1262: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1262: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1262: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1262: warning: cast discards qualifiers from pointer target type H5detect.c:1262: warning: cast discards qualifiers from pointer target type H5detect.c: In function â??detect_C99_integers32â??: H5detect.c:1285: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1285: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1285: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1285: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1285: warning: cast discards qualifiers from pointer target type H5detect.c:1285: warning: cast discards qualifiers from pointer target type H5detect.c:1288: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1288: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1288: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1288: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1288: warning: cast discards qualifiers from pointer target type H5detect.c:1288: warning: cast discards qualifiers from pointer target type H5detect.c:1291: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1291: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1291: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1291: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1291: warning: cast discards qualifiers from pointer target type H5detect.c:1291: warning: cast discards qualifiers from pointer target type H5detect.c:1294: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1294: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1294: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1294: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1294: warning: cast discards qualifiers from pointer target type H5detect.c:1294: warning: cast discards qualifiers from pointer target type H5detect.c:1297: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1297: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1297: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1297: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1297: warning: cast discards qualifiers from pointer target type H5detect.c:1297: warning: cast discards qualifiers from pointer target type H5detect.c:1300: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1300: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1300: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1300: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1300: warning: cast discards qualifiers from pointer target type H5detect.c:1300: warning: cast discards qualifiers from pointer target type H5detect.c: In function â??detect_C99_integers64â??: H5detect.c:1323: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1323: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1323: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1323: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1323: warning: cast discards qualifiers from pointer target type H5detect.c:1323: warning: cast discards qualifiers from pointer target type H5detect.c:1326: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1326: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1326: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1326: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1326: warning: cast discards qualifiers from pointer target type H5detect.c:1326: warning: cast discards qualifiers from pointer target type H5detect.c:1329: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1329: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1329: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1329: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1329: warning: cast discards qualifiers from pointer target type H5detect.c:1329: warning: cast discards qualifiers from pointer target type H5detect.c:1332: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1332: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1332: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1332: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1332: warning: cast discards qualifiers from pointer target type H5detect.c:1332: warning: cast discards qualifiers from pointer target type H5detect.c:1335: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1335: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1335: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1335: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1335: warning: cast discards qualifiers from pointer target type H5detect.c:1335: warning: cast discards qualifiers from pointer target type H5detect.c:1338: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1338: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1338: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1338: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1338: warning: cast discards qualifiers from pointer target type H5detect.c:1338: warning: cast discards qualifiers from pointer target type H5detect.c:1342: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1342: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1342: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1342: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1342: warning: cast discards qualifiers from pointer target type H5detect.c:1342: warning: cast discards qualifiers from pointer target type H5detect.c:1343: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1343: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1343: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1343: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1343: warning: cast discards qualifiers from pointer target type H5detect.c:1343: warning: cast discards qualifiers from pointer target type H5detect.c: In function â??detect_C99_floatsâ??: H5detect.c:1408: warning: passing argument 1 of â??byte_cmpâ?? with different width due to prototype H5detect.c:1408: warning: passing argument 1 of â??fix_orderâ?? with different width due to prototype H5detect.c:1408: warning: passing argument 1 of â??imp_bitâ?? with different width due to prototype H5detect.c:1408: warning: passing argument 1 of â??bit_cmpâ?? with different width due to prototype H5detect.c:1408: warning: passing argument 1 of â??bit_cmpâ?? with different width due to prototype H5detect.c:1408: warning: cast discards qualifiers from pointer target type H5detect.c:1408: warning: cast discards qualifiers from pointer target type H5detect.c:1408: warning: comparing floating point with == or != is unsafe H5detect.c: In function â??sigsegv_handlerâ??: H5detect.c:468: warning: function might be possible candidate for attribute â??noreturnâ?? H5detect.c: In function â??sigbus_handlerâ??: H5detect.c:493: warning: function might be possible candidate for attribute â??noreturnâ?? mv -f .deps/H5detect-H5detect.Tpo .deps/H5detect-H5detect.Po /bin/sh ../libtool --tag=CC --mode=link gcc -g -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o H5detect H5detect-H5detect.o -lm libtool: link: gcc -g -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o H5detect H5detect-H5detect.o -lm LD_LIBRARY_PATH="$LD_LIBRARY_PATH`echo | \ sed -e 's/-L/:/g' -e 's/ //g'`" \ ./H5detect > H5Tinit.c || \ (test $HDF5_Make_Ignore && echo "*** Error ignored") || \ (rm -f H5Tinit.c ; exit 1) /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tinit.lo -MD -MP -MF .deps/H5Tinit.Tpo -c -o H5Tinit.lo H5Tinit.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tinit.lo -MD -MP -MF .deps/H5Tinit.Tpo -c H5Tinit.c -o H5Tinit.o mv -f .deps/H5Tinit.Tpo .deps/H5Tinit.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tnative.lo -MD -MP -MF .deps/H5Tnative.Tpo -c -o H5Tnative.lo H5Tnative.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tnative.lo -MD -MP -MF .deps/H5Tnative.Tpo -c H5Tnative.c -o H5Tnative.o mv -f .deps/H5Tnative.Tpo .deps/H5Tnative.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Toffset.lo -MD -MP -MF .deps/H5Toffset.Tpo -c -o H5Toffset.lo H5Toffset.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Toffset.lo -MD -MP -MF .deps/H5Toffset.Tpo -c H5Toffset.c -o H5Toffset.o mv -f .deps/H5Toffset.Tpo .deps/H5Toffset.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Toh.lo -MD -MP -MF .deps/H5Toh.Tpo -c -o H5Toh.lo H5Toh.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Toh.lo -MD -MP -MF .deps/H5Toh.Tpo -c H5Toh.c -o H5Toh.o mv -f .deps/H5Toh.Tpo .deps/H5Toh.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Topaque.lo -MD -MP -MF .deps/H5Topaque.Tpo -c -o H5Topaque.lo H5Topaque.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Topaque.lo -MD -MP -MF .deps/H5Topaque.Tpo -c H5Topaque.c -o H5Topaque.o mv -f .deps/H5Topaque.Tpo .deps/H5Topaque.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Torder.lo -MD -MP -MF .deps/H5Torder.Tpo -c -o H5Torder.lo H5Torder.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Torder.lo -MD -MP -MF .deps/H5Torder.Tpo -c H5Torder.c -o H5Torder.o mv -f .deps/H5Torder.Tpo .deps/H5Torder.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tpad.lo -MD -MP -MF .deps/H5Tpad.Tpo -c -o H5Tpad.lo H5Tpad.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tpad.lo -MD -MP -MF .deps/H5Tpad.Tpo -c H5Tpad.c -o H5Tpad.o mv -f .deps/H5Tpad.Tpo .deps/H5Tpad.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tprecis.lo -MD -MP -MF .deps/H5Tprecis.Tpo -c -o H5Tprecis.lo H5Tprecis.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tprecis.lo -MD -MP -MF .deps/H5Tprecis.Tpo -c H5Tprecis.c -o H5Tprecis.o mv -f .deps/H5Tprecis.Tpo .deps/H5Tprecis.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tstrpad.lo -MD -MP -MF .deps/H5Tstrpad.Tpo -c -o H5Tstrpad.lo H5Tstrpad.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tstrpad.lo -MD -MP -MF .deps/H5Tstrpad.Tpo -c H5Tstrpad.c -o H5Tstrpad.o mv -f .deps/H5Tstrpad.Tpo .deps/H5Tstrpad.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tvisit.lo -MD -MP -MF .deps/H5Tvisit.Tpo -c -o H5Tvisit.lo H5Tvisit.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tvisit.lo -MD -MP -MF .deps/H5Tvisit.Tpo -c H5Tvisit.c -o H5Tvisit.o mv -f .deps/H5Tvisit.Tpo .deps/H5Tvisit.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tvlen.lo -MD -MP -MF .deps/H5Tvlen.Tpo -c -o H5Tvlen.lo H5Tvlen.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tvlen.lo -MD -MP -MF .deps/H5Tvlen.Tpo -c H5Tvlen.c -o H5Tvlen.o mv -f .deps/H5Tvlen.Tpo .deps/H5Tvlen.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5TS.lo -MD -MP -MF .deps/H5TS.Tpo -c -o H5TS.lo H5TS.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5TS.lo -MD -MP -MF .deps/H5TS.Tpo -c H5TS.c -o H5TS.o mv -f .deps/H5TS.Tpo .deps/H5TS.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5V.lo -MD -MP -MF .deps/H5V.Tpo -c -o H5V.lo H5V.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5V.lo -MD -MP -MF .deps/H5V.Tpo -c H5V.c -o H5V.o mv -f .deps/H5V.Tpo .deps/H5V.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5WB.lo -MD -MP -MF .deps/H5WB.Tpo -c -o H5WB.lo H5WB.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5WB.lo -MD -MP -MF .deps/H5WB.Tpo -c H5WB.c -o H5WB.o mv -f .deps/H5WB.Tpo .deps/H5WB.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Z.lo -MD -MP -MF .deps/H5Z.Tpo -c -o H5Z.lo H5Z.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Z.lo -MD -MP -MF .deps/H5Z.Tpo -c H5Z.c -o H5Z.o mv -f .deps/H5Z.Tpo .deps/H5Z.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zdeflate.lo -MD -MP -MF .deps/H5Zdeflate.Tpo -c -o H5Zdeflate.lo H5Zdeflate.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zdeflate.lo -MD -MP -MF .deps/H5Zdeflate.Tpo -c H5Zdeflate.c -o H5Zdeflate.o mv -f .deps/H5Zdeflate.Tpo .deps/H5Zdeflate.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zfletcher32.lo -MD -MP -MF .deps/H5Zfletcher32.Tpo -c -o H5Zfletcher32.lo H5Zfletcher32.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zfletcher32.lo -MD -MP -MF .deps/H5Zfletcher32.Tpo -c H5Zfletcher32.c -o H5Zfletcher32.o mv -f .deps/H5Zfletcher32.Tpo .deps/H5Zfletcher32.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Znbit.lo -MD -MP -MF .deps/H5Znbit.Tpo -c -o H5Znbit.lo H5Znbit.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Znbit.lo -MD -MP -MF .deps/H5Znbit.Tpo -c H5Znbit.c -o H5Znbit.o mv -f .deps/H5Znbit.Tpo .deps/H5Znbit.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zshuffle.lo -MD -MP -MF .deps/H5Zshuffle.Tpo -c -o H5Zshuffle.lo H5Zshuffle.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zshuffle.lo -MD -MP -MF .deps/H5Zshuffle.Tpo -c H5Zshuffle.c -o H5Zshuffle.o mv -f .deps/H5Zshuffle.Tpo .deps/H5Zshuffle.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zszip.lo -MD -MP -MF .deps/H5Zszip.Tpo -c -o H5Zszip.lo H5Zszip.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zszip.lo -MD -MP -MF .deps/H5Zszip.Tpo -c H5Zszip.c -o H5Zszip.o mv -f .deps/H5Zszip.Tpo .deps/H5Zszip.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zscaleoffset.lo -MD -MP -MF .deps/H5Zscaleoffset.Tpo -c -o H5Zscaleoffset.lo H5Zscaleoffset.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zscaleoffset.lo -MD -MP -MF .deps/H5Zscaleoffset.Tpo -c H5Zscaleoffset.c -o H5Zscaleoffset.o H5Zscaleoffset.c: In function â??H5Z_scaleoffset_postdecompress_fdâ??: H5Zscaleoffset.c:1382: warning: comparison between signed and unsigned H5Zscaleoffset.c:1382: warning: comparison between signed and unsigned H5Zscaleoffset.c:1382: warning: comparison between signed and unsigned H5Zscaleoffset.c:1385: warning: comparison between signed and unsigned H5Zscaleoffset.c:1385: warning: comparison between signed and unsigned H5Zscaleoffset.c:1385: warning: comparison between signed and unsigned H5Zscaleoffset.c: In function â??H5Z_scaleoffset_decompress_one_atomicâ??: H5Zscaleoffset.c:1449: warning: comparison between signed and unsigned H5Zscaleoffset.c: In function â??H5Z_scaleoffset_compress_one_atomicâ??: H5Zscaleoffset.c:1523: warning: comparison between signed and unsigned mv -f .deps/H5Zscaleoffset.Tpo .deps/H5Zscaleoffset.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ztrans.lo -MD -MP -MF .deps/H5Ztrans.Tpo -c -o H5Ztrans.lo H5Ztrans.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ztrans.lo -MD -MP -MF .deps/H5Ztrans.Tpo -c H5Ztrans.c -o H5Ztrans.o mv -f .deps/H5Ztrans.Tpo .deps/H5Ztrans.Plo /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -version-info 5:1:0 -o libhdf5.la -rpath /usr/local/lib H5.lo H5checksum.lo H5dbg.lo H5system.lo H5timer.lo H5trace.lo H5A.lo H5Abtree2.lo H5Adense.lo H5Adeprec.lo H5Aint.lo H5Atest.lo H5AC.lo H5B.lo H5Bcache.lo H5B2.lo H5B2cache.lo H5B2dbg.lo H5B2int.lo H5B2stat.lo H5B2test.lo H5C.lo H5CS.lo H5D.lo H5Dchunk.lo H5Dcompact.lo H5Dcontig.lo H5Ddbg.lo H5Ddeprec.lo H5Defl.lo H5Dfill.lo H5Dint.lo H5Dio.lo H5Distore.lo H5Dmpio.lo H5Doh.lo H5Dscatgath.lo H5Dselect.lo H5Dtest.lo H5E.lo H5Edeprec.lo H5Eint.lo H5F.lo H5Fdbg.lo H5Ffake.lo H5Fmount.lo H5Fsfile.lo H5Fsuper.lo H5Ftest.lo H5FD.lo H5FDcore.lo H5FDdirect.lo H5FDfamily.lo H5FDlog.lo H5FDmpi.lo H5FDmpio.lo H5FDmpiposix.lo H5FDmulti.lo H5FDsec2.lo H5FDspace.lo H5FDstdio.lo H5FL.lo H5FO.lo H5FS.lo H5FScache.lo H5FSdbg.lo H5FSsection.lo H5G.lo H5Gbtree2.lo H5Gcompact.lo H5Gdense.lo H5Gdeprec.lo H5Gent.lo H5Gint.lo H5Glink.lo H5Gloc.lo H5Gname.lo H5Gnode.lo H5Gobj.lo H5Goh.lo H5Gstab.lo H5Gtest.lo H5Gtraverse.lo H5HF.lo H5HFbtree2.lo H5HFcache.lo H5HFdbg.lo H5HFdblock.lo H5HFdtable.lo H5HFhdr.lo H5HFhuge.lo H5HFiblock.lo H5HFiter.lo H5HFman.lo H5HFsection.lo H5HFspace.lo H5HFstat.lo H5HFtest.lo H5HFtiny.lo H5HG.lo H5HGdbg.lo H5HL.lo H5HLdbg.lo H5HP.lo H5I.lo H5L.lo H5Lexternal.lo H5MF.lo H5MM.lo H5MP.lo H5MPtest.lo H5O.lo H5Oainfo.lo H5Oalloc.lo H5Oattr.lo H5Oattribute.lo H5Obogus.lo H5Obtreek.lo H5Ocache.lo H5Ocont.lo H5Ocopy.lo H5Odbg.lo H5Odrvinfo.lo H5Odtype.lo H5Oefl.lo H5Ofill.lo H5Oginfo.lo H5Olayout.lo H5Olinfo.lo H5Olink.lo H5Omessage.lo H5Omtime.lo H5Oname.lo H5Onull.lo H5Opline.lo H5Orefcount.lo H5Osdspace.lo H5Oshared.lo H5Ostab.lo H5Oshmesg.lo H5Otest.lo H5Ounknown.lo H5P.lo H5Pacpl.lo H5Pdcpl.lo H5Pdeprec.lo H5Pdxpl.lo H5Pfapl.lo H5Pfcpl.lo H5Pfmpl.lo H5Pgcpl.lo H5Pint.lo H5Plapl.lo H5Plcpl.lo H5Pocpl.lo H5Pocpypl.lo H5Pstrcpl.lo H5Ptest.lo H5R.lo H5Rdeprec.lo H5RC.lo H5RS.lo H5S.lo H5Sall.lo H5Sdbg.lo H5Shyper.lo H5Smpio.lo H5Snone.lo H5Spoint.lo H5Sselect.lo H5Stest.lo H5SL.lo H5SM.lo H5SMbtree2.lo H5SMcache.lo H5SMtest.lo H5ST.lo H5T.lo H5Tarray.lo H5Tbit.lo H5Tcommit.lo H5Tcompound.lo H5Tconv.lo H5Tcset.lo H5Tdbg.lo H5Tdeprec.lo H5Tenum.lo H5Tfields.lo H5Tfixed.lo H5Tfloat.lo H5Tinit.lo H5Tnative.lo H5Toffset.lo H5Toh.lo H5Topaque.lo H5Torder.lo H5Tpad.lo H5Tprecis.lo H5Tstrpad.lo H5Tvisit.lo H5Tvlen.lo H5TS.lo H5V.lo H5WB.lo H5Z.lo H5Zdeflate.lo H5Zfletcher32.lo H5Znbit.lo H5Zshuffle.lo H5Zszip.lo H5Zscaleoffset.lo H5Ztrans.lo -lm libtool: link: ar cru .libs/libhdf5.a H5.o H5checksum.o H5dbg.o H5system.o H5timer.o H5trace.o H5A.o H5Abtree2.o H5Adense.o H5Adeprec.o H5Aint.o H5Atest.o H5AC.o H5B.o H5Bcache.o H5B2.o H5B2cache.o H5B2dbg.o H5B2int.o H5B2stat.o H5B2test.o H5C.o H5CS.o H5D.o H5Dchunk.o H5Dcompact.o H5Dcontig.o H5Ddbg.o H5Ddeprec.o H5Defl.o H5Dfill.o H5Dint.o H5Dio.o H5Distore.o H5Dmpio.o H5Doh.o H5Dscatgath.o H5Dselect.o H5Dtest.o H5E.o H5Edeprec.o H5Eint.o H5F.o H5Fdbg.o H5Ffake.o H5Fmount.o H5Fsfile.o H5Fsuper.o H5Ftest.o H5FD.o H5FDcore.o H5FDdirect.o H5FDfamily.o H5FDlog.o H5FDmpi.o H5FDmpio.o H5FDmpiposix.o H5FDmulti.o H5FDsec2.o H5FDspace.o H5FDstdio.o H5FL.o H5FO.o H5FS.o H5FScache.o H5FSdbg.o H5FSsection.o H5G.o H5Gbtree2.o H5Gcompact.o H5Gdense.o H5Gdeprec.o H5Gent.o H5Gint.o H5Glink.o H5Gloc.o H5Gname.o H5Gnode.o H5Gobj.o H5Goh.o H5Gstab.o H5Gtest.o H5Gtraverse.o H5HF.o H5HFbtree2.o H5HFcache.o H5HFdbg.o H5HFdblock.o H5HFdtable.o H5HFhdr.o H5HFhuge.o H5HFiblock.o H5HFiter.o H5HFman.o H5HFsection.o H5HFspace.o H5HFstat.o H5HFtest.o H5HFtiny.o H5HG.o H5HGdbg.o H5HL.o H5HLdbg.o H5HP.o H5I.o H5L.o H5Lexternal.o H5MF.o H5MM.o H5MP.o H5MPtest.o H5O.o H5Oainfo.o H5Oalloc.o H5Oattr.o H5Oattribute.o H5Obogus.o H5Obtreek.o H5Ocache.o H5Ocont.o H5Ocopy.o H5Odbg.o H5Odrvinfo.o H5Odtype.o H5Oefl.o H5Ofill.o H5Oginfo.o H5Olayout.o H5Olinfo.o H5Olink.o H5Omessage.o H5Omtime.o H5Oname.o H5Onull.o H5Opline.o H5Orefcount.o H5Osdspace.o H5Oshared.o H5Ostab.o H5Oshmesg.o H5Otest.o H5Ounknown.o H5P.o H5Pacpl.o H5Pdcpl.o H5Pdeprec.o H5Pdxpl.o H5Pfapl.o H5Pfcpl.o H5Pfmpl.o H5Pgcpl.o H5Pint.o H5Plapl.o H5Plcpl.o H5Pocpl.o H5Pocpypl.o H5Pstrcpl.o H5Ptest.o H5R.o H5Rdeprec.o H5RC.o H5RS.o H5S.o H5Sall.o H5Sdbg.o H5Shyper.o H5Smpio.o H5Snone.o H5Spoint.o H5Sselect.o H5Stest.o H5SL.o H5SM.o H5SMbtree2.o H5SMcache.o H5SMtest.o H5ST.o H5T.o H5Tarray.o H5Tbit.o H5Tcommit.o H5Tcompound.o H5Tconv.o H5Tcset.o H5Tdbg.o H5Tdeprec.o H5Tenum.o H5Tfields.o H5Tfixed.o H5Tfloat.o H5Tinit.o H5Tnative.o H5Toffset.o H5Toh.o H5Topaque.o H5Torder.o H5Tpad.o H5Tprecis.o H5Tstrpad.o H5Tvisit.o H5Tvlen.o H5TS.o H5V.o H5WB.o H5Z.o H5Zdeflate.o H5Zfletcher32.o H5Znbit.o H5Zshuffle.o H5Zszip.o H5Zscaleoffset.o H5Ztrans.o ranlib: file: .libs/libhdf5.a(H5CS.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Dmpio.o) has no symbols ranlib: file: .libs/libhdf5.a(H5FDdirect.o) has no symbols ranlib: file: .libs/libhdf5.a(H5FDmpio.o) has no symbols ranlib: file: .libs/libhdf5.a(H5FDmpiposix.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Obogus.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Smpio.o) has no symbols ranlib: file: .libs/libhdf5.a(H5TS.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Zdeflate.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Zszip.o) has no symbols libtool: link: ranlib .libs/libhdf5.a ranlib: file: .libs/libhdf5.a(H5CS.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Dmpio.o) has no symbols ranlib: file: .libs/libhdf5.a(H5FDdirect.o) has no symbols ranlib: file: .libs/libhdf5.a(H5FDmpio.o) has no symbols ranlib: file: .libs/libhdf5.a(H5FDmpiposix.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Obogus.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Smpio.o) has no symbols ranlib: file: .libs/libhdf5.a(H5TS.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Zdeflate.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Zszip.o) has no symbols libtool: link: ( cd ".libs" && rm -f "libhdf5.la" && ln -s "../libhdf5.la" "libhdf5.la" ) Making all in test /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5test.lo -MD -MP -MF .deps/h5test.Tpo -c -o h5test.lo h5test.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5test.lo -MD -MP -MF .deps/h5test.Tpo -c h5test.c -o h5test.o h5test.c: In function â??h5_cleanupâ??: h5test.c:176: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype h5test.c:176: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype h5test.c: In function â??h5_fixnameâ??: h5test.c:420: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype h5test.c: In function â??h5_fileaccessâ??: h5test.c:565: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype h5test.c:565: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype h5test.c: In function â??print_funcâ??: h5test.c:885: warning: function might be possible candidate for â??printfâ?? format attribute mv -f .deps/h5test.Tpo .deps/h5test.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT testframe.lo -MD -MP -MF .deps/testframe.Tpo -c -o testframe.lo testframe.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT testframe.lo -MD -MP -MF .deps/testframe.Tpo -c testframe.c -o testframe.o testframe.c: In function â??TestErrPrintfâ??: testframe.c:534: warning: function might be possible candidate for â??printfâ?? format attribute mv -f .deps/testframe.Tpo .deps/testframe.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT cache_common.lo -MD -MP -MF .deps/cache_common.Tpo -c -o cache_common.lo cache_common.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT cache_common.lo -MD -MP -MF .deps/cache_common.Tpo -c cache_common.c -o cache_common.o mv -f .deps/cache_common.Tpo .deps/cache_common.Plo /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o libh5test.la h5test.lo testframe.lo cache_common.lo -lm libtool: link: ar cru .libs/libh5test.a h5test.o testframe.o cache_common.o libtool: link: ranlib .libs/libh5test.a libtool: link: ( cd ".libs" && rm -f "libh5test.la" && ln -s "../libh5test.la" "libh5test.la" ) gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT testhdf5.o -MD -MP -MF .deps/testhdf5.Tpo -c -o testhdf5.o testhdf5.c mv -f .deps/testhdf5.Tpo .deps/testhdf5.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tarray.o -MD -MP -MF .deps/tarray.Tpo -c -o tarray.o tarray.c mv -f .deps/tarray.Tpo .deps/tarray.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tattr.o -MD -MP -MF .deps/tattr.Tpo -c -o tattr.o tattr.c tattr.c: In function â??test_attr_compound_readâ??: tattr.c:833: warning: cast from function call of type â??H5T_order_tâ?? to non-matching type â??long intâ?? tattr.c:842: warning: cast from function call of type â??H5T_order_tâ?? to non-matching type â??long intâ?? tattr.c:851: warning: cast from function call of type â??H5T_order_tâ?? to non-matching type â??long intâ?? tattr.c: In function â??test_attr_mult_readâ??: tattr.c:1214: warning: cast from function call of type â??H5T_order_tâ?? to non-matching type â??long intâ?? tattr.c:1269: warning: cast from function call of type â??H5T_order_tâ?? to non-matching type â??long intâ?? tattr.c:1327: warning: cast from function call of type â??H5T_order_tâ?? to non-matching type â??long intâ?? tattr.c: In function â??test_attr_corder_create_compactâ??: tattr.c:3605: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attr_corder_create_denseâ??: tattr.c:3803: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attr_corder_deleteâ??: tattr.c:4544: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attr_info_by_idxâ??: tattr.c:4892: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attr_delete_by_idxâ??: tattr.c:5102: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attr_iterate2â??: tattr.c:6060: warning: â??dsetnameâ?? may be used uninitialized in this function tattr.c:6043: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attr_open_by_idxâ??: tattr.c:6407: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attr_open_by_nameâ??: tattr.c:6766: warning: â??dsetnameâ?? may be used uninitialized in this function tattr.c:6754: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attr_create_by_nameâ??: tattr.c:7020: warning: â??dsetnameâ?? may be used uninitialized in this function tattr.c:7008: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attrâ??: tattr.c:4138: warning: â??my_datasetâ?? may be used uninitialized in this function mv -f .deps/tattr.Tpo .deps/tattr.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tchecksum.o -MD -MP -MF .deps/tchecksum.Tpo -c -o tchecksum.o tchecksum.c mv -f .deps/tchecksum.Tpo .deps/tchecksum.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tconfig.o -MD -MP -MF .deps/tconfig.Tpo -c -o tconfig.o tconfig.c mv -f .deps/tconfig.Tpo .deps/tconfig.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tfile.o -MD -MP -MF .deps/tfile.Tpo -c -o tfile.o tfile.c mv -f .deps/tfile.Tpo .deps/tfile.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tgenprop.o -MD -MP -MF .deps/tgenprop.Tpo -c -o tgenprop.o tgenprop.c mv -f .deps/tgenprop.Tpo .deps/tgenprop.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT th5o.o -MD -MP -MF .deps/th5o.Tpo -c -o th5o.o th5o.c th5o.c: In function â??test_h5o_closeâ??: th5o.c:165: warning: cast from function call of type â??H5I_type_tâ?? to non-matching type â??long intâ?? mv -f .deps/th5o.Tpo .deps/th5o.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT th5s.o -MD -MP -MF .deps/th5s.Tpo -c -o th5s.o th5s.c mv -f .deps/th5s.Tpo .deps/th5s.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tcoords.o -MD -MP -MF .deps/tcoords.Tpo -c -o tcoords.o tcoords.c tcoords.c: In function â??test_singleEnd_selHyperslabâ??: tcoords.c:289: warning: passing argument 3 of â??memsetâ?? with different width due to prototype tcoords.c: In function â??test_multiple_endsâ??: tcoords.c:468: warning: passing argument 3 of â??memsetâ?? with different width due to prototype mv -f .deps/tcoords.Tpo .deps/tcoords.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT theap.o -MD -MP -MF .deps/theap.Tpo -c -o theap.o theap.c theap.c: In function â??test_heap_initâ??: theap.c:96: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype mv -f .deps/theap.Tpo .deps/theap.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tid.o -MD -MP -MF .deps/tid.Tpo -c -o tid.o tid.c mv -f .deps/tid.Tpo .deps/tid.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT titerate.o -MD -MP -MF .deps/titerate.Tpo -c -o titerate.o titerate.c mv -f .deps/titerate.Tpo .deps/titerate.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tmeta.o -MD -MP -MF .deps/tmeta.Tpo -c -o tmeta.o tmeta.c mv -f .deps/tmeta.Tpo .deps/tmeta.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tmisc.o -MD -MP -MF .deps/tmisc.Tpo -c -o tmisc.o tmisc.c tmisc.c: In function â??test_misc16â??: tmisc.c:2690: warning: initialization makes integer from pointer without a cast tmisc.c: In function â??test_misc17â??: tmisc.c:2769: warning: initialization makes integer from pointer without a cast mv -f .deps/tmisc.Tpo .deps/tmisc.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT trefer.o -MD -MP -MF .deps/trefer.Tpo -c -o trefer.o trefer.c trefer.c: In function â??test_reference_regionâ??: trefer.c:331: warning: missing braces around initializer trefer.c:331: warning: (near initialization for â??nvrbuf[0]â??) trefer.c:331: warning: large integer implicitly truncated to unsigned type trefer.c:410: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type trefer.c: In function â??test_reference_region_1Dâ??: trefer.c:682: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type trefer.c: In function â??test_reference_compatâ??: trefer.c:1147: warning: passing argument 2 of â??callocâ?? with different width due to prototype trefer.c:1149: warning: passing argument 2 of â??callocâ?? with different width due to prototype trefer.c:1267: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type mv -f .deps/trefer.Tpo .deps/trefer.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT trefstr.o -MD -MP -MF .deps/trefstr.Tpo -c -o trefstr.o trefstr.c trefstr.c: In function â??test_refstr_ownâ??: trefstr.c:293: warning: unused variable â??FUNCâ?? mv -f .deps/trefstr.Tpo .deps/trefstr.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tselect.o -MD -MP -MF .deps/tselect.Tpo -c -o tselect.o tselect.c tselect.c: In function â??test_select_pointâ??: tselect.c:450: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:475: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:500: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:529: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:571: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:595: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_select_comboâ??: tselect.c:948: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_select_point_copyâ??: tselect.c:1783: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:1797: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:1841: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_select_point_offsetâ??: tselect.c:2230: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:2265: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:2301: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_select_point_chunkâ??: tselect.c:4251: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:4287: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_select_fill_pointâ??: tselect.c:5041: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_scalar_selectâ??: tselect.c:5579: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_scalar_select2â??: tselect.c:5698: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_scalar_select3â??: tselect.c:5766: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_shape_sameâ??: tselect.c:5927: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:5945: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:6626: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_select_boundsâ??: tselect.c:7978: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type mv -f .deps/tselect.Tpo .deps/tselect.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tskiplist.o -MD -MP -MF .deps/tskiplist.Tpo -c -o tskiplist.o tskiplist.c tskiplist.c: In function â??test_skiplist_initâ??: tskiplist.c:74: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype mv -f .deps/tskiplist.Tpo .deps/tskiplist.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tsohm.o -MD -MP -MF .deps/tsohm.Tpo -c -o tsohm.o tsohm.c tsohm.c: In function â??make_dtype_2â??: tsohm.c:479: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype tsohm.c: In function â??size2_verify_plist1â??: tsohm.c:1202: warning: passing argument 6 of â??H5Pget_filter2â?? with different width due to prototype tsohm.c:1207: warning: passing argument 6 of â??H5Pget_filter2â?? with different width due to prototype tsohm.c:1213: warning: passing argument 6 of â??H5Pget_filter2â?? with different width due to prototype tsohm.c:1218: warning: passing argument 6 of â??H5Pget_filter2â?? with different width due to prototype tsohm.c: In function â??size2_verify_plist2â??: tsohm.c:1261: warning: passing argument 6 of â??H5Pget_filter2â?? with different width due to prototype tsohm.c:1267: warning: passing argument 6 of â??H5Pget_filter2â?? with different width due to prototype tsohm.c:1273: warning: passing argument 6 of â??H5Pget_filter2â?? with different width due to prototype tsohm.c:1279: warning: passing argument 6 of â??H5Pget_filter2â?? with different width due to prototype tsohm.c:1285: warning: passing argument 6 of â??H5Pget_filter2â?? with different width due to prototype tsohm.c:1294: warning: passing argument 3 of â??memsetâ?? with different width due to prototype tsohm.c:1299: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype tsohm.c: In function â??size2_helperâ??: tsohm.c:1419: warning: passing argument 3 of â??memsetâ?? with different width due to prototype tsohm.c:1462: warning: passing argument 3 of â??memsetâ?? with different width due to prototype tsohm.c:1463: warning: passing argument 3 of â??memsetâ?? with different width due to prototype tsohm.c:1471: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype tsohm.c: In function â??size2_verifyâ??: tsohm.c:1870: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype tsohm.c:1879: warning: passing argument 3 of â??memsetâ?? with different width due to prototype tsohm.c:1880: warning: passing argument 3 of â??memsetâ?? with different width due to prototype tsohm.c: In function â??test_sohm_deleteâ??: tsohm.c:2847: warning: passing argument 4 of â??H5Pset_shared_mesg_indexâ?? with different width due to prototype tsohm.c: At top level: tsohm.c:1320: warning: â??size2_dump_structâ?? defined but not used mv -f .deps/tsohm.Tpo .deps/tsohm.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ttime.o -MD -MP -MF .deps/ttime.Tpo -c -o ttime.o ttime.c mv -f .deps/ttime.Tpo .deps/ttime.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ttst.o -MD -MP -MF .deps/ttst.Tpo -c -o ttst.o ttst.c ttst.c: In function â??test_tst_initâ??: ttst.c:110: warning: cast discards qualifiers from pointer target type ttst.c:127: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype mv -f .deps/ttst.Tpo .deps/ttst.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tunicode.o -MD -MP -MF .deps/tunicode.Tpo -c -o tunicode.o tunicode.c tunicode.c: In function â??test_unicodeâ??: tunicode.c:811: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype mv -f .deps/tunicode.Tpo .deps/tunicode.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tvlstr.o -MD -MP -MF .deps/tvlstr.Tpo -c -o tvlstr.o tvlstr.c mv -f .deps/tvlstr.Tpo .deps/tvlstr.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tvltypes.o -MD -MP -MF .deps/tvltypes.Tpo -c -o tvltypes.o tvltypes.c tvltypes.c: In function â??test_vltypes_fill_valueâ??: tvltypes.c:2438: warning: initialization discards qualifiers from pointer target type tvltypes.c:2438: warning: initialization discards qualifiers from pointer target type tvltypes.c:2438: warning: initialization discards qualifiers from pointer target type tvltypes.c:2438: warning: initialization discards qualifiers from pointer target type tvltypes.c:2438: warning: initialization discards qualifiers from pointer target type tvltypes.c:2438: warning: initialization discards qualifiers from pointer target type tvltypes.c:2439: warning: initialization discards qualifiers from pointer target type tvltypes.c:2439: warning: initialization discards qualifiers from pointer target type tvltypes.c:2439: warning: initialization discards qualifiers from pointer target type tvltypes.c:2439: warning: initialization discards qualifiers from pointer target type tvltypes.c:2439: warning: initialization discards qualifiers from pointer target type tvltypes.c:2439: warning: initialization discards qualifiers from pointer target type tvltypes.c: In function â??test_vltypesâ??: tvltypes.c:2422: warning: â??dset_dspace_idâ?? may be used uninitialized in this function tvltypes.c:2437: warning: â??dset_elmtsâ?? may be used uninitialized in this function tvltypes.c:2423: warning: â??dset_select_dspace_idâ?? may be used uninitialized in this function mv -f .deps/tvltypes.Tpo .deps/tvltypes.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o testhdf5 testhdf5.o tarray.o tattr.o tchecksum.o tconfig.o tfile.o tgenprop.o th5o.o th5s.o tcoords.o theap.o tid.o titerate.o tmeta.o tmisc.o trefer.o trefstr.o tselect.o tskiplist.o tsohm.o ttime.o ttst.o tunicode.o tvlstr.o tvltypes.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o testhdf5 testhdf5.o tarray.o tattr.o tchecksum.o tconfig.o tfile.o tgenprop.o th5o.o th5s.o tcoords.o theap.o tid.o titerate.o tmeta.o tmisc.o trefer.o trefstr.o tselect.o tskiplist.o tsohm.o ttime.o ttst.o tunicode.o tvlstr.o tvltypes.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT lheap.o -MD -MP -MF .deps/lheap.Tpo -c -o lheap.o lheap.c mv -f .deps/lheap.Tpo .deps/lheap.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o lheap lheap.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o lheap lheap.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ohdr.o -MD -MP -MF .deps/ohdr.Tpo -c -o ohdr.o ohdr.c mv -f .deps/ohdr.Tpo .deps/ohdr.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o ohdr ohdr.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o ohdr ohdr.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT stab.o -MD -MP -MF .deps/stab.Tpo -c -o stab.o stab.c stab.c: In function â??old_apiâ??: stab.c:1014: warning: â??small_file_sizeâ?? may be used uninitialized in this function mv -f .deps/stab.Tpo .deps/stab.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o stab stab.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o stab stab.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT gheap.o -MD -MP -MF .deps/gheap.Tpo -c -o gheap.o gheap.c mv -f .deps/gheap.Tpo .deps/gheap.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o gheap gheap.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o gheap gheap.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT cache.o -MD -MP -MF .deps/cache.Tpo -c -o cache.o cache.c cache.c: In function â??check_auto_cache_resizeâ??: cache.c:20877: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:20881: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:20885: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:20889: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:20961: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:20986: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:21010: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:21034: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:21059: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:21062: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:21065: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:21101: warning: passing argument 4 of â??resize_entryâ?? with different width due to prototype cache.c:21119: warning: passing argument 4 of â??resize_entryâ?? with different width due to prototype cache.c:21140: warning: passing argument 4 of â??resize_entryâ?? with different width due to prototype cache.c:21161: warning: passing argument 4 of â??resize_entryâ?? with different width due to prototype cache.c:21216: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:21219: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:21222: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:21254: warning: passing argument 4 of â??resize_pinned_entryâ?? with different width due to prototype cache.c:21272: warning: passing argument 4 of â??resize_pinned_entryâ?? with different width due to prototype cache.c:21293: warning: passing argument 4 of â??resize_pinned_entryâ?? with different width due to prototype cache.c:21314: warning: passing argument 4 of â??resize_pinned_entryâ?? with different width due to prototype cache.c: In function â??check_auto_cache_resize_input_errsâ??: cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c: In function â??check_auto_cache_resize_aux_fcnsâ??: cache.c:27717: warning: comparing floating point with == or != is unsafe cache.c:27751: warning: comparing floating point with == or != is unsafe cache.c:27797: warning: comparing floating point with == or != is unsafe cache.c:27881: warning: comparing floating point with == or != is unsafe mv -f .deps/cache.Tpo .deps/cache.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o cache cache.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o cache cache.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT cache_api.o -MD -MP -MF .deps/cache_api.Tpo -c -o cache_api.o cache_api.c cache_api.c: In function â??check_fapl_mdc_api_callsâ??: cache_api.c:274: warning: comparing floating point with == or != is unsafe cache_api.c:274: warning: comparing floating point with == or != is unsafe cache_api.c:274: warning: comparing floating point with == or != is unsafe cache_api.c:274: warning: comparing floating point with == or != is unsafe cache_api.c:274: warning: comparing floating point with == or != is unsafe cache_api.c:274: warning: comparing floating point with == or != is unsafe cache_api.c:274: warning: comparing floating point with == or != is unsafe cache_api.c:274: warning: comparing floating point with == or != is unsafe cache_api.c:308: warning: comparing floating point with == or != is unsafe cache_api.c:308: warning: comparing floating point with == or != is unsafe cache_api.c:308: warning: comparing floating point with == or != is unsafe cache_api.c:308: warning: comparing floating point with == or != is unsafe cache_api.c:308: warning: comparing floating point with == or != is unsafe cache_api.c:308: warning: comparing floating point with == or != is unsafe cache_api.c:308: warning: comparing floating point with == or != is unsafe cache_api.c:308: warning: comparing floating point with == or != is unsafe cache_api.c:385: warning: comparing floating point with == or != is unsafe cache_api.c:385: warning: comparing floating point with == or != is unsafe cache_api.c:385: warning: comparing floating point with == or != is unsafe cache_api.c:385: warning: comparing floating point with == or != is unsafe cache_api.c:385: warning: comparing floating point with == or != is unsafe cache_api.c:385: warning: comparing floating point with == or != is unsafe cache_api.c:385: warning: comparing floating point with == or != is unsafe cache_api.c:385: warning: comparing floating point with == or != is unsafe cache_api.c:420: warning: comparing floating point with == or != is unsafe cache_api.c:420: warning: comparing floating point with == or != is unsafe cache_api.c:420: warning: comparing floating point with == or != is unsafe cache_api.c:420: warning: comparing floating point with == or != is unsafe cache_api.c:420: warning: comparing floating point with == or != is unsafe cache_api.c:420: warning: comparing floating point with == or != is unsafe cache_api.c:420: warning: comparing floating point with == or != is unsafe cache_api.c:420: warning: comparing floating point with == or != is unsafe cache_api.c:534: warning: comparing floating point with == or != is unsafe cache_api.c:534: warning: comparing floating point with == or != is unsafe cache_api.c:534: warning: comparing floating point with == or != is unsafe cache_api.c:534: warning: comparing floating point with == or != is unsafe cache_api.c:534: warning: comparing floating point with == or != is unsafe cache_api.c:534: warning: comparing floating point with == or != is unsafe cache_api.c:534: warning: comparing floating point with == or != is unsafe cache_api.c:534: warning: comparing floating point with == or != is unsafe cache_api.c:569: warning: comparing floating point with == or != is unsafe cache_api.c:569: warning: comparing floating point with == or != is unsafe cache_api.c:569: warning: comparing floating point with == or != is unsafe cache_api.c:569: warning: comparing floating point with == or != is unsafe cache_api.c:569: warning: comparing floating point with == or != is unsafe cache_api.c:569: warning: comparing floating point with == or != is unsafe cache_api.c:569: warning: comparing floating point with == or != is unsafe cache_api.c:569: warning: comparing floating point with == or != is unsafe cache_api.c: In function â??validate_mdc_configâ??: cache_api.c:685: warning: comparing floating point with == or != is unsafe cache_api.c:685: warning: comparing floating point with == or != is unsafe cache_api.c:685: warning: comparing floating point with == or != is unsafe cache_api.c:685: warning: comparing floating point with == or != is unsafe cache_api.c:685: warning: comparing floating point with == or != is unsafe cache_api.c:685: warning: comparing floating point with == or != is unsafe cache_api.c:685: warning: comparing floating point with == or != is unsafe cache_api.c:685: warning: comparing floating point with == or != is unsafe cache_api.c:722: warning: comparing floating point with == or != is unsafe cache_api.c:722: warning: comparing floating point with == or != is unsafe cache_api.c:722: warning: comparing floating point with == or != is unsafe cache_api.c:722: warning: comparing floating point with == or != is unsafe cache_api.c:722: warning: comparing floating point with == or != is unsafe cache_api.c:722: warning: comparing floating point with == or != is unsafe cache_api.c:722: warning: comparing floating point with == or != is unsafe cache_api.c:722: warning: comparing floating point with == or != is unsafe cache_api.c: In function â??check_file_mdc_api_callsâ??: cache_api.c:1010: warning: comparing floating point with == or != is unsafe cache_api.c: In function â??check_and_validate_cache_hit_rateâ??: cache_api.c:1172: warning: comparing floating point with == or != is unsafe cache_api.c: In function â??check_fapl_mdc_api_errsâ??: cache_api.c:3573: warning: comparing floating point with == or != is unsafe cache_api.c:3573: warning: comparing floating point with == or != is unsafe cache_api.c:3573: warning: comparing floating point with == or != is unsafe cache_api.c:3573: warning: comparing floating point with == or != is unsafe cache_api.c:3573: warning: comparing floating point with == or != is unsafe cache_api.c:3573: warning: comparing floating point with == or != is unsafe cache_api.c:3573: warning: comparing floating point with == or != is unsafe cache_api.c:3573: warning: comparing floating point with == or != is unsafe cache_api.c:3662: warning: comparing floating point with == or != is unsafe cache_api.c:3662: warning: comparing floating point with == or != is unsafe cache_api.c:3662: warning: comparing floating point with == or != is unsafe cache_api.c:3662: warning: comparing floating point with == or != is unsafe cache_api.c:3662: warning: comparing floating point with == or != is unsafe cache_api.c:3662: warning: comparing floating point with == or != is unsafe cache_api.c:3662: warning: comparing floating point with == or != is unsafe cache_api.c:3662: warning: comparing floating point with == or != is unsafe mv -f .deps/cache_api.Tpo .deps/cache_api.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o cache_api cache_api.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o cache_api cache_api.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT pool.o -MD -MP -MF .deps/pool.Tpo -c -o pool.o pool.c pool.c: In function â??test_allocate_randomâ??: pool.c:649: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype mv -f .deps/pool.Tpo .deps/pool.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o pool pool.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o pool pool.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT hyperslab.o -MD -MP -MF .deps/hyperslab.Tpo -c -o hyperslab.o hyperslab.c hyperslab.c: In function â??mainâ??: hyperslab.c:1237: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype mv -f .deps/hyperslab.Tpo .deps/hyperslab.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o hyperslab hyperslab.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o hyperslab hyperslab.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT istore.o -MD -MP -MF .deps/istore.Tpo -c -o istore.o istore.c istore.c: In function â??mainâ??: istore.c:605: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype mv -f .deps/istore.Tpo .deps/istore.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o istore istore.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o istore istore.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT bittests.o -MD -MP -MF .deps/bittests.Tpo -c -o bittests.o bittests.c mv -f .deps/bittests.Tpo .deps/bittests.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o bittests bittests.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o bittests bittests.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT dt_arith.o -MD -MP -MF .deps/dt_arith.Tpo -c -o dt_arith.o dt_arith.c dt_arith.c: In function â??generates_sigfpeâ??: dt_arith.c:575: warning: passing argument 1 of â??some_dummy_funcâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype dt_arith.c: In function â??test_particular_fp_integerâ??: dt_arith.c:751: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:752: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:766: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dt_arith.c:801: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:802: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:810: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dt_arith.c: In function â??test_derived_fltâ??: dt_arith.c:961: warning: passing argument 2 of â??H5Tset_fieldsâ?? with different width due to prototype dt_arith.c:961: warning: passing argument 3 of â??H5Tset_fieldsâ?? with different width due to prototype dt_arith.c:961: warning: passing argument 4 of â??H5Tset_fieldsâ?? with different width due to prototype dt_arith.c:961: warning: passing argument 5 of â??H5Tset_fieldsâ?? with different width due to prototype dt_arith.c:961: warning: passing argument 6 of â??H5Tset_fieldsâ?? with different width due to prototype dt_arith.c:966: warning: passing argument 2 of â??H5Tset_offsetâ?? with different width due to prototype dt_arith.c:971: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dt_arith.c:976: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype dt_arith.c:982: warning: passing argument 2 of â??H5Tset_ebiasâ?? with different width due to prototype dt_arith.c:1048: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:1121: warning: passing argument 2 of â??H5Tset_fieldsâ?? with different width due to prototype dt_arith.c:1121: warning: passing argument 3 of â??H5Tset_fieldsâ?? with different width due to prototype dt_arith.c:1121: warning: passing argument 4 of â??H5Tset_fieldsâ?? with different width due to prototype dt_arith.c:1121: warning: passing argument 5 of â??H5Tset_fieldsâ?? with different width due to prototype dt_arith.c:1121: warning: passing argument 6 of â??H5Tset_fieldsâ?? with different width due to prototype dt_arith.c:1126: warning: passing argument 2 of â??H5Tset_offsetâ?? with different width due to prototype dt_arith.c:1131: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dt_arith.c:1136: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype dt_arith.c:1141: warning: passing argument 2 of â??H5Tset_ebiasâ?? with different width due to prototype dt_arith.c: In function â??test_derived_integerâ??: dt_arith.c:1388: warning: passing argument 2 of â??H5Tset_offsetâ?? with different width due to prototype dt_arith.c:1394: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype dt_arith.c:1400: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dt_arith.c:1455: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dt_arith.c:1461: warning: passing argument 2 of â??H5Tset_offsetâ?? with different width due to prototype dt_arith.c: In function â??test_conv_int_1â??: dt_arith.c:1769: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:1776: warning: comparison is always true due to limited range of data type dt_arith.c:1776: warning: comparison is always true due to limited range of data type dt_arith.c:1776: warning: comparison is always true due to limited range of data type dt_arith.c:1776: warning: comparison is always true due to limited range of data type dt_arith.c:1776: warning: comparison is always true due to limited range of data type dt_arith.c:1776: warning: comparison is always true due to limited range of data type dt_arith.c:1778: warning: comparison is always true due to limited range of data type dt_arith.c:1778: warning: comparison is always true due to limited range of data type dt_arith.c:1778: warning: comparison is always true due to limited range of data type dt_arith.c:1778: warning: comparison is always true due to limited range of data type dt_arith.c:1778: warning: comparison is always true due to limited range of data type dt_arith.c:1778: warning: comparison is always true due to limited range of data type dt_arith.c:1780: warning: comparison is always true due to limited range of data type dt_arith.c:1780: warning: comparison is always true due to limited range of data type dt_arith.c:1780: warning: comparison is always true due to limited range of data type dt_arith.c:1780: warning: comparison is always true due to limited range of data type dt_arith.c:1780: warning: comparison is always true due to limited range of data type dt_arith.c:1780: warning: comparison is always true due to limited range of data type dt_arith.c:1782: warning: comparison is always true due to limited range of data type dt_arith.c:1782: warning: comparison is always true due to limited range of data type dt_arith.c:1782: warning: comparison is always true due to limited range of data type dt_arith.c:1782: warning: comparison is always true due to limited range of data type dt_arith.c:1782: warning: comparison is always true due to limited range of data type dt_arith.c:1782: warning: comparison is always true due to limited range of data type dt_arith.c:1786: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:1786: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:1786: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:1790: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:1790: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:1790: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:1794: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:1794: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:1794: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:2296: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:2304: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:2305: warning: passing argument 2 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c:2307: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:2309: warning: passing argument 2 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c:2315: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:2316: warning: passing argument 2 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c:2321: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:2326: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:2334: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:2340: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:2346: warning: passing argument 2 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c:2356: warning: passing argument 2 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c:2368: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:2369: warning: passing argument 2 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c:2381: warning: passing argument 2 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c: In function â??test_conv_int_2â??: dt_arith.c:2596: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dt_arith.c: In function â??my_isnanâ??: dt_arith.c:2629: warning: comparing floating point with == or != is unsafe dt_arith.c:2633: warning: comparing floating point with == or != is unsafe dt_arith.c:2638: warning: comparing floating point with == or != is unsafe dt_arith.c: In function â??my_isinfâ??: dt_arith.c:2715: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c: In function â??test_conv_flt_1â??: dt_arith.c:2929: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:2985: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:2985: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:2985: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:2985: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:2985: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:2988: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:2988: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:2988: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:2988: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:2988: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:2992: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:2992: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:2992: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:2992: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:2992: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3002: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3002: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3002: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3002: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3002: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3002: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3002: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3005: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3005: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3005: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3005: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3005: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3005: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3005: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3009: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3009: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3009: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3009: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3009: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3009: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3009: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3193: warning: passing argument 1 of â??frexpfâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype dt_arith.c:3194: warning: passing argument 1 of â??frexpfâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype dt_arith.c: In function â??test_conv_int_fpâ??: dt_arith.c:3653: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:3694: warning: comparison is always true due to limited range of data type dt_arith.c:3694: warning: comparison is always true due to limited range of data type dt_arith.c:3694: warning: comparison is always true due to limited range of data type dt_arith.c:3694: warning: comparison is always true due to limited range of data type dt_arith.c:3694: warning: comparison is always true due to limited range of data type dt_arith.c:3694: warning: comparison is always true due to limited range of data type dt_arith.c:3696: warning: comparison is always true due to limited range of data type dt_arith.c:3696: warning: comparison is always true due to limited range of data type dt_arith.c:3696: warning: comparison is always true due to limited range of data type dt_arith.c:3696: warning: comparison is always true due to limited range of data type dt_arith.c:3696: warning: comparison is always true due to limited range of data type dt_arith.c:3696: warning: comparison is always true due to limited range of data type dt_arith.c:3698: warning: comparison is always true due to limited range of data type dt_arith.c:3698: warning: comparison is always true due to limited range of data type dt_arith.c:3698: warning: comparison is always true due to limited range of data type dt_arith.c:3698: warning: comparison is always true due to limited range of data type dt_arith.c:3698: warning: comparison is always true due to limited range of data type dt_arith.c:3698: warning: comparison is always true due to limited range of data type dt_arith.c:3700: warning: comparison is always true due to limited range of data type dt_arith.c:3700: warning: comparison is always true due to limited range of data type dt_arith.c:3700: warning: comparison is always true due to limited range of data type dt_arith.c:3700: warning: comparison is always true due to limited range of data type dt_arith.c:3700: warning: comparison is always true due to limited range of data type dt_arith.c:3700: warning: comparison is always true due to limited range of data type dt_arith.c:3704: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3704: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3704: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3708: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3708: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3708: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3712: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3712: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3712: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3718: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:3718: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:3718: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3718: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3718: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3721: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3721: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3721: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3721: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3721: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3721: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3721: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3728: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:3728: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:3728: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3728: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3728: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3731: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3731: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3731: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3731: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3731: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3731: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3731: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3739: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:3739: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:3739: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3739: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3739: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3742: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3742: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3742: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3742: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3742: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3742: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3742: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:4171: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:4179: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:4180: warning: passing argument 2 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c:4187: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:4195: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:4196: warning: passing argument 2 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c:4212: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:4219: warning: passing argument 2 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c:4232: warning: passing argument 2 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c:4468: warning: format â??%29ldâ?? expects type â??long intâ??, but argument 2 has type â??long long intâ?? dt_arith.c:4471: warning: format â??%29luâ?? expects type â??long unsigned intâ??, but argument 2 has type â??long long unsigned intâ?? dt_arith.c: In function â??overflowsâ??: dt_arith.c:4563: warning: passing argument 3 of â??memsetâ?? with different width due to prototype dt_arith.c:4564: warning: passing argument 3 of â??memsetâ?? with different width due to prototype dt_arith.c:4603: warning: passing argument 2 of â??H5T_bit_copyâ?? with different width due to prototype dt_arith.c:4603: warning: passing argument 4 of â??H5T_bit_copyâ?? with different width due to prototype dt_arith.c:4608: warning: passing argument 3 of â??H5T_bit_incâ?? with different width due to prototype dt_arith.c:4613: warning: passing argument 3 of â??H5T_bit_shiftâ?? with different width due to prototype dt_arith.c:4613: warning: passing argument 4 of â??H5T_bit_shiftâ?? with different width due to prototype dt_arith.c:4615: warning: passing argument 2 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c:4615: warning: passing argument 3 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c: In function â??mainâ??: dt_arith.c:5220: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype dt_arith.c: In function â??fpe_handlerâ??: dt_arith.c:413: warning: function might be possible candidate for attribute â??noreturnâ?? dt_arith.c: In function â??test_conv_flt_1â??: dt_arith.c:2790: warning: â??overflowâ?? may be used uninitialized in this function dt_arith.c:3415: warning: control reaches end of non-void function mv -f .deps/dt_arith.Tpo .deps/dt_arith.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o dt_arith dt_arith.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o dt_arith dt_arith.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT dtypes.o -MD -MP -MF .deps/dtypes.Tpo -c -o dtypes.o dtypes.c dtypes.c: In function â??test_compound_1â??: dtypes.c:506: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype dtypes.c: In function â??test_compound_5â??: dtypes.c:1033: warning: passing argument 1 of â??callocâ?? with different width due to prototype dtypes.c:1034: warning: passing argument 1 of â??callocâ?? with different width due to prototype dtypes.c:1048: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype dtypes.c:1053: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype dtypes.c:1057: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype dtypes.c:1071: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c: In function â??test_compound_9â??: dtypes.c:1516: warning: initialization discards qualifiers from pointer target type dtypes.c: In function â??test_compound_11â??: dtypes.c:1960: warning: passing argument 1 of â??mallocâ?? with different width due to prototype dtypes.c:1974: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:1978: warning: comparing floating point with == or != is unsafe dtypes.c:2002: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype dtypes.c:2004: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype dtypes.c:2014: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:2018: warning: comparing floating point with == or != is unsafe dtypes.c:2048: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:2052: warning: comparing floating point with == or != is unsafe dtypes.c: In function â??test_compound_12â??: dtypes.c:2126: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype dtypes.c: In function â??test_compound_13â??: dtypes.c:2265: warning: comparing floating point with == or != is unsafe dtypes.c: In function â??test_queryâ??: dtypes.c:2485: warning: passing argument 4 of â??H5Tenum_nameofâ?? with different width due to prototype dtypes.c: In function â??test_transientâ??: dtypes.c:2561: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c:2579: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c:2600: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c:2617: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c:2631: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c: In function â??test_namedâ??: dtypes.c:2711: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c:2749: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c:2817: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c: In function â??test_conv_str_1â??: dtypes.c:2918: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:2919: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:2920: warning: passing argument 1 of â??callocâ?? with different width due to prototype dtypes.c:2920: warning: passing argument 2 of â??callocâ?? with different width due to prototype dtypes.c:2921: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype dtypes.c:2922: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:2923: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:2928: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:2929: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:2941: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:2942: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:2943: warning: passing argument 1 of â??callocâ?? with different width due to prototype dtypes.c:2943: warning: passing argument 2 of â??callocâ?? with different width due to prototype dtypes.c:2944: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype dtypes.c:2945: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:2946: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:2951: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:2952: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:2964: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:2965: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:2966: warning: passing argument 1 of â??callocâ?? with different width due to prototype dtypes.c:2966: warning: passing argument 2 of â??callocâ?? with different width due to prototype dtypes.c:2967: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype dtypes.c:2968: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:2969: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:2974: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:2975: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:2990: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:2991: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:2992: warning: passing argument 1 of â??callocâ?? with different width due to prototype dtypes.c:2992: warning: passing argument 2 of â??callocâ?? with different width due to prototype dtypes.c:2993: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype dtypes.c:2994: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:2995: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3001: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3002: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype dtypes.c:3003: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3004: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3009: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype dtypes.c:3010: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3011: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3023: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3024: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3025: warning: passing argument 1 of â??callocâ?? with different width due to prototype dtypes.c:3025: warning: passing argument 2 of â??callocâ?? with different width due to prototype dtypes.c:3026: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype dtypes.c:3027: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3028: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3033: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3034: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3040: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3041: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype dtypes.c:3042: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3043: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3048: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3049: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3056: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3057: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3058: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype dtypes.c:3059: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3060: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3065: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3066: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3078: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3079: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3080: warning: passing argument 1 of â??callocâ?? with different width due to prototype dtypes.c:3080: warning: passing argument 2 of â??callocâ?? with different width due to prototype dtypes.c:3081: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype dtypes.c:3082: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3083: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3088: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3089: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3095: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3096: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype dtypes.c:3097: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3098: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3103: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3104: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3111: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3112: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3113: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype dtypes.c:3114: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3115: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3120: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3121: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c: In function â??test_conv_str_2â??: dtypes.c:3168: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3169: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3170: warning: passing argument 2 of â??callocâ?? with different width due to prototype dtypes.c: In function â??test_conv_str_3â??: dtypes.c:3241: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3242: warning: passing argument 2 of â??callocâ?? with different width due to prototype dtypes.c:3256: warning: passing argument 2 of â??H5Tset_offsetâ?? with different width due to prototype dtypes.c: In function â??test_conv_enum_2â??: dtypes.c:3433: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype dtypes.c:3457: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c: In function â??test_conv_bitfieldâ??: dtypes.c:3521: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3535: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c:3536: warning: passing argument 2 of â??H5Tset_offsetâ?? with different width due to prototype dtypes.c:3537: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c:3538: warning: passing argument 2 of â??H5Tset_offsetâ?? with different width due to prototype dtypes.c:3540: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3554: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c: In function â??test_bitfield_funcsâ??: dtypes.c:3616: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c:3617: warning: passing argument 2 of â??H5Tset_offsetâ?? with different width due to prototype dtypes.c: In function â??opaque_checkâ??: dtypes.c:3807: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype dtypes.c:3810: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype dtypes.c:3818: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3831: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c: In function â??opaque_longâ??: dtypes.c:3878: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype dtypes.c:3881: warning: passing argument 1 of â??mallocâ?? with different width due to prototype dtypes.c:3882: warning: passing argument 3 of â??memsetâ?? with different width due to prototype dtypes.c: In function â??opaque_funcsâ??: dtypes.c:3936: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype dtypes.c:3942: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c:3990: warning: passing argument 2 of â??H5Tset_offsetâ?? with different width due to prototype dtypes.c: In function â??test_encodeâ??: dtypes.c:4148: warning: passing argument 1 of â??callocâ?? with different width due to prototype dtypes.c:4198: warning: passing argument 1 of â??callocâ?? with different width due to prototype dtypes.c:4289: warning: passing argument 1 of â??callocâ?? with different width due to prototype dtypes.c:4332: warning: passing argument 1 of â??callocâ?? with different width due to prototype dtypes.c: In function â??test_int_float_exceptâ??: dtypes.c:4709: warning: comparing floating point with == or != is unsafe dtypes.c:4730: warning: comparing floating point with == or != is unsafe dtypes.c: In function â??test_deprecâ??: dtypes.c:4870: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c: In function â??mainâ??: dtypes.c:4931: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype mv -f .deps/dtypes.Tpo .deps/dtypes.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o dtypes dtypes.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o dtypes dtypes.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT dsets.o -MD -MP -MF .deps/dsets.Tpo -c -o dsets.o dsets.c dsets.c: In function â??test_nbit_intâ??: dsets.c:2587: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c: In function â??test_nbit_floatâ??: dsets.c:2764: warning: comparing floating point with == or != is unsafe dsets.c:2765: warning: comparing floating point with == or != is unsafe dsets.c: In function â??test_nbit_doubleâ??: dsets.c:2897: warning: comparing floating point with == or != is unsafe dsets.c:2898: warning: comparing floating point with == or != is unsafe dsets.c: In function â??test_nbit_arrayâ??: dsets.c:3001: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c: In function â??test_nbit_compoundâ??: dsets.c:3181: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3183: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3185: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3241: warning: comparing floating point with == or != is unsafe dsets.c:3241: warning: comparing floating point with == or != is unsafe dsets.c: In function â??test_nbit_compound_2â??: dsets.c:3428: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3430: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3432: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3436: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3441: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3446: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3448: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3450: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3514: warning: comparing floating point with == or != is unsafe dsets.c:3515: warning: comparing floating point with == or != is unsafe dsets.c:3524: warning: comparing floating point with == or != is unsafe dsets.c:3525: warning: comparing floating point with == or != is unsafe dsets.c: In function â??test_filter_deleteâ??: dsets.c:5598: warning: label â??errorâ?? defined but not used dsets.c:5519: warning: unused variable â??iâ?? dsets.c:5518: warning: unused variable â??retâ?? dsets.c:5517: warning: unused variable â??nfiltersâ?? dsets.c:5516: warning: unused variable â??chunk_dimsâ?? dsets.c:5515: warning: unused variable â??dimsâ?? dsets.c:5510: warning: unused variable â??filtnâ?? dsets.c:5508: warning: unused parameter â??fileâ?? dsets.c: In function â??test_random_chunksâ??: dsets.c:6047: warning: passing argument 3 of â??H5Sselect_elementsâ?? with different width due to prototype dsets.c:6047: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type dsets.c:6072: warning: passing argument 3 of â??H5Sselect_elementsâ?? with different width due to prototype dsets.c:6072: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type dsets.c:6137: warning: passing argument 3 of â??H5Sselect_elementsâ?? with different width due to prototype dsets.c:6137: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type dsets.c:6162: warning: passing argument 3 of â??H5Sselect_elementsâ?? with different width due to prototype dsets.c:6162: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type dsets.c: In function â??mainâ??: dsets.c:6524: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype mv -f .deps/dsets.Tpo .deps/dsets.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o dsets dsets.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o dsets dsets.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT cmpd_dset.o -MD -MP -MF .deps/cmpd_dset.Tpo -c -o cmpd_dset.o cmpd_dset.c cmpd_dset.c: In function â??test_compoundâ??: cmpd_dset.c:604: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype cmpd_dset.c:604: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype cmpd_dset.c:771: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype cmpd_dset.c:771: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype mv -f .deps/cmpd_dset.Tpo .deps/cmpd_dset.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o cmpd_dset cmpd_dset.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o cmpd_dset cmpd_dset.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT extend.o -MD -MP -MF .deps/extend.Tpo -c -o extend.o extend.c mv -f .deps/extend.Tpo .deps/extend.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o extend extend.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o extend extend.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT external.o -MD -MP -MF .deps/external.Tpo -c -o external.o external.c external.c: In function â??test_3â??: external.c:761: warning: passing argument 3 of â??writeâ?? with different width due to prototype external.c: In function â??test_4â??: external.c:841: warning: â??xid2â?? may be used uninitialized in this function external.c:841: warning: â??xidâ?? may be used uninitialized in this function external.c:841: warning: â??gidâ?? may be used uninitialized in this function mv -f .deps/external.Tpo .deps/external.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o external external.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o external external.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT objcopy.o -MD -MP -MF .deps/objcopy.Tpo -c -o objcopy.o objcopy.c objcopy.c: In function â??attach_reg_ref_attrâ??: objcopy.c:328: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type objcopy.c: In function â??create_reg_ref_datasetâ??: objcopy.c:411: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type objcopy.c: In function â??compare_std_attributesâ??: objcopy.c:793: warning: passing argument 2 of â??H5Aget_nameâ?? with different width due to prototype objcopy.c: In function â??compare_dataâ??: objcopy.c:931: warning: assignment discards qualifiers from pointer target type objcopy.c:932: warning: assignment discards qualifiers from pointer target type objcopy.c: In function â??compare_datasetsâ??: objcopy.c:1104: warning: passing argument 3 of â??H5Pget_externalâ?? with different width due to prototype objcopy.c:1105: warning: passing argument 3 of â??H5Pget_externalâ?? with different width due to prototype objcopy.c: In function â??test_copy_dataset_compressedâ??: objcopy.c:2416: warning: unused parameter â??fcpl_srcâ?? objcopy.c:2416: warning: unused parameter â??fcpl_dstâ?? objcopy.c:2416: warning: unused parameter â??faplâ?? objcopy.c: In function â??test_copy_dataset_compressed_vlâ??: objcopy.c:3998: warning: unused parameter â??fcpl_srcâ?? objcopy.c:3998: warning: unused parameter â??fcpl_dstâ?? objcopy.c:3998: warning: unused parameter â??faplâ?? objcopy.c: In function â??mainâ??: objcopy.c:7184: warning: passing argument 4 of â??H5Pset_shared_mesg_indexâ?? with different width due to prototype objcopy.c: At top level: objcopy.c:376: warning: â??create_reg_ref_datasetâ?? defined but not used mv -f .deps/objcopy.Tpo .deps/objcopy.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o objcopy objcopy.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o objcopy objcopy.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT links.o -MD -MP -MF .deps/links.Tpo -c -o links.o links.c links.c: In function â??external_link_envâ??: links.c:2638: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c: In function â??external_link_prefixâ??: links.c:2729: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c: In function â??external_link_abs_mainpathâ??: links.c:2822: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c:2822: warning: passing argument 2 of â??getcwdâ?? with different width due to prototype links.c: In function â??external_link_rel_mainpathâ??: links.c:2913: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c: In function â??external_link_cwdâ??: links.c:3002: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c:3002: warning: passing argument 2 of â??getcwdâ?? with different width due to prototype links.c: In function â??external_link_abstarâ??: links.c:3096: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c:3096: warning: passing argument 2 of â??getcwdâ?? with different width due to prototype links.c: In function â??external_link_abstar_curâ??: links.c:3195: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c:3195: warning: passing argument 2 of â??getcwdâ?? with different width due to prototype links.c: In function â??external_link_reltarâ??: links.c:3286: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c: In function â??external_link_chdirâ??: links.c:3378: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c: In function â??open_by_idx_checkâ??: links.c:9885: warning: â??group_idâ?? may be used uninitialized in this function links.c: In function â??object_info_checkâ??: links.c:10353: warning: â??group_idâ?? may be used uninitialized in this function mv -f .deps/links.Tpo .deps/links.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o links links.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o links links.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT unlink.o -MD -MP -MF .deps/unlink.Tpo -c -o unlink.o unlink.c unlink.c: In function â??mainâ??: unlink.c:2435: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype mv -f .deps/unlink.Tpo .deps/unlink.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o unlink unlink.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o unlink unlink.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT big.o -MD -MP -MF .deps/big.Tpo -c -o big.o big.c mv -f .deps/big.Tpo .deps/big.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o big big.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o big big.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT mtime.o -MD -MP -MF .deps/mtime.Tpo -c -o mtime.o mtime.c mv -f .deps/mtime.Tpo .deps/mtime.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o mtime mtime.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o mtime mtime.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT fillval.o -MD -MP -MF .deps/fillval.Tpo -c -o fillval.o fillval.c fillval.c: In function â??test_createâ??: fillval.c:624: warning: comparing floating point with == or != is unsafe fillval.c:624: warning: comparing floating point with == or != is unsafe fillval.c:697: warning: comparing floating point with == or != is unsafe fillval.c:697: warning: comparing floating point with == or != is unsafe fillval.c: In function â??test_rdwr_casesâ??: fillval.c:812: warning: comparing floating point with == or != is unsafe fillval.c:813: warning: comparing floating point with == or != is unsafe fillval.c:880: warning: comparing floating point with == or != is unsafe fillval.c:881: warning: comparing floating point with == or != is unsafe fillval.c:994: warning: comparing floating point with == or != is unsafe fillval.c:995: warning: comparing floating point with == or != is unsafe fillval.c:1013: warning: comparing floating point with == or != is unsafe fillval.c:1014: warning: comparing floating point with == or != is unsafe fillval.c: In function â??test_extend_casesâ??: fillval.c:1439: warning: initialization discards qualifiers from pointer target type fillval.c:1439: warning: initialization discards qualifiers from pointer target type fillval.c: In function â??test_extendâ??: fillval.c:1838: warning: initialization discards qualifiers from pointer target type fillval.c:1838: warning: initialization discards qualifiers from pointer target type fillval.c: In function â??test_rdwr_casesâ??: fillval.c:761: warning: â??fill_c.aâ?? may be used uninitialized in this function fillval.c:761: warning: â??fill_c.xâ?? may be used uninitialized in this function fillval.c:761: warning: â??fill_c.yâ?? may be used uninitialized in this function fillval.c:761: warning: â??fill_c.zâ?? may be used uninitialized in this function mv -f .deps/fillval.Tpo .deps/fillval.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o fillval fillval.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o fillval fillval.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT mount.o -MD -MP -MF .deps/mount.Tpo -c -o mount.o mount.c mount.c: In function â??test_acc_permâ??: mount.c:2460: warning: passing argument 3 of â??H5Fget_nameâ?? with different width due to prototype mount.c:2469: warning: passing argument 3 of â??H5Fget_nameâ?? with different width due to prototype mount.c:2479: warning: passing argument 3 of â??H5Fget_nameâ?? with different width due to prototype mount.c:2489: warning: passing argument 3 of â??H5Fget_nameâ?? with different width due to prototype mount.c:2531: warning: passing argument 3 of â??H5Fget_nameâ?? with different width due to prototype mv -f .deps/mount.Tpo .deps/mount.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o mount mount.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o mount mount.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT flush1.o -MD -MP -MF .deps/flush1.Tpo -c -o flush1.o flush1.c mv -f .deps/flush1.Tpo .deps/flush1.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o flush1 flush1.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o flush1 flush1.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT flush2.o -MD -MP -MF .deps/flush2.Tpo -c -o flush2.o flush2.c mv -f .deps/flush2.Tpo .deps/flush2.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o flush2 flush2.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o flush2 flush2.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT enum.o -MD -MP -MF .deps/enum.Tpo -c -o enum.o enum.c enum.c: In function â??test_namedâ??: enum.c:74: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype mv -f .deps/enum.Tpo .deps/enum.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o enum enum.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o enum enum.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT set_extent.o -MD -MP -MF .deps/set_extent.Tpo -c -o set_extent.o set_extent.c mv -f .deps/set_extent.Tpo .deps/set_extent.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o set_extent set_extent.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o set_extent set_extent.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ttsafe.o -MD -MP -MF .deps/ttsafe.Tpo -c -o ttsafe.o ttsafe.c mv -f .deps/ttsafe.Tpo .deps/ttsafe.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ttsafe_dcreate.o -MD -MP -MF .deps/ttsafe_dcreate.Tpo -c -o ttsafe_dcreate.o ttsafe_dcreate.c mv -f .deps/ttsafe_dcreate.Tpo .deps/ttsafe_dcreate.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ttsafe_error.o -MD -MP -MF .deps/ttsafe_error.Tpo -c -o ttsafe_error.o ttsafe_error.c mv -f .deps/ttsafe_error.Tpo .deps/ttsafe_error.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ttsafe_cancel.o -MD -MP -MF .deps/ttsafe_cancel.Tpo -c -o ttsafe_cancel.o ttsafe_cancel.c mv -f .deps/ttsafe_cancel.Tpo .deps/ttsafe_cancel.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ttsafe_acreate.o -MD -MP -MF .deps/ttsafe_acreate.Tpo -c -o ttsafe_acreate.o ttsafe_acreate.c mv -f .deps/ttsafe_acreate.Tpo .deps/ttsafe_acreate.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o ttsafe ttsafe.o ttsafe_dcreate.o ttsafe_error.o ttsafe_cancel.o ttsafe_acreate.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o ttsafe ttsafe.o ttsafe_dcreate.o ttsafe_error.o ttsafe_cancel.o ttsafe_acreate.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT getname.o -MD -MP -MF .deps/getname.Tpo -c -o getname.o getname.c getname.c: In function â??check_nameâ??: getname.c:68: warning: passing argument 3 of â??H5Iget_nameâ?? with different width due to prototype getname.c: In function â??test_mainâ??: getname.c:1148: warning: passing argument 3 of â??H5Iget_nameâ?? with different width due to prototype getname.c:1175: warning: passing argument 3 of â??H5Iget_nameâ?? with different width due to prototype getname.c:1195: warning: passing argument 3 of â??H5Iget_nameâ?? with different width due to prototype getname.c:1231: warning: passing argument 3 of â??H5Iget_nameâ?? with different width due to prototype getname.c:1236: warning: passing argument 3 of â??H5Iget_nameâ?? with different width due to prototype getname.c: In function â??test_reg_refâ??: getname.c:2728: warning: passing argument 3 of â??H5Sselect_elementsâ?? with different width due to prototype getname.c:2728: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type getname.c:2762: warning: passing argument 5 of â??H5Rget_nameâ?? with different width due to prototype getname.c:2773: warning: passing argument 3 of â??H5Iget_nameâ?? with different width due to prototype getname.c:2783: warning: passing argument 5 of â??H5Rget_nameâ?? with different width due to prototype getname.c:2794: warning: passing argument 3 of â??H5Iget_nameâ?? with different width due to prototype mv -f .deps/getname.Tpo .deps/getname.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o getname getname.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o getname getname.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT vfd.o -MD -MP -MF .deps/vfd.Tpo -c -o vfd.o vfd.c mv -f .deps/vfd.Tpo .deps/vfd.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o vfd vfd.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o vfd vfd.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ntypes.o -MD -MP -MF .deps/ntypes.Tpo -c -o ntypes.o ntypes.c ntypes.c: In function â??test_atomic_dtypeâ??: ntypes.c:145: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype ntypes.c: In function â??test_compound_dtype2â??: ntypes.c:312: warning: passing argument 2 of â??callocâ?? with different width due to prototype ntypes.c:336: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype ntypes.c:337: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype ntypes.c:343: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:347: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:352: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:353: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:354: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:358: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:464: warning: passing argument 2 of â??callocâ?? with different width due to prototype ntypes.c:473: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype ntypes.c: In function â??test_compound_dtypeâ??: ntypes.c:559: warning: passing argument 2 of â??callocâ?? with different width due to prototype ntypes.c:579: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:580: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:581: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:646: warning: passing argument 2 of â??callocâ?? with different width due to prototype ntypes.c:654: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype ntypes.c: In function â??test_compound_dtype3â??: ntypes.c:732: warning: passing argument 2 of â??callocâ?? with different width due to prototype ntypes.c:753: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype ntypes.c:756: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:757: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:758: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:838: warning: passing argument 2 of â??callocâ?? with different width due to prototype ntypes.c:847: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype ntypes.c: In function â??test_compound_opaqueâ??: ntypes.c:930: warning: passing argument 2 of â??callocâ?? with different width due to prototype ntypes.c:952: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype ntypes.c:955: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:956: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:957: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:1027: warning: passing argument 2 of â??callocâ?? with different width due to prototype ntypes.c:1036: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype ntypes.c: In function â??test_enum_dtypeâ??: ntypes.c:1179: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype ntypes.c: In function â??test_array_dtypeâ??: ntypes.c:1245: warning: passing argument 2 of â??callocâ?? with different width due to prototype ntypes.c:1263: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype ntypes.c:1266: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:1267: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:1268: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:1318: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype ntypes.c: In function â??test_array_dtype2â??: ntypes.c:1440: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype ntypes.c: In function â??test_str_dtypeâ??: ntypes.c:1784: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype ntypes.c: In function â??test_refer_dtype2â??: ntypes.c:2056: warning: passing argument 2 of â??callocâ?? with different width due to prototype ntypes.c: In function â??test_opaque_dtypeâ??: ntypes.c:2238: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype mv -f .deps/ntypes.Tpo .deps/ntypes.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o ntypes ntypes.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o ntypes ntypes.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT dangle.o -MD -MP -MF .deps/dangle.Tpo -c -o dangle.o dangle.c mv -f .deps/dangle.Tpo .deps/dangle.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o dangle dangle.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o dangle dangle.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT dtransform.o -MD -MP -MF .deps/dtransform.Tpo -c -o dtransform.o dtransform.c mv -f .deps/dtransform.Tpo .deps/dtransform.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o dtransform dtransform.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o dtransform dtransform.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT reserved.o -MD -MP -MF .deps/reserved.Tpo -c -o reserved.o reserved.c mv -f .deps/reserved.Tpo .deps/reserved.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o reserved reserved.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o reserved reserved.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT cross_read.o -MD -MP -MF .deps/cross_read.Tpo -c -o cross_read.o cross_read.c cross_read.c: In function â??read_dataâ??: cross_read.c:102: warning: comparing floating point with == or != is unsafe mv -f .deps/cross_read.Tpo .deps/cross_read.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o cross_read cross_read.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o cross_read cross_read.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT btree2.o -MD -MP -MF .deps/btree2.Tpo -c -o btree2.o btree2.c btree2.c: In function â??test_insert_basicâ??: btree2.c:248: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:248: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_split_rootâ??: btree2.c:452: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:452: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_level1_2leaf_redistribâ??: btree2.c:629: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:629: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c:682: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:682: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_level1_side_splitâ??: btree2.c:789: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:789: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c:847: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:847: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_level1_3leaf_redistribâ??: btree2.c:961: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:961: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_level1_middle_splitâ??: btree2.c:1109: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:1109: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_make_level2â??: btree2.c:1234: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:1234: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_level2_leaf_redistribâ??: btree2.c:1420: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:1420: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_level2_leaf_splitâ??: btree2.c:1685: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:1685: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_level2_2internal_redistribâ??: btree2.c:1961: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:1961: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_level2_2internal_splitâ??: btree2.c:2154: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:2154: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_level2_3internal_redistribâ??: btree2.c:2357: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:2357: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_level2_3internal_splitâ??: btree2.c:2559: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:2559: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_lotsâ??: btree2.c:2757: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype btree2.c:2793: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:2793: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_basicâ??: btree2.c:2971: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:2971: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level1_noredistribâ??: btree2.c:3258: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:3258: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level1_redistribâ??: btree2.c:3480: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:3480: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level1_2leaf_mergeâ??: btree2.c:3680: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:3680: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level1_3leaf_mergeâ??: btree2.c:3864: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:3864: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level1_promoteâ??: btree2.c:3992: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:3992: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level1_promote_2leaf_redistribâ??: btree2.c:4236: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:4236: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level1_promote_3leaf_redistribâ??: btree2.c:4389: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:4389: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level1_promote_2leaf_mergeâ??: btree2.c:4542: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:4542: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level1_promote_3leaf_mergeâ??: btree2.c:4690: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:4690: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level1_collapseâ??: btree2.c:4837: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:4837: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level2_promoteâ??: btree2.c:4977: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:4977: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level2_promote_2internal_redistribâ??: btree2.c:5268: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:5268: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level2_promote_3internal_redistribâ??: btree2.c:5421: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:5421: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level2_promote_2internal_mergeâ??: btree2.c:5574: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:5574: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level2_promote_3internal_mergeâ??: btree2.c:5730: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:5730: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level2_2internal_merge_leftâ??: btree2.c:5886: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:5886: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level2_2internal_merge_rightâ??: btree2.c:6014: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:6014: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level2_3internal_mergeâ??: btree2.c:6142: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:6142: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level2_collapse_rightâ??: btree2.c:6271: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:6271: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_lotsâ??: btree2.c:6394: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype btree2.c:6432: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:6432: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_find_neighborâ??: btree2.c:6803: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:6803: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_deleteâ??: btree2.c:7027: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:7027: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c:7064: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:7064: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c:7114: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:7114: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c:7164: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:7164: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_modifyâ??: btree2.c:7258: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:7258: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype mv -f .deps/btree2.Tpo .deps/btree2.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o btree2 btree2.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o btree2 btree2.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT fheap.o -MD -MP -MF .deps/fheap.Tpo -c -o fheap.o fheap.c fheap.c: In function â??test_man_remove_bogusâ??: fheap.c:6048: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype fheap.c: In function â??test_randomâ??: fheap.c:14945: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype fheap.c: In function â??test_random_pow2â??: fheap.c:15149: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype mv -f .deps/fheap.Tpo .deps/fheap.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o fheap fheap.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o fheap fheap.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT error_test.o -MD -MP -MF .deps/error_test.Tpo -c -o error_test.o error_test.c error_test.c: In function â??test_long_descâ??: error_test.c:337: warning: passing argument 1 of â??mallocâ?? with different width due to prototype error_test.c:338: warning: passing argument 1 of â??mallocâ?? with different width due to prototype error_test.c:352: warning: passing argument 2 of â??snprintfâ?? with different width due to prototype error_test.c: In function â??custom_print_cbâ??: error_test.c:433: warning: passing argument 3 of â??H5Eget_class_nameâ?? with different width due to prototype error_test.c:436: warning: passing argument 4 of â??H5Eget_msgâ?? with different width due to prototype error_test.c:439: warning: passing argument 4 of â??H5Eget_msgâ?? with different width due to prototype error_test.c: In function â??mainâ??: error_test.c:582: warning: passing argument 2 of â??H5Epopâ?? with different width due to prototype mv -f .deps/error_test.Tpo .deps/error_test.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o error_test error_test.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o error_test error_test.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT err_compat.o -MD -MP -MF .deps/err_compat.Tpo -c -o err_compat.o err_compat.c mv -f .deps/err_compat.Tpo .deps/err_compat.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o err_compat err_compat.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o err_compat err_compat.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT testmeta.o -MD -MP -MF .deps/testmeta.Tpo -c -o testmeta.o testmeta.c mv -f .deps/testmeta.Tpo .deps/testmeta.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o testmeta testmeta.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o testmeta testmeta.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm Making all in tools Making all in lib /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools.lo -MD -MP -MF .deps/h5tools.Tpo -c -o h5tools.lo h5tools.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools.lo -MD -MP -MF .deps/h5tools.Tpo -c h5tools.c -o h5tools.o h5tools.c: In function â??h5tools_simple_prefixâ??: h5tools.c:465: warning: passing argument 2 of â??h5tools_str_fmtâ?? with different width due to prototype h5tools.c:470: warning: passing argument 2 of â??h5tools_str_fmtâ?? with different width due to prototype h5tools.c:472: warning: passing argument 2 of â??h5tools_str_fmtâ?? with different width due to prototype h5tools.c:474: warning: passing argument 2 of â??h5tools_str_fmtâ?? with different width due to prototype h5tools.c:481: warning: passing argument 2 of â??h5tools_str_fmtâ?? with different width due to prototype h5tools.c: In function â??h5tools_dump_simple_dataâ??: h5tools.c:586: warning: passing argument 2 of â??h5tools_str_fmtâ?? with different width due to prototype h5tools.c: In function â??h5tools_dump_simple_memâ??: h5tools.c:1300: warning: comparison between signed and unsigned h5tools.c:1305: warning: comparison between signed and unsigned h5tools.c: In function â??init_acc_posâ??: h5tools.c:1495: warning: comparison between signed and unsigned h5tools.c: In function â??render_bin_outputâ??: h5tools.c:1588: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1598: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1609: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1639: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1650: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1660: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1670: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1680: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1690: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1700: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1710: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1720: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1730: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1740: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1752: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1762: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1772: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1785: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1795: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1805: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1838: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1849: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1914: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1925: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype mv -f .deps/h5tools.Tpo .deps/h5tools.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_str.lo -MD -MP -MF .deps/h5tools_str.Tpo -c -o h5tools_str.lo h5tools_str.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_str.lo -MD -MP -MF .deps/h5tools_str.Tpo -c h5tools_str.c -o h5tools_str.o h5tools_str.c: In function â??h5tools_str_appendâ??: h5tools_str.c:150: warning: function might be possible candidate for â??printfâ?? format attribute h5tools_str.c: In function â??h5tools_str_prefixâ??: h5tools_str.c:349: warning: passing argument 2 of â??h5tools_str_fmtâ?? with different width due to prototype h5tools_str.c: In function â??h5tools_str_sprintâ??: h5tools_str.c:637: warning: passing argument 3 of â??h5tools_print_charâ?? with different width due to prototype h5tools_str.c:691: warning: passing argument 3 of â??h5tools_print_charâ?? with different width due to prototype h5tools_str.c:856: warning: passing argument 5 of â??H5Rget_nameâ?? with different width due to prototype mv -f .deps/h5tools_str.Tpo .deps/h5tools_str.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_utils.lo -MD -MP -MF .deps/h5tools_utils.Tpo -c -o h5tools_utils.lo h5tools_utils.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_utils.lo -MD -MP -MF .deps/h5tools_utils.Tpo -c h5tools_utils.c -o h5tools_utils.o h5tools_utils.c: In function â??error_msgâ??: h5tools_utils.c:74: warning: function might be possible candidate for â??printfâ?? format attribute h5tools_utils.c: In function â??warn_msgâ??: h5tools_utils.c:107: warning: function might be possible candidate for â??printfâ?? format attribute mv -f .deps/h5tools_utils.Tpo .deps/h5tools_utils.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff.lo -MD -MP -MF .deps/h5diff.Tpo -c -o h5diff.lo h5diff.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff.lo -MD -MP -MF .deps/h5diff.Tpo -c h5diff.c -o h5diff.o h5diff.c: In function â??h5diffâ??: h5diff.c:195: warning: passing argument 3 of â??memsetâ?? with different width due to prototype mv -f .deps/h5diff.Tpo .deps/h5diff.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_array.lo -MD -MP -MF .deps/h5diff_array.Tpo -c -o h5diff_array.lo h5diff_array.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_array.lo -MD -MP -MF .deps/h5diff_array.Tpo -c h5diff_array.c -o h5diff_array.o h5diff_array.c: In function â??diff_datumâ??: h5diff_array.c:1788: warning: comparing floating point with == or != is unsafe h5diff_array.c:1788: warning: comparing floating point with == or != is unsafe h5diff_array.c:1788: warning: comparing floating point with == or != is unsafe h5diff_array.c:1821: warning: comparing floating point with == or != is unsafe h5diff_array.c:1821: warning: comparing floating point with == or != is unsafe h5diff_array.c:1821: warning: comparing floating point with == or != is unsafe h5diff_array.c:1942: warning: comparing floating point with == or != is unsafe h5diff_array.c:1942: warning: comparing floating point with == or != is unsafe h5diff_array.c:1942: warning: comparing floating point with == or != is unsafe h5diff_array.c:1992: warning: comparing floating point with == or != is unsafe h5diff_array.c:1992: warning: comparing floating point with == or != is unsafe h5diff_array.c:1992: warning: comparing floating point with == or != is unsafe h5diff_array.c:2029: warning: passing argument 1 of â??equal_floatâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype h5diff_array.c:2029: warning: passing argument 2 of â??equal_floatâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype h5diff_array.c:2110: warning: comparing floating point with == or != is unsafe h5diff_array.c:2110: warning: comparing floating point with == or != is unsafe h5diff_array.c:2110: warning: comparing floating point with == or != is unsafe h5diff_array.c:2160: warning: comparing floating point with == or != is unsafe h5diff_array.c:2160: warning: comparing floating point with == or != is unsafe h5diff_array.c:2160: warning: comparing floating point with == or != is unsafe h5diff_array.c: In function â??diff_floatâ??: h5diff_array.c:2699: warning: comparing floating point with == or != is unsafe h5diff_array.c:2699: warning: comparing floating point with == or != is unsafe h5diff_array.c:2699: warning: comparing floating point with == or != is unsafe h5diff_array.c:2758: warning: comparing floating point with == or != is unsafe h5diff_array.c:2758: warning: comparing floating point with == or != is unsafe h5diff_array.c:2758: warning: comparing floating point with == or != is unsafe h5diff_array.c:2824: warning: passing argument 1 of â??equal_floatâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype h5diff_array.c:2824: warning: passing argument 2 of â??equal_floatâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype h5diff_array.c: In function â??diff_doubleâ??: h5diff_array.c:2931: warning: comparing floating point with == or != is unsafe h5diff_array.c:2931: warning: comparing floating point with == or != is unsafe h5diff_array.c:2931: warning: comparing floating point with == or != is unsafe h5diff_array.c:2976: warning: comparing floating point with == or != is unsafe h5diff_array.c:2976: warning: comparing floating point with == or != is unsafe h5diff_array.c:2976: warning: comparing floating point with == or != is unsafe h5diff_array.c: In function â??diff_ullongâ??: h5diff_array.c:4733: warning: comparing floating point with == or != is unsafe h5diff_array.c:4733: warning: comparing floating point with == or != is unsafe h5diff_array.c:4733: warning: comparing floating point with == or != is unsafe h5diff_array.c:4779: warning: comparing floating point with == or != is unsafe h5diff_array.c:4779: warning: comparing floating point with == or != is unsafe h5diff_array.c:4779: warning: comparing floating point with == or != is unsafe h5diff_array.c: In function â??ull2floatâ??: h5diff_array.c:4869: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5diff_array.c:4874: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype h5diff_array.c: In function â??equal_doubleâ??: h5diff_array.c:4949: warning: comparing floating point with == or != is unsafe h5diff_array.c:4949: warning: comparing floating point with == or != is unsafe h5diff_array.c:4953: warning: comparing floating point with == or != is unsafe h5diff_array.c: In function â??equal_floatâ??: h5diff_array.c:5018: warning: comparing floating point with == or != is unsafe h5diff_array.c:5018: warning: comparing floating point with == or != is unsafe h5diff_array.c:5022: warning: comparing floating point with == or != is unsafe h5diff_array.c:5024: warning: passing argument 1 of â??equal_floatâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype h5diff_array.c:5024: warning: passing argument 2 of â??equal_floatâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype h5diff_array.c: In function â??my_isnanâ??: h5diff_array.c:5061: warning: comparing floating point with == or != is unsafe h5diff_array.c:5070: warning: comparing floating point with == or != is unsafe h5diff_array.c:5077: warning: comparing floating point with == or != is unsafe mv -f .deps/h5diff_array.Tpo .deps/h5diff_array.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_attr.lo -MD -MP -MF .deps/h5diff_attr.Tpo -c -o h5diff_attr.lo h5diff_attr.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_attr.lo -MD -MP -MF .deps/h5diff_attr.Tpo -c h5diff_attr.c -o h5diff_attr.o h5diff_attr.c: In function â??diff_attrâ??: h5diff_attr.c:92: warning: passing argument 2 of â??H5Aget_nameâ?? with different width due to prototype h5diff_attr.c:103: warning: passing argument 2 of â??H5Aget_nameâ?? with different width due to prototype h5diff_attr.c:186: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5diff_attr.c:187: warning: passing argument 1 of â??mallocâ?? with different width due to prototype mv -f .deps/h5diff_attr.Tpo .deps/h5diff_attr.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_dset.lo -MD -MP -MF .deps/h5diff_dset.Tpo -c -o h5diff_dset.lo h5diff_dset.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_dset.lo -MD -MP -MF .deps/h5diff_dset.Tpo -c h5diff_dset.c -o h5diff_dset.o mv -f .deps/h5diff_dset.Tpo .deps/h5diff_dset.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_util.lo -MD -MP -MF .deps/h5diff_util.Tpo -c -o h5diff_util.lo h5diff_util.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_util.lo -MD -MP -MF .deps/h5diff_util.Tpo -c h5diff_util.c -o h5diff_util.o h5diff_util.c: In function â??parallel_printâ??: h5diff_util.c:46: warning: function might be possible candidate for â??printfâ?? format attribute h5diff_util.c:55: warning: passing argument 2 of â??vsnprintfâ?? with different width due to prototype h5diff_util.c:55: warning: function might be possible candidate for â??printfâ?? format attribute h5diff_util.c:81: warning: function might be possible candidate for â??printfâ?? format attribute h5diff_util.c:87: warning: function might be possible candidate for â??printfâ?? format attribute mv -f .deps/h5diff_util.Tpo .deps/h5diff_util.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5trav.lo -MD -MP -MF .deps/h5trav.Tpo -c -o h5trav.lo h5trav.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5trav.lo -MD -MP -MF .deps/h5trav.Tpo -c h5trav.c -o h5trav.o h5trav.c:600: warning: â??trav_table_searchâ?? defined but not used mv -f .deps/h5trav.Tpo .deps/h5trav.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_filters.lo -MD -MP -MF .deps/h5tools_filters.Tpo -c -o h5tools_filters.lo h5tools_filters.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_filters.lo -MD -MP -MF .deps/h5tools_filters.Tpo -c h5tools_filters.c -o h5tools_filters.o h5tools_filters.c: In function â??h5tools_canreadfâ??: h5tools_filters.c:90: warning: passing argument 6 of â??H5Pget_filter2â?? with different width due to prototype mv -f .deps/h5tools_filters.Tpo .deps/h5tools_filters.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_ref.lo -MD -MP -MF .deps/h5tools_ref.Tpo -c -o h5tools_ref.lo h5tools_ref.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_ref.lo -MD -MP -MF .deps/h5tools_ref.Tpo -c h5tools_ref.c -o h5tools_ref.o h5tools_ref.c: In function â??free_ref_path_infoâ??: h5tools_ref.c:71: warning: cast discards qualifiers from pointer target type mv -f .deps/h5tools_ref.Tpo .deps/h5tools_ref.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_type.lo -MD -MP -MF .deps/h5tools_type.Tpo -c -o h5tools_type.lo h5tools_type.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_type.lo -MD -MP -MF .deps/h5tools_type.Tpo -c h5tools_type.c -o h5tools_type.o mv -f .deps/h5tools_type.Tpo .deps/h5tools_type.Plo /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o libh5tools.la h5tools.lo h5tools_str.lo h5tools_utils.lo h5diff.lo h5diff_array.lo h5diff_attr.lo h5diff_dset.lo h5diff_util.lo h5trav.lo h5tools_filters.lo h5tools_ref.lo h5tools_type.lo -lm libtool: link: ar cru .libs/libh5tools.a h5tools.o h5tools_str.o h5tools_utils.o h5diff.o h5diff_array.o h5diff_attr.o h5diff_dset.o h5diff_util.o h5trav.o h5tools_filters.o h5tools_ref.o h5tools_type.o libtool: link: ranlib .libs/libh5tools.a libtool: link: ( cd ".libs" && rm -f "libh5tools.la" && ln -s "../libh5tools.la" "libh5tools.la" ) gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT talign.o -MD -MP -MF .deps/talign.Tpo -c -o talign.o talign.c talign.c: In function â??mainâ??: talign.c:79: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype talign.c:97: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype talign.c:101: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype talign.c:107: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype talign.c:140: warning: comparing floating point with == or != is unsafe talign.c:141: warning: comparing floating point with == or != is unsafe talign.c:141: warning: comparing floating point with == or != is unsafe talign.c:141: warning: comparing floating point with == or != is unsafe mv -f .deps/talign.Tpo .deps/talign.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o talign talign.o libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o talign talign.o ./.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm Making all in h5dump gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5dump.o -MD -MP -MF .deps/h5dump.Tpo -c -o h5dump.o h5dump.c h5dump.c: In function â??dump_all_cbâ??: h5dump.c:1489: warning: passing argument 3 of â??xml_name_to_XIDâ?? with different width due to prototype h5dump.c:1490: warning: passing argument 3 of â??xml_name_to_XIDâ?? with different width due to prototype h5dump.c:1503: warning: passing argument 3 of â??xml_name_to_XIDâ?? with different width due to prototype h5dump.c:1593: warning: passing argument 3 of â??xml_name_to_XIDâ?? with different width due to prototype h5dump.c:1594: warning: passing argument 3 of â??xml_name_to_XIDâ?? with different width due to prototype h5dump.c:1597: warning: passing argument 3 of â??xml_name_to_XIDâ?? with different width due to prototype h5dump.c:1691: warning: passing argument 3 of â??xml_name_to_XIDâ?? with different width due to prototype h5dump.c:1692: warning: passing argument 3 of â??xml_name_to_XIDâ?? with different width due to prototype h5dump.c:1741: warning: passing argument 3 of â??xml_name_to_XIDâ?? with different width due to prototype h5dump.c:1742: warning: passing argument 3 of â??xml_name_to_XIDâ?? with different width due to prototype h5dump.c: In function â??dump_groupâ??: h5dump.c:1916: warning: format â??%luâ?? expects type â??long unsigned intâ??, but argument 3 has type â??haddr_tâ?? h5dump.c: In function â??dump_dimsâ??: h5dump.c:2109: warning: format â??%luâ?? expects type â??long unsigned intâ??, but argument 2 has type â??long long unsigned intâ?? h5dump.c: In function â??dump_dataâ??: h5dump.c:2243: warning: reading through null pointer (argument 3) h5dump.c: In function â??dump_dcplâ??: h5dump.c:2510: warning: passing argument 2 of â??H5Pget_chunkâ?? with different width due to prototype h5dump.c:2528: warning: declaration of â??sizeâ?? shadows a previous local h5dump.c:2482: warning: shadowed declaration is here h5dump.c: In function â??dump_fcontentsâ??: h5dump.c:2962: warning: format â??%luâ?? expects type â??long unsigned intâ??, but argument 3 has type â??haddr_tâ?? h5dump.c: In function â??handle_attributesâ??: h5dump.c:3134: warning: unused parameter â??peâ?? h5dump.c: In function â??parse_hsize_listâ??: h5dump.c:3188: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5dump.c:3193: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long unsigned intâ?? h5dump.c: In function â??parse_subset_paramsâ??: h5dump.c:3232: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5dump.c: In function â??handle_datasetsâ??: h5dump.c:3316: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5dump.c:3321: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5dump.c:3339: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5dump.c:3348: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5dump.c: In function â??handle_linksâ??: h5dump.c:3491: warning: unused parameter â??peâ?? h5dump.c: In function â??handle_datatypesâ??: h5dump.c:3601: warning: format â??%luâ?? expects type â??long unsigned intâ??, but argument 3 has type â??haddr_tâ?? h5dump.c: In function â??parse_command_lineâ??: h5dump.c:3922: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5dump.c: In function â??mainâ??: h5dump.c:4112: warning: passing argument 6 of â??h5tools_fopenâ?? with different width due to prototype h5dump.c: In function â??print_enumâ??: h5dump.c:4324: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5dump.c:4325: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5dump.c:4334: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype h5dump.c: In function â??xml_name_to_XIDâ??: h5dump.c:4406: warning: format â??%luâ?? expects type â??long unsigned intâ??, but argument 3 has type â??haddr_tâ?? h5dump.c:4415: warning: format â??%luâ?? expects type â??long unsigned intâ??, but argument 3 has type â??haddr_tâ?? h5dump.c:4423: warning: format â??%luâ?? expects type â??long unsigned intâ??, but argument 3 has type â??haddr_tâ?? h5dump.c: In function â??xml_print_datatypeâ??: h5dump.c:4666: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5dump.c: In function â??xml_dump_datatypeâ??: h5dump.c:5026: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5dump.c: In function â??xml_dump_named_datatypeâ??: h5dump.c:5400: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5dump.c:5401: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5dump.c:5408: warning: passing argument 3 of â??strncmpâ?? with different width due to prototype h5dump.c: In function â??xml_dump_groupâ??: h5dump.c:5542: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5dump.c:5543: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5dump.c:5566: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5dump.c:5613: warning: format â??%luâ?? expects type â??long unsigned intâ??, but argument 3 has type â??haddr_tâ?? h5dump.c:5638: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5dump.c:5639: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5dump.c:5678: warning: format â??%luâ?? expects type â??long unsigned intâ??, but argument 3 has type â??haddr_tâ?? h5dump.c: In function â??check_filtersâ??: h5dump.c:5942: warning: passing argument 6 of â??H5Pget_filter2â?? with different width due to prototype h5dump.c: In function â??xml_dump_datasetâ??: h5dump.c:6156: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5dump.c:6157: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5dump.c: In function â??xml_print_enumâ??: h5dump.c:6466: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5dump.c:6467: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5dump.c:6476: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype h5dump.c: In function â??h5_fileaccessâ??: h5dump.c:6573: warning: passing argument 2 of â??H5Pset_fapl_coreâ?? with different width due to prototype h5dump.c:6621: warning: passing argument 4 of â??H5Pset_fapl_logâ?? with different width due to prototype h5dump.c: In function â??init_prefixâ??: h5dump.c:6651: warning: passing argument 2 of â??callocâ?? with different width due to prototype h5dump.c: In function â??dump_extlinkâ??: h5dump.c:6698: warning: passing argument 6 of â??h5tools_fopenâ?? with different width due to prototype mv -f .deps/h5dump.Tpo .deps/h5dump.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5dump h5dump.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5dump h5dump.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5dumpgentest.o -MD -MP -MF .deps/h5dumpgentest.Tpo -c -o h5dumpgentest.o h5dumpgentest.c h5dumpgentest.c: In function â??gent_attributeâ??: h5dumpgentest.c:425: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c: In function â??gent_udlinkâ??: h5dumpgentest.c:517: warning: passing argument 5 of â??H5Lcreate_udâ?? with different width due to prototype h5dumpgentest.c:519: warning: passing argument 5 of â??H5Lcreate_udâ?? with different width due to prototype h5dumpgentest.c: In function â??gent_allâ??: h5dumpgentest.c:1032: warning: passing argument 5 of â??H5Lcreate_udâ?? with different width due to prototype h5dumpgentest.c: In function â??gent_manyâ??: h5dumpgentest.c:1286: warning: passing argument 5 of â??H5Lcreate_udâ?? with different width due to prototype h5dumpgentest.c: In function â??gent_str2â??: h5dumpgentest.c:1466: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c:1471: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c:1490: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c:1535: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c:1568: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c: In function â??gent_dataregâ??: h5dumpgentest.c:1766: warning: passing argument 2 of â??callocâ?? with different width due to prototype h5dumpgentest.c:1769: warning: passing argument 2 of â??callocâ?? with different width due to prototype h5dumpgentest.c:1820: warning: passing argument 3 of â??H5Sselect_elementsâ?? with different width due to prototype h5dumpgentest.c:1820: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type h5dumpgentest.c: In function â??write_attr_inâ??: h5dumpgentest.c:3260: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c:3276: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype h5dumpgentest.c:3365: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c:3381: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype h5dumpgentest.c:3476: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c:3501: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype h5dumpgentest.c: In function â??write_dset_inâ??: h5dumpgentest.c:3702: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c:3718: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype h5dumpgentest.c:3807: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c:3823: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype h5dumpgentest.c:3930: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c:3955: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype h5dumpgentest.c: In function â??gent_compound_complexâ??: h5dumpgentest.c:4313: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c: In function â??gent_filtersâ??: h5dumpgentest.c:4863: warning: passing argument 4 of â??H5Pset_filterâ?? with different width due to prototype h5dumpgentest.c: In function â??set_local_myfilterâ??: h5dumpgentest.c:4967: warning: passing argument 6 of â??H5Pget_filter_by_id2â?? with different width due to prototype h5dumpgentest.c: In function â??gent_fcontentsâ??: h5dumpgentest.c:5052: warning: passing argument 5 of â??H5Lcreate_udâ?? with different width due to prototype h5dumpgentest.c: In function â??gent_stringâ??: h5dumpgentest.c:5333: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c: In function â??gent_bigdimsâ??: h5dumpgentest.c:5658: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5dumpgentest.c:5615: warning: â??m_sidâ?? may be used uninitialized in this function h5dumpgentest.c:5613: warning: â??didâ?? may be used uninitialized in this function h5dumpgentest.c:5614: warning: â??f_sidâ?? may be used uninitialized in this function h5dumpgentest.c: In function â??gent_group_creation_orderâ??: h5dumpgentest.c:5747: warning: â??gidâ?? may be used uninitialized in this function h5dumpgentest.c:5748: warning: â??gcpl_idâ?? may be used uninitialized in this function h5dumpgentest.c:5746: warning: â??fidâ?? may be used uninitialized in this function h5dumpgentest.c: In function â??gent_attr_creation_orderâ??: h5dumpgentest.c:5887: warning: â??gidâ?? may be used uninitialized in this function h5dumpgentest.c:5888: warning: â??didâ?? may be used uninitialized in this function h5dumpgentest.c:5889: warning: â??sidâ?? may be used uninitialized in this function h5dumpgentest.c:5894: warning: â??tcpl_idâ?? may be used uninitialized in this function h5dumpgentest.c:5893: warning: â??dcpl_idâ?? may be used uninitialized in this function h5dumpgentest.c:5892: warning: â??gcpl_idâ?? may be used uninitialized in this function mv -f .deps/h5dumpgentest.Tpo .deps/h5dumpgentest.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5dumpgentest h5dumpgentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5dumpgentest h5dumpgentest.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT binread.o -MD -MP -MF .deps/binread.Tpo -c -o binread.o binread.c mv -f .deps/binread.Tpo .deps/binread.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o binread binread.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o binread binread.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm Making all in h5diff gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_main.o -MD -MP -MF .deps/h5diff_main.Tpo -c -o h5diff_main.o h5diff_main.c h5diff_main.c: In function â??mainâ??: h5diff_main.c:79: warning: passing argument 3 of â??parse_command_lineâ?? from incompatible pointer type h5diff_main.c:79: warning: passing argument 4 of â??parse_command_lineâ?? from incompatible pointer type h5diff_main.c:79: warning: passing argument 5 of â??parse_command_lineâ?? from incompatible pointer type h5diff_main.c:79: warning: passing argument 6 of â??parse_command_lineâ?? from incompatible pointer type mv -f .deps/h5diff_main.Tpo .deps/h5diff_main.Po gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_common.o -MD -MP -MF .deps/h5diff_common.Tpo -c -o h5diff_common.o h5diff_common.c h5diff_common.c: In function â??h5diff_exitâ??: h5diff_common.c:397: warning: function might be possible candidate for attribute â??noreturnâ?? mv -f .deps/h5diff_common.Tpo .deps/h5diff_common.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5diff h5diff_main.o h5diff_common.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5diff h5diff_main.o h5diff_common.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diffgentest.o -MD -MP -MF .deps/h5diffgentest.Tpo -c -o h5diffgentest.o h5diffgentest.c mv -f .deps/h5diffgentest.Tpo .deps/h5diffgentest.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5diffgentest h5diffgentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5diffgentest h5diffgentest.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm Making all in h5ls gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5ls.o -MD -MP -MF .deps/h5ls.Tpo -c -o h5ls.o h5ls.c h5ls.c: In function â??display_enum_typeâ??: h5ls.c:770: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5ls.c:771: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5ls.c:778: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype h5ls.c: In function â??display_typeâ??: h5ls.c:1146: warning: format â??%luâ?? expects type â??long unsigned intâ??, but argument 3 has type â??haddr_tâ?? h5ls.c: In function â??dataset_list2â??: h5ls.c:1511: warning: passing argument 2 of â??H5Pget_chunkâ?? with different width due to prototype h5ls.c: In function â??list_objâ??: h5ls.c:1710: warning: format â??%luâ?? expects type â??long unsigned intâ??, but argument 4 has type â??haddr_tâ?? h5ls.c: In function â??mainâ??: h5ls.c:2000: warning: passing argument 3 of â??strncmpâ?? with different width due to prototype h5ls.c:2002: warning: passing argument 3 of â??strncmpâ?? with different width due to prototype h5ls.c:2030: warning: passing argument 3 of â??strncmpâ?? with different width due to prototype mv -f .deps/h5ls.Tpo .deps/h5ls.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5ls h5ls.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5ls h5ls.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm Making all in misc gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5debug.o -MD -MP -MF .deps/h5debug.Tpo -c -o h5debug.o h5debug.c mv -f .deps/h5debug.Tpo .deps/h5debug.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5debug h5debug.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5debug h5debug.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repart.o -MD -MP -MF .deps/h5repart.Tpo -c -o h5repart.o h5repart.c h5repart.c: In function â??mainâ??: h5repart.c:318: warning: comparison between signed and unsigned h5repart.c:318: warning: signed and unsigned type in conditional expression h5repart.c:410: warning: passing argument 3 of â??readâ?? with different width due to prototype h5repart.c:418: warning: passing argument 3 of â??writeâ?? with different width due to prototype h5repart.c:445: warning: passing argument 3 of â??readâ?? with different width due to prototype h5repart.c:453: warning: passing argument 3 of â??writeâ?? with different width due to prototype h5repart.c: In function â??usageâ??: h5repart.c:92: warning: function might be possible candidate for attribute â??noreturnâ?? mv -f .deps/h5repart.Tpo .deps/h5repart.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5repart h5repart.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5repart h5repart.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5mkgrp.o -MD -MP -MF .deps/h5mkgrp.Tpo -c -o h5mkgrp.o h5mkgrp.c h5mkgrp.c: In function â??mainâ??: h5mkgrp.c:248: warning: passing argument 6 of â??h5tools_fopenâ?? with different width due to prototype mv -f .deps/h5mkgrp.Tpo .deps/h5mkgrp.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5mkgrp h5mkgrp.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5mkgrp h5mkgrp.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repart_gentest.o -MD -MP -MF .deps/h5repart_gentest.Tpo -c -o h5repart_gentest.o h5repart_gentest.c mv -f .deps/h5repart_gentest.Tpo .deps/h5repart_gentest.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5repart_gentest h5repart_gentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5repart_gentest h5repart_gentest.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT repart_test.o -MD -MP -MF .deps/repart_test.Tpo -c -o repart_test.o repart_test.c mv -f .deps/repart_test.Tpo .deps/repart_test.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o repart_test repart_test.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o repart_test repart_test.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm Making all in h5import gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5import.o -MD -MP -MF .deps/h5import.Tpo -c -o h5import.o h5import.c h5import.c: In function â??mainâ??: h5import.c:45: warning: passing argument 4 of â??setvbufâ?? with different width due to prototype h5import.c:46: warning: passing argument 4 of â??setvbufâ?? with different width due to prototype h5import.c: In function â??readIntegerDataâ??: h5import.c:412: warning: passing argument 3 of â??freadâ?? with different width due to prototype h5import.c:445: warning: passing argument 3 of â??freadâ?? with different width due to prototype h5import.c:477: warning: passing argument 3 of â??freadâ?? with different width due to prototype h5import.c:511: warning: passing argument 3 of â??freadâ?? with different width due to prototype h5import.c: In function â??readUIntegerDataâ??: h5import.c:575: warning: passing argument 3 of â??freadâ?? with different width due to prototype h5import.c:607: warning: passing argument 3 of â??freadâ?? with different width due to prototype h5import.c:639: warning: passing argument 3 of â??freadâ?? with different width due to prototype h5import.c:673: warning: passing argument 3 of â??freadâ?? with different width due to prototype h5import.c: In function â??readFloatDataâ??: h5import.c:736: warning: passing argument 3 of â??freadâ?? with different width due to prototype h5import.c:773: warning: passing argument 3 of â??freadâ?? with different width due to prototype mv -f .deps/h5import.Tpo .deps/h5import.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5import h5import.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5import h5import.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5importtest.o -MD -MP -MF .deps/h5importtest.Tpo -c -o h5importtest.o h5importtest.c h5importtest.c: In function â??mainâ??: h5importtest.c:213: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5importtest.c:221: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5importtest.c:229: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5importtest.c:238: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5importtest.c:246: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5importtest.c:254: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5importtest.c:264: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5importtest.c:273: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5importtest.c:287: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype mv -f .deps/h5importtest.Tpo .deps/h5importtest.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5importtest h5importtest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5importtest h5importtest.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm Making all in h5repack gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repack.o -MD -MP -MF .deps/h5repack.Tpo -c -o h5repack.o h5repack.c h5repack.c: In function â??h5repack_initâ??: h5repack.c:104: warning: negative integer implicitly converted to unsigned type h5repack.c:106: warning: negative integer implicitly converted to unsigned type h5repack.c: In function â??check_objectsâ??: h5repack.c:441: warning: passing argument 6 of â??h5tools_fopenâ?? with different width due to prototype mv -f .deps/h5repack.Tpo .deps/h5repack.Po gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repack_copy.o -MD -MP -MF .deps/h5repack_copy.Tpo -c -o h5repack_copy.o h5repack_copy.c mv -f .deps/h5repack_copy.Tpo .deps/h5repack_copy.Po gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repack_filters.o -MD -MP -MF .deps/h5repack_filters.Tpo -c -o h5repack_filters.o h5repack_filters.c h5repack_filters.c: In function â??apply_filtersâ??: h5repack_filters.c:255: warning: passing argument 2 of â??H5Pget_chunkâ?? with different width due to prototype mv -f .deps/h5repack_filters.Tpo .deps/h5repack_filters.Po gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repack_opttable.o -MD -MP -MF .deps/h5repack_opttable.Tpo -c -o h5repack_opttable.o h5repack_opttable.c h5repack_opttable.c: In function â??init_packobjectâ??: h5repack_opttable.c:42: warning: negative integer implicitly converted to unsigned type mv -f .deps/h5repack_opttable.Tpo .deps/h5repack_opttable.Po gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repack_parse.o -MD -MP -MF .deps/h5repack_parse.Tpo -c -o h5repack_parse.o h5repack_parse.c h5repack_parse.c: In function â??parse_filterâ??: h5repack_parse.c:415: warning: comparison of unsigned expression < 0 is always false h5repack_parse.c:456: warning: comparison of unsigned expression < 0 is always false mv -f .deps/h5repack_parse.Tpo .deps/h5repack_parse.Po gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repack_refs.o -MD -MP -MF .deps/h5repack_refs.Tpo -c -o h5repack_refs.o h5repack_refs.c h5repack_refs.c: In function â??do_copy_refobjsâ??: h5repack_refs.c:168: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5repack_refs.c:176: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5repack_refs.c:235: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5repack_refs.c: In function â??copy_refs_attrâ??: h5repack_refs.c:438: warning: passing argument 2 of â??H5Aget_nameâ?? with different width due to prototype h5repack_refs.c:487: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5repack_refs.c:495: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5repack_refs.c:556: warning: passing argument 1 of â??mallocâ?? with different width due to prototype mv -f .deps/h5repack_refs.Tpo .deps/h5repack_refs.Po gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repack_verify.o -MD -MP -MF .deps/h5repack_verify.Tpo -c -o h5repack_verify.o h5repack_verify.c h5repack_verify.c: In function â??h5repack_verifyâ??: h5repack_verify.c:85: warning: passing argument 3 of â??has_filtersâ?? as unsigned due to prototype h5repack_verify.c:154: warning: passing argument 3 of â??has_filtersâ?? as unsigned due to prototype h5repack_verify.c: In function â??has_layoutâ??: h5repack_verify.c:265: warning: passing argument 2 of â??H5Pget_chunkâ?? with different width due to prototype h5repack_verify.c: In function â??has_filtersâ??: h5repack_verify.c:457: warning: comparison of unsigned expression < 0 is always false h5repack_verify.c: In function â??h5repack_verifyâ??: h5repack_verify.c:52: warning: â??pidâ?? may be used uninitialized in this function h5repack_verify.c:53: warning: â??sidâ?? may be used uninitialized in this function h5repack_verify.c:51: warning: â??didâ?? may be used uninitialized in this function mv -f .deps/h5repack_verify.Tpo .deps/h5repack_verify.Po gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repack_main.o -MD -MP -MF .deps/h5repack_main.Tpo -c -o h5repack_main.o h5repack_main.c h5repack_main.c: In function â??mainâ??: h5repack_main.c:219: warning: passing argument 3 of â??strncmpâ?? with different width due to prototype h5repack_main.c:222: warning: passing argument 3 of â??strncmpâ?? with different width due to prototype h5repack_main.c:225: warning: passing argument 3 of â??strncmpâ?? with different width due to prototype h5repack_main.c:228: warning: passing argument 3 of â??strncmpâ?? with different width due to prototype h5repack_main.c:231: warning: passing argument 3 of â??strncmpâ?? with different width due to prototype h5repack_main.c:260: warning: passing argument 2 of â??parse_command_lineâ?? from incompatible pointer type h5repack_main.c: In function â??parse_command_lineâ??: h5repack_main.c:458: warning: passing argument 1 of â??parse_numberâ?? discards qualifiers from pointer target type mv -f .deps/h5repack_main.Tpo .deps/h5repack_main.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5repack h5repack.o h5repack_copy.o h5repack_filters.o h5repack_opttable.o h5repack_parse.o h5repack_refs.o h5repack_verify.o h5repack_main.o ../../tools/lib/libh5tools.la ../../test/libh5test.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5repack h5repack.o h5repack_copy.o h5repack_filters.o h5repack_opttable.o h5repack_parse.o h5repack_refs.o h5repack_verify.o h5repack_main.o ../../tools/lib/.libs/libh5tools.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT testh5repack_detect_szip.o -MD -MP -MF .deps/testh5repack_detect_szip.Tpo -c -o testh5repack_detect_szip.o testh5repack_detect_szip.c mv -f .deps/testh5repack_detect_szip.Tpo .deps/testh5repack_detect_szip.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o testh5repack_detect_szip testh5repack_detect_szip.o ../../tools/lib/libh5tools.la ../../test/libh5test.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o testh5repack_detect_szip testh5repack_detect_szip.o ../../tools/lib/.libs/libh5tools.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repacktst.o -MD -MP -MF .deps/h5repacktst.Tpo -c -o h5repacktst.o h5repacktst.c h5repacktst.c: In function â??make_deflateâ??: h5repacktst.c:1879: warning: unused variable â??dims1râ?? h5repacktst.c:1878: warning: unused variable â??bufrefâ?? h5repacktst.c:1871: warning: unused parameter â??loc_idâ?? mv -f .deps/h5repacktst.Tpo .deps/h5repacktst.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5repacktst h5repack.o h5repack_copy.o h5repack_filters.o h5repack_opttable.o h5repack_parse.o h5repack_refs.o h5repack_verify.o h5repacktst.o ../../tools/lib/libh5tools.la ../../test/libh5test.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5repacktst h5repack.o h5repack_copy.o h5repack_filters.o h5repack_opttable.o h5repack_parse.o h5repack_refs.o h5repack_verify.o h5repacktst.o ../../tools/lib/.libs/libh5tools.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lm Making all in h5jam gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5jam.o -MD -MP -MF .deps/h5jam.Tpo -c -o h5jam.o h5jam.c h5jam.c: In function â??copy_some_to_fileâ??: h5jam.c:447: warning: passing argument 3 of â??readâ?? with different width due to prototype h5jam.c:451: warning: passing argument 3 of â??readâ?? with different width due to prototype h5jam.c:459: warning: passing argument 3 of â??writeâ?? with different width due to prototype h5jam.c: In function â??write_padâ??: h5jam.c:540: warning: passing argument 3 of â??writeâ?? with different width due to prototype mv -f .deps/h5jam.Tpo .deps/h5jam.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5jam h5jam.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5jam h5jam.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5unjam.o -MD -MP -MF .deps/h5unjam.Tpo -c -o h5unjam.o h5unjam.c h5unjam.c: In function â??mainâ??: h5unjam.c:271: warning: passing argument 3 of â??copy_to_fileâ?? with different width due to prototype h5unjam.c: In function â??copy_to_fileâ??: h5unjam.c:311: warning: passing argument 3 of â??readâ?? with different width due to prototype h5unjam.c:313: warning: passing argument 3 of â??readâ?? with different width due to prototype h5unjam.c:315: warning: passing argument 3 of â??writeâ?? with different width due to prototype mv -f .deps/h5unjam.Tpo .deps/h5unjam.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5unjam h5unjam.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5unjam h5unjam.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tellub.o -MD -MP -MF .deps/tellub.Tpo -c -o tellub.o tellub.c mv -f .deps/tellub.Tpo .deps/tellub.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o tellub tellub.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o tellub tellub.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5jamgentest.o -MD -MP -MF .deps/h5jamgentest.Tpo -c -o h5jamgentest.o h5jamgentest.c h5jamgentest.c: In function â??create_textfileâ??: h5jamgentest.c:339: warning: passing argument 2 of â??creatâ?? with different width due to prototype mv -f .deps/h5jamgentest.Tpo .deps/h5jamgentest.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5jamgentest h5jamgentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5jamgentest h5jamgentest.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT getub.o -MD -MP -MF .deps/getub.Tpo -c -o getub.o getub.c getub.c: In function â??mainâ??: getub.c:148: warning: passing argument 1 of â??mallocâ?? with different width due to prototype getub.c:155: warning: passing argument 3 of â??readâ?? with different width due to prototype getub.c:165: warning: passing argument 3 of â??writeâ?? with different width due to prototype mv -f .deps/getub.Tpo .deps/getub.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o getub getub.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o getub getub.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm Making all in h5copy gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5copy.o -MD -MP -MF .deps/h5copy.Tpo -c -o h5copy.o h5copy.c h5copy.c: In function â??mainâ??: h5copy.c:308: warning: passing argument 6 of â??h5tools_fopenâ?? with different width due to prototype h5copy.c:326: warning: passing argument 6 of â??h5tools_fopenâ?? with different width due to prototype mv -f .deps/h5copy.Tpo .deps/h5copy.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5copy h5copy.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5copy h5copy.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5copygentest.o -MD -MP -MF .deps/h5copygentest.Tpo -c -o h5copygentest.o h5copygentest.c h5copygentest.c: In function â??gent_compoundâ??: h5copygentest.c:153: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype mv -f .deps/h5copygentest.Tpo .deps/h5copygentest.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5copygentest h5copygentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5copygentest h5copygentest.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm Making all in h5stat gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5stat.o -MD -MP -MF .deps/h5stat.Tpo -c -o h5stat.o h5stat.c h5stat.c: In function â??dataset_statsâ??: h5stat.c:549: warning: passing argument 6 of â??H5Pget_filter2â?? with different width due to prototype mv -f .deps/h5stat.Tpo .deps/h5stat.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5stat h5stat.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5stat h5stat.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5stat_gentest.o -MD -MP -MF .deps/h5stat_gentest.Tpo -c -o h5stat_gentest.o h5stat_gentest.c mv -f .deps/h5stat_gentest.Tpo .deps/h5stat_gentest.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5stat_gentest h5stat_gentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5stat_gentest h5stat_gentest.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm make[2]: Nothing to be done for `all-am'. Making all in . gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT pio_perf.o -MD -MP -MF .deps/pio_perf.Tpo -c -o pio_perf.o pio_perf.c mv -f .deps/pio_perf.Tpo .deps/pio_perf.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT pio_engine.o -MD -MP -MF .deps/pio_engine.Tpo -c -o pio_engine.o pio_engine.c mv -f .deps/pio_engine.Tpo .deps/pio_engine.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT pio_timer.o -MD -MP -MF .deps/pio_timer.Tpo -c -o pio_timer.o pio_timer.c mv -f .deps/pio_timer.Tpo .deps/pio_timer.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5perf pio_perf.o pio_engine.o pio_timer.o ../tools/lib/libh5tools.la ../test/libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5perf pio_perf.o pio_engine.o pio_timer.o ../tools/lib/.libs/libh5tools.a ../test/.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT sio_perf.o -MD -MP -MF .deps/sio_perf.Tpo -c -o sio_perf.o sio_perf.c sio_perf.c: In function â??mainâ??: sio_perf.c:343: warning: unused variable â??retâ?? sio_perf.c: In function â??run_test_loopâ??: sio_perf.c:399: warning: unused variable â??doing_sioâ?? sio_perf.c: In function â??run_testâ??: sio_perf.c:452: warning: unused variable â??comm_sizeâ?? sio_perf.c: In function â??output_resultsâ??: sio_perf.c:766: warning: comparing floating point with == or != is unsafe sio_perf.c:774: warning: comparing floating point with == or != is unsafe sio_perf.c:781: warning: comparing floating point with == or != is unsafe sio_perf.c: In function â??output_reportâ??: sio_perf.c:801: warning: function might be possible candidate for â??printfâ?? format attribute sio_perf.c: In function â??parse_command_lineâ??: sio_perf.c:983: warning: declaration of â??iâ?? shadows a previous local sio_perf.c:940: warning: shadowed declaration is here sio_perf.c:1023: warning: declaration of â??iâ?? shadows a previous local sio_perf.c:940: warning: shadowed declaration is here sio_perf.c:1052: warning: declaration of â??iâ?? shadows a previous local sio_perf.c:940: warning: shadowed declaration is here sio_perf.c:1111: warning: declaration of â??iâ?? shadows a previous local sio_perf.c:940: warning: shadowed declaration is here sio_perf.c:1180: warning: declaration of â??iâ?? shadows a previous local sio_perf.c:940: warning: shadowed declaration is here sio_perf.c:1209: warning: declaration of â??iâ?? shadows a previous local sio_perf.c:940: warning: shadowed declaration is here sio_perf.c: In function â??run_testâ??: sio_perf.c:502: warning: function call has aggregate value mv -f .deps/sio_perf.Tpo .deps/sio_perf.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT sio_engine.o -MD -MP -MF .deps/sio_engine.Tpo -c -o sio_engine.o sio_engine.c sio_engine.c: In function â??sio_create_filenameâ??: sio_engine.c:398: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype sio_engine.c: In function â??do_writeâ??: sio_engine.c:464: warning: comparison between signed and unsigned sio_engine.c:481: warning: comparison between signed and unsigned sio_engine.c: In function â??dset_writeâ??: sio_engine.c:691: warning: comparison between signed and unsigned sio_engine.c: In function â??posix_buffer_writeâ??: sio_engine.c:738: warning: comparison between signed and unsigned sio_engine.c:764: warning: passing argument 2 of â??lseekâ?? as signed due to prototype sio_engine.c: In function â??do_readâ??: sio_engine.c:802: warning: comparison between signed and unsigned sio_engine.c:816: warning: comparison between signed and unsigned sio_engine.c:865: warning: format â??%ldâ?? expects type â??long intâ??, but argument 3 has type â??off_tâ?? sio_engine.c: In function â??posix_buffer_readâ??: sio_engine.c:1019: warning: comparison between signed and unsigned sio_engine.c:1040: warning: passing argument 2 of â??lseekâ?? as signed due to prototype sio_engine.c: In function â??set_vfdâ??: sio_engine.c:1128: warning: declaration of â??faplâ?? shadows a global declaration sio_engine.c:143: warning: shadowed declaration is here sio_engine.c: In function â??do_sioâ??: sio_engine.c:167: warning: function returns an aggregate sio_engine.c:178: warning: â??res.timersâ?? may be used uninitialized in this function mv -f .deps/sio_engine.Tpo .deps/sio_engine.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT sio_timer.o -MD -MP -MF .deps/sio_timer.Tpo -c -o sio_timer.o sio_timer.c sio_timer.c: In function â??sio_time_newâ??: sio_timer.c:66: warning: passing argument 1 of â??callocâ?? with different width due to prototype mv -f .deps/sio_timer.Tpo .deps/sio_timer.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5perf_serial sio_perf.o sio_engine.o sio_timer.o ../tools/lib/libh5tools.la ../test/libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5perf_serial sio_perf.o sio_engine.o sio_timer.o ../tools/lib/.libs/libh5tools.a ../test/.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT iopipe.o -MD -MP -MF .deps/iopipe.Tpo -c -o iopipe.o iopipe.c mv -f .deps/iopipe.Tpo .deps/iopipe.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o iopipe iopipe.o ../test/libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o iopipe iopipe.o ../test/.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT chunk.o -MD -MP -MF .deps/chunk.Tpo -c -o chunk.o chunk.c chunk.c: In function â??create_datasetâ??: chunk.c:159: warning: passing argument 4 of â??H5Pset_filterâ?? with different width due to prototype chunk.c:163: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype chunk.c:163: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype chunk.c:166: warning: passing argument 1 of â??callocâ?? with different width due to prototype chunk.c:166: warning: passing argument 2 of â??callocâ?? with different width due to prototype chunk.c: In function â??test_rowmajâ??: chunk.c:197: warning: passing argument 1 of â??callocâ?? with different width due to prototype chunk.c: In function â??test_diagâ??: chunk.c:276: warning: passing argument 1 of â??callocâ?? with different width due to prototype mv -f .deps/chunk.Tpo .deps/chunk.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o chunk chunk.o ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o chunk chunk.o ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT overhead.o -MD -MP -MF .deps/overhead.Tpo -c -o overhead.o overhead.c overhead.c: In function â??testâ??: overhead.c:213: warning: passing argument 3 of â??H5Pset_cacheâ?? with different width due to prototype overhead.c:213: warning: passing argument 4 of â??H5Pset_cacheâ?? with different width due to prototype mv -f .deps/overhead.Tpo .deps/overhead.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o overhead overhead.o ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o overhead overhead.o ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT zip_perf.o -MD -MP -MF .deps/zip_perf.Tpo -c -o zip_perf.o zip_perf.c mv -f .deps/zip_perf.Tpo .deps/zip_perf.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o zip_perf zip_perf.o ../tools/lib/libh5tools.la ../test/libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o zip_perf zip_perf.o ../tools/lib/.libs/libh5tools.a ../test/.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT perf_meta.o -MD -MP -MF .deps/perf_meta.Tpo -c -o perf_meta.o perf_meta.c mv -f .deps/perf_meta.Tpo .deps/perf_meta.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o perf_meta perf_meta.o ../test/libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o perf_meta perf_meta.o ../test/.libs/libh5test.a ../src/.libs/libhdf5.a -lm Making all in hl Making all in src /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5DS.lo -MD -MP -MF .deps/H5DS.Tpo -c -o H5DS.lo H5DS.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5DS.lo -MD -MP -MF .deps/H5DS.Tpo -c H5DS.c -o H5DS.o mv -f .deps/H5DS.Tpo .deps/H5DS.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5IM.lo -MD -MP -MF .deps/H5IM.Tpo -c -o H5IM.lo H5IM.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5IM.lo -MD -MP -MF .deps/H5IM.Tpo -c H5IM.c -o H5IM.o mv -f .deps/H5IM.Tpo .deps/H5IM.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5LT.lo -MD -MP -MF .deps/H5LT.Tpo -c -o H5LT.lo H5LT.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5LT.lo -MD -MP -MF .deps/H5LT.Tpo -c H5LT.c -o H5LT.o H5LT.c: In function â??H5LTfind_datasetâ??: H5LT.c:819: warning: cast discards qualifiers from pointer target type H5LT.c: In function â??H5LT_find_attributeâ??: H5LT.c:1426: warning: cast discards qualifiers from pointer target type H5LT.c: In function â??H5LTtext_to_dtypeâ??: H5LT.c:1597: warning: nested extern declaration of â??H5LTyyparseâ?? mv -f .deps/H5LT.Tpo .deps/H5LT.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5LTanalyze.lo -MD -MP -MF .deps/H5LTanalyze.Tpo -c -o H5LTanalyze.lo H5LTanalyze.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5LTanalyze.lo -MD -MP -MF .deps/H5LTanalyze.Tpo -c H5LTanalyze.c -o H5LTanalyze.o H5LTanalyze.c:867:5: warning: "YY_STACK_USED" is not defined H5LTanalyze.c:979: warning: no previous prototype for â??H5LTyylexâ?? H5LTanalyze.l: In function â??H5LTyylexâ??: H5LTanalyze.l:174: warning: passing argument 2 of â??fwriteâ?? with different width due to prototype H5LTanalyze.l:174: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype H5LTanalyze.c: In function â??yy_get_next_bufferâ??: H5LTanalyze.c:1566: warning: old-style function definition H5LTanalyze.c: In function â??yy_get_previous_stateâ??: H5LTanalyze.c:1698: warning: old-style function definition H5LTanalyze.c: In function â??inputâ??: H5LTanalyze.c:1805: warning: old-style function definition H5LTanalyze.c: In function â??H5LTyy_create_bufferâ??: H5LTanalyze.c:1941: warning: passing argument 1 of â??yy_flex_allocâ?? with different width due to prototype H5LTanalyze.c:1998:5: warning: "YY_ALWAYS_INTERACTIVE" is not defined H5LTanalyze.c:2001:5: warning: "YY_NEVER_INTERACTIVE" is not defined H5LTanalyze.c: In function â??H5LTyy_scan_bufferâ??: H5LTanalyze.c:2057: warning: passing argument 1 of â??yy_flex_allocâ?? with different width due to prototype H5LTanalyze.c: In function â??yy_flex_allocâ??: H5LTanalyze.c:2261: warning: passing argument 1 of â??mallocâ?? with different width due to prototype H5LTanalyze.c: In function â??yy_flex_reallocâ??: H5LTanalyze.c:2279: warning: passing argument 2 of â??reallocâ?? with different width due to prototype H5LTanalyze.c:2292:5: warning: "YY_MAIN" is not defined H5LTanalyze.l: In function â??my_yyinputâ??: H5LTanalyze.l:179: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype H5LTanalyze.l:175: warning: unused parameter â??max_sizeâ?? H5LTanalyze.l: At top level: H5LTanalyze.l:185: warning: no previous prototype for â??H5LTyyerrorâ?? H5LTanalyze.l: In function â??H5LTyyerrorâ??: H5LTanalyze.l:187: warning: no return statement in function returning non-void H5LTanalyze.l: In function â??H5LTyywrapâ??: H5LTanalyze.l:190: warning: old-style function definition H5LTanalyze.l: In function â??H5LTyyerrorâ??: H5LTanalyze.l:187: warning: control reaches end of non-void function H5LTanalyze.l: At top level: H5LTanalyze.c:2271: warning: â??yy_flex_reallocâ?? defined but not used H5LTanalyze.c:1762: warning: â??yyunputâ?? defined but not used mv -f .deps/H5LTanalyze.Tpo .deps/H5LTanalyze.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5LTparse.lo -MD -MP -MF .deps/H5LTparse.Tpo -c -o H5LTparse.lo H5LTparse.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5LTparse.lo -MD -MP -MF .deps/H5LTparse.Tpo -c H5LTparse.c -o H5LTparse.o H5LTparse.c:33: warning: function declaration isnâ??t a prototype H5LTparse.y:21: warning: function declaration isnâ??t a prototype H5LTparse.c:465: warning: function declaration isnâ??t a prototype H5LTparse.c: In function â??yygrowstackâ??: H5LTparse.c:465: warning: old-style function definition H5LTparse.c: At top level: H5LTparse.c:523: warning: no previous prototype for â??H5LTyyparseâ?? H5LTparse.c: In function â??H5LTyyparseâ??: H5LTparse.c:590: warning: passing argument 1 of â??H5LTyyerrorâ?? discards qualifiers from pointer target type H5LTparse.y:154: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype H5LTparse.y:176: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype H5LTparse.y:189: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype H5LTparse.c:1113: warning: passing argument 1 of â??H5LTyyerrorâ?? discards qualifiers from pointer target type mv -f .deps/H5LTparse.Tpo .deps/H5LTparse.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5PT.lo -MD -MP -MF .deps/H5PT.Tpo -c -o H5PT.lo H5PT.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5PT.lo -MD -MP -MF .deps/H5PT.Tpo -c H5PT.c -o H5PT.o mv -f .deps/H5PT.Tpo .deps/H5PT.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5TB.lo -MD -MP -MF .deps/H5TB.Tpo -c -o H5TB.lo H5TB.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5TB.lo -MD -MP -MF .deps/H5TB.Tpo -c H5TB.c -o H5TB.o mv -f .deps/H5TB.Tpo .deps/H5TB.Plo /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o libhdf5_hl.la -rpath /usr/local/lib H5DS.lo H5IM.lo H5LT.lo H5LTanalyze.lo H5LTparse.lo H5PT.lo H5TB.lo -lm libtool: link: ar cru .libs/libhdf5_hl.a H5DS.o H5IM.o H5LT.o H5LTanalyze.o H5LTparse.o H5PT.o H5TB.o libtool: link: ranlib .libs/libhdf5_hl.a libtool: link: ( cd ".libs" && rm -f "libhdf5_hl.la" && ln -s "../libhdf5_hl.la" "libhdf5_hl.la" ) Making all in test gcc -DHAVE_CONFIG_H -I. -I../../src -I. -I. -I../../src -I../../src -I../../test -I../../test -I../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT test_lite.o -MD -MP -MF .deps/test_lite.Tpo -c -o test_lite.o test_lite.c test_lite.c: In function â??test_dsetsâ??: test_lite.c:302: warning: comparing floating point with == or != is unsafe test_lite.c:313: warning: comparing floating point with == or != is unsafe test_lite.c:338: warning: comparing floating point with == or != is unsafe test_lite.c:349: warning: comparing floating point with == or != is unsafe test_lite.c: In function â??make_attributesâ??: test_lite.c:933: warning: comparing floating point with == or != is unsafe test_lite.c:944: warning: comparing floating point with == or != is unsafe test_lite.c:977: warning: comparing floating point with == or != is unsafe test_lite.c:988: warning: comparing floating point with == or != is unsafe mv -f .deps/test_lite.Tpo .deps/test_lite.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o test_lite test_lite.o ../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o test_lite test_lite.o ../../hl/src/.libs/libhdf5_hl.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I. -I. -I../../src -I../../src -I../../test -I../../test -I../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT test_image.o -MD -MP -MF .deps/test_image.Tpo -c -o test_image.o test_image.c test_image.c: In function â??test_simpleâ??: test_image.c:185: warning: comparison between signed and unsigned test_image.c:213: warning: comparison between signed and unsigned test_image.c: In function â??read_paletteâ??: test_image.c:840: warning: passing argument 2 of â??fgetsâ?? with different width due to prototype test_image.c:855: warning: passing argument 2 of â??fgetsâ?? with different width due to prototype test_image.c:870: warning: passing argument 2 of â??fgetsâ?? with different width due to prototype mv -f .deps/test_image.Tpo .deps/test_image.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o test_image test_image.o ../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o test_image test_image.o ../../hl/src/.libs/libhdf5_hl.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I. -I. -I../../src -I../../src -I../../test -I../../test -I../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT test_table.o -MD -MP -MF .deps/test_table.Tpo -c -o test_table.o test_table.c test_table.c:132: warning: declaration of â??writeâ?? shadows a global declaration /usr/include/unistd.h:509: warning: shadowed declaration is here test_table.c:133: warning: no previous prototype for â??test_tableâ?? test_table.c: In function â??test_tableâ??: test_table.c:330: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype test_table.c:370: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:370: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:413: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:413: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:456: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:456: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:496: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:496: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:501: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:501: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:540: warning: comparison between signed and unsigned test_table.c:542: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:542: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:548: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:548: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:554: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:554: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:560: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:560: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:632: warning: comparison between signed and unsigned test_table.c:663: warning: comparison between signed and unsigned test_table.c:694: warning: comparison between signed and unsigned test_table.c:725: warning: comparison between signed and unsigned test_table.c:733: warning: comparison between signed and unsigned test_table.c:735: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:735: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:780: warning: comparison between signed and unsigned test_table.c:782: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:782: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:788: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:788: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:794: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:794: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:839: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:839: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:844: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:844: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:881: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:881: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:886: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:886: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:947: warning: comparing floating point with == or != is unsafe test_table.c:1004: warning: comparing floating point with == or != is unsafe test_table.c:1067: warning: comparing floating point with == or != is unsafe test_table.c:1096: warning: comparing floating point with == or != is unsafe test_table.c:1155: warning: comparing floating point with == or != is unsafe test_table.c:1208: warning: comparing floating point with == or != is unsafe test_table.c:1274: warning: comparing floating point with == or != is unsafe test_table.c:1305: warning: comparing floating point with == or != is unsafe test_table.c:1348: warning: comparing floating point with == or != is unsafe test_table.c:1349: warning: comparing floating point with == or != is unsafe test_table.c:1389: warning: comparing floating point with == or != is unsafe test_table.c: In function â??cmp_parâ??: test_table.c:1583: warning: comparing floating point with == or != is unsafe test_table.c:1584: warning: comparing floating point with == or != is unsafe mv -f .deps/test_table.Tpo .deps/test_table.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o test_table test_table.o ../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o test_table test_table.o ../../hl/src/.libs/libhdf5_hl.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I. -I. -I../../src -I../../src -I../../test -I../../test -I../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT test_ds.o -MD -MP -MF .deps/test_ds.Tpo -c -o test_ds.o test_ds.c mv -f .deps/test_ds.Tpo .deps/test_ds.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o test_ds test_ds.o ../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o test_ds test_ds.o ../../hl/src/.libs/libhdf5_hl.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I. -I. -I../../src -I../../src -I../../test -I../../test -I../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT test_packet.o -MD -MP -MF .deps/test_packet.Tpo -c -o test_packet.o test_packet.c test_packet.c: In function â??cmp_parâ??: test_packet.c:76: warning: comparing floating point with == or != is unsafe test_packet.c:77: warning: comparing floating point with == or != is unsafe test_packet.c: In function â??test_readâ??: test_packet.c:332: warning: passing argument 3 of â??H5PTread_packetsâ?? with different width due to prototype test_packet.c:337: warning: passing argument 3 of â??H5PTread_packetsâ?? with different width due to prototype test_packet.c:342: warning: passing argument 3 of â??H5PTread_packetsâ?? with different width due to prototype test_packet.c: In function â??test_get_nextâ??: test_packet.c:395: warning: passing argument 2 of â??H5PTget_nextâ?? with different width due to prototype test_packet.c:412: warning: passing argument 2 of â??H5PTget_nextâ?? with different width due to prototype test_packet.c: In function â??test_big_tableâ??: test_packet.c:490: warning: passing argument 2 of â??H5PTget_nextâ?? with different width due to prototype test_packet.c:495: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_packet.c: In function â??test_opaqueâ??: test_packet.c:731: warning: passing argument 3 of â??H5PTread_packetsâ?? with different width due to prototype test_packet.c: In function â??test_compressâ??: test_packet.c:812: warning: passing argument 2 of â??H5PTget_nextâ?? with different width due to prototype test_packet.c:816: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_packet.c:833: warning: passing argument 6 of â??H5Pget_filter_by_id2â?? with different width due to prototype test_packet.c:864: warning: passing argument 6 of â??H5Pget_filter_by_id2â?? with different width due to prototype test_packet.c: In function â??test_errorâ??: test_packet.c:936: warning: passing argument 3 of â??H5PTread_packetsâ?? with different width due to prototype test_packet.c:963: warning: passing argument 3 of â??H5PTread_packetsâ?? with different width due to prototype test_packet.c:995: warning: passing argument 3 of â??H5PTread_packetsâ?? with different width due to prototype mv -f .deps/test_packet.Tpo .deps/test_packet.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o test_packet test_packet.o ../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o test_packet test_packet.o ../../hl/src/.libs/libhdf5_hl.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lm Making all in tools Making all in gif2h5 gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT gif2hdf.o -MD -MP -MF .deps/gif2hdf.Tpo -c -o gif2hdf.o gif2hdf.c gif2hdf.c: In function â??mainâ??: gif2hdf.c:87: warning: passing argument 3 of â??freadâ?? with different width due to prototype gif2hdf.c:98: warning: function call has aggregate value mv -f .deps/gif2hdf.Tpo .deps/gif2hdf.Po gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT gif2mem.o -MD -MP -MF .deps/gif2mem.Tpo -c -o gif2mem.o gif2mem.c gif2mem.c: In function â??Gif2Memâ??: gif2mem.c:44: warning: function returns an aggregate mv -f .deps/gif2mem.Tpo .deps/gif2mem.Po gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT decompress.o -MD -MP -MF .deps/decompress.Tpo -c -o decompress.o decompress.c decompress.c: In function â??Decompressâ??: decompress.c:249: warning: passing argument 1 of â??AddToPixelâ?? with different width due to prototype decompress.c:289: warning: passing argument 1 of â??AddToPixelâ?? with different width due to prototype mv -f .deps/decompress.Tpo .deps/decompress.Po gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT gifread.o -MD -MP -MF .deps/gifread.Tpo -c -o gifread.o gifread.c mv -f .deps/gifread.Tpo .deps/gifread.Po gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT writehdf.o -MD -MP -MF .deps/writehdf.Tpo -c -o writehdf.o writehdf.c writehdf.c: In function â??WriteHDFâ??: writehdf.c:40: warning: unused parameter â??GIFFileNameâ?? mv -f .deps/writehdf.Tpo .deps/writehdf.Po /bin/sh ../../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o gif2h5 gif2hdf.o gif2mem.o decompress.o gifread.o writehdf.o ../../../hl/src/libhdf5_hl.la ../../../tools/lib/libh5tools.la ../../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o gif2h5 gif2hdf.o gif2mem.o decompress.o gifread.o writehdf.o ../../../hl/src/.libs/libhdf5_hl.a ../../../tools/lib/.libs/libh5tools.a ../../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT hdf2gif.o -MD -MP -MF .deps/hdf2gif.Tpo -c -o hdf2gif.o hdf2gif.c hdf2gif.c: In function â??mainâ??: hdf2gif.c:262: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype hdf2gif.c:64: warning: â??numcolsâ?? may be used uninitialized in this function mv -f .deps/hdf2gif.Tpo .deps/hdf2gif.Po gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT hdfgifwr.o -MD -MP -MF .deps/hdfgifwr.Tpo -c -o hdfgifwr.o hdfgifwr.c mv -f .deps/hdfgifwr.Tpo .deps/hdfgifwr.Po /bin/sh ../../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h52gif hdf2gif.o hdfgifwr.o ../../../hl/src/libhdf5_hl.la ../../../tools/lib/libh5tools.la ../../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h52gif hdf2gif.o hdfgifwr.o ../../../hl/src/.libs/libhdf5_hl.a ../../../tools/lib/.libs/libh5tools.a ../../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h52gifgentst.o -MD -MP -MF .deps/h52gifgentst.Tpo -c -o h52gifgentst.o h52gifgentst.c mv -f .deps/h52gifgentst.Tpo .deps/h52gifgentst.Po /bin/sh ../../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h52gifgentst h52gifgentst.o ../../../hl/src/libhdf5_hl.la ../../../tools/lib/libh5tools.la ../../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h52gifgentst h52gifgentst.o ../../../hl/src/.libs/libhdf5_hl.a ../../../tools/lib/.libs/libh5tools.a ../../../src/.libs/libhdf5.a -lm make[3]: Nothing to be done for `all-am'. make[2]: Nothing to be done for `all-am'. Making all in perform make[1]: Nothing to be done for `all'. dhcp-235:hdf5-1.8.1 edo$ sudo make check Making check in src make check-TESTS make[4]: Nothing to be done for `_exec_check-s'. Making check in test make testhdf5 lheap ohdr stab gheap cache cache_api pool hyperslab istore bittests dt_arith dtypes dsets cmpd_dset extend external objcopy links unlink big mtime fillval mount flush1 flush2 enum set_extent ttsafe getname vfd ntypes dangle dtransform reserved cross_read btree2 fheap error_test err_compat testmeta testerror.sh make[2]: `testhdf5' is up to date. make[2]: `lheap' is up to date. make[2]: `ohdr' is up to date. make[2]: `stab' is up to date. make[2]: `gheap' is up to date. make[2]: `cache' is up to date. make[2]: `cache_api' is up to date. make[2]: `pool' is up to date. make[2]: `hyperslab' is up to date. make[2]: `istore' is up to date. make[2]: `bittests' is up to date. make[2]: `dt_arith' is up to date. make[2]: `dtypes' is up to date. make[2]: `dsets' is up to date. make[2]: `cmpd_dset' is up to date. make[2]: `extend' is up to date. make[2]: `external' is up to date. make[2]: `objcopy' is up to date. make[2]: `links' is up to date. make[2]: `unlink' is up to date. make[2]: `big' is up to date. make[2]: `mtime' is up to date. make[2]: `fillval' is up to date. make[2]: `mount' is up to date. make[2]: `flush1' is up to date. make[2]: `flush2' is up to date. make[2]: `enum' is up to date. make[2]: `set_extent' is up to date. make[2]: `ttsafe' is up to date. make[2]: `getname' is up to date. make[2]: `vfd' is up to date. make[2]: `ntypes' is up to date. make[2]: `dangle' is up to date. make[2]: `dtransform' is up to date. make[2]: `reserved' is up to date. make[2]: `cross_read' is up to date. make[2]: `btree2' is up to date. make[2]: `fheap' is up to date. make[2]: `error_test' is up to date. make[2]: `err_compat' is up to date. make[2]: `testmeta' is up to date. make[2]: `testerror.sh' is up to date. make check-TESTS ===Serial tests in test begin Mon Feb 9 17:55:11 EST 2009=== ============================ Testing testhdf5 Finished testing testhdf5 ============================ testhdf5 Test Log ============================ For help use: ./testhdf5 -help Linked with hdf5 version 1.8 release 1 Testing -- Configure definitions (config) Testing -- Encoding/decoding metadata (metadata) Testing -- Checksum algorithm (checksum) Testing -- Ternary Search Trees (tst) Testing -- Memory Heaps (heap) Testing -- Skip Lists (skiplist) Testing -- Reference Counted Strings (refstr) Testing -- Low-Level File I/O (file) Testing -- Generic Object Functions (objects) Testing -- Dataspaces (h5s) Testing -- Dataspace coordinates (coords) Testing -- Shared Object Header Messages (sohm) Testing -- Attributes (attr) Testing -- Selections (select) Testing -- Time Datatypes (time) Testing -- References (reference) Testing -- Variable-Length Datatypes (vltypes) Testing -- Variable-Length Strings (vlstrings) Testing -- Group & Attribute Iteration (iterate) Testing -- Array Datatypes (array) Testing -- Generic Properties (genprop) Testing -- UTF-8 Encoding (unicode) Testing -- User-Created Identifiers (id) Testing -- Miscellaneous (misc) All tests were successful. Cleaning Up temp files... 12.48 real 9.18 user 2.22 sys Finished testing testhdf5 ============================ ============================ Testing lheap Finished testing lheap ============================ lheap Test Log ============================ Testing local heap write PASSED Testing local heap read PASSED All local heap tests passed. 0.00 real 0.00 user 0.00 sys Finished testing lheap ============================ ============================ Testing ohdr Finished testing ohdr ============================ ohdr Test Log ============================ Using default file format: Testing object header creation PASSED Testing message creation PASSED Testing message modification PASSED Testing object header overflow in memory PASSED Testing close & re-open object header PASSED Testing object header overflow on disk PASSED Testing message deletion PASSED Testing constant message handling PASSED Testing object header closing PASSED Accessing objects with unknown header messages: Testing object with unknown header message and no flags set PASSED Testing object with unknown header message & 'fail if unknown' flag set PASSED Testing object with unknown header message & 'mark if unknown' flag set PASSED Using new file format: Testing object header creation PASSED Testing message creation PASSED Testing message modification PASSED Testing object header overflow in memory PASSED Testing close & re-open object header PASSED Testing object header overflow on disk PASSED Testing message deletion PASSED Testing constant message handling PASSED Testing object header closing PASSED Accessing objects with unknown header messages: Testing object with unknown header message and no flags set PASSED Testing object with unknown header message & 'fail if unknown' flag set PASSED Testing object with unknown header message & 'mark if unknown' flag set PASSED All object header tests passed. 0.01 real 0.00 user 0.00 sys Finished testing ohdr ============================ ============================ Testing stab Finished testing stab ============================ stab Test Log ============================ Testing miscellaneous group tests PASSED Testing long names PASSED Testing large directories PASSED Testing miscellaneous group tests (w/new group format) PASSED Testing long names (w/new group format) PASSED Testing large directories (w/new group format) PASSED Testing group lifecycle PASSED Testing long link names in compact groups PASSED Testing reading old groups PASSED Testing group without compact form PASSED Testing setting root group creation properties PASSED Testing old API routines PASSED All symbol table tests passed. 0.32 real 0.24 user 0.05 sys Finished testing stab ============================ ============================ Testing gheap Finished testing gheap ============================ gheap Test Log ============================ Testing monotonically increasing lengths PASSED Testing monotonically decreasing lengths PASSED Testing complete object removal PASSED Testing partial object removal PASSED All global heap tests passed. 0.02 real 0.01 user 0.00 sys Finished testing gheap ============================ ============================ Testing cache Finished testing cache ============================ cache Test Log ============================ Testing smoke check #1 -- all clean, ins, dest, ren, 4/2 MB cache PASSED Testing smoke check #2 -- ~1/2 dirty, ins, dest, ren, 4/2 MB cache PASSED Testing smoke check #3 -- all clean, ins, dest, ren, 2/1 KB cache PASSED Testing smoke check #4 -- ~1/2 dirty, ins, dest, ren, 2/1 KB cache PASSED Testing smoke check #5 -- all clean, ins, prot, unprot, AR cache 1 PASSED Testing smoke check #6 -- ~1/2 dirty, ins, prot, unprot, AR cache 1 PASSED Testing smoke check #7 -- all clean, ins, prot, unprot, AR cache 2 PASSED Testing smoke check #8 -- ~1/2 dirty, ins, prot, unprot, AR cache 2 PASSED Testing smoke check #9 -- all clean, ins, dest, ren, 4/2 MB, corked PASSED Testing smoke check #10 -- ~1/2 dirty, ins, dest, ren, 4/2 MB, corked PASSED Testing write permitted check -- 1/0 MB cache -SKIP- Clean and dirty LRU lists disabled. Testing H5C_insert_entry() functionality PASSED Testing H5C_flush_cache() functionality PASSED Testing H5C_get_entry_status() functionality PASSED Testing H5C_expunge_entry() functionality PASSED Testing multiple read only protects on a single entry PASSED Testing H5C_rename_entry() functionality PASSED Testing H5C_pin_protected_entry() functionality PASSED Testing entry resize functionality PASSED Testing evictions enabled/disabled functionality PASSED Testing flush cache with protected entry error PASSED Testing destroy cache with permanently pinned entry error PASSED Testing destroy cache with protected entry error PASSED Testing duplicate entry insertion error PASSED Testing rename to existing entry errors PASSED Testing pin a pinned entry error PASSED Testing unpin an unpinned entry error PASSED Testing pin entry related errors PASSED Testing protect a protected entry error PASSED Testing unprotect an unprotected entry error PASSED Testing mark entry dirty related errors PASSED Testing expunge entry related errors PASSED Testing resize entry related errors PASSED Testing unprotect a read only entry dirty error PASSED Testing protect a read only entry rw error PASSED Testing get/set evictions enabled errors PASSED Testing automatic cache resizing PASSED Testing automatic cache resize disable PASSED Testing automatic cache resize epoch marker management PASSED Testing automatic cache resize input errors PASSED Testing automatic cache resize auxilary functions PASSED 30.21 real 30.12 user 0.07 sys Finished testing cache ============================ ============================ Testing cache_api Finished testing cache_api ============================ cache_api Test Log ============================ Testing MDC/FAPL related API calls PASSED Testing MDC/FILE related API calls PASSED Testing MDC API smoke check -SKIP- Long tests disabled. Testing MDC/FAPL related API input errors PASSED Testing MDC/FILE related API input errors PASSED 0.00 real 0.00 user 0.00 sys Finished testing cache_api ============================ ============================ Testing pool Finished testing pool ============================ pool Test Log ============================ Testing memory pool creation PASSED Testing closing pool with blocks still allocated in one page PASSED Testing allocating first block in pool PASSED Testing allocating large first block in pool PASSED Testing splitting block in pool PASSED Testing allocating many small blocks PASSED Testing allocate normal-sized block in new page PASSED Testing allocate large-sized block in new page PASSED Testing allocate many random sized blocks PASSED All memory pool tests passed. 0.94 real 0.91 user 0.03 sys Finished testing pool ============================ ============================ Testing hyperslab Finished testing hyperslab ============================ hyperslab Test Log ============================ Test sizes: SMALL MEDIUM Testing hyperslab fill 11 variable hyperslab PASSED Testing hyperslab fill 11x10 variable hyperslab PASSED Testing hyperslab fill 3x5x5 variable hyperslab PASSED Testing hyperslab fill 113 variable hyperslab PASSED Testing hyperslab fill 15x11 variable hyperslab PASSED Testing hyperslab fill 5x7x7 variable hyperslab PASSED Testing hyperslab copy 11 variable source PASSED Testing hyperslab copy 11 variable destination PASSED Testing hyperslab copy 11 sync source & dest PASSED Testing hyperslab copy 179 variable source PASSED Testing hyperslab copy 179 variable destination PASSED Testing hyperslab copy 179 sync source & dest PASSED Testing hyperslab copy 11x10 variable source PASSED Testing hyperslab copy 11x10 variable destination PASSED Testing hyperslab copy 11x10 sync source & dest PASSED Testing hyperslab copy 13x19 variable source PASSED Testing hyperslab copy 13x19 variable destination PASSED Testing hyperslab copy 13x19 sync source & dest PASSED Testing hyperslab copy 73x67 variable source PASSED Testing hyperslab copy 73x67 variable destination PASSED Testing hyperslab copy 73x67 sync source & dest PASSED Testing hyperslab copy 3x5x5 variable source PASSED Testing hyperslab copy 3x5x5 variable destination PASSED Testing hyperslab copy 3x5x5 sync source & dest PASSED Testing hyperslab copy 7x9x5 variable source PASSED Testing hyperslab copy 7x9x5 variable destination PASSED Testing hyperslab copy 7x9x5 sync source & dest PASSED Testing multi-byte fill value PASSED Testing multi-byte fill value PASSED Testing endian conversion by stride PASSED Testing 2d transpose by stride 9x9d PASSED Testing 2d transpose by stride 3x11d PASSED Testing endian conversion by stride PASSED Testing 2d transpose by stride 1200x1200d PASSED Testing 2d transpose by stride 800x1800d PASSED Testing image sampling 10x20 to 5x10 PASSED Testing image sampling 5x10 to 10x20 PASSED Testing image sampling 960x1280 to 480x640 PASSED Testing image sampling 480x640 to 960x1280 PASSED Testing array filling 1-9 elements PASSED Testing array filling 9-257 elements PASSED Testing array offset 13x 11x 7 elements PASSED Testing array offset 347x 193x 71 elements PASSED All hyperslab tests passed. 0.56 real 0.50 user 0.06 sys Finished testing hyperslab ============================ ============================ Testing istore Finished testing istore ============================ istore Test Log ============================ Test sizes: SMALL Testing istore create PASSED Testing istore extend: 10 PASSED Testing istore extend: 10x10 PASSED Testing istore extend: 10x10x10 PASSED Testing istore sparse: 5 PASSED Testing istore sparse: 3x4 PASSED Testing istore sparse: 2x3x4 PASSED All i-store tests passed. 0.22 real 0.00 user 0.02 sys Finished testing istore ============================ ============================ Testing bittests Finished testing bittests ============================ bittests Test Log ============================ Testing bit search operations PASSED Testing bit set operations PASSED Testing bit clear operations PASSED Testing bit copy operations PASSED Testing bit shift operations PASSED Testing bit increment operations PASSED Testing bit decrement operations PASSED Testing bit negate operations PASSED All bit tests passed. 0.18 real 0.18 user 0.00 sys Finished testing bittests ============================ ============================ Testing dt_arith Finished testing dt_arith ============================ dt_arith Test Log ============================ Testing non-aligned conversions (ALIGNMENT=1).... Testing query functions of compiler conversion PASSED Testing user-define and query functions of floating-point types PASSED Testing user-define and query functions of integer types PASSED Floating-point overflow cases will be tested. Testing noop float -> float conversions PASSED Testing noop double -> double conversions PASSED Testing noop long double -> long double conversions PASSED Testing hard normalized float -> double conversions PASSED Testing hard normalized double -> float conversions PASSED Testing hard normalized float -> long double conversions PASSED Testing hard normalized double -> long double conversions PASSED Testing hard normalized long double -> float conversions PASSED Testing hard normalized long double -> double conversions PASSED Testing hard denormalized float -> double conversions PASSED Testing hard denormalized double -> float conversions PASSED Testing hard denormalized float -> long double conversions PASSED Testing hard denormalized double -> long double conversions PASSED Testing hard denormalized long double -> float conversions PASSED Testing hard denormalized long double -> double conversions PASSED Testing hard special float -> double conversions PASSED Testing hard special double -> float conversions PASSED Testing hard special float -> long double conversions PASSED Testing hard special double -> long double conversions PASSED Testing hard special long double -> float conversions PASSED Testing hard special long double -> double conversions PASSED Testing hard signed char -> unsigned char conversions PASSED Testing hard signed char -> short conversions PASSED Testing hard signed char -> unsigned short conversions PASSED Testing hard signed char -> int conversions PASSED Testing hard signed char -> unsigned int conversions PASSED Testing hard signed char -> long conversions PASSED Testing hard signed char -> unsigned long conversions PASSED Testing hard unsigned char -> signed char conversions PASSED Testing hard unsigned char -> short conversions PASSED Testing hard unsigned char -> unsigned short conversions PASSED Testing hard unsigned char -> int conversions PASSED Testing hard unsigned char -> unsigned int conversions PASSED Testing hard unsigned char -> long conversions PASSED Testing hard unsigned char -> unsigned long conversions PASSED Testing hard short -> signed char conversions PASSED Testing hard short -> unsigned char conversions PASSED Testing hard short -> unsigned short conversions PASSED Testing hard short -> int conversions PASSED Testing hard short -> unsigned int conversions PASSED Testing hard short -> long conversions PASSED Testing hard short -> unsigned long conversions PASSED Testing hard unsigned short -> signed char conversions PASSED Testing hard unsigned short -> unsigned char conversions PASSED Testing hard unsigned short -> short conversions PASSED Testing hard unsigned short -> int conversions PASSED Testing hard unsigned short -> unsigned int conversions PASSED Testing hard unsigned short -> long conversions PASSED Testing hard unsigned short -> unsigned long conversions PASSED Testing hard int -> signed char conversions PASSED Testing hard int -> unsigned char conversions PASSED Testing hard int -> short conversions PASSED Testing hard int -> unsigned short conversions PASSED Testing hard int -> unsigned int conversions PASSED Testing hard int -> long conversions PASSED Testing hard int -> unsigned long conversions PASSED Testing hard unsigned int -> signed char conversions PASSED Testing hard unsigned int -> unsigned char conversions PASSED Testing hard unsigned int -> short conversions PASSED Testing hard unsigned int -> unsigned short conversions PASSED Testing hard unsigned int -> int conversions PASSED Testing hard unsigned int -> long conversions PASSED Testing hard unsigned int -> unsigned long conversions PASSED Testing hard long -> signed char conversions PASSED Testing hard long -> unsigned char conversions PASSED Testing hard long -> short conversions PASSED Testing hard long -> unsigned short conversions PASSED Testing hard long -> int conversions PASSED Testing hard long -> unsigned int conversions PASSED Testing hard long -> unsigned long conversions PASSED Testing hard unsigned long -> signed char conversions PASSED Testing hard unsigned long -> unsigned char conversions PASSED Testing hard unsigned long -> short conversions PASSED Testing hard unsigned long -> unsigned short conversions PASSED Testing hard unsigned long -> int conversions PASSED Testing hard unsigned long -> unsigned int conversions PASSED Testing hard unsigned long -> long conversions PASSED Testing hard signed char -> float conversions PASSED Testing hard signed char -> double conversions PASSED Testing hard unsigned char -> float conversions PASSED Testing hard unsigned char -> double conversions PASSED Testing hard short -> float conversions PASSED Testing hard short -> double conversions PASSED Testing hard unsigned short -> float conversions PASSED Testing hard unsigned short -> double conversions PASSED Testing hard int -> float conversions PASSED Testing hard int -> double conversions PASSED Testing hard unsigned int -> float conversions PASSED Testing hard unsigned int -> double conversions PASSED Testing hard long -> float conversions PASSED Testing hard long -> double conversions PASSED Testing hard unsigned long -> float conversions PASSED Testing hard unsigned long -> double conversions PASSED Testing hard signed char -> long double conversions PASSED Testing hard unsigned char -> long double conversions PASSED Testing hard short -> long double conversions PASSED Testing hard unsigned short -> long double conversions PASSED Testing hard int -> long double conversions PASSED Testing hard unsigned int -> long double conversions PASSED Testing hard long -> long double conversions PASSED Testing hard unsigned long -> long double conversions PASSED Testing hard normalized float -> signed char conversions PASSED Testing hard normalized double -> signed char conversions PASSED Testing hard normalized float -> unsigned char conversions PASSED Testing hard normalized double -> unsigned char conversions PASSED Testing hard normalized float -> short conversions PASSED Testing hard normalized double -> short conversions PASSED Testing hard normalized float -> unsigned short conversions PASSED Testing hard normalized double -> unsigned short conversions PASSED Testing hard normalized float -> int conversions PASSED Testing hard normalized double -> int conversions PASSED Testing hard normalized float -> unsigned int conversions PASSED Testing hard normalized double -> unsigned int conversions PASSED Testing hard normalized float -> long conversions PASSED Testing hard normalized double -> long conversions PASSED Testing hard normalized float -> unsigned long conversions PASSED Testing hard normalized double -> unsigned long conversions PASSED Testing hard normalized long double -> signed char conversions PASSED Testing hard normalized long double -> unsigned char conversions PASSED Testing hard normalized long double -> short conversions PASSED Testing hard normalized long double -> unsigned short conversions PASSED Testing hard normalized long double -> int conversions PASSED Testing hard normalized long double -> unsigned int conversions PASSED Testing hard normalized long double -> long conversions PASSED Testing hard normalized long double -> unsigned long conversions PASSED Testing hard denormalized float -> signed char conversions PASSED Testing hard denormalized double -> signed char conversions PASSED Testing hard denormalized float -> unsigned char conversions PASSED Testing hard denormalized double -> unsigned char conversions PASSED Testing hard denormalized float -> short conversions PASSED Testing hard denormalized double -> short conversions PASSED Testing hard denormalized float -> unsigned short conversions PASSED Testing hard denormalized double -> unsigned short conversions PASSED Testing hard denormalized float -> int conversions PASSED Testing hard denormalized double -> int conversions PASSED Testing hard denormalized float -> unsigned int conversions PASSED Testing hard denormalized double -> unsigned int conversions PASSED Testing hard denormalized float -> long conversions PASSED Testing hard denormalized double -> long conversions PASSED Testing hard denormalized float -> unsigned long conversions PASSED Testing hard denormalized double -> unsigned long conversions PASSED Testing hard denormalized long double -> signed char conversions PASSED Testing hard denormalized long double -> unsigned char conversions PASSED Testing hard denormalized long double -> short conversions PASSED Testing hard denormalized long double -> unsigned short conversions PASSED Testing hard denormalized long double -> int conversions PASSED Testing hard denormalized long double -> unsigned int conversions PASSED Testing hard denormalized long double -> long conversions PASSED Testing hard denormalized long double -> unsigned long conversions PASSED Testing hard special float -> signed char conversions PASSED Testing hard special double -> signed char conversions PASSED Testing hard special float -> unsigned char conversions PASSED Testing hard special double -> unsigned char conversions PASSED Testing hard special float -> short conversions PASSED Testing hard special double -> short conversions PASSED Testing hard special float -> unsigned short conversions PASSED Testing hard special double -> unsigned short conversions PASSED Testing hard special float -> int conversions PASSED Testing hard special double -> int conversions PASSED Testing hard special float -> unsigned int conversions PASSED Testing hard special double -> unsigned int conversions PASSED Testing hard special float -> long conversions PASSED Testing hard special double -> long conversions PASSED Testing hard special float -> unsigned long conversions PASSED Testing hard special double -> unsigned long conversions PASSED Testing hard special long double -> signed char conversions PASSED Testing hard special long double -> unsigned char conversions PASSED Testing hard special long double -> short conversions PASSED Testing hard special long double -> unsigned short conversions PASSED Testing hard special long double -> int conversions PASSED Testing hard special long double -> unsigned int conversions PASSED Testing hard special long double -> long conversions PASSED Testing hard special long double -> unsigned long conversions PASSED Testing hard particular floating number -> integer conversions PASSED Testing soft normalized float -> double conversions PASSED Testing soft normalized double -> float conversions PASSED Testing soft normalized float -> long double conversions PASSED Testing soft normalized double -> long double conversions PASSED Testing soft normalized long double -> float conversions PASSED Testing soft normalized long double -> double conversions PASSED Testing soft denormalized float -> double conversions PASSED Testing soft denormalized double -> float conversions PASSED Testing soft denormalized float -> long double conversions PASSED Testing soft denormalized double -> long double conversions PASSED Testing soft denormalized long double -> float conversions PASSED Testing soft denormalized long double -> double conversions PASSED Testing soft special float -> double conversions PASSED Testing soft special double -> float conversions PASSED Testing soft special float -> long double conversions PASSED Testing soft special double -> long double conversions PASSED Testing soft special long double -> float conversions PASSED Testing soft special long double -> double conversions PASSED Testing overlap calculations PASSED Testing soft signed char -> unsigned char conversions PASSED Testing soft signed char -> short conversions PASSED Testing soft signed char -> unsigned short conversions PASSED Testing soft signed char -> int conversions PASSED Testing soft signed char -> unsigned int conversions PASSED Testing soft signed char -> long conversions PASSED Testing soft signed char -> unsigned long conversions PASSED Testing soft unsigned char -> signed char conversions PASSED Testing soft unsigned char -> short conversions PASSED Testing soft unsigned char -> unsigned short conversions PASSED Testing soft unsigned char -> int conversions PASSED Testing soft unsigned char -> unsigned int conversions PASSED Testing soft unsigned char -> long conversions PASSED Testing soft unsigned char -> unsigned long conversions PASSED Testing soft short -> signed char conversions PASSED Testing soft short -> unsigned char conversions PASSED Testing soft short -> unsigned short conversions PASSED Testing soft short -> int conversions PASSED Testing soft short -> unsigned int conversions PASSED Testing soft short -> long conversions PASSED Testing soft short -> unsigned long conversions PASSED Testing soft unsigned short -> signed char conversions PASSED Testing soft unsigned short -> unsigned char conversions PASSED Testing soft unsigned short -> short conversions PASSED Testing soft unsigned short -> int conversions PASSED Testing soft unsigned short -> unsigned int conversions PASSED Testing soft unsigned short -> long conversions PASSED Testing soft unsigned short -> unsigned long conversions PASSED Testing soft int -> signed char conversions PASSED Testing soft int -> unsigned char conversions PASSED Testing soft int -> short conversions PASSED Testing soft int -> unsigned short conversions PASSED Testing soft int -> unsigned int conversions PASSED Testing soft int -> long conversions PASSED Testing soft int -> unsigned long conversions PASSED Testing soft unsigned int -> signed char conversions PASSED Testing soft unsigned int -> unsigned char conversions PASSED Testing soft unsigned int -> short conversions PASSED Testing soft unsigned int -> unsigned short conversions PASSED Testing soft unsigned int -> int conversions PASSED Testing soft unsigned int -> long conversions PASSED Testing soft unsigned int -> unsigned long conversions PASSED Testing soft long -> signed char conversions PASSED Testing soft long -> unsigned char conversions PASSED Testing soft long -> short conversions PASSED Testing soft long -> unsigned short conversions PASSED Testing soft long -> int conversions PASSED Testing soft long -> unsigned int conversions PASSED Testing soft long -> unsigned long conversions PASSED Testing soft unsigned long -> signed char conversions PASSED Testing soft unsigned long -> unsigned char conversions PASSED Testing soft unsigned long -> short conversions PASSED Testing soft unsigned long -> unsigned short conversions PASSED Testing soft unsigned long -> int conversions PASSED Testing soft unsigned long -> unsigned int conversions PASSED Testing soft unsigned long -> long conversions PASSED Testing soft normalized float -> signed char conversions PASSED Testing soft normalized double -> signed char conversions PASSED Testing soft normalized float -> unsigned char conversions PASSED Testing soft normalized double -> unsigned char conversions PASSED Testing soft normalized float -> short conversions PASSED Testing soft normalized double -> short conversions PASSED Testing soft normalized float -> unsigned short conversions PASSED Testing soft normalized double -> unsigned short conversions PASSED Testing soft normalized float -> int conversions PASSED Testing soft normalized double -> int conversions PASSED Testing soft normalized float -> unsigned int conversions PASSED Testing soft normalized double -> unsigned int conversions PASSED Testing soft normalized float -> long conversions PASSED Testing soft normalized double -> long conversions PASSED Testing soft normalized float -> unsigned long conversions PASSED Testing soft normalized double -> unsigned long conversions PASSED Testing soft normalized long double -> signed char conversions PASSED Testing soft normalized long double -> unsigned char conversions PASSED Testing soft normalized long double -> short conversions PASSED Testing soft normalized long double -> unsigned short conversions PASSED Testing soft normalized long double -> int conversions PASSED Testing soft normalized long double -> unsigned int conversions PASSED Testing soft normalized long double -> long conversions PASSED Testing soft normalized long double -> unsigned long conversions PASSED Testing soft denormalized float -> signed char conversions PASSED Testing soft denormalized double -> signed char conversions PASSED Testing soft denormalized float -> unsigned char conversions PASSED Testing soft denormalized double -> unsigned char conversions PASSED Testing soft denormalized float -> short conversions PASSED Testing soft denormalized double -> short conversions PASSED Testing soft denormalized float -> unsigned short conversions PASSED Testing soft denormalized double -> unsigned short conversions PASSED Testing soft denormalized float -> int conversions PASSED Testing soft denormalized double -> int conversions PASSED Testing soft denormalized float -> unsigned int conversions PASSED Testing soft denormalized double -> unsigned int conversions PASSED Testing soft denormalized float -> long conversions PASSED Testing soft denormalized double -> long conversions PASSED Testing soft denormalized float -> unsigned long conversions PASSED Testing soft denormalized double -> unsigned long conversions PASSED Testing soft denormalized long double -> signed char conversions PASSED Testing soft denormalized long double -> unsigned char conversions PASSED Testing soft denormalized long double -> short conversions PASSED Testing soft denormalized long double -> unsigned short conversions PASSED Testing soft denormalized long double -> int conversions PASSED Testing soft denormalized long double -> unsigned int conversions PASSED Testing soft denormalized long double -> long conversions PASSED Testing soft denormalized long double -> unsigned long conversions PASSED Testing soft special float -> signed char conversions PASSED Testing soft special double -> signed char conversions PASSED Testing soft special float -> unsigned char conversions PASSED Testing soft special double -> unsigned char conversions PASSED Testing soft special float -> short conversions PASSED Testing soft special double -> short conversions PASSED Testing soft special float -> unsigned short conversions PASSED Testing soft special double -> unsigned short conversions PASSED Testing soft special float -> int conversions PASSED Testing soft special double -> int conversions PASSED Testing soft special float -> unsigned int conversions PASSED Testing soft special double -> unsigned int conversions PASSED Testing soft special float -> long conversions PASSED Testing soft special double -> long conversions PASSED Testing soft special float -> unsigned long conversions PASSED Testing soft special double -> unsigned long conversions PASSED Testing soft special long double -> signed char conversions PASSED Testing soft special long double -> unsigned char conversions PASSED Testing soft special long double -> short conversions PASSED Testing soft special long double -> unsigned short conversions PASSED Testing soft special long double -> int conversions PASSED Testing soft special long double -> unsigned int conversions PASSED Testing soft special long double -> long conversions PASSED Testing soft special long double -> unsigned long conversions PASSED Testing soft signed char -> float conversions PASSED Testing soft signed char -> double conversions PASSED Testing soft unsigned char -> float conversions PASSED Testing soft unsigned char -> double conversions PASSED Testing soft short -> float conversions PASSED Testing soft short -> double conversions PASSED Testing soft unsigned short -> float conversions PASSED Testing soft unsigned short -> double conversions PASSED Testing soft int -> float conversions PASSED Testing soft int -> double conversions PASSED Testing soft unsigned int -> float conversions PASSED Testing soft unsigned int -> double conversions PASSED Testing soft long -> float conversions PASSED Testing soft long -> double conversions PASSED Testing soft unsigned long -> float conversions PASSED Testing soft unsigned long -> double conversions PASSED Testing soft signed char -> long double conversions PASSED Testing soft unsigned char -> long double conversions PASSED Testing soft short -> long double conversions PASSED Testing soft unsigned short -> long double conversions PASSED Testing soft int -> long double conversions PASSED Testing soft unsigned int -> long double conversions PASSED Testing soft long -> long double conversions PASSED Testing soft unsigned long -> long double conversions PASSED All data type tests passed. 2.85 real 2.79 user 0.05 sys Finished testing dt_arith ============================ ============================ Testing dtypes Finished testing dtypes ============================ dtypes Test Log ============================ Testing non-aligned conversions (ALIGNMENT=1).... Testing H5Tget_class() PASSED Testing H5Tcopy() PASSED Testing H5Tdetect_class() PASSED Testing compound datatypes PASSED Testing query functions of compound and enumeration types PASSED Testing transient datatypes PASSED Testing named datatypes PASSED Testing functions of encoding and decoding datatypes PASSED Testing encoding datatypes with the 'use the latest format' flag PASSED Testing exceptions for int <-> float conversions PASSED Testing deprected API routines for datatypes PASSED Testing string conversions PASSED Testing random string conversion speed PASSED Testing some type functions for string PASSED Testing compound element reordering PASSED Testing compound subset conversions PASSED Testing compound element shrinking & reordering PASSED Testing optimized struct converter PASSED Testing compound element growing PASSED Testing compound element insertion PASSED Testing packing compound datatypes PASSED Testing compound datatype with VL string PASSED Testing array datatype of compound type with VL string PASSED Testing registering type conversion routine with compound conversions PASSED Testing adjust size of compound datatypes PASSED Testing compound datatypes of boundary size with latest format PASSED Testing random enum conversion O(N) PASSED Testing random enum conversion O(N log N) PASSED Testing non-native enumeration type conversion PASSED Testing bitfield conversions PASSED Testing some type functions for bitfield PASSED Testing opaque datatypes PASSED All datatype tests passed. 0.31 real 0.27 user 0.04 sys Finished testing dtypes ============================ ============================ Testing dsets Finished testing dsets ============================ dsets Test Log ============================ Testing with old file format: Testing create, open, close PASSED Testing simple I/O PASSED Testing compact dataset I/O PASSED Testing compact dataset of maximal size PASSED Testing data type conversion buffer size PASSED Testing data type conversion PASSED Testing H5Zget_filter_info PASSED Testing 'null' filter Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing Fletcher32 checksum(enabled for read) Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing Fletcher32 checksum(disabled for read) Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing Fletcher32 checksum(when data is corrupted) Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing deflate filter -SKIP- Deflate filter not enabled Testing szip filter -SKIP- Szip filter not enabled Testing shuffle filter Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing shuffle+deflate+fletcher32 filters -SKIP- Deflate, shuffle, or fletcher32 checksum filter not enabled Testing shuffle+szip+fletcher32 filters -SKIP- Szip, shuffle, or fletcher32 checksum filter not enabled Testing 8-bit shuffling (setup) PASSED Testing 8-bit shuffling (write) PASSED Testing 8-bit shuffling (read) PASSED Testing nbit filter Testing nbit int (setup) PASSED Testing nbit int (write) PASSED Testing nbit int (read) PASSED Testing nbit float (setup) PASSED Testing nbit float (write) PASSED Testing nbit float (read) PASSED Testing nbit double (setup) PASSED Testing nbit double (write) PASSED Testing nbit double (read) PASSED Testing nbit array (setup) PASSED Testing nbit array (write) PASSED Testing nbit array (read) PASSED Testing nbit compound (setup) PASSED Testing nbit compound (write) PASSED Testing nbit compound (read) PASSED Testing nbit compound complex (setup) PASSED Testing nbit compound complex (write) PASSED Testing nbit compound complex (read) PASSED Testing nbit compound with no-op type (setup) PASSED Testing nbit compound with no-op type (write) PASSED Testing nbit compound with no-op type (read) PASSED Testing scaleoffset filter Testing scaleoffset int without fill value (setup) PASSED Testing scaleoffset int without fill value (write) PASSED Testing scaleoffset int without fill value (read) PASSED Testing scaleoffset int with fill value (setup) PASSED Testing scaleoffset int with fill value (write) PASSED Testing scaleoffset int with fill value (read) PASSED Testing scaleoffset float without fill value, D-scaling (setup) PASSED Testing scaleoffset float without fill value, D-scaling (write) PASSED Testing scaleoffset float without fill value, D-scaling (read) PASSED Testing scaleoffset float with fill value, D-scaling (setup) PASSED Testing scaleoffset float with fill value, D-scaling (write) PASSED Testing scaleoffset float with fill value, D-scaling (read) PASSED Testing scaleoffset double without fill value, D-scaling (setup) PASSED Testing scaleoffset double without fill value, D-scaling (write) PASSED Testing scaleoffset double without fill value, D-scaling (read) PASSED Testing scaleoffset double with fill value, D-scaling (setup) PASSED Testing scaleoffset double with fill value, D-scaling (write) PASSED Testing scaleoffset double with fill value, D-scaling (read) PASSED Testing multi-open with extending PASSED Testing various datatypes PASSED Testing dataset offset with user block PASSED Testing dataset access with missing filter PASSED Testing dataset filter 'can apply' callback PASSED Testing dataset filter 'set local' callback PASSED Testing dataset szip filter 'can apply' callback -SKIP- Szip filter is not enabled. Testing comparing dataset creation property lists PASSED Testing filter deletion -SKIP- Testing filters with big-endian/little-endian data PASSED Testing I/O on datasets with zero-sized dims PASSED Testing Read dataset with unwritten chunk & undefined fill value PASSED Testing Write/read on randomly selected chunks PASSED Testing deprecated API routines PASSED Testing creating dataset with >4GB chunks PASSED Testing with new file format: Testing create, open, close PASSED Testing simple I/O PASSED Testing compact dataset I/O PASSED Testing compact dataset of maximal size PASSED Testing data type conversion buffer size PASSED Testing data type conversion PASSED Testing H5Zget_filter_info PASSED Testing 'null' filter Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing Fletcher32 checksum(enabled for read) Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing Fletcher32 checksum(disabled for read) Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing Fletcher32 checksum(when data is corrupted) Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing deflate filter -SKIP- Deflate filter not enabled Testing szip filter -SKIP- Szip filter not enabled Testing shuffle filter Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing shuffle+deflate+fletcher32 filters -SKIP- Deflate, shuffle, or fletcher32 checksum filter not enabled Testing shuffle+szip+fletcher32 filters -SKIP- Szip, shuffle, or fletcher32 checksum filter not enabled Testing 8-bit shuffling (setup) PASSED Testing 8-bit shuffling (write) PASSED Testing 8-bit shuffling (read) PASSED Testing nbit filter Testing nbit int (setup) PASSED Testing nbit int (write) PASSED Testing nbit int (read) PASSED Testing nbit float (setup) PASSED Testing nbit float (write) PASSED Testing nbit float (read) PASSED Testing nbit double (setup) PASSED Testing nbit double (write) PASSED Testing nbit double (read) PASSED Testing nbit array (setup) PASSED Testing nbit array (write) PASSED Testing nbit array (read) PASSED Testing nbit compound (setup) PASSED Testing nbit compound (write) PASSED Testing nbit compound (read) PASSED Testing nbit compound complex (setup) PASSED Testing nbit compound complex (write) PASSED Testing nbit compound complex (read) PASSED Testing nbit compound with no-op type (setup) PASSED Testing nbit compound with no-op type (write) PASSED Testing nbit compound with no-op type (read) PASSED Testing scaleoffset filter Testing scaleoffset int without fill value (setup) PASSED Testing scaleoffset int without fill value (write) PASSED Testing scaleoffset int without fill value (read) PASSED Testing scaleoffset int with fill value (setup) PASSED Testing scaleoffset int with fill value (write) PASSED Testing scaleoffset int with fill value (read) PASSED Testing scaleoffset float without fill value, D-scaling (setup) PASSED Testing scaleoffset float without fill value, D-scaling (write) PASSED Testing scaleoffset float without fill value, D-scaling (read) PASSED Testing scaleoffset float with fill value, D-scaling (setup) PASSED Testing scaleoffset float with fill value, D-scaling (write) PASSED Testing scaleoffset float with fill value, D-scaling (read) PASSED Testing scaleoffset double without fill value, D-scaling (setup) PASSED Testing scaleoffset double without fill value, D-scaling (write) PASSED Testing scaleoffset double without fill value, D-scaling (read) PASSED Testing scaleoffset double with fill value, D-scaling (setup) PASSED Testing scaleoffset double with fill value, D-scaling (write) PASSED Testing scaleoffset double with fill value, D-scaling (read) PASSED Testing multi-open with extending PASSED Testing various datatypes PASSED Testing dataset offset with user block PASSED Testing dataset access with missing filter PASSED Testing dataset filter 'can apply' callback PASSED Testing dataset filter 'set local' callback PASSED Testing dataset szip filter 'can apply' callback -SKIP- Szip filter is not enabled. Testing comparing dataset creation property lists PASSED Testing filter deletion -SKIP- Testing filters with big-endian/little-endian data PASSED Testing I/O on datasets with zero-sized dims PASSED Testing Read dataset with unwritten chunk & undefined fill value PASSED Testing Write/read on randomly selected chunks PASSED Testing deprecated API routines PASSED Testing creating dataset with >4GB chunks PASSED All dataset tests passed. 1.32 real 0.27 user 0.34 sys Finished testing dsets ============================ ============================ Testing cmpd_dset Finished testing cmpd_dset ============================ cmpd_dset Test Log ============================ Testing compound dataset: Testing basic compound write PASSED Testing basic compound read PASSED Testing reversal of struct members PASSED Testing subset struct read PASSED Testing partially initialized superset read PASSED Testing partially initialized superset optimized read PASSED Testing partially initialized superset write PASSED Testing explicit data space PASSED Testing hyperslab partial read to array PASSED Testing hyperslab partial read to another hyperslab PASSED Testing hyperslab to hyperslab part initialized read PASSED Testing hyperslab part initialized write PASSED Testing the optimization of when the source type is a subset of the dest: Testing writing data to contiguous and chunked datasets PASSED Testing rewriting data with a subset of original data type PASSED Testing reading data with a subset of original data type PASSED Testing the optimization of when the dest type is a subset of the source: Testing writing data to contiguous and chunked datasets PASSED Testing rewriting data with a subset of original data type PASSED Testing reading data with a subset of original data type PASSED All compound dataset tests passed. 8.04 real 0.44 user 0.50 sys Finished testing cmpd_dset ============================ ============================ Testing extend Finished testing extend ============================ extend Test Log ============================ Testing extendible dataset with incr. allocation PASSED Testing extendible dataset with incr. allocation w/deprec. symbols PASSED Testing extendible dataset with early allocation PASSED Testing extendible dataset with early allocation w/deprec. symbols PASSED All extend tests passed. 0.04 real 0.01 user 0.01 sys Finished testing extend ============================ ============================ Testing external Finished testing external ============================ external Test Log ============================ Testing fixed-size data space, exact storage PASSED Testing external storage is too small PASSED Testing extendible dataspace, exact external size PASSED Testing extendible dataspace, external storage is too small PASSED Testing unlimited dataspace, unlimited external storage PASSED Testing multiple external files PASSED Testing external file following unlimited file PASSED Testing address overflow in external files PASSED Testing read external dataset PASSED Testing write external dataset PASSED Testing opening external link twice PASSED All external storage tests passed. 0.01 real 0.00 user 0.00 sys Finished testing external ============================ ============================ Testing objcopy Finished testing objcopy ============================ objcopy Test Log ============================ Testing without shared src messages: Testing without shared dst messages: Testing with old group format: Testing H5Ocopy(): named datatype PASSED Testing H5Ocopy(): named vlen datatype PASSED Testing H5Ocopy(): named nested vlen datatype PASSED Testing H5Ocopy(): simple dataset PASSED Testing H5Ocopy(): empty contiguous dataset PASSED Testing H5Ocopy(): compound dataset PASSED Testing H5Ocopy(): chunked dataset PASSED Testing H5Ocopy(): empty chunked dataset PASSED Testing H5Ocopy(): sparse dataset PASSED Testing H5Ocopy(): compressed dataset -SKIP- Deflation filter not available Testing H5Ocopy(): compact dataset PASSED Testing H5Ocopy(): external dataset PASSED Testing H5Ocopy(): dataset that uses named datatype PASSED Testing H5Ocopy(): hier. of datasets using named datatype inside hier. PASSED Testing H5Ocopy(): hier. of datasets using named datatype outside hier. PASSED Testing H5Ocopy(): datasets that have multiple ohdr chunks PASSED Testing H5Ocopy(): objects with attributes using named datatypes PASSED Testing H5Ocopy(): contiguous dataset with VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with VLEN datatype PASSED Testing H5Ocopy(): compact dataset with VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with VLEN datatype -SKIP- Deflation filter not available Testing H5Ocopy(): variable length attribute PASSED Testing H5Ocopy(): compact dataset with named VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with named VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with named VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with named VLEN datatype PASSED Testing H5Ocopy(): compact dataset with nested VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with nested VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with nested VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with nested VLEN datatype PASSED Testing H5Ocopy(): empty group PASSED Testing H5Ocopy(): root group PASSED Testing H5Ocopy(): simple nested groups PASSED Testing H5Ocopy(): deep nested groups PASSED Testing H5Ocopy(): nested groups with loop PASSED Testing H5Ocopy(): wide nested groups with loop PASSED Testing H5Ocopy(): group with links PASSED Testing H5Ocopy(): object through soft link PASSED Testing H5Ocopy(): object through external link PASSED Testing H5Ocopy(): existing object PASSED Testing H5Ocopy(): full path PASSED Testing H5Ocopy(): named datatype in same file PASSED Testing H5Ocopy(): dataset with old layout format PASSED Testing H5Ocopy(): without attributes PASSED Testing H5Ocopy(): with missing groups PASSED Testing H5Ocopy(): expand soft link PASSED Testing H5Ocopy(): shallow group copy PASSED Testing H5Ocopy(): expand object reference PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing with shared src messages: Testing without shared dst messages: Testing with old group format: Testing H5Ocopy(): named datatype PASSED Testing H5Ocopy(): named vlen datatype PASSED Testing H5Ocopy(): named nested vlen datatype PASSED Testing H5Ocopy(): simple dataset PASSED Testing H5Ocopy(): empty contiguous dataset PASSED Testing H5Ocopy(): compound dataset PASSED Testing H5Ocopy(): chunked dataset PASSED Testing H5Ocopy(): empty chunked dataset PASSED Testing H5Ocopy(): sparse dataset PASSED Testing H5Ocopy(): compressed dataset -SKIP- Deflation filter not available Testing H5Ocopy(): compact dataset PASSED Testing H5Ocopy(): external dataset PASSED Testing H5Ocopy(): dataset that uses named datatype PASSED Testing H5Ocopy(): hier. of datasets using named datatype inside hier. PASSED Testing H5Ocopy(): hier. of datasets using named datatype outside hier. PASSED Testing H5Ocopy(): datasets that have multiple ohdr chunks PASSED Testing H5Ocopy(): objects with attributes using named datatypes PASSED Testing H5Ocopy(): contiguous dataset with VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with VLEN datatype PASSED Testing H5Ocopy(): compact dataset with VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with VLEN datatype -SKIP- Deflation filter not available Testing H5Ocopy(): variable length attribute PASSED Testing H5Ocopy(): compact dataset with named VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with named VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with named VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with named VLEN datatype PASSED Testing H5Ocopy(): compact dataset with nested VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with nested VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with nested VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with nested VLEN datatype PASSED Testing H5Ocopy(): empty group PASSED Testing H5Ocopy(): root group PASSED Testing H5Ocopy(): simple nested groups PASSED Testing H5Ocopy(): deep nested groups PASSED Testing H5Ocopy(): nested groups with loop PASSED Testing H5Ocopy(): wide nested groups with loop PASSED Testing H5Ocopy(): group with links PASSED Testing H5Ocopy(): object through soft link PASSED Testing H5Ocopy(): object through external link PASSED Testing H5Ocopy(): existing object PASSED Testing H5Ocopy(): full path PASSED Testing H5Ocopy(): named datatype in same file PASSED Testing H5Ocopy(): dataset with old layout format PASSED Testing H5Ocopy(): without attributes PASSED Testing H5Ocopy(): with missing groups PASSED Testing H5Ocopy(): expand soft link PASSED Testing H5Ocopy(): shallow group copy PASSED Testing H5Ocopy(): expand object reference PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing without shared src messages: Testing with shared dst messages: Testing with old group format: Testing H5Ocopy(): named datatype PASSED Testing H5Ocopy(): named vlen datatype PASSED Testing H5Ocopy(): named nested vlen datatype PASSED Testing H5Ocopy(): simple dataset PASSED Testing H5Ocopy(): empty contiguous dataset PASSED Testing H5Ocopy(): compound dataset PASSED Testing H5Ocopy(): chunked dataset PASSED Testing H5Ocopy(): empty chunked dataset PASSED Testing H5Ocopy(): sparse dataset PASSED Testing H5Ocopy(): compressed dataset -SKIP- Deflation filter not available Testing H5Ocopy(): compact dataset PASSED Testing H5Ocopy(): external dataset PASSED Testing H5Ocopy(): dataset that uses named datatype PASSED Testing H5Ocopy(): hier. of datasets using named datatype inside hier. PASSED Testing H5Ocopy(): hier. of datasets using named datatype outside hier. PASSED Testing H5Ocopy(): datasets that have multiple ohdr chunks PASSED Testing H5Ocopy(): objects with attributes using named datatypes PASSED Testing H5Ocopy(): contiguous dataset with VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with VLEN datatype PASSED Testing H5Ocopy(): compact dataset with VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with VLEN datatype -SKIP- Deflation filter not available Testing H5Ocopy(): variable length attribute PASSED Testing H5Ocopy(): compact dataset with named VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with named VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with named VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with named VLEN datatype PASSED Testing H5Ocopy(): compact dataset with nested VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with nested VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with nested VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with nested VLEN datatype PASSED Testing H5Ocopy(): empty group PASSED Testing H5Ocopy(): root group PASSED Testing H5Ocopy(): simple nested groups PASSED Testing H5Ocopy(): deep nested groups PASSED Testing H5Ocopy(): nested groups with loop PASSED Testing H5Ocopy(): wide nested groups with loop PASSED Testing H5Ocopy(): group with links PASSED Testing H5Ocopy(): object through soft link PASSED Testing H5Ocopy(): object through external link PASSED Testing H5Ocopy(): existing object PASSED Testing H5Ocopy(): full path PASSED Testing H5Ocopy(): named datatype in same file PASSED Testing H5Ocopy(): dataset with old layout format PASSED Testing H5Ocopy(): without attributes PASSED Testing H5Ocopy(): with missing groups PASSED Testing H5Ocopy(): expand soft link PASSED Testing H5Ocopy(): shallow group copy PASSED Testing H5Ocopy(): expand object reference PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing with shared src messages: Testing with shared dst messages: Testing with old group format: Testing H5Ocopy(): named datatype PASSED Testing H5Ocopy(): named vlen datatype PASSED Testing H5Ocopy(): named nested vlen datatype PASSED Testing H5Ocopy(): simple dataset PASSED Testing H5Ocopy(): empty contiguous dataset PASSED Testing H5Ocopy(): compound dataset PASSED Testing H5Ocopy(): chunked dataset PASSED Testing H5Ocopy(): empty chunked dataset PASSED Testing H5Ocopy(): sparse dataset PASSED Testing H5Ocopy(): compressed dataset -SKIP- Deflation filter not available Testing H5Ocopy(): compact dataset PASSED Testing H5Ocopy(): external dataset PASSED Testing H5Ocopy(): dataset that uses named datatype PASSED Testing H5Ocopy(): hier. of datasets using named datatype inside hier. PASSED Testing H5Ocopy(): hier. of datasets using named datatype outside hier. PASSED Testing H5Ocopy(): datasets that have multiple ohdr chunks PASSED Testing H5Ocopy(): objects with attributes using named datatypes PASSED Testing H5Ocopy(): contiguous dataset with VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with VLEN datatype PASSED Testing H5Ocopy(): compact dataset with VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with VLEN datatype -SKIP- Deflation filter not available Testing H5Ocopy(): variable length attribute PASSED Testing H5Ocopy(): compact dataset with named VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with named VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with named VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with named VLEN datatype PASSED Testing H5Ocopy(): compact dataset with nested VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with nested VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with nested VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with nested VLEN datatype PASSED Testing H5Ocopy(): empty group PASSED Testing H5Ocopy(): root group PASSED Testing H5Ocopy(): simple nested groups PASSED Testing H5Ocopy(): deep nested groups PASSED Testing H5Ocopy(): nested groups with loop PASSED Testing H5Ocopy(): wide nested groups with loop PASSED Testing H5Ocopy(): group with links PASSED Testing H5Ocopy(): object through soft link PASSED Testing H5Ocopy(): object through external link PASSED Testing H5Ocopy(): existing object PASSED Testing H5Ocopy(): full path PASSED Testing H5Ocopy(): named datatype in same file PASSED Testing H5Ocopy(): dataset with old layout format PASSED Testing H5Ocopy(): without attributes PASSED Testing H5Ocopy(): with missing groups PASSED Testing H5Ocopy(): expand soft link PASSED Testing H5Ocopy(): shallow group copy PASSED Testing H5Ocopy(): expand object reference PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing without shared src messages: Testing without shared dst messages: Testing with new group format: Testing H5Ocopy(): named datatype PASSED Testing H5Ocopy(): named vlen datatype PASSED Testing H5Ocopy(): named nested vlen datatype PASSED Testing H5Ocopy(): simple dataset PASSED Testing H5Ocopy(): empty contiguous dataset PASSED Testing H5Ocopy(): compound dataset PASSED Testing H5Ocopy(): chunked dataset PASSED Testing H5Ocopy(): empty chunked dataset PASSED Testing H5Ocopy(): sparse dataset PASSED Testing H5Ocopy(): compressed dataset -SKIP- Deflation filter not available Testing H5Ocopy(): compact dataset PASSED Testing H5Ocopy(): external dataset PASSED Testing H5Ocopy(): dataset that uses named datatype PASSED Testing H5Ocopy(): hier. of datasets using named datatype inside hier. PASSED Testing H5Ocopy(): hier. of datasets using named datatype outside hier. PASSED Testing H5Ocopy(): datasets that have multiple ohdr chunks PASSED Testing H5Ocopy(): objects with attributes using named datatypes PASSED Testing H5Ocopy(): contiguous dataset with VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with VLEN datatype PASSED Testing H5Ocopy(): compact dataset with VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with VLEN datatype -SKIP- Deflation filter not available Testing H5Ocopy(): variable length attribute PASSED Testing H5Ocopy(): compact dataset with named VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with named VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with named VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with named VLEN datatype PASSED Testing H5Ocopy(): compact dataset with nested VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with nested VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with nested VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with nested VLEN datatype PASSED Testing H5Ocopy(): empty group PASSED Testing H5Ocopy(): root group PASSED Testing H5Ocopy(): simple nested groups PASSED Testing H5Ocopy(): deep nested groups PASSED Testing H5Ocopy(): nested groups with loop PASSED Testing H5Ocopy(): wide nested groups with loop PASSED Testing H5Ocopy(): group with links PASSED Testing H5Ocopy(): object through soft link PASSED Testing H5Ocopy(): object through external link PASSED Testing H5Ocopy(): existing object PASSED Testing H5Ocopy(): full path PASSED Testing H5Ocopy(): named datatype in same file PASSED Testing H5Ocopy(): dataset with old layout format PASSED Testing H5Ocopy(): without attributes PASSED Testing H5Ocopy(): with missing groups PASSED Testing H5Ocopy(): expand soft link PASSED Testing H5Ocopy(): shallow group copy PASSED Testing H5Ocopy(): expand object reference PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing with shared src messages: Testing without shared dst messages: Testing with new group format: Testing H5Ocopy(): named datatype PASSED Testing H5Ocopy(): named vlen datatype PASSED Testing H5Ocopy(): named nested vlen datatype PASSED Testing H5Ocopy(): simple dataset PASSED Testing H5Ocopy(): empty contiguous dataset PASSED Testing H5Ocopy(): compound dataset PASSED Testing H5Ocopy(): chunked dataset PASSED Testing H5Ocopy(): empty chunked dataset PASSED Testing H5Ocopy(): sparse dataset PASSED Testing H5Ocopy(): compressed dataset -SKIP- Deflation filter not available Testing H5Ocopy(): compact dataset PASSED Testing H5Ocopy(): external dataset PASSED Testing H5Ocopy(): dataset that uses named datatype PASSED Testing H5Ocopy(): hier. of datasets using named datatype inside hier. PASSED Testing H5Ocopy(): hier. of datasets using named datatype outside hier. PASSED Testing H5Ocopy(): datasets that have multiple ohdr chunks PASSED Testing H5Ocopy(): objects with attributes using named datatypes PASSED Testing H5Ocopy(): contiguous dataset with VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with VLEN datatype PASSED Testing H5Ocopy(): compact dataset with VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with VLEN datatype -SKIP- Deflation filter not available Testing H5Ocopy(): variable length attribute PASSED Testing H5Ocopy(): compact dataset with named VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with named VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with named VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with named VLEN datatype PASSED Testing H5Ocopy(): compact dataset with nested VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with nested VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with nested VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with nested VLEN datatype PASSED Testing H5Ocopy(): empty group PASSED Testing H5Ocopy(): root group PASSED Testing H5Ocopy(): simple nested groups PASSED Testing H5Ocopy(): deep nested groups PASSED Testing H5Ocopy(): nested groups with loop PASSED Testing H5Ocopy(): wide nested groups with loop PASSED Testing H5Ocopy(): group with links PASSED Testing H5Ocopy(): object through soft link PASSED Testing H5Ocopy(): object through external link PASSED Testing H5Ocopy(): existing object PASSED Testing H5Ocopy(): full path PASSED Testing H5Ocopy(): named datatype in same file PASSED Testing H5Ocopy(): dataset with old layout format PASSED Testing H5Ocopy(): without attributes PASSED Testing H5Ocopy(): with missing groups PASSED Testing H5Ocopy(): expand soft link PASSED Testing H5Ocopy(): shallow group copy PASSED Testing H5Ocopy(): expand object reference PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing without shared src messages: Testing with shared dst messages: Testing with new group format: Testing H5Ocopy(): named datatype PASSED Testing H5Ocopy(): named vlen datatype PASSED Testing H5Ocopy(): named nested vlen datatype PASSED Testing H5Ocopy(): simple dataset PASSED Testing H5Ocopy(): empty contiguous dataset PASSED Testing H5Ocopy(): compound dataset PASSED Testing H5Ocopy(): chunked dataset PASSED Testing H5Ocopy(): empty chunked dataset PASSED Testing H5Ocopy(): sparse dataset PASSED Testing H5Ocopy(): compressed dataset -SKIP- Deflation filter not available Testing H5Ocopy(): compact dataset PASSED Testing H5Ocopy(): external dataset PASSED Testing H5Ocopy(): dataset that uses named datatype PASSED Testing H5Ocopy(): hier. of datasets using named datatype inside hier. PASSED Testing H5Ocopy(): hier. of datasets using named datatype outside hier. PASSED Testing H5Ocopy(): datasets that have multiple ohdr chunks PASSED Testing H5Ocopy(): objects with attributes using named datatypes PASSED Testing H5Ocopy(): contiguous dataset with VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with VLEN datatype PASSED Testing H5Ocopy(): compact dataset with VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with VLEN datatype -SKIP- Deflation filter not available Testing H5Ocopy(): variable length attribute PASSED Testing H5Ocopy(): compact dataset with named VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with named VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with named VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with named VLEN datatype PASSED Testing H5Ocopy(): compact dataset with nested VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with nested VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with nested VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with nested VLEN datatype PASSED Testing H5Ocopy(): empty group PASSED Testing H5Ocopy(): root group PASSED Testing H5Ocopy(): simple nested groups PASSED Testing H5Ocopy(): deep nested groups PASSED Testing H5Ocopy(): nested groups with loop PASSED Testing H5Ocopy(): wide nested groups with loop PASSED Testing H5Ocopy(): group with links PASSED Testing H5Ocopy(): object through soft link PASSED Testing H5Ocopy(): object through external link PASSED Testing H5Ocopy(): existing object PASSED Testing H5Ocopy(): full path PASSED Testing H5Ocopy(): named datatype in same file PASSED Testing H5Ocopy(): dataset with old layout format PASSED Testing H5Ocopy(): without attributes PASSED Testing H5Ocopy(): with missing groups PASSED Testing H5Ocopy(): expand soft link PASSED Testing H5Ocopy(): shallow group copy PASSED Testing H5Ocopy(): expand object reference PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing with shared src messages: Testing with shared dst messages: Testing with new group format: Testing H5Ocopy(): named datatype PASSED Testing H5Ocopy(): named vlen datatype PASSED Testing H5Ocopy(): named nested vlen datatype PASSED Testing H5Ocopy(): simple dataset PASSED Testing H5Ocopy(): empty contiguous dataset PASSED Testing H5Ocopy(): compound dataset PASSED Testing H5Ocopy(): chunked dataset PASSED Testing H5Ocopy(): empty chunked dataset PASSED Testing H5Ocopy(): sparse dataset PASSED Testing H5Ocopy(): compressed dataset -SKIP- Deflation filter not available Testing H5Ocopy(): compact dataset PASSED Testing H5Ocopy(): external dataset PASSED Testing H5Ocopy(): dataset that uses named datatype PASSED Testing H5Ocopy(): hier. of datasets using named datatype inside hier. PASSED Testing H5Ocopy(): hier. of datasets using named datatype outside hier. PASSED Testing H5Ocopy(): datasets that have multiple ohdr chunks PASSED Testing H5Ocopy(): objects with attributes using named datatypes PASSED Testing H5Ocopy(): contiguous dataset with VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with VLEN datatype PASSED Testing H5Ocopy(): compact dataset with VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with VLEN datatype -SKIP- Deflation filter not available Testing H5Ocopy(): variable length attribute PASSED Testing H5Ocopy(): compact dataset with named VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with named VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with named VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with named VLEN datatype PASSED Testing H5Ocopy(): compact dataset with nested VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with nested VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with nested VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with nested VLEN datatype PASSED Testing H5Ocopy(): empty group PASSED Testing H5Ocopy(): root group PASSED Testing H5Ocopy(): simple nested groups PASSED Testing H5Ocopy(): deep nested groups PASSED Testing H5Ocopy(): nested groups with loop PASSED Testing H5Ocopy(): wide nested groups with loop PASSED Testing H5Ocopy(): group with links PASSED Testing H5Ocopy(): object through soft link PASSED Testing H5Ocopy(): object through external link PASSED Testing H5Ocopy(): existing object PASSED Testing H5Ocopy(): full path PASSED Testing H5Ocopy(): named datatype in same file PASSED Testing H5Ocopy(): dataset with old layout format PASSED Testing H5Ocopy(): without attributes PASSED Testing H5Ocopy(): with missing groups PASSED Testing H5Ocopy(): expand soft link PASSED Testing H5Ocopy(): shallow group copy PASSED Testing H5Ocopy(): expand object reference PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing H5Ocopy(): preserve NULL messages PASSED All object copying tests passed. 8.45 real 6.60 user 1.70 sys Finished testing objcopy ============================ ============================ Testing links Finished testing links ============================ links Test Log ============================ Testing link creation PASSED Testing link queries PASSED Testing H5Lcreate functions PASSED Testing new link queries PASSED Testing long names for objects & links PASSED Testing too many links PASSED Testing link creation property lists PASSED Testing H5Lmove PASSED Testing H5Lcopy PASSED Testing moving and copying links preserves their properties PASSED Testing backwards compatibility PASSED Testing external link to root PASSED Testing external link to object on path PASSED Testing external links across multiple files PASSED Testing external link to self PASSED Testing external links back and forth PASSED Testing too many external links PASSED Testing dangling external links PASSED Testing recursive external links PASSED Testing query aspects of external link PASSED Testing unlinking external link in compact group PASSED Testing unlinking external link in dense group PASSED Testing move external link PASSED Testing external link along for the ride PASSED Testing that external files are closed during traversal PASSED Testing endianness of external links PASSED Testing that external files work with strong file close degree PASSED Testing external links via environment variable -SKIP- Testing external links via H5Pset_elink_prefix() PASSED Testing external links via main file's absolute path PASSED Testing external links via main file's CWD + relative path PASSED Testing external links via current working directory PASSED Testing external links via target's absolute path PASSED Testing external links via main file's CWD PASSED Testing external links via main file's CWD + target's relative path PASSED Testing external links via chdir and found in current working directory PASSED Testing user-defined link callbacks PASSED Testing user-defined link error conditions PASSED Testing user data passed through lapl PASSED Testing adjusting nlinks with LAPL PASSED Testing link type field in H5Lget_info PASSED Testing link visiting PASSED Testing link visiting by name PASSED Testing object visiting PASSED Testing object visiting by name PASSED Testing that all files were closed correctly PASSED Testing link creation (w/new group format) PASSED Testing link queries (w/new group format) PASSED Testing H5Lcreate functions (w/new group format) PASSED Testing new link queries (w/new group format) PASSED Testing long names for objects & links (w/new group format) PASSED Testing too many links (w/new group format) PASSED Testing link creation property lists (w/new group format) PASSED Testing H5Lmove (w/new group format) PASSED Testing H5Lcopy (w/new group format) PASSED Testing moving and copying links preserves their properties (w/new group format) PASSED Testing backwards compatibility (w/new group format) PASSED Testing external link to root (w/new group format) PASSED Testing external link to object on path (w/new group format) PASSED Testing external links across multiple files (w/new group format) PASSED Testing external link to self (w/new group format) PASSED Testing external links back and forth (w/new group format) PASSED Testing too many external links (w/new group format) PASSED Testing dangling external links (w/new group format) PASSED Testing recursive external links (w/new group format) PASSED Testing query aspects of external link (w/new group format) PASSED Testing unlinking external link in compact group (w/new group format) PASSED Testing unlinking external link in dense group (w/new group format) PASSED Testing move external link (w/new group format) PASSED Testing external link along for the ride (w/new group format) PASSED Testing that external files are closed during traversal (w/new group format) PASSED Testing endianness of external links (w/new group format) PASSED Testing that external files work with strong file close degree (w/new group format) PASSED Testing external links via environment variable (w/new group format) -SKIP- Testing external links via H5Pset_elink_prefix()(w/new group format) PASSED Testing external links via main file's absolute path (w/new group format) PASSED Testing external links via main file's CWD + relative path(w/new group format) PASSED Testing external links via current working directory(w/new group format) PASSED Testing external links via target's absolute path (w/new group format) PASSED Testing external links via main file's CWD (w/new group format) PASSED Testing external links via main file's CWD + target's relative path(w/new group format) PASSED Testing external links via chdir and found in current working directory (w/new group format) PASSED Testing user-defined hard link (w/new group format) PASSED Testing registering a new class for existing UD links (w/new group format) PASSED Testing user-defined link callbacks (w/new group format) PASSED Testing user-defined link error conditions (w/new group format) PASSED Testing user data passed through lapl (w/new group format) PASSED Testing adjusting nlinks with LAPL (w/new group format) PASSED Testing link type field in H5Lget_info (w/new group format) PASSED Testing link visiting (w/new group format) PASSED Testing link visiting by name (w/new group format) PASSED Testing object visiting (w/new group format) PASSED Testing object visiting by name (w/new group format) PASSED Testing that all files were closed correctly (w/new group format) PASSED Testing creating empty group with creation order indexing PASSED Testing creating compact group with creation order indexing PASSED Testing creating dense group with creation order indexing PASSED Testing transitioning group with creation order indexing between dense & compact forms PASSED Testing deleting group with creation order indexing in dense form PASSED Testing querying info by index w/o creation order index, using soft links PASSED Testing querying info by index w/creation order index, using soft links PASSED Testing querying info by index w/o creation order index, using hard links PASSED Testing querying info by index w/creation order index, using hard links PASSED Testing deleting links by name index in increasing order w/o creation order index PASSED Testing deleting links by name index in increasing order w/creation order index PASSED Testing deleting links by name index in decreasing order w/o creation order index PASSED Testing deleting links by name index in decreasing order w/creation order index PASSED Testing deleting links by creation order index in increasing order w/o creation order index PASSED Testing deleting links by creation order index in increasing order w/creation order index PASSED Testing deleting links by creation order index in decreasing order w/o creation order index PASSED Testing deleting links by creation order index in decreasing order w/creation order index PASSED Testing iterating over links by name index in increasing order w/o creation order index PASSED Testing iterating over links by name index in increasing order w/creation order index PASSED Testing iterating over links by name index in decreasing order w/o creation order index PASSED Testing iterating over links by name index in decreasing order w/creation order index PASSED Testing iterating over links by name index in native order w/o creation order index PASSED Testing iterating over links by name index in native order w/creation order index PASSED Testing iterating over links by creation order index in increasing order w/o creation order index PASSED Testing iterating over links by creation order index in increasing order w/creation order index PASSED Testing iterating over links by creation order index in decreasing order w/o creation order index PASSED Testing iterating over links by creation order index in decreasing order w/creation order index PASSED Testing iterating over links by creation order index in native order w/o creation order index PASSED Testing iterating over links by creation order index in native order w/creation order index PASSED Testing open object by name index in increasing order w/o creation order index PASSED Testing open object by name index in increasing order w/creation order index PASSED Testing open object by name index in decreasing order w/o creation order index PASSED Testing open object by name index in decreasing order w/creation order index PASSED Testing open object by name index in native order w/o creation order index PASSED Testing open object by name index in native order w/creation order index PASSED Testing open object by creation order index in increasing order w/o creation order index PASSED Testing open object by creation order index in increasing order w/creation order index PASSED Testing open object by creation order index in decreasing order w/o creation order index PASSED Testing open object by creation order index in decreasing order w/creation order index PASSED Testing open object by creation order index in native order w/o creation order index PASSED Testing open object by creation order index in native order w/creation order index PASSED Testing query object info by name index in increasing order w/o creation order index PASSED Testing query object info by name index in increasing order w/creation order index PASSED Testing query object info by name index in decreasing order w/o creation order index PASSED Testing query object info by name index in decreasing order w/creation order index PASSED Testing query object info by name index in native order w/o creation order index PASSED Testing query object info by name index in native order w/creation order index PASSED Testing query object info by creation order index in increasing order w/o creation order index PASSED Testing query object info by creation order index in increasing order w/creation order index PASSED Testing query object info by creation order index in decreasing order w/o creation order index PASSED Testing query object info by creation order index in decreasing order w/creation order index PASSED Testing query object info by creation order index in native order w/o creation order index PASSED Testing query object info by creation order index in native order w/creation order index PASSED Testing query group info by name index in increasing order w/o creation order index PASSED Testing query group info by name index in increasing order w/creation order index PASSED Testing query group info by name index in decreasing order w/o creation order index PASSED Testing query group info by name index in decreasing order w/creation order index PASSED Testing query group info by name index in native order w/o creation order index PASSED Testing query group info by name index in native order w/creation order index PASSED Testing query group info by creation order index in increasing order w/o creation order index PASSED Testing query group info by creation order index in increasing order w/creation order index PASSED Testing query group info by creation order index in decreasing order w/o creation order index PASSED Testing query group info by creation order index in decreasing order w/creation order index PASSED Testing query group info by creation order index in native order w/o creation order index PASSED Testing query group info by creation order index in native order w/creation order index PASSED Testing timestamps on objects PASSED Testing querying info by index in old-style group, using soft links PASSED Testing querying info by index in old-style group, using hard links PASSED Testing deleting links by index in increasing order in old-style group PASSED Testing deleting links by index in decreasing order in old-style group PASSED Testing iterating over links by name index in increasing order in old-style group PASSED Testing iterating over links by name index in decreasing order in old-style group PASSED Testing iterating over links by name index in native order in old-style group PASSED Testing open object by name index in increasing order in old-style group PASSED Testing open object by name index in decreasing order in old-style group PASSED Testing open object by name index in native order in old-style group PASSED Testing query object info by name index in increasing order in old-style group PASSED Testing query object info by name index in decreasing order in old-style group PASSED Testing query object info by name index in native order in old-style group PASSED Testing query group info by name index in increasing order in old-style group PASSED Testing query group info by name index in decreasing order in old-style group PASSED Testing query group info by name index in native order in old-style group PASSED All link tests passed. 1.79 real 1.55 user 0.22 sys Finished testing links ============================ ============================ Testing unlink Finished testing unlink ============================ unlink Test Log ============================ Testing with old group format: Testing unlink by absolute name PASSED Testing unlink by local name PASSED Testing unlink without a name PASSED Testing forward unlink PASSED Testing backward unlink PASSED Testing inward unlink PASSED Testing outward unlink PASSED Testing symlink removal PASSED Testing object renaming PASSED Testing symlink renaming PASSED Testing new move PASSED Testing check new move function PASSED Testing file space gets reused: Testing contiguous dataset with late allocation PASSED Testing contiguous dataset with early allocation PASSED Testing chunked dataset with late allocation PASSED Testing chunked dataset with early allocation PASSED Testing compressed, chunked dataset PASSED Testing re-writing compressed, chunked dataset PASSED Testing compact dataset PASSED Testing object header continuations PASSED Testing named datatype PASSED Testing single group PASSED Testing multiple groups PASSED Testing simple group hierarchy PASSED Testing complex group hierarchy PASSED Testing duplicate dataset PASSED Testing duplicate group PASSED Testing duplicate named datatype PASSED Testing duplicate attribute PASSED Testing create and unlink large number of objects PASSED Testing create and unlink large number of objects with small cache PASSED Testing creating links with multiple slashes PASSED Testing deleting links with multiple slashes PASSED Testing deleting right-most child in non-leaf B-tree node PASSED Testing deleting right-most child in non-leaf B-tree node PASSED Testing deleting right-most child in non-leaf B-tree node PASSED Testing resurrecting dataset after deletion PASSED Testing resurrecting datatype after deletion PASSED Testing resurrecting group after deletion PASSED Testing unlinking chunked dataset PASSED Testing with new group format: Testing unlink by absolute name PASSED Testing unlink by local name PASSED Testing unlink without a name PASSED Testing forward unlink PASSED Testing backward unlink PASSED Testing inward unlink PASSED Testing outward unlink PASSED Testing symlink removal PASSED Testing object renaming PASSED Testing symlink renaming PASSED Testing new move PASSED Testing check new move function PASSED Testing file space gets reused: Testing contiguous dataset with late allocation PASSED Testing contiguous dataset with early allocation PASSED Testing chunked dataset with late allocation PASSED Testing chunked dataset with early allocation PASSED Testing compressed, chunked dataset PASSED Testing re-writing compressed, chunked dataset PASSED Testing compact dataset PASSED Testing object header continuations PASSED Testing named datatype PASSED Testing single group PASSED Testing multiple groups PASSED Testing simple group hierarchy PASSED Testing complex group hierarchy PASSED Testing duplicate dataset PASSED Testing duplicate group PASSED Testing duplicate named datatype PASSED Testing duplicate attribute PASSED Testing create and unlink large number of objects PASSED Testing create and unlink large number of objects with small cache PASSED Testing creating links with multiple slashes PASSED Testing deleting links with multiple slashes PASSED Testing resurrecting dataset after deletion PASSED Testing resurrecting datatype after deletion PASSED Testing resurrecting group after deletion PASSED Testing unlinking chunked dataset PASSED Testing unlinking non-empty compact group PASSED Testing unlinking non-empty dense group PASSED All unlink tests passed. 2.84 real 2.41 user 0.37 sys Finished testing unlink ============================ ============================ Testing big Finished testing big ============================ big Test Log ============================ Testing big file with the Family Driver Changing file drivers to the family driver, 1073741824 bytes each Checking if file system is adequate for this test... Test skipped because file system does not support holes. Usage: big [-h] [-c] [-fsize <fsize>} -h Print the help page -c File system Checking skipped. Caution: this test generates many big files and may fill up the file system. -fsize Change family size default to <fsize> where <fsize> is a positive float point number. Default value is 1073741824. Examples: big -fsize 2.1e9 # test with file size just under 2GB big -fsize 2.2e9 # test with file size just above 2GB Be sure the file system can support the file size requested 0.00 real 0.00 user 0.00 sys Finished testing big ============================ ============================ Testing mtime Finished testing mtime ============================ mtime Test Log ============================ Testing modification time messages -SKIP- The modification time could not be decoded on this OS. Modification times will be mantained in the file but cannot be queried on this system. See H5O_mtime_decode(). 0.00 real 0.00 user 0.00 sys Finished testing mtime ============================ ============================ Testing fillval Finished testing fillval ============================ fillval Test Log ============================ Testing property lists PASSED Testing property lists, with variable-length datatype PASSED Testing with old file format: Testing chunked dataset creation PASSED Testing chunked dataset I/O PASSED Testing chunked dataset extend PASSED Testing contiguous dataset creation PASSED Testing contiguous dataset I/O PASSED Testing contiguous dataset extend -SKIP- Not implemented yet -- needs H5S_SELECT_DIFF operator Testing contiguous dataset compatibility with v. 1.4 PASSED Testing compact dataset creation PASSED Testing compact dataset I/O PASSED Testing with new file format: Testing chunked dataset creation PASSED Testing chunked dataset I/O PASSED Testing chunked dataset extend PASSED Testing contiguous dataset creation PASSED Testing contiguous dataset I/O PASSED Testing contiguous dataset extend -SKIP- Not implemented yet -- needs H5S_SELECT_DIFF operator Testing contiguous dataset compatibility with v. 1.4 PASSED Testing compact dataset creation PASSED Testing compact dataset I/O PASSED All fill value tests passed. 18.37 real 5.69 user 5.49 sys Finished testing fillval ============================ ============================ Testing mount Finished testing mount ============================ mount Test Log ============================ Testing basic functionality PASSED Testing illegal mount operations PASSED Testing name hiding under mount point PASSED Testing mount point open PASSED Testing multi-linked mount point PASSED Testing mount point unlinking PASSED Testing object renaming PASSED Testing mount point renaming PASSED Testing preopening objects under the mount point PASSED Testing open object access after unmount PASSED Testing interfile hard links PASSED Testing file handle uniformity PASSED Testing file handle close PASSED Testing mounting on group after file is closed PASSED Testing mounting after file is unmounted PASSED Testing missing unmount PASSED Testing hold open w/file PASSED Testing hold open w/group PASSED Testing file close degrees must be same PASSED Testing 'semi' file close degree PASSED Testing 'strong' file close degree PASSED Testing access permissions PASSED Testing multiple mounts PASSED Testing nested mounts survive PASSED Testing close parent PASSED Testing cutting mount graph PASSED Testing symlinks PASSED All mount tests passed. 0.10 real 0.05 user 0.03 sys Finished testing mount ============================ ============================ Testing flush1 Finished testing flush1 ============================ flush1 Test Log ============================ Testing H5Fflush (part1) PASSED 0.01 real 0.00 user 0.00 sys Finished testing flush1 ============================ ============================ Testing flush2 Finished testing flush2 ============================ flush2 Test Log ============================ Testing H5Fflush (part2 with flush) PASSED Testing H5Fflush (part2 without flush) PASSED Testing H5Fflush (part2 with flush and later addition) PASSED 0.00 real 0.00 user 0.00 sys Finished testing flush2 ============================ ============================ Testing enum Finished testing enum ============================ enum Test Log ============================ Testing named enumeration types PASSED Testing no-conversion datasets PASSED Testing O(1) conversions PASSED Testing O(log N) converions PASSED Testing for non-existing name and value PASSED Testing some functions with enumeration types PASSED All enum tests passed. 0.00 real 0.00 user 0.00 sys Finished testing enum ============================ ============================ Testing set_extent Finished testing set_extent ============================ set_extent Test Log ============================ Testing extend dataset create with fill value PASSED Testing extend dataset create without fill value PASSED Testing extend dataset read with fill value PASSED Testing extend dataset read without fill value PASSED All set_extent tests passed. 0.01 real 0.00 user 0.00 sys Finished testing set_extent ============================ ============================ Testing ttsafe Finished testing ttsafe ============================ ttsafe Test Log ============================ Test skipped because THREADSAFE not enabled 0.00 real 0.00 user 0.00 sys Finished testing ttsafe ============================ ============================ Testing getname Finished testing getname ============================ getname Test Log ============================ Testing H5Iget_name with one group PASSED Testing H5Iget_name with more than one group PASSED Testing H5Iget_name with H5Gopen2 PASSED Testing H5Iget_name with H5Dcreate2 PASSED Testing H5Iget_name with H5Dopen2 PASSED Testing H5Iget_name with a long path PASSED Testing H5Iget_name with H5Tcommit2 PASSED Testing H5Iget_name with H5Topen2 PASSED Testing H5Iget_name with H5Lmove and H5Gopen2 PASSED Testing H5Iget_name with H5Lmove and H5Dopen2 PASSED Testing H5Iget_name with H5Lmove and H5Topen2 PASSED Testing H5Iget_name with H5Lmove and relative names PASSED Testing H5Iget_name with H5Lmove and a long path PASSED Testing H5Iget_name with H5Lmove and a long path #2 PASSED Testing H5Iget_name with H5Ldelete PASSED Testing H5Iget_name with H5Ldelete and a long path PASSED Testing H5Iget_name with H5Ldelete, same names PASSED Testing H5Iget_name with H5Fmount; with IDs on the list PASSED Testing H5Iget_name with H5Fmount; long name PASSED Testing H5Iget_name with H5Funmount PASSED Testing H5Iget_name with a defined type dataset PASSED Testing H5Iget_name with datasets that have two names PASSED Testing H5Iget_name with different files PASSED Testing H5Iget_name with different files #2 PASSED Testing H5Iget_name with a small buffer for name PASSED Testing H5Iget_name with a dynamic buffer for name PASSED Testing H5Iget_name with invalid IDs PASSED Testing H5Iget_name with added names with mounting PASSED Testing H5Iget_name with H5Fclose PASSED Testing H5Iget_name with H5Fmount and H5Ldelete PASSED Testing H5Iget_name with H5Fmount and H5Lmove PASSED Testing H5Iget_name with H5Lcreate_hard PASSED Testing H5Iget_name with H5Lcreate_soft PASSED Testing H5Iget_name with H5Lcreate_soft and move target PASSED Testing H5Iget_name with H5Lcreate_soft and move source PASSED Testing H5Iget_name with H5Lcreate_soft and unlink target PASSED Testing H5Iget_name with H5Lcreate_soft and unlink source PASSED Testing H5Iget_name with several nested mounted files PASSED Testing H5Iget_name and H5Lmove with repeated path components PASSED Testing H5Iget_name with higher mounted file PASSED Testing H5Iget_name with multiple hard links and mounted files PASSED Testing H5Iget_name with mounted files and unlinking PASSED Testing H5Iget_name with mounting already mounted files PASSED Testing H5Iget_name with opening object in unmounted file PASSED Testing getting path to normal dataset in root group PASSED Testing getting path to dataset in /Group1 PASSED Testing getting path to /Group1 PASSED Testing getting path to datatype in /Group1 PASSED Testing getting path to dataset in nested group PASSED Testing getting path to nested group PASSED Testing getting path to dataset created via hard link PASSED Testing getting path to root group PASSED Testing getting path to dataset hidden by a mounted file PASSED Testing getting path to dataset that has been unlinked PASSED Testing H5Rget_name to get name from region reference(hyperslab) PASSED Testing H5Iget_name to get name from region reference(hyperslab) PASSED Testing H5Rget_name to get name from region reference(pnt selec) PASSED Testing H5Iget_name to get name from region reference(pnt selec) PASSED All getname tests passed. 0.04 real 0.02 user 0.01 sys Finished testing getname ============================ ============================ Testing vfd Finished testing vfd ============================ vfd Test Log ============================ Testing SEC2 file driver PASSED Testing CORE file driver PASSED Testing FAMILY file driver PASSED Testing FAMILY file driver backward compatibility PASSED Testing MULTI file driver PASSED Testing Direct I/O file driver -SKIP- All Virtual File Driver tests passed. 0.02 real 0.00 user 0.01 sys Finished testing vfd ============================ ============================ Testing ntypes Finished testing ntypes ============================ ntypes Test Log ============================ Testing atomic datatype PASSED Testing compound datatype PASSED Testing nested compound datatype PASSED Testing compound datatype with array as field PASSED Testing compound datatype with opaque field PASSED Testing enum datatype PASSED Testing array of compound datatype PASSED Testing array of atomic datatype PASSED Testing variable length datatype PASSED Testing variable length string datatype PASSED Testing fixed-length string datatype PASSED Testing reference datatype PASSED Testing dataset region reference PASSED Testing opaque datatype PASSED Testing bitfield datatype PASSED Testing native integer PASSED All native datatype tests passed. 0.07 real 0.03 user 0.02 sys Finished testing ntypes ============================ ============================ Testing dangle Finished testing dangle ============================ dangle Test Log ============================ Testing dangling objects with weak file close: Testing dangling dataset IDs PASSED Testing dangling group IDs PASSED Testing dangling named datatype IDs PASSED Testing dangling named datatype ID used by dataset PASSED Testing dangling attribute IDs PASSED Testing dangling objects with semi file close: Testing dangling dataset IDs PASSED Testing dangling group IDs PASSED Testing dangling named datatype IDs PASSED Testing dangling named datatype ID used by dataset PASSED Testing dangling attribute IDs PASSED Testing dangling objects with strong file close: Testing dangling dataset IDs PASSED Testing dangling group IDs PASSED Testing dangling named datatype IDs PASSED Testing dangling named datatype ID used by dataset PASSED Testing dangling attribute IDs PASSED All dangling ID tests passed. 0.07 real 0.06 user 0.01 sys Finished testing dangle ============================ ============================ Testing dtransform Finished testing dtransform ============================ dtransform Test Log ============================ Testing Intializing test... PASSED Testing H5Pget_data_transform (get before set) PASSED Testing H5Pset_data_transform (set with NULL transform) PASSED Testing H5Pset_data_transform (set with invalid transform 1) PASSED Testing H5Pset_data_transform (set with invalid transform 2) PASSED Testing H5Pset_data_transform (set with invalid transform 3) PASSED Testing H5Pset_data_transform (set with invalid transform 4) PASSED Testing H5Pset_data_transform (set with invalid transform 5) PASSED Testing H5Pset_data_transform (set with invalid transform 6) PASSED Testing H5Pset_data_transform (set with invalid transform 7) PASSED Testing H5Pset_data_transform (set with invalid transform 8) PASSED Testing contiguous, no data type conversion (char->char) PASSED Testing contiguous, no data type conversion (uchar->uchar) PASSED Testing contiguous, no data type conversion (schar->schar) PASSED Testing contiguous, with type conversion (float->schar) PASSED Testing contiguous, no data type conversion (short->short) PASSED Testing contiguous, with type conversion (float->short) PASSED Testing contiguous, no data type conversion (ushort->ushort) PASSED Testing contiguous, no data type conversion (int->int) PASSED Testing contiguous, with type conversion (float->int) PASSED Testing contiguous, no data type conversion (uint->uint) PASSED Testing contiguous, no data type conversion (long->long) PASSED Testing contiguous, with type conversion (float->long) PASSED Testing contiguous, no data type conversion (ulong->ulong) PASSED Testing contiguous, no data type conversion (llong->llong) PASSED Testing contiguous, with type conversion (float->llong) PASSED Testing contiguous, no data type conversion (ullong->ullong) PASSED Testing contiguous, no data type conversion (float->float) PASSED Testing contiguous, with type conversion (float->float) PASSED Testing contiguous, no data type conversion (double->double) PASSED Testing contiguous, with type conversion (float->double) PASSED Testing contiguous, no data type conversion (ldouble->ldouble) PASSED Testing contiguous, with type conversion (float->ldouble) PASSED Testing chunked, no data type conversion (char->char) PASSED Testing chunked, no data type conversion (uchar->uchar) PASSED Testing chunked, no data type conversion (schar->schar) PASSED Testing chunked, with type conversion (float->schar) PASSED Testing chunked, no data type conversion (short->short) PASSED Testing chunked, with type conversion (float->short) PASSED Testing chunked, no data type conversion (ushort->ushort) PASSED Testing chunked, no data type conversion (int->int) PASSED Testing chunked, with type conversion (float->int) PASSED Testing chunked, no data type conversion (uint->uint) PASSED Testing chunked, no data type conversion (long->long) PASSED Testing chunked, with type conversion (float->long) PASSED Testing chunked, no data type conversion (ulong->ulong) PASSED Testing chunked, no data type conversion (llong->llong) PASSED Testing chunked, with type conversion (float->llong) PASSED Testing chunked, no data type conversion (ullong->ullong) PASSED Testing chunked, no data type conversion (float->float) PASSED Testing chunked, with type conversion (float->float) PASSED Testing chunked, no data type conversion (double->double) PASSED Testing chunked, with type conversion (float->double) PASSED Testing chunked, no data type conversion (ldouble->ldouble) PASSED Testing chunked, with type conversion (float->ldouble) PASSED Testing data transform, linear transform w/ copied property PASSED Testing data transform, polynomial transform w/ copied property PASSED Testing data transform, trivial transform, without type conversion PASSED Testing data transform, trivial transform, with type conversion PASSED Testing data transform, polynomial transform (int->float) PASSED Testing data transform, polynomial transform (float->int) PASSED Testing H5Pget_data_transform PASSED Testing data transform, read after reseting of transform property PASSED Testing H5Pget_data_transform, after resetting transform property PASSED 0.01 real 0.00 user 0.00 sys Finished testing dtransform ============================ ============================ Testing reserved Finished testing reserved ============================ reserved Test Log ============================ -SKIP- 0.00 real 0.00 user 0.00 sys Finished testing reserved ============================ ============================ Testing cross_read Finished testing cross_read ============================ cross_read Test Log ============================ Testing reading data created on OpenVMS PASSED Testing reading data created on Linux PASSED Testing reading data created on Solaris PASSED All data type tests passed. 0.00 real 0.00 user 0.00 sys Finished testing cross_read ============================ ============================ Testing btree2 Finished testing btree2 ============================ btree2 Test Log ============================ Testing B-tree creation PASSED Testing B-tree insert: several records PASSED Testing B-tree insert: split root PASSED Testing B-tree insert: redistribute 2 leaves in level 1 B-tree (l->r) PASSED Testing B-tree insert: redistribute 2 leaves in level 1 B-tree (r->l) PASSED Testing B-tree insert: split side leaf into 2 leaves in level 1 B-tree (l->r) PASSED Testing B-tree insert: split side leaf into 2 leaves in level 1 B-tree (r->l) PASSED Testing B-tree insert: redistribute 3 leaves in level 1 B-tree PASSED Testing B-tree insert: split middle leaf into 2 leaves in level 1 B-tree PASSED Testing B-tree insert: make level 2 B-tree PASSED Testing B-tree insert: redistrib right-most leaf in level 2 B-tree PASSED Testing B-tree insert: redistrib left-most leaf in level 2 B-tree PASSED Testing B-tree insert: redistrib middle leaf in level 2 B-tree PASSED Testing B-tree insert: split right-most leaf in level 2 B-tree PASSED Testing B-tree insert: split left-most leaf in level 2 B-tree PASSED Testing B-tree insert: split middle leaf in level 2 B-tree PASSED Testing B-tree insert: redist. 2 internal (r->l) in level 2 B-tree PASSED Testing B-tree insert: redist. 2 internal (l->r) in level 2 B-tree PASSED Testing B-tree insert: split side internal node to 2 in level 2 B-tree (r->l) PASSED Testing B-tree insert: split side internal node to 2 in level 2 B-tree (l->2) PASSED Testing B-tree insert: redistrib 3 internals in level 2 B-tree PASSED Testing B-tree insert: split 3 internals to 4 in level 2 B-tree PASSED Testing B-tree insert: create random level 4 B-tree PASSED Testing B-tree insert: attempt duplicate record in level 4 B-tree PASSED Testing B-tree remove: record from empty B-tree PASSED Testing B-tree remove: non-existant record from 1 record B-tree PASSED Testing B-tree remove: existant record from 1 record B-tree PASSED Testing B-tree remove: adding records to B-tree after removal PASSED Testing B-tree remove: non-existant record from level-0 B-tree PASSED Testing B-tree remove: mult. existant records from level-0 B-tree PASSED Testing B-tree remove: non-existant record from level-1 B-tree PASSED Testing B-tree remove: record from right leaf of level-1 B-tree PASSED Testing B-tree remove: record from left leaf of level-1 B-tree PASSED Testing B-tree remove: record from middle leaf of level-1 B-tree PASSED Testing B-tree remove: redistribute 2 leaves in level-1 B-tree (r->l) PASSED Testing B-tree remove: redistribute 2 leaves in level-1 B-tree (l->r) PASSED Testing B-tree remove: redistribute 3 leaves in level-1 B-tree PASSED Testing B-tree remove: merge 2 leaves to 1 in level-1 B-tree (r->l) PASSED Testing B-tree remove: merge 2 leaves to 1 in level-1 B-tree (l->r) PASSED Testing B-tree remove: merge 3 leaves to 2 in level-1 B-tree PASSED Testing B-tree remove: promote from right leaf of level-1 B-tree PASSED Testing B-tree remove: promote from left leaf of level-1 B-tree PASSED Testing B-tree remove: promote from middle leaf of level-1 B-tree PASSED Testing B-tree remove: promote from leaf of level-1 B-tree w/2 node redistrib PASSED Testing B-tree remove: promote from leaf of level-1 B-tree w/3 node redistrib PASSED Testing B-tree remove: promote from leaf of level-1 B-tree w/2->1 merge PASSED Testing B-tree remove: promote from leaf of level-1 B-tree w/3->2 merge PASSED Testing B-tree remove: collapse level-1 B-tree back to level-0 PASSED Testing B-tree remove: promote from right internal of level-2 B-tree PASSED Testing B-tree remove: promote from left internal of level-2 B-tree PASSED Testing B-tree remove: promote from middle internal of level-2 B-tree PASSED Testing B-tree remove: promote record from root of level-2 B-tree PASSED Testing B-tree remove: promote from right internal of level-2 B-tree w/redistrib PASSED Testing B-tree remove: promote from left internal of level-2 B-tree w/redistrib PASSED Testing B-tree remove: promote from right internal of level-2 B-tree w/merge PASSED Testing B-tree remove: promote from middle internal of level-2 B-tree w/merge PASSED Testing B-tree remove: merge 2 internal nodes to 1 in level-2 B-tree (l->r) PASSED Testing B-tree remove: merge 2 internal nodes to 1 in level-2 B-tree (r->l) PASSED Testing B-tree remove: merge 3 internal nodes to 2 in level-2 B-tree PASSED Testing B-tree remove: collapse level-2 B-tree back to level-1 (r->l) PASSED Testing B-tree remove: create random level 4 B-tree and delete all records in random order PASSED Testing B-tree remove: create random level 4 B-tree and delete all records by index, in random order PASSED Testing B-tree remove: create random level 4 B-tree and delete all records by index, in increasing order PASSED Testing B-tree remove: create random level 4 B-tree and delete all records by index, in decreasing order PASSED Testing B-tree find: nearest neighbor less than a value PASSED Testing B-tree find: nearest neighbor greater than a value PASSED Testing B-tree delete: delete empty B-tree PASSED Testing B-tree delete: delete level-0 B-tree PASSED Testing B-tree delete: delete level-1 B-tree PASSED Testing B-tree delete: delete level-2 B-tree PASSED Testing B-tree modify: attempt to modify non-existant record PASSED Testing B-tree modify: modify record in leaf node PASSED Testing B-tree modify: modify record in internal node PASSED Testing B-tree modify: modify record in root node PASSED All v2 B-tree tests passed. 33.99 real 20.77 user 12.58 sys Finished testing btree2 ============================ ============================ Testing fheap Finished testing fheap ============================ fheap Test Log ============================ Testing with normal parameters Testing fractal heap creation PASSED Testing query heap creation parameters PASSED Testing create, close & reopen fractal heap PASSED Testing open fractal heap twice PASSED Testing deleting open fractal heap PASSED Testing limits of heap ID lengths PASSED Testing creating heaps with I/O filters PASSED Testing querying heap statistics PASSED Bulk-filling blocks w/large objects Testing inserting 'weird' sized objects into absolute heap PASSED Testing inserting objects to create first direct block in recursive indirect blocks five levels deep PASSED Testing removing bad heap IDs from absolute heap PASSED Testing removing single object from absolute heap PASSED Testing removing two objects from absolute heap PASSED Testing removing single larger object from absolute heap PASSED Testing removing two larger objects from absolute heap (forward) PASSED Testing removing two larger objects from absolute heap (reverse) PASSED Testing removing three larger objects from absolute heap (forward) PASSED Testing removing three larger objects from absolute heap (reverse) PASSED Testing removing all objects from root direct block of absolute heap (all - forward) PASSED Testing removing all objects from two direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - forward) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - forward) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - forward) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - forward) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - forward) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - forward) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing removing all objects from root direct block of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from two direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first row of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (half, refill, all - forward) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (half, refill, all - forward) PASSED Testing inserting object that is too large for starting block, then remove all objects (half, refill, all - forward) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (half, refill, all - forward) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (half, refill, all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing removing all objects from root direct block of absolute heap (all - reverse) PASSED Testing removing all objects from two direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - reverse) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - reverse) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - reverse) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - reverse) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - reverse) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - reverse) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing removing all objects from root direct block of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from two direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first row of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (half, refill, all - reverse) PASSED Testing inserting object that is too large for starting block, then remove all objects (half, refill, all - reverse) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (half, refill, all - reverse) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (half, refill, all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing removing all objects from root direct block of absolute heap (all - deleting heap) PASSED Testing removing all objects from two direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - deleting heap) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - deleting heap) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - deleting heap) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - deleting heap) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - deleting heap) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - deleting heap) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Bulk-filling blocks w/single object Testing inserting 'weird' sized objects into absolute heap PASSED Testing inserting objects to create first direct block in recursive indirect blocks five levels deep PASSED Testing removing bad heap IDs from absolute heap PASSED Testing removing single object from absolute heap PASSED Testing removing two objects from absolute heap PASSED Testing removing single larger object from absolute heap PASSED Testing removing two larger objects from absolute heap (forward) PASSED Testing removing two larger objects from absolute heap (reverse) PASSED Testing removing three larger objects from absolute heap (forward) PASSED Testing removing three larger objects from absolute heap (reverse) PASSED Testing removing all objects from root direct block of absolute heap (all - forward) PASSED Testing removing all objects from two direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - forward) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - forward) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - forward) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - forward) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - forward) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - forward) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing removing all objects from root direct block of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from two direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first row of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (half, refill, all - forward) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (half, refill, all - forward) PASSED Testing inserting object that is too large for starting block, then remove all objects (half, refill, all - forward) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (half, refill, all - forward) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (half, refill, all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing removing all objects from root direct block of absolute heap (all - reverse) PASSED Testing removing all objects from two direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - reverse) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - reverse) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - reverse) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - reverse) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - reverse) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - reverse) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing removing all objects from root direct block of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from two direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first row of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (half, refill, all - reverse) PASSED Testing inserting object that is too large for starting block, then remove all objects (half, refill, all - reverse) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (half, refill, all - reverse) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (half, refill, all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing removing all objects from root direct block of absolute heap (all - deleting heap) PASSED Testing removing all objects from two direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - deleting heap) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - deleting heap) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - deleting heap) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - deleting heap) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - deleting heap) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - deleting heap) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Using 'normal' heap ID format for 'huge' objects Testing insert one huge object, then remove (all - forward) PASSED Testing insert two huge objects, then remove (all - forward) PASSED Testing insert three huge objects, then remove (all - forward) PASSED Testing insert mix of normal & huge objects, then remove (all - forward) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - forward) PASSED Testing insert one tiny object, then remove (all - forward) PASSED Testing insert two tiny objects, then remove (all - forward) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - forward) PASSED Testing insert one huge object, then remove (all - reverse) PASSED Testing insert two huge objects, then remove (all - reverse) PASSED Testing insert three huge objects, then remove (all - reverse) PASSED Testing insert mix of normal & huge objects, then remove (all - reverse) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - reverse) PASSED Testing insert one tiny object, then remove (all - reverse) PASSED Testing insert two tiny objects, then remove (all - reverse) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - reverse) PASSED Testing insert one huge object, then remove (all - deleting heap) PASSED Testing insert two huge objects, then remove (all - deleting heap) PASSED Testing insert three huge objects, then remove (all - deleting heap) PASSED Testing insert mix of normal & huge objects, then remove (all - deleting heap) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - deleting heap) PASSED Testing insert one tiny object, then remove (all - deleting heap) PASSED Testing insert two tiny objects, then remove (all - deleting heap) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - deleting heap) PASSED Using 'direct' heap ID format for 'huge' objects Testing insert one huge object, then remove (all - forward) PASSED Testing insert two huge objects, then remove (all - forward) PASSED Testing insert three huge objects, then remove (all - forward) PASSED Testing insert mix of normal & huge objects, then remove (all - forward) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - forward) PASSED Testing insert one tiny object, then remove (all - forward) PASSED Testing insert two tiny objects, then remove (all - forward) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - forward) PASSED Testing insert one huge object, then remove (all - reverse) PASSED Testing insert two huge objects, then remove (all - reverse) PASSED Testing insert three huge objects, then remove (all - reverse) PASSED Testing insert mix of normal & huge objects, then remove (all - reverse) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - reverse) PASSED Testing insert one tiny object, then remove (all - reverse) PASSED Testing insert two tiny objects, then remove (all - reverse) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - reverse) PASSED Testing insert one huge object, then remove (all - deleting heap) PASSED Testing insert two huge objects, then remove (all - deleting heap) PASSED Testing insert three huge objects, then remove (all - deleting heap) PASSED Testing insert mix of normal & huge objects, then remove (all - deleting heap) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - deleting heap) PASSED Testing insert one tiny object, then remove (all - deleting heap) PASSED Testing insert two tiny objects, then remove (all - deleting heap) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - deleting heap) PASSED Using 'direct' heap ID format for 'huge' objects and larger IDs for 'tiny' objects Testing insert one huge object, then remove (all - forward) PASSED Testing insert two huge objects, then remove (all - forward) PASSED Testing insert three huge objects, then remove (all - forward) PASSED Testing insert mix of normal & huge objects, then remove (all - forward) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - forward) PASSED Testing insert one tiny object, then remove (all - forward) PASSED Testing insert two tiny objects, then remove (all - forward) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - forward) PASSED Testing insert one huge object, then remove (all - reverse) PASSED Testing insert two huge objects, then remove (all - reverse) PASSED Testing insert three huge objects, then remove (all - reverse) PASSED Testing insert mix of normal & huge objects, then remove (all - reverse) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - reverse) PASSED Testing insert one tiny object, then remove (all - reverse) PASSED Testing insert two tiny objects, then remove (all - reverse) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - reverse) PASSED Testing insert one huge object, then remove (all - deleting heap) PASSED Testing insert two huge objects, then remove (all - deleting heap) PASSED Testing insert three huge objects, then remove (all - deleting heap) PASSED Testing insert mix of normal & huge objects, then remove (all - deleting heap) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - deleting heap) PASSED Testing insert one tiny object, then remove (all - deleting heap) PASSED Testing insert two tiny objects, then remove (all - deleting heap) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - deleting heap) PASSED Testing insert one 'managed' object into heap with I/O filters, then remove (all - forward) PASSED Testing insert two 'managed' objects into heap with I/O filters, then remove (all - forward) PASSED Testing inserting random-sized objects in heap with compressed blocks, then remove all objects (all - random) PASSED Testing inserting random-sized objects with power of 2 distribution in heap with compressed blocks, then remove all objects (all - random) PASSED Testing insert one 'managed' object into heap with I/O filters, then remove (all - reverse) PASSED Testing insert two 'managed' objects into heap with I/O filters, then remove (all - reverse) PASSED Testing inserting random-sized objects in heap with compressed blocks, then remove all objects (all - random) PASSED Testing inserting random-sized objects with power of 2 distribution in heap with compressed blocks, then remove all objects (all - random) PASSED Testing insert one 'managed' object into heap with I/O filters, then remove (all - deleting heap) PASSED Testing insert two 'managed' objects into heap with I/O filters, then remove (all - deleting heap) PASSED Testing inserting random-sized objects in heap with compressed blocks, then remove all objects (all - deleting heap) PASSED Testing inserting random-sized objects with power of 2 distribution in heap with compressed blocks, then remove all objects (all - deleting heap) PASSED Using 'small' heap creation parameters Testing inserting random-sized objects, then remove all objects (all - random) PASSED Testing inserting random-sized objects with power of 2 distribution, then remove all objects (all - random) PASSED Testing inserting random-sized objects, then remove all objects (all - deleting heap) PASSED Testing inserting random-sized objects with power of 2 distribution, then remove all objects (all - deleting heap) PASSED Using 'large' heap creation parameters Testing inserting random-sized objects, then remove all objects (all - random) PASSED Testing inserting random-sized objects with power of 2 distribution, then remove all objects (all - random) PASSED Testing inserting random-sized objects, then remove all objects (all - deleting heap) PASSED Testing inserting random-sized objects with power of 2 distribution, then remove all objects (all - deleting heap) PASSED Testing writing objects in heap PASSED Testing writing objects in heap with compressed blocks PASSED Testing with reopen heap flag set Testing fractal heap creation PASSED Testing query heap creation parameters PASSED Testing create, close & reopen fractal heap PASSED Testing open fractal heap twice PASSED Testing deleting open fractal heap PASSED Testing limits of heap ID lengths PASSED Testing creating heaps with I/O filters PASSED Testing querying heap statistics PASSED Bulk-filling blocks w/large objects Testing inserting 'weird' sized objects into absolute heap PASSED Testing inserting objects to create first direct block in recursive indirect blocks five levels deep PASSED Testing removing bad heap IDs from absolute heap PASSED Testing removing single object from absolute heap PASSED Testing removing two objects from absolute heap PASSED Testing removing single larger object from absolute heap PASSED Testing removing two larger objects from absolute heap (forward) PASSED Testing removing two larger objects from absolute heap (reverse) PASSED Testing removing three larger objects from absolute heap (forward) PASSED Testing removing three larger objects from absolute heap (reverse) PASSED Testing removing all objects from root direct block of absolute heap (all - forward) PASSED Testing removing all objects from two direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - forward) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - forward) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - forward) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - forward) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - forward) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - forward) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing removing all objects from root direct block of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from two direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first row of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (half, refill, all - forward) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (half, refill, all - forward) PASSED Testing inserting object that is too large for starting block, then remove all objects (half, refill, all - forward) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (half, refill, all - forward) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (half, refill, all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing removing all objects from root direct block of absolute heap (all - reverse) PASSED Testing removing all objects from two direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - reverse) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - reverse) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - reverse) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - reverse) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - reverse) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - reverse) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing removing all objects from root direct block of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from two direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first row of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (half, refill, all - reverse) PASSED Testing inserting object that is too large for starting block, then remove all objects (half, refill, all - reverse) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (half, refill, all - reverse) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (half, refill, all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing removing all objects from root direct block of absolute heap (all - deleting heap) PASSED Testing removing all objects from two direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - deleting heap) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - deleting heap) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - deleting heap) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - deleting heap) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - deleting heap) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - deleting heap) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Bulk-filling blocks w/single object Testing inserting 'weird' sized objects into absolute heap PASSED Testing inserting objects to create first direct block in recursive indirect blocks five levels deep PASSED Testing removing bad heap IDs from absolute heap PASSED Testing removing single object from absolute heap PASSED Testing removing two objects from absolute heap PASSED Testing removing single larger object from absolute heap PASSED Testing removing two larger objects from absolute heap (forward) PASSED Testing removing two larger objects from absolute heap (reverse) PASSED Testing removing three larger objects from absolute heap (forward) PASSED Testing removing three larger objects from absolute heap (reverse) PASSED Testing removing all objects from root direct block of absolute heap (all - forward) PASSED Testing removing all objects from two direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - forward) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - forward) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - forward) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - forward) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - forward) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - forward) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing removing all objects from root direct block of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from two direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first row of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (half, refill, all - forward) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (half, refill, all - forward) PASSED Testing inserting object that is too large for starting block, then remove all objects (half, refill, all - forward) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (half, refill, all - forward) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (half, refill, all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing removing all objects from root direct block of absolute heap (all - reverse) PASSED Testing removing all objects from two direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - reverse) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - reverse) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - reverse) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - reverse) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - reverse) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - reverse) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing removing all objects from root direct block of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from two direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first row of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (half, refill, all - reverse) PASSED Testing inserting object that is too large for starting block, then remove all objects (half, refill, all - reverse) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (half, refill, all - reverse) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (half, refill, all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing removing all objects from root direct block of absolute heap (all - deleting heap) PASSED Testing removing all objects from two direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - deleting heap) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - deleting heap) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - deleting heap) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - deleting heap) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - deleting heap) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - deleting heap) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Using 'normal' heap ID format for 'huge' objects Testing insert one huge object, then remove (all - forward) PASSED Testing insert two huge objects, then remove (all - forward) PASSED Testing insert three huge objects, then remove (all - forward) PASSED Testing insert mix of normal & huge objects, then remove (all - forward) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - forward) PASSED Testing insert one tiny object, then remove (all - forward) PASSED Testing insert two tiny objects, then remove (all - forward) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - forward) PASSED Testing insert one huge object, then remove (all - reverse) PASSED Testing insert two huge objects, then remove (all - reverse) PASSED Testing insert three huge objects, then remove (all - reverse) PASSED Testing insert mix of normal & huge objects, then remove (all - reverse) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - reverse) PASSED Testing insert one tiny object, then remove (all - reverse) PASSED Testing insert two tiny objects, then remove (all - reverse) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - reverse) PASSED Testing insert one huge object, then remove (all - deleting heap) PASSED Testing insert two huge objects, then remove (all - deleting heap) PASSED Testing insert three huge objects, then remove (all - deleting heap) PASSED Testing insert mix of normal & huge objects, then remove (all - deleting heap) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - deleting heap) PASSED Testing insert one tiny object, then remove (all - deleting heap) PASSED Testing insert two tiny objects, then remove (all - deleting heap) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - deleting heap) PASSED Using 'direct' heap ID format for 'huge' objects Testing insert one huge object, then remove (all - forward) PASSED Testing insert two huge objects, then remove (all - forward) PASSED Testing insert three huge objects, then remove (all - forward) PASSED Testing insert mix of normal & huge objects, then remove (all - forward) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - forward) PASSED Testing insert one tiny object, then remove (all - forward) PASSED Testing insert two tiny objects, then remove (all - forward) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - forward) PASSED Testing insert one huge object, then remove (all - reverse) PASSED Testing insert two huge objects, then remove (all - reverse) PASSED Testing insert three huge objects, then remove (all - reverse) PASSED Testing insert mix of normal & huge objects, then remove (all - reverse) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - reverse) PASSED Testing insert one tiny object, then remove (all - reverse) PASSED Testing insert two tiny objects, then remove (all - reverse) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - reverse) PASSED Testing insert one huge object, then remove (all - deleting heap) PASSED Testing insert two huge objects, then remove (all - deleting heap) PASSED Testing insert three huge objects, then remove (all - deleting heap) PASSED Testing insert mix of normal & huge objects, then remove (all - deleting heap) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - deleting heap) PASSED Testing insert one tiny object, then remove (all - deleting heap) PASSED Testing insert two tiny objects, then remove (all - deleting heap) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - deleting heap) PASSED Using 'direct' heap ID format for 'huge' objects and larger IDs for 'tiny' objects Testing insert one huge object, then remove (all - forward) PASSED Testing insert two huge objects, then remove (all - forward) PASSED Testing insert three huge objects, then remove (all - forward) PASSED Testing insert mix of normal & huge objects, then remove (all - forward) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - forward) PASSED Testing insert one tiny object, then remove (all - forward) PASSED Testing insert two tiny objects, then remove (all - forward) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - forward) PASSED Testing insert one huge object, then remove (all - reverse) PASSED Testing insert two huge objects, then remove (all - reverse) PASSED Testing insert three huge objects, then remove (all - reverse) PASSED Testing insert mix of normal & huge objects, then remove (all - reverse) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - reverse) PASSED Testing insert one tiny object, then remove (all - reverse) PASSED Testing insert two tiny objects, then remove (all - reverse) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - reverse) PASSED Testing insert one huge object, then remove (all - deleting heap) PASSED Testing insert two huge objects, then remove (all - deleting heap) PASSED Testing insert three huge objects, then remove (all - deleting heap) PASSED Testing insert mix of normal & huge objects, then remove (all - deleting heap) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - deleting heap) PASSED Testing insert one tiny object, then remove (all - deleting heap) PASSED Testing insert two tiny objects, then remove (all - deleting heap) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - deleting heap) PASSED Testing insert one 'managed' object into heap with I/O filters, then remove (all - forward) PASSED Testing insert two 'managed' objects into heap with I/O filters, then remove (all - forward) PASSED Testing inserting random-sized objects in heap with compressed blocks, then remove all objects (all - random) PASSED Testing inserting random-sized objects with power of 2 distribution in heap with compressed blocks, then remove all objects (all - random) PASSED Testing insert one 'managed' object into heap with I/O filters, then remove (all - reverse) PASSED Testing insert two 'managed' objects into heap with I/O filters, then remove (all - reverse) PASSED Testing inserting random-sized objects in heap with compressed blocks, then remove all objects (all - random) PASSED Testing inserting random-sized objects with power of 2 distribution in heap with compressed blocks, then remove all objects (all - random) PASSED Testing insert one 'managed' object into heap with I/O filters, then remove (all - deleting heap) PASSED Testing insert two 'managed' objects into heap with I/O filters, then remove (all - deleting heap) PASSED Testing inserting random-sized objects in heap with compressed blocks, then remove all objects (all - deleting heap) PASSED Testing inserting random-sized objects with power of 2 distribution in heap with compressed blocks, then remove all objects (all - deleting heap) PASSED Using 'small' heap creation parameters Testing inserting random-sized objects, then remove all objects (all - random) PASSED Testing inserting random-sized objects with power of 2 distribution, then remove all objects (all - random) PASSED Testing inserting random-sized objects, then remove all objects (all - deleting heap) PASSED Testing inserting random-sized objects with power of 2 distribution, then remove all objects (all - deleting heap) PASSED Using 'large' heap creation parameters Testing inserting random-sized objects, then remove all objects (all - random) PASSED Testing inserting random-sized objects with power of 2 distribution, then remove all objects (all - random) PASSED Testing inserting random-sized objects, then remove all objects (all - deleting heap) PASSED Testing inserting random-sized objects with power of 2 distribution, then remove all objects (all - deleting heap) PASSED Testing writing objects in heap PASSED Testing writing objects in heap with compressed blocks PASSED Testing bug1: inserting several objects & removing one, then re-inserting PASSED All fractal heap tests passed. 120.90 real 61.70 user 21.88 sys Finished testing fheap ============================ ============================ Testing testerror.sh Finished testing testerror.sh ============================ testerror.sh Test Log ============================ Testing err_compat PASSED Testing error_test PASSED All Error API tests passed. 0.05 real 0.02 user 0.04 sys Finished testing testerror.sh ============================ ============================ ===Serial tests in test ended Mon Feb 9 17:59:16 EST 2009=== Making check in tools Making check in lib make talign make[3]: `talign' is up to date. make check-TESTS ===Serial tests in lib begin Mon Feb 9 17:59:16 EST 2009=== ============================ Testing talign Finished testing talign ============================ talign Test Log ============================ Testing alignment in compound datatypes PASSED 0.00 real 0.00 user 0.00 sys Finished testing talign ============================ ===Serial tests in lib ended Mon Feb 9 17:59:16 EST 2009=== Making check in h5dump make h5dumpgentest binread testh5dump.sh testh5dumpxml.sh make[3]: `h5dumpgentest' is up to date. make[3]: `binread' is up to date. make[3]: `testh5dump.sh' is up to date. make[3]: `testh5dumpxml.sh' is up to date. make check-TESTS ===Serial tests in h5dump begin Mon Feb 9 17:59:16 EST 2009=== ============================ Testing h5dumpgentest Finished testing h5dumpgentest ============================ h5dumpgentest Test Log ============================ 0.09 real 0.04 user 0.04 sys Finished testing h5dumpgentest ============================ ============================ Testing testh5dump.sh Finished testing testh5dump.sh ============================ testh5dump.sh Test Log ============================ Testing h5dump tgroup.h5 PASSED Testing h5dump --group=/g2 --group / -g /y tgroup.h5 PASSED Testing h5dump tdset.h5 PASSED Testing h5dump -H -d dset1 -d /dset2 --dataset=dset3 tdset.h5 PASSED Testing h5dump tattr.h5 PASSED Testing h5dump -a /attr1 --attribute /attr4 --attribute=/attr5 tattr.h PASSED Testing h5dump --header -a /attr2 --attribute=/attr tattr.h5 PASSED Testing h5dump tnamed_dtype_attr.h5 PASSED Testing h5dump tslink.h5 PASSED Testing h5dump tudlink.h5 PASSED Testing h5dump -l slink2 tslink.h5 PASSED Testing h5dump -l udlink2 tudlink.h5 PASSED Testing h5dump thlink.h5 PASSED Testing h5dump -d /g1/dset2 --dataset /dset1 --dataset=/g1/g1.1/dset3 PASSED Testing h5dump -d /g1/g1.1/dset3 --dataset /g1/dset2 --dataset=/dset1 PASSED Testing h5dump -g /g1 thlink.h5 PASSED Testing h5dump -d /dset1 -g /g2 -d /g1/dset2 thlink.h5 PASSED Testing h5dump tcompound.h5 PASSED Testing h5dump -t /type1 --datatype /type2 --datatype=/group1/type3 tc PASSED Testing h5dump -t /#6632 -g /group2 tcompound.h5 PASSED Testing h5dump tcompound_complex.h5 PASSED Testing h5dump tnestedcomp.h5 PASSED Testing h5dump tall.h5 PASSED Testing h5dump --header -g /g1/g1.1 -a attr2 tall.h5 PASSED Testing h5dump -d /g2/dset2.1 -l /g1/g1.2/g1.2.1/slink tall.h5 PASSED Testing h5dump tloop.h5 PASSED Testing h5dump tstr.h5 PASSED Testing h5dump tstr2.h5 PASSED Testing h5dump tsaf.h5 PASSED Testing h5dump tvldtypes1.h5 PASSED Testing h5dump tvldtypes2.h5 PASSED Testing h5dump tvldtypes3.h5 PASSED Testing h5dump tvldtypes4.h5 PASSED Testing h5dump tvldtypes5.h5 PASSED Testing h5dump tvlstr.h5 PASSED Testing h5dump tarray1.h5 PASSED Testing h5dump tarray2.h5 PASSED Testing h5dump tarray3.h5 PASSED Testing h5dump tarray4.h5 PASSED Testing h5dump tarray5.h5 PASSED Testing h5dump tarray6.h5 PASSED Testing h5dump tarray7.h5 PASSED Testing h5dump tempty.h5 PASSED Testing h5dump tgrp_comments.h5 PASSED Testing h5dump --filedriver=split tsplit_file PASSED Testing h5dump --filedriver=family tfamily%05d.h5 PASSED Testing h5dump --filedriver=multi tmulti PASSED Testing h5dump -w157 tlarge_objname.h5 PASSED Testing h5dump -A tall.h5 PASSED Testing h5dump -A -r tall.h5 PASSED Testing h5dump --dataset=/g1/g1.1/dset1.1.1 --start=1,1 --stride=2,3 - PASSED Testing h5dump -d /g1/g1.1/dset1.1.2[0;2;10;] tall.h5 PASSED Testing h5dump -d /dset1[1,1;;;] tdset.h5 PASSED Testing h5dump -r tchar.h5 PASSED Testing h5dump PASSED Testing h5dump -H -B -d dset tfcontents1.h5 PASSED Testing h5dump -B tfcontents2.h5 PASSED Testing h5dump -p -d bogus tfcontents1.h5 PASSED Testing h5dump -n tfcontents1.h5 PASSED Testing h5dump -H -p -d compact tfilters.h5 PASSED Testing h5dump -H -p -d contiguous tfilters.h5 PASSED Testing h5dump -H -p -d chunked tfilters.h5 PASSED Testing h5dump -H -p -d external tfilters.h5 PASSED Testing h5dump -p tfvalues.h5 PASSED Testing h5dump tattr2.h5 PASSED Testing h5dump -e tstr3.h5 PASSED Testing h5dump tstr3.h5 PASSED Testing h5dump -r -d str4 tstr3.h5 PASSED Testing h5dump taindices.h5 PASSED Testing h5dump -y taindices.h5 PASSED Testing h5dump -d 1d -s 1 -S 10 -c 2 -k 3 taindices.h5 PASSED Testing h5dump -d 2d -s 1,2 -S 3,3 -c 3,2 -k 2,2 taindices.h5 PASSED Testing h5dump -d 3d -s 0,1,2 -S 1,3,3 -c 2,2,2 -k 1,2,2 taindices.h5 PASSED Testing h5dump -d 4d -s 0,0,1,2 -c 2,2,3,2 -S 1,1,3,3 -k 1,1,2,2 taind PASSED Testing h5dump -H -p -d szip tfilters.h5 -SKIP- Testing h5dump -H -p -d deflate tfilters.h5 -SKIP- Testing h5dump -H -p -d shuffle tfilters.h5 PASSED Testing h5dump -H -p -d fletcher32 tfilters.h5 PASSED Testing h5dump -H -p -d nbit tfilters.h5 PASSED Testing h5dump -H -p -d scaleoffset tfilters.h5 PASSED Testing h5dump -H -p -d all tfilters.h5 -SKIP- Testing h5dump -H -p -d myfilter tfilters.h5 PASSED Testing h5dump tlonglinks.h5 PASSED Testing h5dump -d dset4gb -s 4294967284 -c 22 tbigdims.h5 PASSED Testing h5dump thyperslab.h5 PASSED Testing h5dump tnullspace.h5 PASSED Testing h5dump tvms.h5 PASSED Testing h5dump -d integer -o /Users/edo/Downloads/hdf5-1.8.1/tools/h5d PASSED Testing h5dump -d float -o /Users/edo/Downloads/hdf5-1.8.1/tools/h5dum PASSED Testing h5dump -d integer -o /Users/edo/Downloads/hdf5-1.8.1/tools/h5d PASSED Running h5import /Users/edo/Downloads/hdf5-1.8.1/tools/h5dump/../test PASSED Running h5diff tbinary.h5 /Users/edo/Downloads/hdf5-1.8.1/tools/h5dum PASSED Testing h5dump -d double -o /Users/edo/Downloads/hdf5-1.8.1/tools/h5du PASSED Testing h5dump tdatareg.h5 PASSED Testing h5dump --group=1 --sort_by=creation_order --sort_order=ascendi PASSED Testing h5dump --group=1 --sort_by=creation_order --sort_order=descend PASSED Testing h5dump -g 2 -q name -z ascending tordergr.h5 PASSED Testing h5dump -g 2 -q name -z descending tordergr.h5 PASSED Testing h5dump -q creation_order tordergr.h5 PASSED Testing h5dump -H --sort_by=name --sort_order=ascending torderattr.h5 PASSED Testing h5dump -H --sort_by=name --sort_order=descending torderattr.h5 PASSED Testing h5dump -H --sort_by=creation_order --sort_order=ascending tord PASSED Testing h5dump -H --sort_by=creation_order --sort_order=descending tor PASSED Testing h5dump -m %.7f tfpformat.h5 PASSED All h5dump tests passed. 2.17 real 0.87 user 1.58 sys Finished testing testh5dump.sh ============================ ============================ ============================ Testing testh5dumpxml.sh Finished testing testh5dumpxml.sh ============================ testh5dumpxml.sh Test Log ============================ Testing h5dump --xml tall.h5 PASSED Testing h5dump --xml tattr.h5 PASSED Testing h5dump --xml tbitfields.h5 PASSED Testing h5dump --xml tcompound.h5 PASSED Testing h5dump --xml tcompound2.h5 PASSED Testing h5dump --xml tdatareg.h5 PASSED Testing h5dump --xml tdset.h5 PASSED Testing h5dump --xml tdset2.h5 PASSED Testing h5dump --xml tenum.h5 PASSED Testing h5dump --xml tgroup.h5 PASSED Testing h5dump --xml thlink.h5 PASSED Testing h5dump --xml tloop.h5 PASSED Testing h5dump --xml tloop2.h5 PASSED Testing h5dump --xml tmany.h5 PASSED Testing h5dump --xml tnestedcomp.h5 PASSED Testing h5dump --xml tcompound_complex.h5 PASSED Testing h5dump --xml tobjref.h5 PASSED Testing h5dump --xml topaque.h5 PASSED Testing h5dump --xml tslink.h5 PASSED Testing h5dump --xml tudlink.h5 PASSED Testing h5dump --xml textlink.h5 PASSED Testing h5dump --xml tstr.h5 PASSED Testing h5dump --xml tstr2.h5 PASSED Testing h5dump --xml tref.h5 PASSED Testing h5dump --xml tname-amp.h5 PASSED Testing h5dump --xml tname-apos.h5 PASSED Testing h5dump --xml tname-gt.h5 PASSED Testing h5dump --xml tname-lt.h5 PASSED Testing h5dump --xml tname-quot.h5 PASSED Testing h5dump --xml tname-sp.h5 PASSED Testing h5dump --xml tstring.h5 PASSED Testing h5dump --xml tstring-at.h5 PASSED Testing h5dump --xml tref-escapes.h5 PASSED Testing h5dump --xml tref-escapes-at.h5 PASSED Testing h5dump --xml tnodata.h5 PASSED Testing h5dump --xml tarray1.h5 PASSED Testing h5dump --xml tarray2.h5 PASSED Testing h5dump --xml tarray3.h5 PASSED Testing h5dump --xml tarray6.h5 PASSED Testing h5dump --xml tarray7.h5 PASSED Testing h5dump --xml tvldtypes1.h5 PASSED Testing h5dump --xml tvldtypes2.h5 PASSED Testing h5dump --xml tvldtypes3.h5 PASSED Testing h5dump --xml tvldtypes4.h5 PASSED Testing h5dump --xml tvldtypes5.h5 PASSED Testing h5dump --xml tvlstr.h5 PASSED Testing h5dump --xml tsaf.h5 PASSED Testing h5dump --xml tempty.h5 PASSED Testing h5dump --xml tnamed_dtype_attr.h5 PASSED Testing h5dump --xml --use-dtd tempty.h5 PASSED Testing h5dump --xml -u tempty.h5 PASSED Testing h5dump --xml -X : tempty.h5 PASSED Testing h5dump --xml --xml-ns=: tempty.h5 PASSED Testing h5dump --xml -X thing: tempty.h5 PASSED Testing h5dump --xml --xml-ns=thing: tempty.h5 PASSED Testing h5dump --xml --xml-ns=: --xml-dtd=http://somewhere.net tempty. PASSED Testing h5dump --xml --use-dtd --xml-dtd=http://somewhere.net tempty.h PASSED Testing h5dump --xml -A tall.h5 PASSED Testing h5dump --xml -H --sort_by=name --sort_order=ascending torderat PASSED Testing h5dump --xml -H --sort_by=name --sort_order=descending tordera PASSED Testing h5dump --xml -H --sort_by=creation_order --sort_order=ascendin PASSED Testing h5dump --xml -H --sort_by=creation_order --sort_order=descendi PASSED All h5dump tests passed. 1.25 real 0.45 user 0.94 sys Finished testing testh5dumpxml.sh ============================ ============================ ===Serial tests in h5dump ended Mon Feb 9 17:59:20 EST 2009=== Making check in h5diff make h5diffgentest ./testh5diff.sh make[3]: `h5diffgentest' is up to date. make[3]: Nothing to be done for `testh5diff.sh'. make check-TESTS ===Serial tests in h5diff begin Mon Feb 9 17:59:20 EST 2009=== ============================ Testing h5diffgentest Finished testing h5diffgentest ============================ h5diffgentest Test Log ============================ 0.24 real 0.22 user 0.01 sys Finished testing h5diffgentest ============================ ============================ Testing testh5diff.sh Finished testing testh5diff.sh ============================ testh5diff.sh Test Log ============================ Testing h5diff -h PASSED Testing h5diff h5diff_basic1.h5 h5diff_basic2.h5 PASSED Testing h5diff h5diff_basic1.h5 h5diff_basic2.h5 g1/dset1 g1/dset2 PASSED Testing h5diff -r h5diff_basic1.h5 h5diff_basic2.h5 PASSED Testing h5diff -r h5diff_basic1.h5 h5diff_basic2.h5 g1/dset1 g1/dset2 PASSED Testing h5diff --report --delta=5 h5diff_basic1.h5 h5diff_basic2.h5 g1 PASSED Testing h5diff -v -p 0.02 h5diff_basic1.h5 h5diff_basic1.h5 g1/dset5 g PASSED Testing h5diff --verbose --relative=0.02 h5diff_basic1.h5 h5diff_basic PASSED Testing h5diff -v -p 0.02 h5diff_basic1.h5 h5diff_basic1.h5 g1/dset9 g PASSED Testing h5diff -v h5diff_basic1.h5 h5diff_basic2.h5 PASSED Testing h5diff -q h5diff_basic1.h5 h5diff_basic2.h5 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 dset g1 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 dset l1 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 dset t1 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 g1 g1 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 t1 t1 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 l1 l1 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 g1 g2 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 t1 t2 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 l1 l2 PASSED Testing h5diff -v h5diff_dtypes.h5 h5diff_dtypes.h5 dset0a dset0b PASSED Testing h5diff -v h5diff_dtypes.h5 h5diff_dtypes.h5 dset1a dset1b PASSED Testing h5diff -v h5diff_dtypes.h5 h5diff_dtypes.h5 dset2a dset2b PASSED Testing h5diff -v h5diff_dtypes.h5 h5diff_dtypes.h5 dset3a dset4b PASSED Testing h5diff -v h5diff_dtypes.h5 h5diff_dtypes.h5 dset4a dset4b PASSED Testing h5diff -v h5diff_dtypes.h5 h5diff_dtypes.h5 dset5a dset5b PASSED Testing h5diff -v h5diff_dtypes.h5 h5diff_dtypes.h5 dset6a dset6b PASSED Testing h5diff -v h5diff_dtypes.h5 h5diff_dtypes.h5 dset7a dset7b PASSED Testing h5diff -v h5diff_dset1.h5 h5diff_dset2.h5 refreg PASSED Testing h5diff h5diff_basic1.h5 PASSED Testing h5diff -d h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset4 PASSED Testing h5diff -d -4 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dse PASSED Testing h5diff -d 0 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -d u h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -d 0x1 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/ds PASSED Testing h5diff -d 1 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -d 1 -d 2 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1 PASSED Testing h5diff -d 200 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/ds PASSED Testing h5diff -d 1 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -r -p h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dse PASSED Testing h5diff -p -4 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dse PASSED Testing h5diff -p 0 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -p u h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -p 0x1 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/ds PASSED Testing h5diff -p 0.21 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/d PASSED Testing h5diff -p 0.21 -p 0.22 h5diff_basic1.h5 h5diff_basic2.h5 g1/ds PASSED Testing h5diff -p 2 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -p 0.005 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/ PASSED Testing h5diff -n h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset4 PASSED Testing h5diff -n -4 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dse PASSED Testing h5diff -n 0 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -n u h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -n 0x1 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/ds PASSED Testing h5diff -n 2 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -n 2 -n 3 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1 PASSED Testing h5diff --count=200 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 PASSED Testing h5diff -n 1 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff file1.h6 file2.h6 PASSED Testing h5diff -v h5diff_attr1.h5 h5diff_attr2.h5 PASSED Testing h5diff -v h5diff_dset1.h5 h5diff_dset2.h5 PASSED Testing h5diff -v h5diff_basic2.h5 h5diff_basic2.h5 PASSED Testing h5diff -v h5diff_hyper1.h5 h5diff_hyper2.h5 PASSED Testing h5diff -v h5diff_basic1.h5 h5diff_basic1.h5 g1/d1 g1/d2 PASSED Testing h5diff -v h5diff_basic1.h5 h5diff_basic1.h5 g1/fp1 g1/fp2 PASSED All h5diff tests passed. 6.48 real 4.52 user 2.09 sys Finished testing testh5diff.sh ============================ ============================ ===Serial tests in h5diff ended Mon Feb 9 17:59:27 EST 2009=== Making check in h5ls make ./testh5ls.sh make[3]: Nothing to be done for `testh5ls.sh'. make check-TESTS ===Serial tests in h5ls begin Mon Feb 9 17:59:27 EST 2009=== ============================ Testing testh5ls.sh Finished testing testh5ls.sh ============================ testh5ls.sh Test Log ============================ Testing h5ls -w80 -h PASSED Testing h5ls -w80 -help PASSED Testing h5ls -w80 -? PASSED Testing h5ls -w80 tall.h5 PASSED Testing h5ls -w80 -r -d tall.h5 PASSED Testing h5ls -w80 tgroup.h5 PASSED Testing h5ls -w80 -r -g tgroup.h5 PASSED Testing h5ls -w80 -g tgroup.h5/g1 PASSED Testing h5ls -w80 -r -d tdset.h5 PASSED Testing h5ls -w80 -r tslink.h5 PASSED Testing h5ls -w80 -r textlink.h5 PASSED Testing h5ls -w80 -r tudlink.h5 PASSED Testing h5ls -w80 thlink.h5 PASSED Testing h5ls -w80 -r -d tcompound.h5 PASSED Testing h5ls -w80 -r -d tnestedcomp.h5 PASSED Testing h5ls -w80 -r -d tloop.h5 PASSED Testing h5ls -w80 -r -d tstr.h5 PASSED Testing h5ls -w80 -r -d tsaf.h5 PASSED Testing h5ls -w80 -r -d tvldtypes1.h5 PASSED Testing h5ls -w80 -r -d tarray1.h5 PASSED Testing h5ls -w80 -d tempty.h5 PASSED Testing h5ls -w80 -v -S tattr2.h5 PASSED Testing h5ls nosuchfile.h5 PASSED All h5ls tests passed. 0.45 real 0.16 user 0.34 sys Finished testing testh5ls.sh ============================ ============================ ===Serial tests in h5ls ended Mon Feb 9 17:59:27 EST 2009=== Making check in misc make h5repart_gentest repart_test testh5repart.sh ./testh5mkgrp.sh make[3]: `h5repart_gentest' is up to date. make[3]: `repart_test' is up to date. make[3]: `testh5repart.sh' is up to date. make[3]: Nothing to be done for `testh5mkgrp.sh'. make check-TESTS ===Serial tests in misc begin Mon Feb 9 17:59:27 EST 2009=== ============================ Testing h5repart_gentest Finished testing h5repart_gentest ============================ h5repart_gentest Test Log ============================ PASSED 0.00 real 0.00 user 0.00 sys Finished testing h5repart_gentest ============================ ============================ Testing testh5repart.sh Finished testing testh5repart.sh ============================ testh5repart.sh Test Log ============================ Testing h5repart -m 20000 family_file%05d.h5 /Users/edo/Downloads/hdf5 PASSED Testing h5repart -m 5k family_file%05d.h5 /Users/edo/Downloads/hdf5-1. PASSED Testing h5repart -m 20000 -family_to_sec2 family_file%05d.h5 /Users/ed PASSED Testing repart_test PASSED All h5repart tests passed. 0.05 real 0.02 user 0.04 sys Finished testing testh5repart.sh ============================ ============================ ============================ Testing testh5mkgrp.sh Finished testing testh5mkgrp.sh ============================ testh5mkgrp.sh Test Log ============================ Testing h5mkgrp -h ../testfiles/h5mkgrp_help.h5 PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_help.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_help.h5 Testing h5mkgrp -V ../testfiles/h5mkgrp_version.h5 PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_version.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_version.h5 Testing h5mkgrp ../testfiles/h5mkgrp_single.h5 single PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_single.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_single.h5 Testing h5mkgrp -v ../testfiles/h5mkgrp_single.h5 single PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_single.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_single.h5 Testing h5mkgrp -p ../testfiles/h5mkgrp_single.h5 single PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_single.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_single.h5 Testing h5mkgrp -l ../testfiles/h5mkgrp_single_latest.h5 latest PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_single_latest.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_single_latest.h5 Testing h5mkgrp ../testfiles/h5mkgrp_several.h5 one two PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_several.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_several.h5 Testing h5mkgrp -v ../testfiles/h5mkgrp_several.h5 one two PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_several.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_several.h5 Testing h5mkgrp -p ../testfiles/h5mkgrp_several.h5 one two PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_several.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_several.h5 Testing h5mkgrp -l ../testfiles/h5mkgrp_several_latest.h5 one two PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_several_latest.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_several_latest.h5 Testing h5mkgrp -p ../testfiles/h5mkgrp_nested.h5 /one/two PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_nested.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_nested.h5 Testing h5mkgrp -lp ../testfiles/h5mkgrp_nested_latest.h5 /one/two PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_nested_latest.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_nested_latest.h5 Testing h5mkgrp -p ../testfiles/h5mkgrp_nested_mult.h5 /one/two /three PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_nested_mult.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_nested_mult.h5 Testing h5mkgrp -lp ../testfiles/h5mkgrp_nested_mult_latest.h5 /one/tw PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_nested_mult_latest. PASSED FILEOUT= ../testfiles/h5mkgrp_nested_mult_latest.h5 All h5mkgrp tests passed. 0.43 real 0.16 user 0.38 sys Finished testing testh5mkgrp.sh ============================ ============================ ===Serial tests in misc ended Mon Feb 9 17:59:28 EST 2009=== Making check in h5import make h5importtest make[3]: `h5importtest' is up to date. make check-TESTS ===Serial tests in h5import begin Mon Feb 9 17:59:28 EST 2009=== ============================ Testing h5importtest Finished testing h5importtest ============================ h5importtest Test Log ============================ 0.00 real 0.00 user 0.00 sys Finished testing h5importtest ============================ ============================ Testing h5importtestutil.sh Finished testing h5importtestutil.sh ============================ h5importtestutil.sh Test Log ============================ ============================== H5IMPORT tests started ============================== Testing ASCII I32 rank 3 - Output BE PASSED Testing ASCII I16 rank 3 - Output LE - CHUNKED - extended PASSED Testing ASCII I8 - rank 3 - Output I16 LE-Chunked+Extended+Compressed PASSED Testing ASCII UI32 - rank 3 - Output BE PASSED Testing ASCII UI16 - rank 2 - Output LE+Chunked+Compressed PASSED Testing ASCII F32 - rank 3 - Output LE PASSED Testing ASCII F64 - rank 3 - Output BE + CHUNKED+Extended+Compressed PASSED Testing BINARY F64 - rank 3 - Output LE+CHUNKED+Extended+Compressed PASSED Testing BINARY I16 - rank 3 - Output order LE + CHUNKED + extended PASSED Testing BINARY I8 - rank 3 - Output I16LE + Chunked+Extended+Compresse PASSED Testing BINARY I32 - rank 3 - Output BE + CHUNKED PASSED Testing BINARY UI16 - rank 3 - Output byte BE + CHUNKED PASSED Testing BINARY UI32 - rank 3 - Output LE + CHUNKED PASSED Testing STR PASSED ====================================== H5IMPORT Utilities tests have passed. ====================================== 0.32 real 0.13 user 0.22 sys Finished testing h5importtestutil.sh ============================ ============================ ===Serial tests in h5import ended Mon Feb 9 17:59:28 EST 2009=== Making check in h5repack make h5repacktst h5repack.sh make[3]: `h5repacktst' is up to date. make[3]: `h5repack.sh' is up to date. make check-TESTS ===Serial tests in h5repack begin Mon Feb 9 17:59:29 EST 2009=== ============================ Testing h5repacktst Finished testing h5repacktst ============================ h5repacktst Test Log ============================ Testing h5repack: Testing generating datasets PASSED Testing copy of datasets (fill values) PASSED Testing copy of datasets (all datatypes) PASSED Testing copy of datasets (attributes) PASSED Testing copy of datasets (hardlinks) PASSED Testing copy of allocation early file PASSED Testing adding deflate filter -SKIP- Testing adding deflate filter to all -SKIP- Testing adding szip filter -SKIP- Testing adding szip filter to all -SKIP- Testing addding shuffle filter PASSED Testing addding shuffle filter to all PASSED Testing adding checksum filter PASSED Testing adding checksum filter to all PASSED Testing filter queue fletcher, shuffle, deflate, szip PASSED Testing adding layout chunked PASSED Testing adding layout chunked to all PASSED Testing adding layout contiguous PASSED Testing adding layout contiguous to all PASSED Testing adding layout compact PASSED Testing adding layout compact to all PASSED Testing layout compact to contiguous conversion PASSED Testing layout compact to chunk conversion PASSED Testing layout compact to compact conversion PASSED Testing layout contiguous to compact conversion PASSED Testing layout contiguous to chunk conversion PASSED Testing layout contiguous to contiguous conversion PASSED Testing layout chunked to compact conversion PASSED Testing layout chunked to contiguous conversion PASSED Testing layout chunked to chunk conversion PASSED Testing copy of szip filter -SKIP- Testing removing szip filter -SKIP- Testing copy of deflate filter -SKIP- Testing removing deflate filter -SKIP- Testing copy of shuffle filter PASSED Testing removing shuffle filter PASSED Testing copy of fletcher filter PASSED Testing removing fletcher filter PASSED Testing copy of nbit filter PASSED Testing removing nbit filter PASSED Testing adding nbit filter PASSED Testing copy of scaleoffset filter PASSED Testing removing scaleoffset filter PASSED Testing adding scaleoffset filter PASSED Testing filter conversion from deflate to szip -SKIP- Testing filter conversion from szip to deflate -SKIP- Testing removing all filters -SKIP- Testing big file PASSED Testing external datasets PASSED Testing file with userblock PASSED Testing latest file format options PASSED Testing several global filters -SKIP- All h5repack tests passed. 1.59 real 1.38 user 0.14 sys Finished testing h5repacktst ============================ ============================ Testing h5repack.sh Finished testing h5repack.sh ============================ h5repack.sh Test Log ============================ Testing h5repack h5repack_fill.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_fill.h5 /Users/edo/Dow PASSED Testing h5repack h5repack_objs.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_objs.h5 /Users/edo/Dow PASSED Testing h5repack h5repack_attr.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_attr.h5 /Users/edo/Dow PASSED Testing h5repack h5repack_hlink.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_hlink.h5 /Users/edo/Do PASSED Testing h5repack h5repack_layout.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_early.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_early.h5 /Users/edo/Do PASSED Testing h5repack h5repack_layout.h5 -f dset1:GZIP=1 -l dset1:CHUNK=20x -SKIP- Testing h5repack h5repack_layout.h5 -f GZIP=1 -SKIP- Testing h5repack h5repack_layout.h5 -f dset2:SZIP=8,EC -l dset2:CHUNK= -SKIP- Testing h5repack h5repack_layout.h5 -f SZIP=8,NN -SKIP- Testing h5repack h5repack_layout.h5 -f dset2:SHUF -l dset2:CHUNK=20x10 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -f SHUF PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -f dset2:FLET -l dset2:CHUNK=20x10 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -f FLET PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -f dset2:SHUF -f dset2:FLET -f dse -SKIP- Testing h5repack h5repack_szip.h5 -SKIP- Testing h5repack h5repack_szip.h5 --filter=dset_szip:NONE -SKIP- Testing h5repack h5repack_deflate.h5 -SKIP- Testing h5repack h5repack_deflate.h5 -f dset_deflate:NONE -SKIP- Testing h5repack h5repack_shuffle.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_shuffle.h5 /Users/edo/ PASSED Testing h5repack h5repack_shuffle.h5 -f dset_shuffle:NONE PASSED Verifying h5diff output ./../testfiles/h5repack_shuffle.h5 /Users/edo/ PASSED Testing h5repack h5repack_fletcher.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_fletcher.h5 /Users/edo PASSED Testing h5repack h5repack_fletcher.h5 -f dset_fletcher32:NONE PASSED Verifying h5diff output ./../testfiles/h5repack_fletcher.h5 /Users/edo PASSED Testing h5repack h5repack_nbit.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_nbit.h5 /Users/edo/Dow PASSED Testing h5repack h5repack_nbit.h5 -f dset_nbit:NONE PASSED Verifying h5diff output ./../testfiles/h5repack_nbit.h5 /Users/edo/Dow PASSED Testing h5repack h5repack_nbit.h5 -f dset_int31:NBIT PASSED Verifying h5diff output ./../testfiles/h5repack_nbit.h5 /Users/edo/Dow PASSED Testing h5repack h5repack_soffset.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_soffset.h5 /Users/edo/ PASSED Testing h5repack h5repack_soffset.h5 -f dset_none:SOFF=31,IN PASSED Verifying h5diff output ./../testfiles/h5repack_soffset.h5 /Users/edo/ PASSED Testing h5repack h5repack_soffset.h5 -f dset_scaleoffset:NONE PASSED Verifying h5diff output ./../testfiles/h5repack_soffset.h5 /Users/edo/ PASSED Testing h5repack h5repack_filters.h5 -f NONE -SKIP- Testing h5repack h5repack_deflate.h5 -f dset_deflate:SZIP=8,NN -SKIP- Testing h5repack h5repack_szip.h5 -f dset_szip:GZIP=1 -SKIP- Testing h5repack h5repack_layout.h5 -f GZIP=1 -m 1024 -SKIP- Testing h5repack h5repack_layout.h5 -e ../testfiles/info.h5repack -SKIP- Testing h5repack h5repack_layout.h5 --layout=dset2:CHUNK=20x10 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l CHUNK=20x10 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset2:CONTI PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l CONTI PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset2:COMPA PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l COMPA PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_compact:CONTI PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_compact:CHUNK=2x5 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_compact:COMPA PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_contiguous:COMPA PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_contiguous:CHUNK=3x6 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_contiguous:CONTI PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_chunk:COMPA PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_chunk:CONTI PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_chunk:CHUNK=18x13 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_objs.h5 -n PASSED Verifying h5diff output ./../testfiles/h5repack_objs.h5 /Users/edo/Dow PASSED Testing h5repack h5repack_layout.h5 --layout CHUNK=20x10 --filter GZIP -SKIP- Testing h5repack h5repack_layout.h5 -l CHUNK=20x10 -f GZIP=1 -m 10 -n -SKIP- Testing h5repack h5repack_layout.h5 --filter GZIP=1 --filter SHUF -SKIP- Testing h5repack h5repack_layout.h5 -l CHUNK=20x10 -f GZIP=1 -m 10 -n -SKIP- All h5repack tests passed. 1.12 real 0.51 user 0.84 sys Finished testing h5repack.sh ============================ ============================ ===Serial tests in h5repack ended Mon Feb 9 17:59:31 EST 2009=== Making check in h5jam make tellub h5jamgentest getub testh5jam.sh make[3]: `tellub' is up to date. make[3]: `h5jamgentest' is up to date. make[3]: `getub' is up to date. make[3]: `testh5jam.sh' is up to date. make check-TESTS ===Serial tests in h5jam begin Mon Feb 9 17:59:31 EST 2009=== ============================ Testing testh5jam.sh Finished testing testh5jam.sh ============================ testh5jam.sh Test Log ============================ Testing h5jam -u u10.txt -i tall.h5 -o ta2.h5 PASSED Compare ta2.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u511.txt -i tall.h5 -o ta3.h5 PASSED Compare ta3.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u512.txt -i tall.h5 -o ta4.h5 PASSED Compare ta4.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u513.txt -i tall.h5 -o ta5.h5 PASSED Compare ta5.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u10.txt -i ta.h5 PASSED Compare ta.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u511.txt -i ta.h5 PASSED Compare ta.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u512.txt -i ta.h5 PASSED Compare ta.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u513.txt -i ta.h5 PASSED Compare ta.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u10.txt -i twithub.h5 -o tax2.h5 PASSED Compare tax2.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u511.txt -i twithub.h5 -o tax3.h5 PASSED Compare tax3.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u512.txt -i twithub.h5 -o tax4.h5 PASSED Compare tax4.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u513.txt -i twithub.h5 -o tax5.h5 PASSED Compare tax5.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u10.txt -i twithub513.h5 -o tax6.h5 PASSED Compare tax6.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u511.txt -i twithub513.h5 -o tax7.h5 PASSED Compare tax7.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u512.txt -i twithub513.h5 -o tax8.h5 PASSED Compare tax8.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u513.txt -i twithub513.h5 -o tax9.h5 PASSED Compare tax9.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u10.txt -i twithub.h5 -o taz2.h5 --clobber PASSED Compare taz2.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u511.txt -i twithub.h5 -o taz3.h5 --clobber PASSED Compare taz3.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u512.txt -i twithub.h5 -o taz4.h5 --clobber PASSED Compare taz4.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u513.txt -i twithub.h5 -o taz5.h5 --clobber PASSED Compare taz5.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u10.txt -i twithub513.h5 -o taz6.h5 --clobber PASSED Compare taz6.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u511.txt -i twithub513.h5 -o taz7.h5 --clobber PASSED Compare taz7.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u512.txt -i twithub513.h5 -o taz8.h5 --clobber PASSED Compare taz8.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u513.txt -i twithub513.h5 -o taz9.h5 --clobber PASSED Compare taz9.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u10.txt -i tay2.h5 --clobber PASSED Compare tay2.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u511.txt -i tay3.h5 --clobber PASSED Compare tay3.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u512.txt -i tay4.h5 --clobber PASSED Compare tay4.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u513.txt -i tay5.h5 --clobber PASSED Compare tay5.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u10.txt -i tay6.h5 --clobber PASSED Compare tay6.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u511.txt -i tay7.h5 --clobber PASSED Compare tay7.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u512.txt -i tay8.h5 --clobber PASSED Compare tay8.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u513.txt -i tay9.h5 --clobber PASSED Compare tay9.h5 to ./../testfiles/tall.h5 PASSED Testing h5unjam -i tai1.h5 -u o10.txt -o taa1.h5 PASSED Compare taa1.h5 to ./../testfiles/tall.h5 PASSED Testing h5unjam -i tai2.h5 -u o512.txt -o taa2.h5 PASSED Compare taa2.h5 to ./../testfiles/tall.h5 PASSED Testing h5unjam -i tai3.h5 -o taa3.h5 > uofile PASSED Compare taa3.h5 to ./../testfiles/tall.h5 PASSED Testing h5unjam -i tai4.h5 -o taa4.h5 > uofile PASSED Compare taa4.h5 to ./../testfiles/tall.h5 PASSED Testing h5unjam -i taj2.h5 -o tac2.h5 --delete PASSED Compare tac2.h5 to ./../testfiles/tall.h5 PASSED Testing h5unjam -i taj3.h5 -o tac3.h5 --delete PASSED Compare tac3.h5 to ./../testfiles/tall.h5 PASSED All h5jam tests passed. 2.83 real 0.98 user 2.19 sys Finished testing testh5jam.sh ============================ ============================ ===Serial tests in h5jam ended Mon Feb 9 17:59:34 EST 2009=== Making check in h5copy make h5copygentest ./testh5copy.sh make[3]: `h5copygentest' is up to date. make[3]: Nothing to be done for `testh5copy.sh'. make check-TESTS ===Serial tests in h5copy begin Mon Feb 9 17:59:34 EST 2009=== ============================ Testing h5copygentest Finished testing h5copygentest ============================ h5copygentest Test Log ============================ 0.01 real 0.00 user 0.00 sys Finished testing h5copygentest ============================ ============================ Testing testh5copy.sh Finished testing testh5copy.sh ============================ testh5copy.sh Test Log ============================ Test copying various forms of datasets Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Test copying dataset within group in source file to root of destination Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Test copying & renaming dataset Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Test copying empty, 'full' & 'nested' groups Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Test copying dataset within group in source file to group in destination Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Test copying & renaming group Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Test copying 'full' group hierarchy into group in destination file Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Test copying objects into group hier. that doesn't exist yet in destination file Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Verifying h5ls file structure ../testfiles/h5copytst.out.h5 PASSED All h5copy tests passed. 0.57 real 0.26 user 0.41 sys Finished testing testh5copy.sh ============================ ============================ ===Serial tests in h5copy ended Mon Feb 9 17:59:35 EST 2009=== Making check in h5stat make h5stat_gentest testh5stat.sh make[3]: `h5stat_gentest' is up to date. make[3]: `testh5stat.sh' is up to date. make check-TESTS ===Serial tests in h5stat begin Mon Feb 9 17:59:35 EST 2009=== ============================ Testing h5stat_gentest Finished testing h5stat_gentest ============================ h5stat_gentest Test Log ============================ 0.90 real 0.68 user 0.05 sys Finished testing h5stat_gentest ============================ ============================ Testing testh5stat.sh Finished testing testh5stat.sh ============================ testh5stat.sh Test Log ============================ Testing h5stat -h PASSED Testing h5stat --help PASSED Testing h5stat h5stat_filters.h5 PASSED Testing h5stat -f h5stat_filters.h5 PASSED Testing h5stat -F h5stat_filters.h5 PASSED Testing h5stat -d h5stat_filters.h5 PASSED Testing h5stat -g h5stat_filters.h5 PASSED Testing h5stat -dT h5stat_filters.h5 PASSED Testing h5stat h5stat_tsohm.h5 PASSED Testing h5stat h5stat_newgrat.h5 PASSED All h5stat tests passed. 0.99 real 0.72 user 0.29 sys Finished testing testh5stat.sh ============================ ============================ ===Serial tests in h5stat ended Mon Feb 9 17:59:37 EST 2009=== make check-TESTS make[5]: Nothing to be done for `_exec_check-s'. Making check in . make[2]: Nothing to be done for `all'. Making check in hl Making check in src make check-TESTS make[5]: Nothing to be done for `_exec_check-s'. Making check in test make test_lite test_image test_table test_ds test_packet make[3]: `test_lite' is up to date. make[3]: `test_image' is up to date. make[3]: `test_table' is up to date. make[3]: `test_ds' is up to date. make[3]: `test_packet' is up to date. make check-TESTS ===Serial tests in test begin Mon Feb 9 17:59:37 EST 2009=== ============================ Testing test_lite Finished testing test_lite ============================ test_lite Test Log ============================ Testing H5LTmake_dataset PASSED Testing H5LTread_dataset PASSED Testing H5LTmake_dataset_char PASSED Testing H5LTmake_dataset_short PASSED Testing H5LTmake_dataset_int PASSED Testing H5LTmake_dataset_long PASSED Testing H5LTmake_dataset_float PASSED Testing H5LTmake_dataset_double PASSED Testing H5LTmake_dataset_string PASSED Testing H5LTset_attribute_string PASSED Testing H5LTget_attribute_string PASSED Testing H5LTset_attribute_char PASSED Testing H5LTget_attribute_char PASSED Testing H5LTset_attribute_short PASSED Testing H5LTget_attribute_short PASSED Testing H5LTset_attribute_int PASSED Testing H5LTget_attribute_int PASSED Testing H5LTset_attribute_long PASSED Testing H5LTget_attribute_long PASSED Testing H5LTset_attribute_uchar PASSED Testing H5LTget_attribute_uchar PASSED Testing H5LTset_attribute_ushort PASSED Testing H5LTget_attribute_ushort PASSED Testing H5LTset_attribute_uint PASSED Testing H5LTget_attribute_uint PASSED Testing H5LTset_attribute_ulong PASSED Testing H5LTget_attribute_ulong PASSED Testing H5LTset_attribute_float PASSED Testing H5LTget_attribute_float PASSED Testing H5LTset_attribute_double PASSED Testing H5LTget_attribute_double PASSED Testing H5LTget_attribute_ndims PASSED Testing H5LTget_attribute_info PASSED Testing H5LTset_attribute_string PASSED Testing H5LTget_attribute_string PASSED Testing H5LTset_attribute_char PASSED Testing H5LTget_attribute_char PASSED Testing H5LTset_attribute_short PASSED Testing H5LTget_attribute_short PASSED Testing H5LTset_attribute_int PASSED Testing H5LTget_attribute_int PASSED Testing H5LTset_attribute_long PASSED Testing H5LTget_attribute_long PASSED Testing H5LTset_attribute_uchar PASSED Testing H5LTget_attribute_uchar PASSED Testing H5LTset_attribute_ushort PASSED Testing H5LTget_attribute_ushort PASSED Testing H5LTset_attribute_uint PASSED Testing H5LTget_attribute_uint PASSED Testing H5LTset_attribute_ulong PASSED Testing H5LTget_attribute_ulong PASSED Testing H5LTset_attribute_float PASSED Testing H5LTget_attribute_float PASSED Testing H5LTset_attribute_double PASSED Testing H5LTget_attribute_double PASSED Testing H5LTget_attribute_ndims PASSED Testing H5LTget_attribute_info PASSED Testing H5LTset_attribute_string PASSED Testing H5LTget_attribute_string PASSED Testing H5LTset_attribute_char PASSED Testing H5LTget_attribute_char PASSED Testing H5LTset_attribute_short PASSED Testing H5LTget_attribute_short PASSED Testing H5LTset_attribute_int PASSED Testing H5LTget_attribute_int PASSED Testing H5LTset_attribute_long PASSED Testing H5LTget_attribute_long PASSED Testing H5LTset_attribute_uchar PASSED Testing H5LTget_attribute_uchar PASSED Testing H5LTset_attribute_ushort PASSED Testing H5LTget_attribute_ushort PASSED Testing H5LTset_attribute_uint PASSED Testing H5LTget_attribute_uint PASSED Testing H5LTset_attribute_ulong PASSED Testing H5LTget_attribute_ulong PASSED Testing H5LTset_attribute_float PASSED Testing H5LTget_attribute_float PASSED Testing H5LTset_attribute_double PASSED Testing H5LTget_attribute_double PASSED Testing H5LTget_attribute_ndims PASSED Testing H5LTget_attribute_info PASSED Testing H5LTtext_to_dtype text for integer types PASSED text for floating-point types PASSED text for string types PASSED text for opaque types PASSED text for enum types PASSED text for variable types PASSED text for array types PASSED text for compound types PASSED text for complicated compound types PASSED 0.01 real 0.00 user 0.00 sys Finished testing test_lite ============================ ============================ Testing test_image Finished testing test_image ============================ test_image Test Log ============================ Testing indexed image PASSED Testing true color image PASSED Testing pallete functions PASSED Testing read ascii image data and generate images Testing make indexed image PASSED Testing attaching palettes PASSED Testing make true color image with pixel interlace PASSED Testing make true color image with plane interlace PASSED Testing read and process data and make indexed images Testing make indexed image from all the data PASSED Testing make indexed image from land data PASSED Testing make indexed image from sea data PASSED Testing attaching palettes PASSED All image tests passed. 0.27 real 0.25 user 0.01 sys Finished testing test_image ============================ ============================ Testing test_table Finished testing test_table ============================ test_table Test Log ============================ Testing table with file creation mode (read/write in native architecture): Testing making table PASSED Testing reading table PASSED Testing writing records PASSED Testing reading records PASSED Testing appending records PASSED Testing inserting records PASSED Testing deleting records PASSED Testing adding records PASSED Testing combining tables PASSED Testing writing fields by name PASSED Testing reading fields by name PASSED Testing writing fields by index PASSED Testing reading fields by index PASSED Testing inserting fields PASSED Testing deleting fields PASSED Testing getting table info PASSED Testing getting field info PASSED Testing table with file open mode (read big-endian data): Testing reading table PASSED Testing reading records PASSED Testing reading fields by name PASSED Testing reading fields by index PASSED Testing getting table info PASSED Testing getting field info PASSED Testing table with file open mode (read little-endian data): Testing reading table PASSED Testing reading records PASSED Testing reading fields by name PASSED Testing reading fields by index PASSED Testing getting table info PASSED Testing getting field info PASSED Testing table with file open mode (read Cray data): Testing reading table PASSED Testing reading records PASSED Testing reading fields by name PASSED Testing reading fields by index PASSED Testing getting table info PASSED Testing getting field info PASSED 0.07 real 0.03 user 0.03 sys Finished testing test_table ============================ ============================ Testing test_ds Finished testing test_ds ============================ test_ds Test Log ============================ Testing API functions Testing attach scales PASSED Testing get number of scales PASSED Testing detach scales PASSED Testing attach only to 1 dimension PASSED Testing set/get label PASSED Testing set scale/get scale name PASSED Testing iterate scales (verify scale) PASSED Testing iterate scales (read scale values) PASSED Testing iterate scales (verify the scale sizes match) PASSED Testing iterate scales (verify the scale sizes do not match) PASSED Testing error conditions Testing attach a dataset to itself PASSED Testing attach a group with a dataset PASSED Testing attach a dataset with a group PASSED Testing set scale for a group PASSED Testing attach a scale that has scales PASSED Testing attach to a dataset that is a scale PASSED Testing attach to a dataset that is a reserved class dataset PASSED Testing is scale PASSED Testing detach scale from dataset it is not attached to PASSED Testing detach scale from group PASSED Testing detach scale when scale is group PASSED Testing ranks Testing attach PASSED Testing detach PASSED Testing attach, set, get names, labels PASSED Testing attach a scalar scale PASSED Testing iterators Testing iterate when the dataset has no scales PASSED Testing iterate on dimension that is outside the rank PASSED Testing iterate for dimension with many scales PASSED Testing iterate on group PASSED Testing iterate in deleted scales PASSED Testing scales with several datatypes Testing floating point and short scales PASSED Testing string scales PASSED Testing reading ASCII data and generate HDF5 data with scales Testing generating scales PASSED All dimension scales tests passed. 0.12 real 0.11 user 0.00 sys Finished testing test_ds ============================ ============================ Testing test_packet Finished testing test_packet ============================ test_packet Test Log ============================ Testing packet table Testing H5PTcreate_fl and H5PTclose PASSED Testing H5PTopen PASSED Testing H5PTappend PASSED Testing H5PTread_packets PASSED Testing H5PTget_next PASSED Testing large packet table PASSED Testing opaque data PASSED Testing packet table compression PASSED Testing error conditions PASSED 0.06 real 0.05 user 0.00 sys Finished testing test_packet ============================ ===Serial tests in test ended Mon Feb 9 17:59:38 EST 2009=== Making check in tools Making check in gif2h5 make ./h52giftest.sh make[4]: Nothing to be done for `h52giftest.sh'. make check-TESTS ===Serial tests in gif2h5 begin Mon Feb 9 17:59:38 EST 2009=== ============================ Testing h52giftest.sh Finished testing h52giftest.sh ============================ h52giftest.sh Test Log ============================ Testing ./h52gif h52giftst.h5 image1.gif -i image PASSED Testing ./gif2h5 image1.gif image1.h5 PASSED 0.02 real 0.01 user 0.01 sys Finished testing h52giftest.sh ============================ ============================ ===Serial tests in gif2h5 ended Mon Feb 9 17:59:38 EST 2009=== make check-TESTS make[6]: Nothing to be done for `_exec_check-s'. make check-TESTS make[3]: Nothing to be done for `check-TESTS'. Making check in perform make iopipe chunk overhead zip_perf perf_meta h5perf_serial make[2]: `iopipe' is up to date. make[2]: `chunk' is up to date. make[2]: `overhead' is up to date. make[2]: `zip_perf' is up to date. make[2]: `perf_meta' is up to date. make[2]: `h5perf_serial' is up to date. make check-TESTS ===Serial tests in perform begin Mon Feb 9 17:59:38 EST 2009=== ============================ Testing iopipe Finished testing iopipe ============================ iopipe Test Log ============================ fill raw ============================================= fill hdf5 ============================================= out raw ============================================= out hdf5 ============================================= in raw ============================================= in hdf5 ============================================= in hdf5 partial ============================================= I/O request size is 1000000.0MB Before getrusage() call fill raw 0.00user 0.00system 0.00elapsed 12113.06MB/s fill hdf5 0.01user 0.00system 0.01elapsed 6611.33MB/s out raw 0.00user 0.01system 0.01elapsed 3516.72MB/s out hdf5 0.00user 0.01system 0.01elapsed 3536.21MB/s in raw 0.00user 0.01system 0.01elapsed 3518.79MB/s in hdf5 0.00user 0.01system 0.01elapsed 3516.79MB/s in hdf5 partial 0.01user 0.02system 0.03elapsed 1413.92MB/s 0.66 real 0.03 user 0.15 sys Finished testing iopipe ============================ ============================ Testing chunk Finished testing chunk ============================ chunk Test Log ============================ Test CacheSz ChunkSz Effic --------- -------- -------- -------- Rowmaj-rd 25 0.50 0.50 Rowmaj-rd 25 1.00 1.00 Rowmaj-rd 25 1.50 0.55 Rowmaj-rd 25 2.00 1.00 Rowmaj-rd 25 2.50 0.69 Rowmaj-rd 25 3.00 1.00 Rowmaj-rd 25 3.50 0.76 Rowmaj-rd 25 4.00 1.00 Rowmaj-rd 25 4.50 0.83 Rowmaj-rd 25 5.00 1.00 Rowmaj-wr 25 0.50 0.25 Rowmaj-wr 25 1.00 1.00 Rowmaj-wr 25 1.50 0.31 Rowmaj-wr 25 2.00 1.00 Rowmaj-wr 25 2.50 0.45 Rowmaj-wr 25 3.00 1.00 Rowmaj-wr 25 3.50 0.52 Rowmaj-wr 25 4.00 1.00 Rowmaj-wr 25 4.50 0.62 Rowmaj-wr 25 5.00 1.00 Diag-rd 25 0.50 0.26 Diag-rd 25 1.00 0.51 Diag-rd 25 1.50 0.36 Diag-rd 25 2.00 1.00 Diag-rd 25 2.50 0.45 Diag-rd 25 3.00 0.55 Diag-rd 25 3.50 0.50 Diag-rd 25 4.00 0.76 Diag-rd 25 4.50 0.59 Diag-rd 25 5.00 0.63 Diag-wr 25 0.50 0.13 Diag-wr 25 1.00 0.26 Diag-wr 25 1.50 0.19 Diag-wr 25 2.00 1.00 Diag-wr 25 2.50 0.27 Diag-wr 25 3.00 0.38 Diag-wr 25 3.50 0.32 Diag-wr 25 4.00 0.76 Diag-wr 25 4.50 0.40 Diag-wr 25 5.00 0.49 0.69 real 0.21 user 0.15 sys Finished testing chunk ============================ ============================ Testing overhead Finished testing overhead ============================ overhead Test Log ============================ Style Bytes/Chunk ----- ----------- forward 41.320 reverse 43.416 inward 70.664 outward 41.320 random 58.088 0.06 real 0.03 user 0.02 sys Finished testing overhead ============================ ============================ Testing zip_perf Finished testing zip_perf ============================ zip_perf Test Log ============================ No compression IO performance because zlib was not configured 0.00 real 0.00 user 0.00 sys Finished testing zip_perf ============================ ============================ Testing perf_meta Finished testing perf_meta ============================ perf_meta Test Log ============================ Performance result of metadata for datasets and attributes 1. Create 8 attributes for each of 16 existing datasets H5Dopen2: avg=0.000017s; max=0.000041s; min=0.000014s H5Dclose: avg=0.000006s; max=0.000008s; min=0.000005s H5A(create & close): avg=0.000013s; max=0.000063s; min=0.000007s 2. Create 8 attributes for each of 16 new datasets H5Dcreate2: avg=0.000020s; max=0.000025s; min=0.000018s H5Dclose: avg=0.000001s; max=0.000002s; min=0.000001s H5A(create & close): avg=0.000008s; max=0.000040s; min=0.000006s 3. Create 2 attributes for each of 16 existing datasets for 4 times H5Dopen2: avg=0.000013s; max=0.000022s; min=0.000012s H5Dclose: avg=0.000005s; max=0.000006s; min=0.000003s H5A(create & close): avg=0.000010s; max=0.000044s; min=0.000005s All metadata performance tests passed. 0.01 real 0.00 user 0.00 sys Finished testing perf_meta ============================ ============================ Testing h5perf_serial Finished testing h5perf_serial ============================ h5perf_serial Test Log ============================ HDF5 Library: Version 1.8.1 ==== Parameters ==== IO API=posix hdf5 Number of iterations=1 Dataset size=100 200 Transfer buffer size=10 20 Dimension access order=1 2 HDF5 data storage method=Contiguous HDF5 file driver=sec2 ==== End of Parameters ==== Transfer Buffer Size (bytes): 200 File Size(MB): 0.02 IO API = POSIX Write (1 iteration(s)): Maximum Throughput: 6.07 MB/s Average Throughput: 6.07 MB/s Minimum Throughput: 6.07 MB/s Write Open-Close (1 iteration(s)): Maximum Throughput: 5.83 MB/s Average Throughput: 5.83 MB/s Minimum Throughput: 5.83 MB/s Read (1 iteration(s)): Maximum Throughput: 8.11 MB/s Average Throughput: 8.11 MB/s Minimum Throughput: 8.11 MB/s Read Open-Close (1 iteration(s)): Maximum Throughput: 8.07 MB/s Average Throughput: 8.07 MB/s Minimum Throughput: 8.07 MB/s IO API = HDF5 Write (1 iteration(s)): Maximum Throughput: 32.48 MB/s Average Throughput: 32.48 MB/s Minimum Throughput: 32.48 MB/s Write Open-Close (1 iteration(s)): Maximum Throughput: 7.19 MB/s Average Throughput: 7.19 MB/s Minimum Throughput: 7.19 MB/s Read (1 iteration(s)): Maximum Throughput: 50.99 MB/s Average Throughput: 50.99 MB/s Minimum Throughput: 50.99 MB/s Read Open-Close (1 iteration(s)): Maximum Throughput: 19.15 MB/s Average Throughput: 19.15 MB/s Minimum Throughput: 19.15 MB/s 0.01 real 0.00 user 0.00 sys Finished testing h5perf_serial ============================ ===Serial tests in perform ended Mon Feb 9 17:59:40 EST 2009=== dhcp-235:hdf5-1.8.1 edo$ sudo make install Making install in src test -z "/usr/local/lib" || ../bin/install-sh -c -d "/usr/local/lib" /bin/sh ../libtool --mode=install /usr/bin/install -c 'libhdf5.la' '/usr/local/lib/libhdf5.la' libtool: install: /usr/bin/install -c .libs/libhdf5.lai /usr/local/lib/libhdf5.la libtool: install: /usr/bin/install -c .libs/libhdf5.a /usr/local/lib/libhdf5.a libtool: install: chmod 644 /usr/local/lib/libhdf5.a libtool: install: ranlib /usr/local/lib/libhdf5.a ranlib: file: /usr/local/lib/libhdf5.a(H5CS.o) has no symbols ranlib: file: /usr/local/lib/libhdf5.a(H5Dmpio.o) has no symbols ranlib: file: /usr/local/lib/libhdf5.a(H5FDdirect.o) has no symbols ranlib: file: /usr/local/lib/libhdf5.a(H5FDmpio.o) has no symbols ranlib: file: /usr/local/lib/libhdf5.a(H5FDmpiposix.o) has no symbols ranlib: file: /usr/local/lib/libhdf5.a(H5Obogus.o) has no symbols ranlib: file: /usr/local/lib/libhdf5.a(H5Smpio.o) has no symbols ranlib: file: /usr/local/lib/libhdf5.a(H5TS.o) has no symbols ranlib: file: /usr/local/lib/libhdf5.a(H5Zdeflate.o) has no symbols ranlib: file: /usr/local/lib/libhdf5.a(H5Zszip.o) has no symbols ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable during execution See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/usr/local/include" || ../bin/install-sh -c -d "/usr/local/include" /usr/bin/install -c -m 644 'hdf5.h' '/usr/local/include/hdf5.h' /usr/bin/install -c -m 644 'H5api_adpt.h' '/usr/local/include/H5api_adpt.h' /usr/bin/install -c -m 644 'H5pubconf.h' '/usr/local/include/H5pubconf.h' /usr/bin/install -c -m 644 'H5public.h' '/usr/local/include/H5public.h' /usr/bin/install -c -m 644 'H5version.h' '/usr/local/include/H5version.h' /usr/bin/install -c -m 644 'H5Apublic.h' '/usr/local/include/H5Apublic.h' /usr/bin/install -c -m 644 'H5ACpublic.h' '/usr/local/include/H5ACpublic.h' /usr/bin/install -c -m 644 'H5Cpublic.h' '/usr/local/include/H5Cpublic.h' /usr/bin/install -c -m 644 'H5Dpublic.h' '/usr/local/include/H5Dpublic.h' /usr/bin/install -c -m 644 'H5Epubgen.h' '/usr/local/include/H5Epubgen.h' /usr/bin/install -c -m 644 'H5Epublic.h' '/usr/local/include/H5Epublic.h' /usr/bin/install -c -m 644 'H5Fpublic.h' '/usr/local/include/H5Fpublic.h' /usr/bin/install -c -m 644 'H5FDpublic.h' '/usr/local/include/H5FDpublic.h' /usr/bin/install -c -m 644 'H5FDcore.h' '/usr/local/include/H5FDcore.h' /usr/bin/install -c -m 644 'H5FDdirect.h' '/usr/local/include/H5FDdirect.h' /usr/bin/install -c -m 644 'H5FDfamily.h' '/usr/local/include/H5FDfamily.h' /usr/bin/install -c -m 644 'H5FDlog.h' '/usr/local/include/H5FDlog.h' /usr/bin/install -c -m 644 'H5FDmpi.h' '/usr/local/include/H5FDmpi.h' /usr/bin/install -c -m 644 'H5FDmpio.h' '/usr/local/include/H5FDmpio.h' /usr/bin/install -c -m 644 'H5FDmpiposix.h' '/usr/local/include/H5FDmpiposix.h' /usr/bin/install -c -m 644 'H5FDmulti.h' '/usr/local/include/H5FDmulti.h' /usr/bin/install -c -m 644 'H5FDsec2.h' '/usr/local/include/H5FDsec2.h' /usr/bin/install -c -m 644 'H5FDstdio.h' '/usr/local/include/H5FDstdio.h' /usr/bin/install -c -m 644 'H5Gpublic.h' '/usr/local/include/H5Gpublic.h' /usr/bin/install -c -m 644 'H5Ipublic.h' '/usr/local/include/H5Ipublic.h' /usr/bin/install -c -m 644 'H5Lpublic.h' '/usr/local/include/H5Lpublic.h' /usr/bin/install -c -m 644 'H5MMpublic.h' '/usr/local/include/H5MMpublic.h' /usr/bin/install -c -m 644 'H5Opublic.h' '/usr/local/include/H5Opublic.h' /usr/bin/install -c -m 644 'H5Ppublic.h' '/usr/local/include/H5Ppublic.h' /usr/bin/install -c -m 644 'H5Rpublic.h' '/usr/local/include/H5Rpublic.h' /usr/bin/install -c -m 644 'H5Spublic.h' '/usr/local/include/H5Spublic.h' /usr/bin/install -c -m 644 'H5Tpublic.h' '/usr/local/include/H5Tpublic.h' /usr/bin/install -c -m 644 'H5Zpublic.h' '/usr/local/include/H5Zpublic.h' test -z "/usr/local/lib" || ../bin/install-sh -c -d "/usr/local/lib" /usr/bin/install -c -m 644 'libhdf5.settings' '/usr/local/lib/libhdf5.settings' Making install in test make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. Making install in tools Making install in lib make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. Making install in h5dump test -z "/usr/local/bin" || ../../bin/install-sh -c -d "/usr/local/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5dump' '/usr/local/bin/h5dump' libtool: install: /usr/bin/install -c h5dump /usr/local/bin/h5dump make[3]: Nothing to be done for `install-data-am'. Making install in h5diff test -z "/usr/local/bin" || ../../bin/install-sh -c -d "/usr/local/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5diff' '/usr/local/bin/h5diff' libtool: install: /usr/bin/install -c h5diff /usr/local/bin/h5diff make[3]: Nothing to be done for `install-data-am'. Making install in h5ls test -z "/usr/local/bin" || ../../bin/install-sh -c -d "/usr/local/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5ls' '/usr/local/bin/h5ls' libtool: install: /usr/bin/install -c h5ls /usr/local/bin/h5ls make[3]: Nothing to be done for `install-data-am'. Making install in misc test -z "/usr/local/bin" || ../../bin/install-sh -c -d "/usr/local/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5debug' '/usr/local/bin/h5debug' libtool: install: /usr/bin/install -c h5debug /usr/local/bin/h5debug /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5repart' '/usr/local/bin/h5repart' libtool: install: /usr/bin/install -c h5repart /usr/local/bin/h5repart /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5mkgrp' '/usr/local/bin/h5mkgrp' libtool: install: /usr/bin/install -c h5mkgrp /usr/local/bin/h5mkgrp test -z "/usr/local/bin" || ../../bin/install-sh -c -d "/usr/local/bin" /usr/bin/install -c 'h5redeploy' '/usr/local/bin/h5redeploy' make[3]: Nothing to be done for `install-data-am'. Making install in h5import test -z "/usr/local/bin" || ../../bin/install-sh -c -d "/usr/local/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5import' '/usr/local/bin/h5import' libtool: install: /usr/bin/install -c h5import /usr/local/bin/h5import make[3]: Nothing to be done for `install-data-am'. Making install in h5repack test -z "/usr/local/bin" || ../../bin/install-sh -c -d "/usr/local/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5repack' '/usr/local/bin/h5repack' libtool: install: /usr/bin/install -c h5repack /usr/local/bin/h5repack make[3]: Nothing to be done for `install-data-am'. Making install in h5jam test -z "/usr/local/bin" || ../../bin/install-sh -c -d "/usr/local/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5jam' '/usr/local/bin/h5jam' libtool: install: /usr/bin/install -c h5jam /usr/local/bin/h5jam /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5unjam' '/usr/local/bin/h5unjam' libtool: install: /usr/bin/install -c h5unjam /usr/local/bin/h5unjam make[3]: Nothing to be done for `install-data-am'. Making install in h5copy test -z "/usr/local/bin" || ../../bin/install-sh -c -d "/usr/local/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5copy' '/usr/local/bin/h5copy' libtool: install: /usr/bin/install -c h5copy /usr/local/bin/h5copy make[3]: Nothing to be done for `install-data-am'. Making install in h5stat test -z "/usr/local/bin" || ../../bin/install-sh -c -d "/usr/local/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5stat' '/usr/local/bin/h5stat' libtool: install: /usr/bin/install -c h5stat /usr/local/bin/h5stat test -z "/usr/local/bin" || ../../bin/install-sh -c -d "/usr/local/bin" make[3]: Nothing to be done for `install-data-am'. make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. Making install in . make[2]: Nothing to be done for `all'. test -z "/usr/local/bin" || ../bin/install-sh -c -d "/usr/local/bin" /bin/sh ../libtool --mode=install /usr/bin/install -c 'h5perf' '/usr/local/bin/h5perf' libtool: install: /usr/bin/install -c h5perf /usr/local/bin/h5perf /bin/sh ../libtool --mode=install /usr/bin/install -c 'h5perf_serial' '/usr/local/bin/h5perf_serial' libtool: install: /usr/bin/install -c h5perf_serial /usr/local/bin/h5perf_serial make[4]: Nothing to be done for `install-data-am'. make[2]: Nothing to be done for `install-data-am'. Making install in hl Making install in src test -z "/usr/local/lib" || ../../bin/install-sh -c -d "/usr/local/lib" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'libhdf5_hl.la' '/usr/local/lib/libhdf5_hl.la' libtool: install: /usr/bin/install -c .libs/libhdf5_hl.lai /usr/local/lib/libhdf5_hl.la libtool: install: /usr/bin/install -c .libs/libhdf5_hl.a /usr/local/lib/libhdf5_hl.a libtool: install: chmod 644 /usr/local/lib/libhdf5_hl.a libtool: install: ranlib /usr/local/lib/libhdf5_hl.a ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable during execution See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/usr/local/include" || ../../bin/install-sh -c -d "/usr/local/include" /usr/bin/install -c -m 644 'hdf5_hl.h' '/usr/local/include/hdf5_hl.h' /usr/bin/install -c -m 644 'H5IMpublic.h' '/usr/local/include/H5IMpublic.h' /usr/bin/install -c -m 644 'H5LTpublic.h' '/usr/local/include/H5LTpublic.h' /usr/bin/install -c -m 644 'H5TBpublic.h' '/usr/local/include/H5TBpublic.h' /usr/bin/install -c -m 644 'H5DSpublic.h' '/usr/local/include/H5DSpublic.h' /usr/bin/install -c -m 644 'H5PTpublic.h' '/usr/local/include/H5PTpublic.h' Making install in test make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. Making install in tools Making install in gif2h5 test -z "/usr/local/bin" || ../../../bin/install-sh -c -d "/usr/local/bin" /bin/sh ../../../libtool --mode=install /usr/bin/install -c 'gif2h5' '/usr/local/bin/gif2h5' libtool: install: /usr/bin/install -c gif2h5 /usr/local/bin/gif2h5 /bin/sh ../../../libtool --mode=install /usr/bin/install -c 'h52gif' '/usr/local/bin/h52gif' libtool: install: /usr/bin/install -c h52gif /usr/local/bin/h52gif make[4]: Nothing to be done for `install-data-am'. make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. Making install in perform test -z "/usr/local/bin" || ../bin/install-sh -c -d "/usr/local/bin" /bin/sh ../libtool --mode=install /usr/bin/install -c 'h5perf' '/usr/local/bin/h5perf' libtool: install: /usr/bin/install -c h5perf /usr/local/bin/h5perf /bin/sh ../libtool --mode=install /usr/bin/install -c 'h5perf_serial' '/usr/local/bin/h5perf_serial' libtool: install: /usr/bin/install -c h5perf_serial /usr/local/bin/h5perf_serial make[2]: Nothing to be done for `install-data-am'. dhcp-235:hdf5-1.8.1 edo$ emacs Makefile dhcp-235:hdf5-1.8.1 edo$ cd .. dhcp-235:Downloads edo$ cd netcdf-4.0/ dhcp-235:netcdf-4.0 edo$ sudo make distclean Making distclean in win32 Making distclean in NET Making distclean in nc_test rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f Makefile Making distclean in nctest rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f Makefile Making distclean in ncgen rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f Makefile Making distclean in ncdump rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f Makefile Making distclean in libsrc rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f Makefile Making distclean in examples rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in examples Making distclean in CXX4 rm -f simple_xy_wr simple_xy_wr rm -f sfc_pres_temp_wr sfc_pres_temp_wr rm -f pres_temp_4D_wr pres_temp_4D_wr rm -f pres_temp_4D_rd pres_temp_4D_rd rm -f simple_xy_rd simple_xy_rd rm -f sfc_pres_temp_rd sfc_pres_temp_rd test -z "simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc" || rm -f simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in CXX rm -f simple_xy_wr simple_xy_wr rm -f simple_xy_rd simple_xy_rd rm -f sfc_pres_temp_wr sfc_pres_temp_wr rm -f sfc_pres_temp_rd sfc_pres_temp_rd rm -f pres_temp_4D_wr pres_temp_4D_wr rm -f pres_temp_4D_rd pres_temp_4D_rd test -z "simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc" || rm -f simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in F90 rm -f simple_xy_wr simple_xy_wr rm -f simple_xy_rd simple_xy_rd rm -f sfc_pres_temp_wr sfc_pres_temp_wr rm -f sfc_pres_temp_rd sfc_pres_temp_rd rm -f pres_temp_4D_wr pres_temp_4D_wr rm -f pres_temp_4D_rd pres_temp_4D_rd rm -f simple_xy_nc4_wr simple_xy_nc4_wr rm -f simple_xy_nc4_rd simple_xy_nc4_rd test -z "simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc simple_xy_nc4.nc" || rm -f simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc simple_xy_nc4.nc rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in F77 rm -f simple_xy_wr simple_xy_wr rm -f simple_xy_rd simple_xy_rd rm -f sfc_pres_temp_wr sfc_pres_temp_wr rm -f sfc_pres_temp_rd sfc_pres_temp_rd rm -f pres_temp_4D_wr pres_temp_4D_wr rm -f pres_temp_4D_rd pres_temp_4D_rd rm -f simple_xy_nc4_wr simple_xy_nc4_wr rm -f simple_xy_nc4_rd simple_xy_nc4_rd test -z "simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc simple_xy_nc4.nc" || rm -f simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc simple_xy_nc4.nc rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in CDL test -z "simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc" || rm -f simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f Makefile Making distclean in C rm -f simple_xy_wr simple_xy_wr rm -f simple_xy_rd simple_xy_rd rm -f sfc_pres_temp_wr sfc_pres_temp_wr rm -f sfc_pres_temp_rd sfc_pres_temp_rd rm -f pres_temp_4D_wr pres_temp_4D_wr rm -f pres_temp_4D_rd pres_temp_4D_rd rm -f simple_nc4_wr simple_nc4_wr rm -f simple_nc4_rd simple_nc4_rd rm -f simple_xy_nc4_wr simple_xy_nc4_wr rm -f simple_xy_nc4_rd simple_xy_nc4_rd test -z "sfc_pres_temp.nc simple_xy.nc pres_temp_4D.nc simple_nc4.nc simple_xy_nc4.nc" || rm -f sfc_pres_temp.nc simple_xy.nc pres_temp_4D.nc simple_nc4.nc simple_xy_nc4.nc rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in man4 rm -rf .libs _libs rm -f 1.tmp rm -f 2.tmp rm -f 3.tmp rm -f 4.tmp rm -f 5.tmp rm -f 6.tmp rm -f 7.tmp rm -rf netcdf.aux netcdf.cp netcdf.cps netcdf.fn netcdf.ky netcdf.kys \ netcdf.log netcdf.pg netcdf.pgs netcdf.tmp netcdf.toc \ netcdf.tp netcdf.tps netcdf.vr netcdf.dvi netcdf.pdf \ netcdf.ps netcdf.html netcdf-install.aux netcdf-install.cp \ netcdf-install.cps netcdf-install.fn netcdf-install.ky \ netcdf-install.kys netcdf-install.log netcdf-install.pg \ netcdf-install.pgs netcdf-install.tmp netcdf-install.toc \ netcdf-install.tp netcdf-install.tps netcdf-install.vr \ netcdf-install.dvi netcdf-install.pdf netcdf-install.ps \ netcdf-install.html netcdf-c.aux netcdf-c.cp netcdf-c.cps \ netcdf-c.fn netcdf-c.ky netcdf-c.kys netcdf-c.log \ netcdf-c.pg netcdf-c.pgs netcdf-c.tmp netcdf-c.toc \ netcdf-c.tp netcdf-c.tps netcdf-c.vr netcdf-c.dvi \ netcdf-c.pdf netcdf-c.ps netcdf-c.html netcdf-f77.aux \ netcdf-f77.cp netcdf-f77.cps netcdf-f77.fn netcdf-f77.ky \ netcdf-f77.kys netcdf-f77.log netcdf-f77.pg netcdf-f77.pgs \ netcdf-f77.tmp netcdf-f77.toc netcdf-f77.tp netcdf-f77.tps \ netcdf-f77.vr netcdf-f77.dvi netcdf-f77.pdf netcdf-f77.ps \ netcdf-f77.html netcdf-f90.aux netcdf-f90.cp netcdf-f90.cps \ netcdf-f90.fn netcdf-f90.ky netcdf-f90.kys netcdf-f90.log \ netcdf-f90.pg netcdf-f90.pgs netcdf-f90.tmp netcdf-f90.toc \ netcdf-f90.tp netcdf-f90.tps netcdf-f90.vr netcdf-f90.dvi \ netcdf-f90.pdf netcdf-f90.ps netcdf-f90.html netcdf-cxx.aux \ netcdf-cxx.cp netcdf-cxx.cps netcdf-cxx.fn netcdf-cxx.ky \ netcdf-cxx.kys netcdf-cxx.log netcdf-cxx.pg netcdf-cxx.pgs \ netcdf-cxx.tmp netcdf-cxx.toc netcdf-cxx.tp netcdf-cxx.tps \ netcdf-cxx.vr netcdf-cxx.dvi netcdf-cxx.pdf netcdf-cxx.ps \ netcdf-cxx.html netcdf-tutorial.aux netcdf-tutorial.cp \ netcdf-tutorial.cps netcdf-tutorial.fn netcdf-tutorial.ky \ netcdf-tutorial.kys netcdf-tutorial.log netcdf-tutorial.pg \ netcdf-tutorial.pgs netcdf-tutorial.tmp netcdf-tutorial.toc \ netcdf-tutorial.tp netcdf-tutorial.tps netcdf-tutorial.vr \ netcdf-tutorial.dvi netcdf-tutorial.pdf netcdf-tutorial.ps \ netcdf-tutorial.html netcdf-cxx4.aux netcdf-cxx4.cp \ netcdf-cxx4.cps netcdf-cxx4.fn netcdf-cxx4.ky \ netcdf-cxx4.kys netcdf-cxx4.log netcdf-cxx4.pg \ netcdf-cxx4.pgs netcdf-cxx4.tmp netcdf-cxx4.toc \ netcdf-cxx4.tp netcdf-cxx4.tps netcdf-cxx4.vr \ netcdf-cxx4.dvi netcdf-cxx4.pdf netcdf-cxx4.ps \ netcdf-cxx4.html rm -f *.lo rm -f vti.tmp test -z "" || rm -f rm -f Makefile Making distclean in man rm -rf .libs _libs rm -f 1.tmp rm -f 2.tmp rm -f 3.tmp rm -f 4.tmp rm -f 5.tmp rm -f 6.tmp rm -rf netcdf.aux netcdf.cp netcdf.cps netcdf.fn netcdf.ky netcdf.kys \ netcdf.log netcdf.pg netcdf.pgs netcdf.tmp netcdf.toc \ netcdf.tp netcdf.tps netcdf.vr netcdf.dvi netcdf.pdf \ netcdf.ps netcdf.html netcdf-install.aux netcdf-install.cp \ netcdf-install.cps netcdf-install.fn netcdf-install.ky \ netcdf-install.kys netcdf-install.log netcdf-install.pg \ netcdf-install.pgs netcdf-install.tmp netcdf-install.toc \ netcdf-install.tp netcdf-install.tps netcdf-install.vr \ netcdf-install.dvi netcdf-install.pdf netcdf-install.ps \ netcdf-install.html netcdf-c.aux netcdf-c.cp netcdf-c.cps \ netcdf-c.fn netcdf-c.ky netcdf-c.kys netcdf-c.log \ netcdf-c.pg netcdf-c.pgs netcdf-c.tmp netcdf-c.toc \ netcdf-c.tp netcdf-c.tps netcdf-c.vr netcdf-c.dvi \ netcdf-c.pdf netcdf-c.ps netcdf-c.html netcdf-tutorial.aux \ netcdf-tutorial.cp netcdf-tutorial.cps netcdf-tutorial.fn \ netcdf-tutorial.ky netcdf-tutorial.kys netcdf-tutorial.log \ netcdf-tutorial.pg netcdf-tutorial.pgs netcdf-tutorial.tmp \ netcdf-tutorial.toc netcdf-tutorial.tp netcdf-tutorial.tps \ netcdf-tutorial.vr netcdf-tutorial.dvi netcdf-tutorial.pdf \ netcdf-tutorial.ps netcdf-tutorial.html netcdf-f77.aux \ netcdf-f77.cp netcdf-f77.cps netcdf-f77.fn netcdf-f77.ky \ netcdf-f77.kys netcdf-f77.log netcdf-f77.pg netcdf-f77.pgs \ netcdf-f77.tmp netcdf-f77.toc netcdf-f77.tp netcdf-f77.tps \ netcdf-f77.vr netcdf-f77.dvi netcdf-f77.pdf netcdf-f77.ps \ netcdf-f77.html netcdf-f90.aux netcdf-f90.cp netcdf-f90.cps \ netcdf-f90.fn netcdf-f90.ky netcdf-f90.kys netcdf-f90.log \ netcdf-f90.pg netcdf-f90.pgs netcdf-f90.tmp netcdf-f90.toc \ netcdf-f90.tp netcdf-f90.tps netcdf-f90.vr netcdf-f90.dvi \ netcdf-f90.pdf netcdf-f90.ps netcdf-f90.html netcdf-cxx.aux \ netcdf-cxx.cp netcdf-cxx.cps netcdf-cxx.fn netcdf-cxx.ky \ netcdf-cxx.kys netcdf-cxx.log netcdf-cxx.pg netcdf-cxx.pgs \ netcdf-cxx.tmp netcdf-cxx.toc netcdf-cxx.tp netcdf-cxx.tps \ netcdf-cxx.vr netcdf-cxx.dvi netcdf-cxx.pdf netcdf-cxx.ps \ netcdf-cxx.html rm -f *.lo rm -f vti.tmp test -z "" || rm -f rm -f Makefile Making distclean in nc_test4 rm -f cdm_sea_soundings cdm_sea_soundings test -z "cdm_sea_soundings.nc tst_large.nc bm_chunking.nc bm_radar.nc bm_radar1.nc radar_3d_compression_test.txt radar_3d_compression.txt radar_2d_compression.txt radar_3d_chunking.txt tst_floats_1D.nc tst_floats_1D.cdl floats_1D_3.nc floats_1D.cdl tst_floats2_*.nc tst_ints2_*.nc tst_shorts2_*.nc tst_elena_*.nc tst_simple*.nc tst_floats2_*.cdl tst_ints2_*.cdl tst_shorts2_*.cdl tst_elena_*.cdl tst_simple*.cdl " || rm -f cdm_sea_soundings.nc tst_large.nc bm_chunking.nc bm_radar.nc bm_radar1.nc radar_3d_compression_test.txt radar_3d_compression.txt radar_2d_compression.txt radar_3d_chunking.txt tst_floats_1D.nc tst_floats_1D.cdl floats_1D_3.nc floats_1D.cdl tst_floats2_*.nc tst_ints2_*.nc tst_shorts2_*.nc tst_elena_*.nc tst_simple*.nc tst_floats2_*.cdl tst_ints2_*.cdl tst_shorts2_*.cdl tst_elena_*.cdl tst_simple*.cdl rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in nc_test rm -f tst_small tst_small rm -f nc_test nc_test rm -f tst_misc tst_misc rm -f tst_norm tst_norm rm -f tst_names tst_names test -z "nc_test_classic.nc nc_test_64bit.nc nc_test_netcdf4.nc tst_small_classic.nc tst_small_64bit.nc tst_small_netcdf4_classic.nc tst_small_netcdf4.nc tst_misc.nc tst_norm.nc tst_names.nc " || rm -f nc_test_classic.nc nc_test_64bit.nc nc_test_netcdf4.nc tst_small_classic.nc tst_small_64bit.nc tst_small_netcdf4_classic.nc tst_small_netcdf4.nc tst_misc.nc tst_norm.nc tst_names.nc rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in cxx4 rm -f tst_suiterunner tst_suiterunner rm -f tst_file tst_file rm -f tst_filerw tst_filerw rm -f tst_simple tst_simple test -z "libnetcdf_c++4.la" || rm -f libnetcdf_c++4.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in cxx rm -f nctst nctst rm -f tst_failure tst_failure test -z "nctst_classic.nc nctst_64bit_offset.nc nctst_netcdf4.nc nctst_netcdf4_classic.nc nctst_classic.cdl nctst_64bit_offset.cdl tst_failure.nc nctst_netcdf4.cdl nctst_netcdf4_classic.cdl" || rm -f nctst_classic.nc nctst_64bit_offset.nc nctst_netcdf4.nc nctst_netcdf4_classic.nc nctst_classic.cdl nctst_64bit_offset.cdl tst_failure.nc nctst_netcdf4.cdl nctst_netcdf4_classic.cdl test -z "libnetcdf_c++.la" || rm -f libnetcdf_c++.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in nf_test rm -f nf_test nf_test rm -f tst_f77_v2 tst_f77_v2 rm -f ftst_vars ftst_vars rm -f ftst_vars2 ftst_vars2 rm -f ftst_vars3 ftst_vars3 rm -f ftst_vars4 ftst_vars4 rm -f ftst_vars5 ftst_vars5 rm -f ftst_types ftst_types rm -f ftst_types2 ftst_types2 rm -f ftst_groups ftst_groups rm -f ftest ftest test -z "scratch.nc test.nc copy.nc fills.nc tst_f77_v2.nc tst_f77_v2.nc ftst_vars.nc ftst_vars2.nc ftst_vars3.nc ftst_vars4.nc ftst_vars5.nc ftst_types.nc ftst_types2.nc ftst_groups.nc test.nc " || rm -f scratch.nc test.nc copy.nc fills.nc tst_f77_v2.nc tst_f77_v2.nc ftst_vars.nc ftst_vars2.nc ftst_vars3.nc ftst_vars4.nc ftst_vars5.nc ftst_types.nc ftst_types2.nc ftst_groups.nc test.nc rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in ncdump rm -f ncdump ncdump rm -f rewrite-scalar rewrite-scalar rm -f ctest ctest rm -f ctest64 ctest64 rm -f ncdump ncdump rm -f tst_utf8 tst_utf8 rm -f tst_create_files tst_create_files rm -f tst_h_rdc0 tst_h_rdc0 rm -f tst_group_data tst_group_data rm -f tst_enum_data tst_enum_data rm -f tst_opaque_data tst_opaque_data rm -f tst_string_data tst_string_data rm -f tst_vlen_data tst_vlen_data rm -f tst_comp tst_comp rm -f tst_nans tst_nans rm -f tst_unicode tst_unicode test -z "test0.nc tst_small.nc tst_small.cdl test1.cdl test1.nc test2.cdl ctest1.cdl ctest.c ctest64.c ctest0.nc ctest0_64.nc c1.cdl ctest1_64.cdl c0.nc tst_solar_1.cdl small.nc small2.nc c0tmp.nc tst_solar_2.cdl tst_ncml.nc c1.ncml utf8.cdl utf8_64.cdl utf8.nc utf8_64.nc tst_utf8.nc tst_utf8.cdl tst_solar_1.nc tst_solar_2.nc tst_solar_cmp.nc tst_group_data.nc tst_group_data.cdl tst_enum_data.nc tst_enum_data.cdl tst_opaque_data.nc tst_opaque_data.cdl tst_string_data.nc tst_string_data.cdl tst_vlen_data.nc tst_vlen_data.cdl tst_comp.nc tst_comp.cdl tst_unicode.nc tst_unicode.cdl tst_nans.nc tst_nans.cdl" || rm -f test0.nc tst_small.nc tst_small.cdl test1.cdl test1.nc test2.cdl ctest1.cdl ctest.c ctest64.c ctest0.nc ctest0_64.nc c1.cdl ctest1_64.cdl c0.nc tst_solar_1.cdl small.nc small2.nc c0tmp.nc tst_solar_2.cdl tst_ncml.nc c1.ncml utf8.cdl utf8_64.cdl utf8.nc utf8_64.nc tst_utf8.nc tst_utf8.cdl tst_solar_1.nc tst_solar_2.nc tst_solar_cmp.nc tst_group_data.nc tst_group_data.cdl tst_enum_data.nc tst_enum_data.cdl tst_opaque_data.nc tst_opaque_data.cdl tst_string_data.nc tst_string_data.cdl tst_vlen_data.nc tst_vlen_data.cdl tst_comp.nc tst_comp.cdl tst_unicode.nc tst_unicode.cdl tst_nans.nc tst_nans.cdl rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in ncgen rm -f ncgen ncgen test -z "c0.nc c0_64.nc c0_4.nc c0_4c.nc" || rm -f c0.nc c0_64.nc c0_4.nc c0_4c.nc rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in nctest rm -f nctest nctest test -z "nctest_classic.nc nctest_64bit_offset.nc nctest_netcdf4.nc test2.nc temp.tmp" || rm -f nctest_classic.nc nctest_64bit_offset.nc nctest_netcdf4.nc test2.nc temp.tmp rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in libsrc4 rm -f tst_h_files tst_h_files rm -f tst_h_atts tst_h_atts rm -f tst_h_atts2 tst_h_atts2 rm -f tst_h_vars tst_h_vars rm -f tst_h_vars2 tst_h_vars2 rm -f tst_h_grps tst_h_grps rm -f tst_h_compounds tst_h_compounds rm -f tst_h_compounds2 tst_h_compounds2 rm -f tst_h_wrt_cmp tst_h_wrt_cmp rm -f tst_h_rd_cmp tst_h_rd_cmp rm -f tst_h_vl tst_h_vl rm -f tst_h_opaques tst_h_opaques rm -f tst_h_strings tst_h_strings rm -f tst_h_dimscales tst_h_dimscales rm -f tst_h_dimscales2 tst_h_dimscales2 rm -f tst_h_enums tst_h_enums rm -f tst_lists tst_lists rm -f tst_dims tst_dims rm -f tst_files tst_files rm -f tst_vars tst_vars rm -f tst_varms tst_varms rm -f tst_unlim_vars tst_unlim_vars rm -f tst_atts tst_atts rm -f tst_converts tst_converts rm -f tst_converts2 tst_converts2 rm -f tst_grps tst_grps rm -f tst_compounds tst_compounds rm -f tst_compounds2 tst_compounds2 rm -f tst_vl tst_vl rm -f tst_h_vl2 tst_h_vl2 rm -f tst_opaques tst_opaques rm -f tst_strings tst_strings rm -f tst_interops tst_interops rm -f tst_enums tst_enums rm -f tst_vars2 tst_vars2 rm -f tst_utf8 tst_utf8 rm -f tst_v2 tst_v2 test -z "tst_nc_converts.nc tst_h_files.h5 tst_h_converts.h5 tst_h_atts.h5 tst_h_atts2.h5 tst_h_vars.h5 tst_h_vars2.h5 tst_h_grps.h5 tst_h_compounds.h5 tst_h_compounds2.h5 tst_h_wrt_cmp.h5 tst_h_vl.h5 tst_h_opaques.h5 tst_h_strings.h5 tst_h_converts.h5 tst_h_dimscales.h5 tst_h_dimscales2.h5 tst_h_enums.h5 tst_lists.nc tst_dims.nc tst_v2.nc tst_files.nc tst_vars.nc tst_varms.nc tst_unlim_vars.nc tst_atts.nc tst_converts.nc tst_converts2.nc tst_grps.nc tst_compounds.nc tst_compounds2.nc tst_vl.nc tst_opaques.nc tst_strings.nc tst_interops.h5 tst_enums.nc tst_coords.nc tst_vars2.nc tst_pres_temp_4D_classic.nc tst_pres_temp_4D_64bit_offset.nc tst_pres_temp_4D_netcdf4.nc tst_pres_temp_4D_netcdf4_classic.nc tst_h_par.nc tst_utf8.nc" || rm -f tst_nc_converts.nc tst_h_files.h5 tst_h_converts.h5 tst_h_atts.h5 tst_h_atts2.h5 tst_h_vars.h5 tst_h_vars2.h5 tst_h_grps.h5 tst_h_compounds.h5 tst_h_compounds2.h5 tst_h_wrt_cmp.h5 tst_h_vl.h5 tst_h_opaques.h5 tst_h_strings.h5 tst_h_converts.h5 tst_h_dimscales.h5 tst_h_dimscales2.h5 tst_h_enums.h5 tst_lists.nc tst_dims.nc tst_v2.nc tst_files.nc tst_vars.nc tst_varms.nc tst_unlim_vars.nc tst_atts.nc tst_converts.nc tst_converts2.nc tst_grps.nc tst_compounds.nc tst_compounds2.nc tst_vl.nc tst_opaques.nc tst_strings.nc tst_interops.h5 tst_enums.nc tst_coords.nc tst_vars2.nc tst_pres_temp_4D_classic.nc tst_pres_temp_4D_64bit_offset.nc tst_pres_temp_4D_netcdf4.nc tst_pres_temp_4D_netcdf4_classic.nc tst_h_par.nc tst_utf8.nc test -z "libnetcdf.la" || rm -f libnetcdf.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f test -z "netcdf.h" || rm -f netcdf.h rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in libsrc rm -f t_nc t_nc test -z "test.nc" || rm -f test.nc test -z "" || rm -f rm -rf .libs _libs test -z "libnetcdf2.la libnetcdf3.la " || rm -f libnetcdf2.la libnetcdf3.la rm -f "./so_locations" rm -f "./so_locations" rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in fortran test -z "nfconfig1.inc netcdf.inc" || rm -f nfconfig1.inc netcdf.inc test -z "" || rm -f rm -rf .libs _libs test -z "libnetcdff.la" || rm -f libnetcdff.la rm -f "./so_locations" rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f test -z "nfconfig.inc " || rm -f nfconfig.inc rm -f nfconfig1.inc stamp-h2 rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in f90 test -z "typesizes.mod netcdf.mod " || rm -f typesizes.mod netcdf.mod rm -rf .libs _libs test -z "libnetcdff90.la" || rm -f libnetcdff90.la rm -f "./so_locations" rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo test -z "" || rm -f test -z "VERSION comps.txt" || rm -f VERSION comps.txt rm -f config.h stamp-h1 rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f Makefile dhcp-235:netcdf-4.0 edo$ sudo ./configure --enable-netcdf-4 --with-hdf5=/usr/local/ --with-zlib=/usr/local/ --prefix=/usr/local/ CFLAGS=-m64 CXXFLAGS=-m64 dhcp-235:netcdf-4.0 edo$ sudo ./configure --with-zlib=/usr/local --prefix=/usr/local --disable-shared CC=gcc CFLAGS=-m64 dhcp-235:netcdf-4.0 edo$ ./configure --enable-netcdf-4 --with-hdf5=/usr/local/ --with-zlib=/usr/local/ --prefix=/usr/local/ CFLAGS=-m64 CXXFLAGS=-m64 configure: netCDF 4.0 checking build system type... i386-apple-darwin9.6.0 checking host system type... i386-apple-darwin9.6.0 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes configure: checking user options checking whether CXX is set to ''... no checking whether FC is set to ''... no checking whether F90 is set to ''... no checking whether this is a netCDF-4.x build... yes configure: Processing NetCDF-4 options. checking whether netCDF-4 is to be built... yes checking whether DAP client is to be built... checking whether new netCDF-4 C++ API is to be built... no checking whether HDF5 should do data conversions... checking whether extra example tests should be run... checking whether parallel IO tests should be run... no checking whether a location for the HDF5 library was specified... /usr/local/ checking whether a location for the ZLIB library was specified... /usr/local/ checking whether a location for the SZLIB library was specified... checking whether netCDF-4 logging is enabled... checking whether netCDF extra tests should be run (developers only)... no checking whether documentation is to be installed... no checking whether Fortran compiler(s) should be tested during configure... yes checking whether configure should try to set compiler flags... yes checking whether FFIO will be used... no checking whether to skip C++, F77, or F90 APIs if compiler is broken... yes checking whether only the C library is desired... no checking whether examples should be built... yes checking whether F77 API is desired... yes checking whether F90 API is desired... yes checking whether fortran type sizes should be checked... yes checking whether C API is desired... yes checking where to get netCDF C-only library for separate fortran libraries... checking whether CXX API is desired... yes checking whether v2 netCDF API should be built... yes checking whether the ncgen/ncdump should be built... yes checking whether large file (> 2GB) tests should be run... no checking whether 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 for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking whether 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... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for gfortran... no checking for f95... no checking for f90... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking whether we are using the GNU Fortran compiler... no checking whether accepts -g... no configure: WARNING: No F90 compiler found. F90 API will not be built. checking for xlf... no checking for fort... no checking for xlf95... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf77... no checking for lf95... no checking for gfortran... no checking for f77... no checking for frt... no checking for pgf95... no checking for f95... no checking for f90... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking for g77... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no configure: WARNING: No F77 compiler found. F77 API will not be built. configure: finding C++ compiler (will not be used if C++ API is not desired) checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 configure: setting up libtool checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -p checking the name lister (/usr/bin/nm -p) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 196608 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/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 -p output from gcc object... ok checking for dsymutil... dsymutil checking for nmedit... nmedit checking for -single_module linker flag... yes checking for -exported_symbols_list linker flag... yes checking how to run the C preprocessor... 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) yes checking whether g++ accepts -g... (cached) yes checking dependency style of g++... (cached) gcc3 checking how to run the C++ preprocessor... g++ -E checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... (cached) no checking whether accepts -g... (cached) no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking whether we are using the GNU Fortran compiler... (cached) no checking whether accepts -g... (cached) no checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fno-common -DPIC checking if gcc PIC flag -fno-common -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin9.6.0 dyld checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for ld used by g++... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fno-common -DPIC checking if g++ PIC flag -fno-common -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin9.6.0 dyld checking how to hardcode library paths into programs... immediate configure: finding other utilities checking for a BSD-compatible install... /usr/bin/install -c configure: trying to set flags for this platform checking if _HPUX_SOURCE should be set... no checking if Solaris -Xa option is needed... CFLAGS=-m64 checking if we need to set _LARGE_FILES despite results of previous tests... _LARGE_FILES= checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no configure: displaying some results checking CPPFLAGS... checking CC CFLAGS... gcc -m64 checking type gcc... gcc is hashed (/usr/bin/gcc) checking CXX... g++ checking CXXFLAGS... -m64 checking type g++... g++ is /usr/bin/g++ checking FC... unset checking F90... unset checking AR... ar checking AR_FLAGS... cru checking type ar... ar is /usr/bin/ar checking NM... /usr/bin/nm -p checking NMFLAGS... configure: checking types, headers, and functions checking for stdlib.h... (cached) yes checking for sys/types.h... (cached) yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for strlcat... yes checking for strerror... yes checking for working alloca.h... yes checking for alloca... yes checking whether isnan is declared... yes checking whether isinf is declared... yes checking whether isfinite is declared... yes checking whether signbit is declared... yes checking for long long int... yes checking for unsigned long long int... yes checking for struct stat.st_blksize... yes checking for IEEE floating point format... yes checking for size_t... yes checking for off_t... yes checking for ssize_t... yes checking for ptrdiff_t... yes checking for uchar... no checking whether char is unsigned... no checking whether byte ordering is bigendian... universal checking size of short... 2 checking size of int... 4 checking size of long... 8 checking size of float... 4 checking size of double... 8 checking size of off_t... 8 checking size of size_t... 8 checking for catman... no checking for makewhatis... no checking for /usr/lib/makewhatis... no checking for manual-page index command... checking what to call the output of the ftpbin target... binary-netcdf-4.0_g++.tar g++ checking binary distribution directory... /home/ftp/pub/binary/dummy_system checking hdf5.h usability... yes checking hdf5.h presence... yes checking for hdf5.h... 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 whether parallel I/O features are to be included... no checking for H5Pset_deflate in -lhdf5... yes checking for gawk... (cached) awk checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes configure: generating header files and makefiles configure: creating ./config.status config.status: creating Makefile config.status: creating man/Makefile 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 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 win32/Makefile config.status: creating win32/NET/Makefile config.status: creating win32/NET/libsrc/Makefile config.status: creating win32/NET/ncdump/Makefile config.status: creating win32/NET/ncgen/Makefile config.status: creating win32/NET/examples/Makefile config.status: creating win32/NET/nctest/Makefile config.status: creating win32/NET/nc_test/Makefile config.status: creating config.h config.status: creating fortran/nfconfig1.inc config.status: executing depfiles commands config.status: executing libtool commands dhcp-235:netcdf-4.0 edo$ sudo make check Making check in libsrc make check-am depbase=`echo v2i.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -MT v2i.lo -MD -MP -MF $depbase.Tpo -c -o v2i.lo v2i.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -MT v2i.lo -MD -MP -MF .deps/v2i.Tpo -c v2i.c -o v2i.o /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -L/usr/local//lib -L/usr/local//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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -MT attr.lo -MD -MP -MF $depbase.Tpo -c -o attr.lo attr.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -MT ncx.lo -MD -MP -MF $depbase.Tpo -c -o ncx.lo ncx.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -MT putget.lo -MD -MP -MF $depbase.Tpo -c -o putget.lo putget.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -MT dim.lo -MD -MP -MF $depbase.Tpo -c -o dim.lo dim.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -MT error.lo -MD -MP -MF $depbase.Tpo -c -o error.lo error.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -MT libvers.lo -MD -MP -MF $depbase.Tpo -c -o libvers.lo libvers.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -MT nc.lo -MD -MP -MF $depbase.Tpo -c -o nc.lo nc.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -MT string.lo -MD -MP -MF $depbase.Tpo -c -o string.lo string.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -MT v1hpg.lo -MD -MP -MF $depbase.Tpo -c -o v1hpg.lo v1hpg.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -MT var.lo -MD -MP -MF $depbase.Tpo -c -o var.lo var.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -MT utf8proc.lo -MD -MP -MF $depbase.Tpo -c -o utf8proc.lo utf8proc.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -MT posixio.lo -MD -MP -MF $depbase.Tpo -c -o posixio.lo posixio.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -MT posixio.lo -MD -MP -MF .deps/posixio.Tpo -c posixio.c -o posixio.o /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -L/usr/local//lib -L/usr/local//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 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 ranlib: file: .libs/libnetcdf3.a(libvers.o) has no symbols libtool: link: ranlib .libs/libnetcdf3.a ranlib: file: .libs/libnetcdf3.a(libvers.o) has no symbols libtool: link: ( cd ".libs" && rm -f "libnetcdf3.la" && ln -s "../libnetcdf3.la" "libnetcdf3.la" ) make t_nc gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o t_nc t_nc-t_nc.o libnetcdf3.la libtool: link: gcc -m64 -o t_nc t_nc-t_nc.o -L/usr/local//lib ./.libs/libnetcdf3.a make check-TESTS 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 ================== All 1 tests passed ================== Making check in libsrc4 depbase=`echo nc4attr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -MT nc4attr.lo -MD -MP -MF $depbase.Tpo -c -o nc4attr.lo nc4attr.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -MT nc4internal.lo -MD -MP -MF $depbase.Tpo -c -o nc4internal.lo nc4internal.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -MT nc4var.lo -MD -MP -MF $depbase.Tpo -c -o nc4var.lo nc4var.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -MT nc4dim.lo -MD -MP -MF $depbase.Tpo -c -o nc4dim.lo nc4dim.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -MT ncfunc.lo -MD -MP -MF $depbase.Tpo -c -o ncfunc.lo ncfunc.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -MT nc4file.lo -MD -MP -MF $depbase.Tpo -c -o nc4file.lo nc4file.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -MT error.lo -MD -MP -MF $depbase.Tpo -c -o error.lo error.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -MT nc4grp.lo -MD -MP -MF $depbase.Tpo -c -o nc4grp.lo nc4grp.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -MT nc4type.lo -MD -MP -MF $depbase.Tpo -c -o nc4type.lo nc4type.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -MT nc4hdf.lo -MD -MP -MF $depbase.Tpo -c -o nc4hdf.lo nc4hdf.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -MT nc4hdf.lo -MD -MP -MF .deps/nc4hdf.Tpo -c nc4hdf.c -o nc4hdf.o /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -version-number 5:0:0 -o libnetcdf.la -rpath /usr/local/lib nc4attr.lo nc4internal.lo nc4var.lo nc4dim.lo ncfunc.lo nc4file.lo error.lo nc4grp.lo nc4type.lo nc4hdf.lo ../libsrc/libnetcdf3.la ../libsrc/libnetcdf2.la libtool: link: (cd .libs/libnetcdf.lax/libnetcdf3.a && ar x "/Users/edo/Downloads/netcdf-4.0/libsrc4/../libsrc/.libs/libnetcdf3.a") libtool: link: (cd .libs/libnetcdf.lax/libnetcdf2.a && ar x "/Users/edo/Downloads/netcdf-4.0/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/attr.o .libs/libnetcdf.lax/libnetcdf3.a/dim.o .libs/libnetcdf.lax/lt1-error.o .libs/libnetcdf.lax/libnetcdf3.a/libvers.o .libs/libnetcdf.lax/libnetcdf3.a/nc.o .libs/libnetcdf.lax/libnetcdf3.a/ncx.o .libs/libnetcdf.lax/libnetcdf3.a/posixio.o .libs/libnetcdf.lax/libnetcdf3.a/putget.o .libs/libnetcdf.lax/libnetcdf3.a/string.o .libs/libnetcdf.lax/libnetcdf3.a/utf8proc.o .libs/libnetcdf.lax/libnetcdf3.a/v1hpg.o .libs/libnetcdf.lax/libnetcdf3.a/var.o .libs/libnetcdf.lax/libnetcdf2.a/v2i.o ranlib: file: .libs/libnetcdf.a(error.o) has no symbols ranlib: file: .libs/libnetcdf.a(libvers.o) has no symbols libtool: link: ranlib .libs/libnetcdf.a ranlib: file: .libs/libnetcdf.a(error.o) has no symbols ranlib: file: .libs/libnetcdf.a(libvers.o) has no symbols 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 tst_h_files tst_h_atts tst_h_atts2 tst_h_vars tst_h_vars2 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_enums tst_lists tst_dims tst_files tst_vars tst_varms tst_unlim_vars tst_atts tst_converts tst_converts2 tst_grps tst_compounds tst_compounds2 tst_vl tst_h_vl2 tst_opaques tst_strings tst_interops tst_enums tst_vars2 tst_utf8 tst_v2 depbase=`echo tst_h_files.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_h_files tst_h_files.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_h_files tst_h_files.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_h_atts.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_h_atts tst_h_atts.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_h_atts tst_h_atts.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_h_atts2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_h_atts2 tst_h_atts2.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_h_atts2 tst_h_atts2.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_h_vars.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_h_vars tst_h_vars.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_h_vars tst_h_vars.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_h_vars2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_h_vars2 tst_h_vars2.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_h_vars2 tst_h_vars2.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_h_grps.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_h_grps tst_h_grps.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_h_grps tst_h_grps.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_h_compounds.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_h_compounds tst_h_compounds.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_h_compounds tst_h_compounds.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_h_compounds2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_h_compounds2 tst_h_compounds2.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_h_compounds2 tst_h_compounds2.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_h_wrt_cmp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_h_wrt_cmp tst_h_wrt_cmp.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_h_wrt_cmp tst_h_wrt_cmp.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_h_rd_cmp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_h_rd_cmp tst_h_rd_cmp.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_h_rd_cmp tst_h_rd_cmp.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_h_vl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_h_vl tst_h_vl.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_h_vl tst_h_vl.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_h_opaques.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_h_opaques tst_h_opaques.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_h_opaques tst_h_opaques.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_h_strings.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_h_strings tst_h_strings.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_h_strings tst_h_strings.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_h_dimscales.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_h_dimscales tst_h_dimscales.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_h_dimscales tst_h_dimscales.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_h_dimscales2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_h_dimscales2 tst_h_dimscales2.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_h_dimscales2 tst_h_dimscales2.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_h_enums.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_h_enums tst_h_enums.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_h_enums tst_h_enums.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_lists.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_lists tst_lists.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_lists tst_lists.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_dims.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -MT tst_dims.o -MD -MP -MF $depbase.Tpo -c -o tst_dims.o tst_dims.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_dims tst_dims.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_dims tst_dims.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_files.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_files tst_files.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_files tst_files.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_vars.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_vars tst_vars.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_vars tst_vars.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_varms.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_varms tst_varms.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_varms tst_varms.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_unlim_vars.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_unlim_vars tst_unlim_vars.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_unlim_vars tst_unlim_vars.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_atts.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_atts tst_atts.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_atts tst_atts.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_converts.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_converts tst_converts.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_converts tst_converts.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_converts2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_converts2 tst_converts2.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_converts2 tst_converts2.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_grps.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_grps tst_grps.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_grps tst_grps.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_compounds.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_compounds tst_compounds.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_compounds tst_compounds.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_compounds2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_compounds2 tst_compounds2.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_compounds2 tst_compounds2.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_vl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_vl tst_vl.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_vl tst_vl.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_h_vl2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_h_vl2 tst_h_vl2.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_h_vl2 tst_h_vl2.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_opaques.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_opaques tst_opaques.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_opaques tst_opaques.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_strings.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_strings tst_strings.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_strings tst_strings.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_interops.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_interops tst_interops.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_interops tst_interops.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_enums.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_enums tst_enums.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_enums tst_enums.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_vars2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_vars2 tst_vars2.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_vars2 tst_vars2.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_utf8.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_utf8 tst_utf8.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_utf8 tst_utf8.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_v2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_v2 tst_v2.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_v2 tst_v2.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm make check-TESTS *** Checking HDF5 file functions. *** Checking HDF5 file creates and opens...ok. *** Checking HDF5 file creates and opens some more...ok. *** Creating file...ok. *** Tests successful! PASS: tst_h_files *** Checking HDF5 attribute functions. *** Checking HDF5 attribute ordering...ok. *** Checking HDF5 attribute deletes...ok. *** Checking HDF5 attributes attached to the fileid...ok. *** Checking HDF5 attributes in a group...ok. *** Checking HDF5 zero length attributes...ok. *** Checking how HDF5 handles a delete and recreation of dataset with atts...ok. *** Checking some more simple atts...ok. *** Checking some more simple atts even more...ok. *** Tests successful! PASS: tst_h_atts *** Checking HDF5 attribute functions. *** Checking HDF5 attribute ordering some more...ok. *** Checking HDF5 attribute ordering with 9 attributes...(skipping for HDF5 1.8.0 beta1)ok. *** Tests successful! PASS: tst_h_atts2 *** Checking HDF5 variable functions. *** Checking HDF5 boolean variables...ok. *** Checking HDF5 variable with unlimited dimension...ok. HDF5-DIAG: Error detected in HDF5 (1.8.1) thread 0: #000: H5Z.c line 1268 in H5Zget_filter_info(): Filter not defined major: Invalid arguments to routine minor: Bad value #001: H5Z.c line 918 in H5Z_find(): required filter is not registered major: Data filters minor: Object not found *** Checking HDF5 deflate filter setting and getting...Sorry! Unexpected result, tst_h_vars.c, line: 228 1 failures HDF5-DIAG: Error detected in HDF5 (1.8.1) thread 0: #000: H5Z.c line 1268 in H5Zget_filter_info(): Filter not defined major: Invalid arguments to routine minor: Bad value #001: H5Z.c line 918 in H5Z_find(): required filter is not registered major: Data filters minor: Object not found *** Checking HDF5 deflatfe, fletcher32, shuffle filter setting and getting...Sorry! Unexpected result, tst_h_vars.c, line: 300 1 failures *** Checking HDF5 endianness control...ok. 2 errors detected! Sorry! FAIL: tst_h_vars *** Checking HDF5 variable functions some more. *** Checking HDF5 variable ordering...ok. *** Checking HDF5 variable ordering in root group...ok. *** Checking HDF5 variable ordering flags with redef-type situations...ok. *** Checking HDF5 variable compession and filters...ok. *** Checking fill value...ok. *** Checking fill value of compound type...ok. *** Tests successful! PASS: tst_h_vars2 *** Checking HDF5 group functions. *** Checking out root group...ok. *** Checking out H5Gmove...ok. *** Checking out sub-groups...ok. *** Checking out UTF8 named sub-group...ok. *** Checking out UTF8 named sub-group with group creation ordering...ok. *** Tests successful! PASS: tst_h_grps *** Checking HDF5 compound types. *** Checking simple HDF5 compound types...ok. *** Checking HDF5 compound types and groups...ok. *** Checking HDF5 compound type which contains an array...ok. *** Checking HDF5 compound type 6 different types...ok. *** Checking HDF5 compound variable which contains a compound type...ok. *** Checking HDF5 variable which contains a compound type with different string handling...ok. *** Checking HDF5 compound attribute which contains a compound type...ok. *** Checking HDF5 variable of compound type which contains a string...ok. *** Checking HDF5 compound attribute which contains an array of char...ok. *** Tests successful! PASS: tst_h_compounds *** Checking HDF5 compound types some more. *** Checking HDF5 compound attribute which contains an array of unsigned byte...ok. *** Tests successful! PASS: tst_h_compounds2 *** Checking HDF5 compound types (even more so). *** Checking packing of HDF5 compound types...ok. *** Tests successful! PASS: tst_h_wrt_cmp *** Checking HDF5 compound types (we're almost there kids). *** Checking packing of HDF5 compound types...ok. *** Tests successful! PASS: tst_h_rd_cmp *** Checking HDF5 VLEN types. *** Checking simple HDF5 variable length types...ok. *** Tests successful! PASS: tst_h_vl *** Checking HDF5 opaque types. *** Checking simple HDF5 opaque types...ok. *** Tests successful! PASS: tst_h_opaques *** Checking HDF5 string types. *** Checking scalar string attribute...ok. *** Checking simple HDF5 string types...ok. *** Checking G&S compliance...ok. *** Tests successful! PASS: tst_h_strings *** Checking HDF5 dimension scales. *** Creating simple dimension scales file...ok. *** Checking that simple dimscale file can be read...ok. *** Creating simple dimension scales file with lots of datasets...ok. *** Creating a file with an unlimited dimension scale...ok. *** Checking that unlimited dimscale file can be read...ok. *** Creating some 3D datasets using shared dimscales...ok. *** Checking 3D datasets created with shared dimscales...ok. *** Creating 3D datasets using shared dimscales in groups...ok. *** Checking 3D datasets in groups created with shared dimscales...ok. *** Tests successful! PASS: tst_h_dimscales *** Checking HDF5 dimscales some more. *** Creating a file with one var with one dimension scale...ok. *** Checking that one var, one dimscale file can be read...ok. *** Creating a file with one var with two dimension scales...ok. *** Checking that one var, two dimscales file can be read...ok. *** Tests successful! PASS: tst_h_dimscales2 *** Checking HDF5 enum types. *** Checking simple HDF5 enum type...ok. *** Checking HDF5 enum type missing values...ok. *** Tests successful! PASS: 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 *** Testing netcdf-4 dimensions. *** Checking that netcdf-4 dimids inq works on netcdf-3 file...ok. *** Checking that netcdf-4 dimids inq works on more complex netcdf-3 file...ok. *** Testing file with just one dimension...ok. *** Testing renaming of one dimension...ok. *** Testing file with just one unlimited dimension...ok. *** Testing file with two unlimited dimensions...ok. *** Testing ordering of dimensions...ok. *** Testing file with just one unlimited dimension and one var...ok. *** Testing adding a coordinate var to file with dimension...ok. *** Testing adding a coordinate var to file with unlimited dimension...ok. *** Creating file with 1 data var, 2 dims, and 2 coord. vars...ok. *** Creating file with 3 data vars, 4 dims, and 2 coord. vars...ok. *** Checking file with dims and only some coordinate vars...ok. *** Tests successful! PASS: tst_dims *** Testing netcdf-4 file functions. *** testing version 4.0 of Feb 9 2009 18:03:11 $...ok. *** testing with bad inputs...ok. *** testing simple opens and creates...ok. *** testing more complex opens and creates...ok. *** testing redef for netCDF classic...ok. *** testing redef for netCDF 64-bit offset...ok. *** testing redef for netCDF-4 ...ok. *** testing redef for netCDF-4, with strict netCDF-3 rules...ok. *** testing different formats...ok. *** Tests successful! PASS: tst_files *** Testing netcdf-4 variable functions. *** testing netcdf-4 varids inq on netcdf-3 file...ok. *** testing simple variables...ok. *** testing simple variables with deflation...ok. *** testing netcdf-4 simple variable define...ok. *** testing netcdf-4 less simple variable define...ok. *** testing more complex netcdf-4 variable defines...ok. *** testing fill values...ok. *** testing more fill values...ok. *** testing lots of variables...ok. *** testing 4D example file in classic format...ok. *** testing 4D example file in 64-bit offset format...ok. *** testing 4D example file in netCDF-4/HDF5 format...ok. *** testing 4D example file in netCDF-4/HDF5 format with classic model rules...ok. *** Tests successful! PASS: tst_vars *** Testing netcdf-4 mapped variable functions. *** testing mapping with 2x2 variable...ok. *** testing mapping with 2x3 variable...ok. *** testing simple example from C Users' Guide...ok. *** testing transposed rh example from C Users' Guide...ok. *** Tests successful! PASS: tst_varms *** Testing netcdf-4 variable with unlimited dimensions. *** Testing file with one var, one unlim dim...ok. *** Tests successful! PASS: tst_unlim_vars *** Testing netcdf-4 attribute functions. *** testing really simple global atts...ok. *** testing simple global atts...ok. *** testing attribute data type conversions...ok. *** testing simple variable atts...ok. *** testing zero-length attributes... this test skipped for HDF 1.8.0 beta1ok. *** testing zero-length attributes and redef...(this test skipped for HDF5-1.8.0 beta1ok. *** testing attribute deletes and renames...ok. *** testing attribute create order...ok. *** testing attribute ordering some more...ok. *** testing attribute ordering even more...ok. *** testing attributes and enddef/redef...ok. *** Tests successful! PASS: tst_atts *** Testing netcdf data conversion. *** Testing conversion in netCDF classic files... ok. *** Testing conversion in netCDF 64-bit offset files... ok. *** Testing conversion in netCDF netCDF-4 files... ok. *** Testing conversion in netCDF netCDF-4 classic model files... ok. *** Tests successful! PASS: tst_converts *** Testing more netcdf-4 data conversion. *** Testing NC_BYTE converstions...ok. *** Testing MAX_INT converstions...ok. *** Tests successful! PASS: tst_converts2 *** Testing netcdf-4 group functions. *** testing simple group create...ok. *** testing simple nested group creates...ok. *** testing simple sibling group creates...ok. *** testing more group attributes...ok. *** testing groups and dimensions...ok. *** testing groups and vars...ok. *** testing groups and vars...ok. *** testing very simple groups and dimension scoping...ok. *** testing groups and dimension scoping...ok. *** testing more groups and dimension scoping...ok. *** testing groups and unlimited dimensions...ok. *** testing nested groups...ok. *** testing nested groups, user defined types, and enddef...ok. *** creating file with lots of user-defined types...ok. *** creating file with lots of groups...ok. *** Tests successful! PASS: tst_grps *** Testing netcdf-4 user defined type functions. *** testing REALLY simple compound variable create...ok. *** testing simple compound variable create...ok. *** testing simple compound attribute create...ok. *** testing compound variable with new atomic types...ok. *** testing compound variable containing an array of ints...ok. *** creating compound test file...ok. *** Now opening the ref file for this...ok. *** Tests successful! PASS: tst_compounds *** Tests successful! PASS: tst_compounds2 *** Testing netcdf-4 variable length type functions. *** testing vlen (of ints) attribute...ok. *** Tests successful! PASS: tst_vl *** Checking HDF5 VLEN types even more. *** Tests successful! PASS: tst_h_vl2 *** Testing netcdf-4 opaque type. *** testing *really* simple opaque attribute...ok. *** testing opaque attribute...ok. *** testing opaque variable...ok. *** testing 3 opaque types...ok. *** Tests successful! PASS: tst_opaques *** Testing netcdf-4 string type. *** testing string variable...ok. *** testing string attribute...ok. *** testing string var functions...ok. *** testing string attributes...ok. *** testing string fill value...ok. *** Tests successful! PASS: tst_strings *** Testing HDF5/NetCDF-4 interoperability... *** Creating a HDF5 file with one var with two dimension scales...ok. *** Checking that HDF5 file can be read by netCDF-4, and adding an att...ok. *** Checking that one var, two dimscales, one att file can still be read by HDF5...ok. *** Tests successful! PASS: tst_interops *** Testing netcdf-4 enum type. *** creating enum type...ok. *** testing enum attribute...ok. *** testing enum fill value ...ok. *** testing enum interuptus...ok. *** Tests successful! PASS: tst_enums *** Testing netcdf-4 variable functions, even more. *** Testing with classic format: **** testing simple fill value attribute creation...ok. **** testing simple fill value with data read...ok. **** testing fill value with one other attribute...ok. **** testing fill value with three other attributes...ok. **** testing fill value with simple example...ok. **** testing fill value with example from cxx tests in v2 api...ok. *** Testing with 64-bit offset format: **** testing simple fill value attribute creation...ok. **** testing simple fill value with data read...ok. **** testing fill value with one other attribute...ok. **** testing fill value with three other attributes...ok. **** testing fill value with simple example...ok. **** testing fill value with example from cxx tests in v2 api...ok. *** Testing with HDF5: **** testing simple fill value attribute creation...ok. **** testing simple fill value with data read...ok. **** testing fill value with one other attribute...ok. **** testing fill value with three other attributes...ok. **** testing fill value with simple example...ok. **** testing fill value with example from cxx tests in v2 api...ok. *** Testing with HDF5, netCDF Classic Model: **** testing simple fill value attribute creation...ok. **** testing simple fill value with data read...ok. **** testing fill value with one other attribute...ok. **** testing fill value with three other attributes...ok. **** testing fill value with simple example...ok. **** testing fill value with example from cxx tests in v2 api...ok. **** testing create order varids...ok. **** testing simple variable renaming...ok. **** testing dimension and variable renaming...ok. **** testing endianness...ok. **** testing chunking...ok. **** testing contiguous storage...ok. **** testing extreme numbers dude...ok. **** testing error codes for name clashes...ok. **** testing error codes for name clashes some more...ok. **** testing error codes for name clashes even more...ok. **** testing error code for too-large chunks...ok. *** Tests successful! PASS: tst_vars2 *** Testing UTF-8 names. *** creating UTF-8 names in classic model netcdf files...ok. *** renaming to UTF-8 names in classic model netcdf files...ok. *** creating UTF-8 names in netcdf-4 file...ok. *** Tests successful! PASS: tst_utf8 *** Testing netcdf-4 v2 API functions. *** testing simple opens and creates...ok. *** Tests successful! PASS: tst_v2 ========================================= 1 of 37 tests failed Please report to address@hidden ========================================= make[2]: *** [check-TESTS] Error 1 make[1]: *** [check-am] Error 2 make: *** [check-recursive] Error 1 dhcp-235:netcdf-4.0 edo$ sudo make distclean Password: Making distclean in win32 Making distclean in NET Making distclean in nc_test rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f Makefile Making distclean in nctest rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f Makefile Making distclean in ncgen rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f Makefile Making distclean in ncdump rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f Makefile Making distclean in libsrc rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f Makefile Making distclean in examples rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in examples Making distclean in CXX4 rm -f simple_xy_wr simple_xy_wr rm -f sfc_pres_temp_wr sfc_pres_temp_wr rm -f pres_temp_4D_wr pres_temp_4D_wr rm -f pres_temp_4D_rd pres_temp_4D_rd rm -f simple_xy_rd simple_xy_rd rm -f sfc_pres_temp_rd sfc_pres_temp_rd test -z "simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc" || rm -f simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in CXX rm -f simple_xy_wr simple_xy_wr rm -f simple_xy_rd simple_xy_rd rm -f sfc_pres_temp_wr sfc_pres_temp_wr rm -f sfc_pres_temp_rd sfc_pres_temp_rd rm -f pres_temp_4D_wr pres_temp_4D_wr rm -f pres_temp_4D_rd pres_temp_4D_rd test -z "simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc" || rm -f simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in F90 rm -f simple_xy_wr simple_xy_wr rm -f simple_xy_rd simple_xy_rd rm -f sfc_pres_temp_wr sfc_pres_temp_wr rm -f sfc_pres_temp_rd sfc_pres_temp_rd rm -f pres_temp_4D_wr pres_temp_4D_wr rm -f pres_temp_4D_rd pres_temp_4D_rd rm -f simple_xy_nc4_wr simple_xy_nc4_wr rm -f simple_xy_nc4_rd simple_xy_nc4_rd test -z "simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc simple_xy_nc4.nc" || rm -f simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc simple_xy_nc4.nc rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in F77 rm -f simple_xy_wr simple_xy_wr rm -f simple_xy_rd simple_xy_rd rm -f sfc_pres_temp_wr sfc_pres_temp_wr rm -f sfc_pres_temp_rd sfc_pres_temp_rd rm -f pres_temp_4D_wr pres_temp_4D_wr rm -f pres_temp_4D_rd pres_temp_4D_rd rm -f simple_xy_nc4_wr simple_xy_nc4_wr rm -f simple_xy_nc4_rd simple_xy_nc4_rd test -z "simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc simple_xy_nc4.nc" || rm -f simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc simple_xy_nc4.nc rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in CDL test -z "simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc" || rm -f simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f Makefile Making distclean in C rm -f simple_xy_wr simple_xy_wr rm -f simple_xy_rd simple_xy_rd rm -f sfc_pres_temp_wr sfc_pres_temp_wr rm -f sfc_pres_temp_rd sfc_pres_temp_rd rm -f pres_temp_4D_wr pres_temp_4D_wr rm -f pres_temp_4D_rd pres_temp_4D_rd rm -f simple_nc4_wr simple_nc4_wr rm -f simple_nc4_rd simple_nc4_rd rm -f simple_xy_nc4_wr simple_xy_nc4_wr rm -f simple_xy_nc4_rd simple_xy_nc4_rd test -z "sfc_pres_temp.nc simple_xy.nc pres_temp_4D.nc simple_nc4.nc simple_xy_nc4.nc" || rm -f sfc_pres_temp.nc simple_xy.nc pres_temp_4D.nc simple_nc4.nc simple_xy_nc4.nc rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in man4 rm -rf .libs _libs rm -f 1.tmp rm -f 2.tmp rm -f 3.tmp rm -f 4.tmp rm -f 5.tmp rm -f 6.tmp rm -f 7.tmp rm -rf netcdf.aux netcdf.cp netcdf.cps netcdf.fn netcdf.ky netcdf.kys \ netcdf.log netcdf.pg netcdf.pgs netcdf.tmp netcdf.toc \ netcdf.tp netcdf.tps netcdf.vr netcdf.dvi netcdf.pdf \ netcdf.ps netcdf.html netcdf-install.aux netcdf-install.cp \ netcdf-install.cps netcdf-install.fn netcdf-install.ky \ netcdf-install.kys netcdf-install.log netcdf-install.pg \ netcdf-install.pgs netcdf-install.tmp netcdf-install.toc \ netcdf-install.tp netcdf-install.tps netcdf-install.vr \ netcdf-install.dvi netcdf-install.pdf netcdf-install.ps \ netcdf-install.html netcdf-c.aux netcdf-c.cp netcdf-c.cps \ netcdf-c.fn netcdf-c.ky netcdf-c.kys netcdf-c.log \ netcdf-c.pg netcdf-c.pgs netcdf-c.tmp netcdf-c.toc \ netcdf-c.tp netcdf-c.tps netcdf-c.vr netcdf-c.dvi \ netcdf-c.pdf netcdf-c.ps netcdf-c.html netcdf-f77.aux \ netcdf-f77.cp netcdf-f77.cps netcdf-f77.fn netcdf-f77.ky \ netcdf-f77.kys netcdf-f77.log netcdf-f77.pg netcdf-f77.pgs \ netcdf-f77.tmp netcdf-f77.toc netcdf-f77.tp netcdf-f77.tps \ netcdf-f77.vr netcdf-f77.dvi netcdf-f77.pdf netcdf-f77.ps \ netcdf-f77.html netcdf-f90.aux netcdf-f90.cp netcdf-f90.cps \ netcdf-f90.fn netcdf-f90.ky netcdf-f90.kys netcdf-f90.log \ netcdf-f90.pg netcdf-f90.pgs netcdf-f90.tmp netcdf-f90.toc \ netcdf-f90.tp netcdf-f90.tps netcdf-f90.vr netcdf-f90.dvi \ netcdf-f90.pdf netcdf-f90.ps netcdf-f90.html netcdf-cxx.aux \ netcdf-cxx.cp netcdf-cxx.cps netcdf-cxx.fn netcdf-cxx.ky \ netcdf-cxx.kys netcdf-cxx.log netcdf-cxx.pg netcdf-cxx.pgs \ netcdf-cxx.tmp netcdf-cxx.toc netcdf-cxx.tp netcdf-cxx.tps \ netcdf-cxx.vr netcdf-cxx.dvi netcdf-cxx.pdf netcdf-cxx.ps \ netcdf-cxx.html netcdf-tutorial.aux netcdf-tutorial.cp \ netcdf-tutorial.cps netcdf-tutorial.fn netcdf-tutorial.ky \ netcdf-tutorial.kys netcdf-tutorial.log netcdf-tutorial.pg \ netcdf-tutorial.pgs netcdf-tutorial.tmp netcdf-tutorial.toc \ netcdf-tutorial.tp netcdf-tutorial.tps netcdf-tutorial.vr \ netcdf-tutorial.dvi netcdf-tutorial.pdf netcdf-tutorial.ps \ netcdf-tutorial.html netcdf-cxx4.aux netcdf-cxx4.cp \ netcdf-cxx4.cps netcdf-cxx4.fn netcdf-cxx4.ky \ netcdf-cxx4.kys netcdf-cxx4.log netcdf-cxx4.pg \ netcdf-cxx4.pgs netcdf-cxx4.tmp netcdf-cxx4.toc \ netcdf-cxx4.tp netcdf-cxx4.tps netcdf-cxx4.vr \ netcdf-cxx4.dvi netcdf-cxx4.pdf netcdf-cxx4.ps \ netcdf-cxx4.html rm -f *.lo rm -f vti.tmp test -z "" || rm -f rm -f Makefile Making distclean in man rm -rf .libs _libs rm -f 1.tmp rm -f 2.tmp rm -f 3.tmp rm -f 4.tmp rm -f 5.tmp rm -f 6.tmp rm -rf netcdf.aux netcdf.cp netcdf.cps netcdf.fn netcdf.ky netcdf.kys \ netcdf.log netcdf.pg netcdf.pgs netcdf.tmp netcdf.toc \ netcdf.tp netcdf.tps netcdf.vr netcdf.dvi netcdf.pdf \ netcdf.ps netcdf.html netcdf-install.aux netcdf-install.cp \ netcdf-install.cps netcdf-install.fn netcdf-install.ky \ netcdf-install.kys netcdf-install.log netcdf-install.pg \ netcdf-install.pgs netcdf-install.tmp netcdf-install.toc \ netcdf-install.tp netcdf-install.tps netcdf-install.vr \ netcdf-install.dvi netcdf-install.pdf netcdf-install.ps \ netcdf-install.html netcdf-c.aux netcdf-c.cp netcdf-c.cps \ netcdf-c.fn netcdf-c.ky netcdf-c.kys netcdf-c.log \ netcdf-c.pg netcdf-c.pgs netcdf-c.tmp netcdf-c.toc \ netcdf-c.tp netcdf-c.tps netcdf-c.vr netcdf-c.dvi \ netcdf-c.pdf netcdf-c.ps netcdf-c.html netcdf-tutorial.aux \ netcdf-tutorial.cp netcdf-tutorial.cps netcdf-tutorial.fn \ netcdf-tutorial.ky netcdf-tutorial.kys netcdf-tutorial.log \ netcdf-tutorial.pg netcdf-tutorial.pgs netcdf-tutorial.tmp \ netcdf-tutorial.toc netcdf-tutorial.tp netcdf-tutorial.tps \ netcdf-tutorial.vr netcdf-tutorial.dvi netcdf-tutorial.pdf \ netcdf-tutorial.ps netcdf-tutorial.html netcdf-f77.aux \ netcdf-f77.cp netcdf-f77.cps netcdf-f77.fn netcdf-f77.ky \ netcdf-f77.kys netcdf-f77.log netcdf-f77.pg netcdf-f77.pgs \ netcdf-f77.tmp netcdf-f77.toc netcdf-f77.tp netcdf-f77.tps \ netcdf-f77.vr netcdf-f77.dvi netcdf-f77.pdf netcdf-f77.ps \ netcdf-f77.html netcdf-f90.aux netcdf-f90.cp netcdf-f90.cps \ netcdf-f90.fn netcdf-f90.ky netcdf-f90.kys netcdf-f90.log \ netcdf-f90.pg netcdf-f90.pgs netcdf-f90.tmp netcdf-f90.toc \ netcdf-f90.tp netcdf-f90.tps netcdf-f90.vr netcdf-f90.dvi \ netcdf-f90.pdf netcdf-f90.ps netcdf-f90.html netcdf-cxx.aux \ netcdf-cxx.cp netcdf-cxx.cps netcdf-cxx.fn netcdf-cxx.ky \ netcdf-cxx.kys netcdf-cxx.log netcdf-cxx.pg netcdf-cxx.pgs \ netcdf-cxx.tmp netcdf-cxx.toc netcdf-cxx.tp netcdf-cxx.tps \ netcdf-cxx.vr netcdf-cxx.dvi netcdf-cxx.pdf netcdf-cxx.ps \ netcdf-cxx.html rm -f *.lo rm -f vti.tmp test -z "" || rm -f rm -f Makefile Making distclean in nc_test4 rm -f cdm_sea_soundings cdm_sea_soundings test -z "cdm_sea_soundings.nc tst_large.nc bm_chunking.nc bm_radar.nc bm_radar1.nc radar_3d_compression_test.txt radar_3d_compression.txt radar_2d_compression.txt radar_3d_chunking.txt tst_floats_1D.nc tst_floats_1D.cdl floats_1D_3.nc floats_1D.cdl tst_floats2_*.nc tst_ints2_*.nc tst_shorts2_*.nc tst_elena_*.nc tst_simple*.nc tst_floats2_*.cdl tst_ints2_*.cdl tst_shorts2_*.cdl tst_elena_*.cdl tst_simple*.cdl " || rm -f cdm_sea_soundings.nc tst_large.nc bm_chunking.nc bm_radar.nc bm_radar1.nc radar_3d_compression_test.txt radar_3d_compression.txt radar_2d_compression.txt radar_3d_chunking.txt tst_floats_1D.nc tst_floats_1D.cdl floats_1D_3.nc floats_1D.cdl tst_floats2_*.nc tst_ints2_*.nc tst_shorts2_*.nc tst_elena_*.nc tst_simple*.nc tst_floats2_*.cdl tst_ints2_*.cdl tst_shorts2_*.cdl tst_elena_*.cdl tst_simple*.cdl rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in nc_test rm -f tst_small tst_small rm -f nc_test nc_test rm -f tst_misc tst_misc rm -f tst_norm tst_norm rm -f tst_names tst_names test -z "nc_test_classic.nc nc_test_64bit.nc nc_test_netcdf4.nc tst_small_classic.nc tst_small_64bit.nc tst_small_netcdf4_classic.nc tst_small_netcdf4.nc tst_misc.nc tst_norm.nc tst_names.nc " || rm -f nc_test_classic.nc nc_test_64bit.nc nc_test_netcdf4.nc tst_small_classic.nc tst_small_64bit.nc tst_small_netcdf4_classic.nc tst_small_netcdf4.nc tst_misc.nc tst_norm.nc tst_names.nc rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in cxx4 rm -f tst_suiterunner tst_suiterunner rm -f tst_file tst_file rm -f tst_filerw tst_filerw rm -f tst_simple tst_simple test -z "libnetcdf_c++4.la" || rm -f libnetcdf_c++4.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in cxx rm -f nctst nctst rm -f tst_failure tst_failure test -z "nctst_classic.nc nctst_64bit_offset.nc nctst_netcdf4.nc nctst_netcdf4_classic.nc nctst_classic.cdl nctst_64bit_offset.cdl tst_failure.nc nctst_netcdf4.cdl nctst_netcdf4_classic.cdl" || rm -f nctst_classic.nc nctst_64bit_offset.nc nctst_netcdf4.nc nctst_netcdf4_classic.nc nctst_classic.cdl nctst_64bit_offset.cdl tst_failure.nc nctst_netcdf4.cdl nctst_netcdf4_classic.cdl test -z "libnetcdf_c++.la" || rm -f libnetcdf_c++.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in nf_test rm -f nf_test nf_test rm -f tst_f77_v2 tst_f77_v2 rm -f ftst_vars ftst_vars rm -f ftst_vars2 ftst_vars2 rm -f ftst_vars3 ftst_vars3 rm -f ftst_vars4 ftst_vars4 rm -f ftst_vars5 ftst_vars5 rm -f ftst_types ftst_types rm -f ftst_types2 ftst_types2 rm -f ftst_groups ftst_groups rm -f ftest ftest test -z "scratch.nc test.nc copy.nc fills.nc tst_f77_v2.nc tst_f77_v2.nc ftst_vars.nc ftst_vars2.nc ftst_vars3.nc ftst_vars4.nc ftst_vars5.nc ftst_types.nc ftst_types2.nc ftst_groups.nc test.nc " || rm -f scratch.nc test.nc copy.nc fills.nc tst_f77_v2.nc tst_f77_v2.nc ftst_vars.nc ftst_vars2.nc ftst_vars3.nc ftst_vars4.nc ftst_vars5.nc ftst_types.nc ftst_types2.nc ftst_groups.nc test.nc rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in ncdump rm -f ncdump ncdump rm -f rewrite-scalar rewrite-scalar rm -f ctest ctest rm -f ctest64 ctest64 rm -f ncdump ncdump rm -f tst_utf8 tst_utf8 rm -f tst_create_files tst_create_files rm -f tst_h_rdc0 tst_h_rdc0 rm -f tst_group_data tst_group_data rm -f tst_enum_data tst_enum_data rm -f tst_opaque_data tst_opaque_data rm -f tst_string_data tst_string_data rm -f tst_vlen_data tst_vlen_data rm -f tst_comp tst_comp rm -f tst_nans tst_nans rm -f tst_unicode tst_unicode test -z "test0.nc tst_small.nc tst_small.cdl test1.cdl test1.nc test2.cdl ctest1.cdl ctest.c ctest64.c ctest0.nc ctest0_64.nc c1.cdl ctest1_64.cdl c0.nc tst_solar_1.cdl small.nc small2.nc c0tmp.nc tst_solar_2.cdl tst_ncml.nc c1.ncml utf8.cdl utf8_64.cdl utf8.nc utf8_64.nc tst_utf8.nc tst_utf8.cdl tst_solar_1.nc tst_solar_2.nc tst_solar_cmp.nc tst_group_data.nc tst_group_data.cdl tst_enum_data.nc tst_enum_data.cdl tst_opaque_data.nc tst_opaque_data.cdl tst_string_data.nc tst_string_data.cdl tst_vlen_data.nc tst_vlen_data.cdl tst_comp.nc tst_comp.cdl tst_unicode.nc tst_unicode.cdl tst_nans.nc tst_nans.cdl" || rm -f test0.nc tst_small.nc tst_small.cdl test1.cdl test1.nc test2.cdl ctest1.cdl ctest.c ctest64.c ctest0.nc ctest0_64.nc c1.cdl ctest1_64.cdl c0.nc tst_solar_1.cdl small.nc small2.nc c0tmp.nc tst_solar_2.cdl tst_ncml.nc c1.ncml utf8.cdl utf8_64.cdl utf8.nc utf8_64.nc tst_utf8.nc tst_utf8.cdl tst_solar_1.nc tst_solar_2.nc tst_solar_cmp.nc tst_group_data.nc tst_group_data.cdl tst_enum_data.nc tst_enum_data.cdl tst_opaque_data.nc tst_opaque_data.cdl tst_string_data.nc tst_string_data.cdl tst_vlen_data.nc tst_vlen_data.cdl tst_comp.nc tst_comp.cdl tst_unicode.nc tst_unicode.cdl tst_nans.nc tst_nans.cdl rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in ncgen rm -f ncgen ncgen test -z "c0.nc c0_64.nc c0_4.nc c0_4c.nc" || rm -f c0.nc c0_64.nc c0_4.nc c0_4c.nc rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in nctest rm -f nctest nctest test -z "nctest_classic.nc nctest_64bit_offset.nc nctest_netcdf4.nc test2.nc temp.tmp" || rm -f nctest_classic.nc nctest_64bit_offset.nc nctest_netcdf4.nc test2.nc temp.tmp rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in libsrc4 rm -f tst_h_files tst_h_files rm -f tst_h_atts tst_h_atts rm -f tst_h_atts2 tst_h_atts2 rm -f tst_h_vars tst_h_vars rm -f tst_h_vars2 tst_h_vars2 rm -f tst_h_grps tst_h_grps rm -f tst_h_compounds tst_h_compounds rm -f tst_h_compounds2 tst_h_compounds2 rm -f tst_h_wrt_cmp tst_h_wrt_cmp rm -f tst_h_rd_cmp tst_h_rd_cmp rm -f tst_h_vl tst_h_vl rm -f tst_h_opaques tst_h_opaques rm -f tst_h_strings tst_h_strings rm -f tst_h_dimscales tst_h_dimscales rm -f tst_h_dimscales2 tst_h_dimscales2 rm -f tst_h_enums tst_h_enums rm -f tst_lists tst_lists rm -f tst_dims tst_dims rm -f tst_files tst_files rm -f tst_vars tst_vars rm -f tst_varms tst_varms rm -f tst_unlim_vars tst_unlim_vars rm -f tst_atts tst_atts rm -f tst_converts tst_converts rm -f tst_converts2 tst_converts2 rm -f tst_grps tst_grps rm -f tst_compounds tst_compounds rm -f tst_compounds2 tst_compounds2 rm -f tst_vl tst_vl rm -f tst_h_vl2 tst_h_vl2 rm -f tst_opaques tst_opaques rm -f tst_strings tst_strings rm -f tst_interops tst_interops rm -f tst_enums tst_enums rm -f tst_vars2 tst_vars2 rm -f tst_utf8 tst_utf8 rm -f tst_v2 tst_v2 test -z "tst_nc_converts.nc tst_h_files.h5 tst_h_converts.h5 tst_h_atts.h5 tst_h_atts2.h5 tst_h_vars.h5 tst_h_vars2.h5 tst_h_grps.h5 tst_h_compounds.h5 tst_h_compounds2.h5 tst_h_wrt_cmp.h5 tst_h_vl.h5 tst_h_opaques.h5 tst_h_strings.h5 tst_h_converts.h5 tst_h_dimscales.h5 tst_h_dimscales2.h5 tst_h_enums.h5 tst_lists.nc tst_dims.nc tst_v2.nc tst_files.nc tst_vars.nc tst_varms.nc tst_unlim_vars.nc tst_atts.nc tst_converts.nc tst_converts2.nc tst_grps.nc tst_compounds.nc tst_compounds2.nc tst_vl.nc tst_opaques.nc tst_strings.nc tst_interops.h5 tst_enums.nc tst_coords.nc tst_vars2.nc tst_pres_temp_4D_classic.nc tst_pres_temp_4D_64bit_offset.nc tst_pres_temp_4D_netcdf4.nc tst_pres_temp_4D_netcdf4_classic.nc tst_h_par.nc tst_utf8.nc" || rm -f tst_nc_converts.nc tst_h_files.h5 tst_h_converts.h5 tst_h_atts.h5 tst_h_atts2.h5 tst_h_vars.h5 tst_h_vars2.h5 tst_h_grps.h5 tst_h_compounds.h5 tst_h_compounds2.h5 tst_h_wrt_cmp.h5 tst_h_vl.h5 tst_h_opaques.h5 tst_h_strings.h5 tst_h_converts.h5 tst_h_dimscales.h5 tst_h_dimscales2.h5 tst_h_enums.h5 tst_lists.nc tst_dims.nc tst_v2.nc tst_files.nc tst_vars.nc tst_varms.nc tst_unlim_vars.nc tst_atts.nc tst_converts.nc tst_converts2.nc tst_grps.nc tst_compounds.nc tst_compounds2.nc tst_vl.nc tst_opaques.nc tst_strings.nc tst_interops.h5 tst_enums.nc tst_coords.nc tst_vars2.nc tst_pres_temp_4D_classic.nc tst_pres_temp_4D_64bit_offset.nc tst_pres_temp_4D_netcdf4.nc tst_pres_temp_4D_netcdf4_classic.nc tst_h_par.nc tst_utf8.nc test -z "libnetcdf.la" || rm -f libnetcdf.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f test -z "netcdf.h" || rm -f netcdf.h rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in libsrc rm -f t_nc t_nc test -z "test.nc" || rm -f test.nc test -z "" || rm -f rm -rf .libs _libs test -z "libnetcdf2.la libnetcdf3.la " || rm -f libnetcdf2.la libnetcdf3.la rm -f "./so_locations" rm -f "./so_locations" rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in fortran test -z "nfconfig1.inc netcdf.inc" || rm -f nfconfig1.inc netcdf.inc test -z "" || rm -f rm -rf .libs _libs test -z "libnetcdff.la" || rm -f libnetcdff.la rm -f "./so_locations" rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f test -z "nfconfig.inc " || rm -f nfconfig.inc rm -f nfconfig1.inc stamp-h2 rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in f90 test -z "typesizes.mod netcdf.mod " || rm -f typesizes.mod netcdf.mod rm -rf .libs _libs test -z "libnetcdff90.la" || rm -f libnetcdff90.la rm -f "./so_locations" rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo test -z "" || rm -f test -z "VERSION comps.txt" || rm -f VERSION comps.txt rm -f config.h stamp-h1 rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f Makefile dhcp-235:netcdf-4.0 edo$ cd .. dhcp-235:Downloads edo$ cd hdf5-1.8.1 dhcp-235:hdf5-1.8.1 edo$ sudo make distclean Making distclean in examples test -z "h5_write h5_read h5_extend_write h5_chunk_read h5_compound h5_group h5_select h5_attribute h5_mount h5_reference h5_drivers h5_ref2reg h5_extlink h5_elink_unix2win h5_shared_mesg " || rm -f h5_write h5_read h5_extend_write h5_chunk_read h5_compound h5_group h5_select h5_attribute h5_mount h5_reference h5_drivers h5_ref2reg h5_extlink h5_elink_unix2win h5_shared_mesg rm -rf .libs _libs test -z "*.raw *.meta *.o" || rm -f *.raw *.meta *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog red blue u2w *.h5 test -z "testh5cc.sh" || rm -f testh5cc.sh rm -f Makefile Making distclean in perform rm -f h5perf h5perf rm -f h5perf_serial h5perf_serial rm -f iopipe iopipe rm -f chunk chunk rm -f overhead overhead rm -f zip_perf zip_perf rm -f perf_meta perf_meta rm -f h5perf_serial h5perf_serial test -z "*.h5 *.raw *.dat x-gnuplot" || rm -f *.h5 *.raw *.dat x-gnuplot rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in hl Making distclean in examples test -z "ex_lite1 ex_lite2 ex_lite3 ptExampleFL ptExampleVL ex_image1 ex_image2 ex_table_01 ex_table_02 ex_table_03 ex_table_04 ex_table_05 ex_table_06 ex_table_07 ex_table_08 ex_table_09 ex_table_10 ex_table_11 ex_table_12 ex_ds1 " || rm -f ex_lite1 ex_lite2 ex_lite3 ptExampleFL ptExampleVL ex_image1 ex_image2 ex_table_01 ex_table_02 ex_table_03 ex_table_04 ex_table_05 ex_table_06 ex_table_07 ex_table_08 ex_table_09 ex_table_10 ex_table_11 ex_table_12 ex_ds1 rm -rf .libs _libs test -z "*.raw *.meta *.o" || rm -f *.raw *.meta *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 test -z "" || rm -f rm -f Makefile Making distclean in fortran Making distclean in examples test -z "exlite " || rm -f exlite rm -rf .libs _libs test -z "*.raw *.meta *.o" || rm -f *.raw *.meta *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 test -z "" || rm -f rm -f Makefile Making distclean in test rm -f tstlite tstlite rm -f tstimage tstimage rm -f tsttable tsttable rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog dsetf[1-4].h5 f1img.h5 f1tab.h5 rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in src test -z "libhdf5hl_fortran.la" || rm -f libhdf5hl_fortran.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in c++ Making distclean in examples test -z "ptExampleFL ptExampleVL " || rm -f ptExampleFL ptExampleVL rm -rf .libs _libs test -z "*.raw *.meta *.o" || rm -f *.raw *.meta *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 test -z "" || rm -f rm -f Makefile Making distclean in test rm -f ptableTest ptableTest rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in src test -z "libhdf5_hl_cpp.la" || rm -f libhdf5_hl_cpp.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in tools Making distclean in gif2h5 rm -f gif2h5 gif2h5 rm -f h52gif h52gif rm -rf .libs _libs rm -f h52gifgentst h52gifgentst rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 *.gif rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in test rm -f test_lite test_lite rm -f test_image test_image rm -f test_table test_table rm -f test_ds test_ds rm -f test_packet test_packet rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog combine_tables[1-2].h5 test_ds[1-6].h5 test_image[1-3].h5 test_lite[1-2].h5 test_table.h5 test_packet_table.h5 test_packet_compress.h5 rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in src test -z "libhdf5_hl.la" || rm -f libhdf5_hl.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in fortran Making distclean in examples test -z "dsetexample fileexample rwdsetexample attrexample groupexample grpsexample grpdsetexample hyperslab selectele grpit refobjexample refregexample mountexample compound " || rm -f dsetexample fileexample rwdsetexample attrexample groupexample grpsexample grpdsetexample hyperslab selectele grpit refobjexample refregexample mountexample compound rm -rf .libs _libs test -z "*.raw *.meta *.o" || rm -f *.raw *.meta *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 test -z "testh5fc.sh" || rm -f testh5fc.sh rm -f Makefile Making distclean in testpar rm -f parallel_test parallel_test rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog parf[12].h5 rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in test rm -f fortranlib_test fortranlib_test rm -f fflush1 fflush1 rm -f fflush2 fflush2 rm -f fortranlib_test_1_8 fortranlib_test_1_8 rm -rf .libs _libs test -z "libh5test_fortran.la" || rm -f libh5test_fortran.la rm -f "./so_locations" rm -f *.o test -z "*.tmp" || rm -f *.tmp rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in src test -z "libhdf5_fortran.la" || rm -f libhdf5_fortran.la rm -f "./so_locations" rm -rf .libs _libs rm -f H5match_types H5match_types rm -f H5fortran_detect H5fortran_detect rm -f H5test_kind H5test_kind rm -f *.o test -z "H5fortran_types.f90 H5f90i_gen.h H5fort_type_defines.h H5fortran_detect.f90" || rm -f H5fortran_types.f90 H5f90i_gen.h H5fort_type_defines.h H5fortran_detect.f90 rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "h5fc libhdf5_fortran.settings" || rm -f h5fc libhdf5_fortran.settings test -z "h5fc libhdf5_fortran.settings" || rm -f h5fc libhdf5_fortran.settings rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in c++ Making distclean in examples test -z "create readdata writedata compound extend_ds chunks h5group " || rm -f create readdata writedata compound extend_ds chunks h5group rm -rf .libs _libs test -z "*.raw *.meta *.o" || rm -f *.raw *.meta *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 test -z "testh5c++.sh" || rm -f testh5c++.sh rm -f Makefile Making distclean in test rm -f dsets dsets rm -f testhdf5 testhdf5 rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in src test -z "libhdf5_cpp.la" || rm -f libhdf5_cpp.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "h5c++" || rm -f h5c++ test -z "h5c++ libhdf5.settings" || rm -f h5c++ libhdf5.settings rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in tools Making distclean in h5stat rm -f h5stat h5stat rm -f h5stat_gentest h5stat_gentest test -z "" || rm -f rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 ../testfiles/fst_family*.h5 ../testfiles/scd_family*.h5 rm -f *.tab.c test -z "testh5stat.sh" || rm -f testh5stat.sh test -z "testh5stat.sh" || rm -f testh5stat.sh rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in h5copy rm -f h5copy h5copy rm -f h5copygentest h5copygentest rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in h5jam rm -f h5jam h5jam rm -f h5unjam h5unjam rm -f tellub tellub rm -f h5jamgentest h5jamgentest rm -f getub getub rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 *.txt rm -f *.tab.c test -z "testh5jam.sh" || rm -f testh5jam.sh test -z "testh5jam.sh" || rm -f testh5jam.sh rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in h5repack rm -f h5repack h5repack rm -f h5repacktst h5repacktst rm -rf .libs _libs rm -f testh5repack_detect_szip testh5repack_detect_szip rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 *.bin rm -f *.tab.c test -z "h5repack.sh" || rm -f h5repack.sh test -z "h5repack.sh" || rm -f h5repack.sh rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in h5import rm -f h5import h5import rm -f h5importtest h5importtest rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in misc rm -f h5debug h5debug rm -f h5repart h5repart rm -f h5mkgrp h5mkgrp rm -f h5repart_gentest h5repart_gentest rm -f repart_test repart_test test -z "h5redeploy" || rm -f h5redeploy rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 ../testfiles/fst_family*.h5 ../testfiles/scd_family*.h5 rm -f *.tab.c test -z "h5cc testh5repart.sh" || rm -f h5cc testh5repart.sh test -z "h5cc testh5repart.sh" || rm -f h5cc testh5repart.sh rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in h5ls rm -f h5ls h5ls rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in h5diff rm -f h5diff h5diff rm -f h5diffgentest h5diffgentest rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 expect_sorted actual_sorted rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in h5dump rm -f h5dump h5dump rm -f h5dumpgentest h5dumpgentest rm -f binread binread rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 *.bin rm -f *.tab.c test -z "testh5dump.sh testh5dumpxml.sh" || rm -f testh5dump.sh testh5dumpxml.sh test -z "testh5dump.sh" || rm -f testh5dump.sh rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in lib rm -f talign talign rm -rf .libs _libs test -z "libh5tools.la" || rm -f libh5tools.la rm -f "./so_locations" rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in testpar rm -f t_mpi t_mpi rm -f t_posix_compliant t_posix_compliant rm -f testphdf5 testphdf5 rm -f t_cache t_cache rm -f t_pflush1 t_pflush1 rm -f t_pflush2 t_pflush2 rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog MPItest.h5 Para*.h5 rm -f *.tab.c test -z "testph5.sh" || rm -f testph5.sh test -z "go Makefile testph5.sh" || rm -f go Makefile testph5.sh rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in test rm -f testhdf5 testhdf5 rm -f lheap lheap rm -f ohdr ohdr rm -f stab stab rm -f gheap gheap rm -f cache cache rm -f cache_api cache_api rm -f pool pool rm -f hyperslab hyperslab rm -f istore istore rm -f bittests bittests rm -f dt_arith dt_arith rm -f dtypes dtypes rm -f dsets dsets rm -f cmpd_dset cmpd_dset rm -f extend extend rm -f external external rm -f objcopy objcopy rm -f links links rm -f unlink unlink rm -f big big rm -f mtime mtime rm -f fillval fillval rm -f mount mount rm -f flush1 flush1 rm -f flush2 flush2 rm -f enum enum rm -f set_extent set_extent rm -f ttsafe ttsafe rm -f getname getname rm -f vfd vfd rm -f ntypes ntypes rm -f dangle dangle rm -f dtransform dtransform rm -f reserved reserved rm -f cross_read cross_read rm -f btree2 btree2 rm -f fheap fheap rm -f error_test error_test rm -f err_compat err_compat rm -f testmeta testmeta rm -rf .libs _libs test -z "libh5test.la" || rm -f libh5test.la rm -f "./so_locations" rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog cmpd_dset.h5 compact_dataset.h5 dataset.h5 dset_offset.h5 max_compact_dataset.h5 simple.h5 set_local.h5 random_chunks.h5 huge_chunks.h5 extend.h5 istore.h5 tfile[1-4].h5 th5s[1-3].h5 lheap.h5 fheap.h5 ohdr.h5 stab.h5 extern_[1-3].h5 extern_[1-4][ab].raw gheap[0-4].h5 dt_arith[1-2] links.h5 links[0-6]*.h5 extlinks[0-9].h5 tmp big.data big[0-9][0-9][0-9][0-9][0-9].h5 stdio.h5 sec2.h5 dtypes[1-8].h5 dt_arith[1-2].h5 tattr.h5 tselect.h5 mtime.h5 unlink.h5 unicode.h5 coord.h5 fillval_[0-9].h5 fillval.raw mount_[0-9].h5 testmeta.h5 ttime.h5 trefer[1-3].h5 tvltypes.h5 tvlstr.h5 tvlstr2.h5 flush.h5 enum1.h5 titerate.h5 ttsafe.h5 tarray1.h5 tgenprop.h5 tmisc[0-9]*.h5 set_extent_read.h5 set_extent_create.h5 getname.h5 getname[1-3].h5 sec2_file.h5 direct_file.h5 family_file000[0-3][0-9].h5 multi_file-[rs].h5 core_file new_move_[ab].h5 ntypes.h5 dangle.h5 error_test.h5 err_compat.h5 dtransform.h5 test_filters.h5 get_file_name.h5 tstint[1-2].h5 unlink_chunked.h5 btree2.h5 objcopy_src.h5 objcopy_dst.h5 objcopy_ext.dat trefer1.h5 trefer2.h5 rm -f *.tab.c test -z "testerror.sh" || rm -f testerror.sh test -z "testerror.sh" || rm -f testerror.sh rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in src test -z "libhdf5.la" || rm -f libhdf5.la rm -f "./so_locations" rm -rf .libs _libs rm -f H5detect H5detect rm -f *.o test -z "H5Tinit.c" || rm -f H5Tinit.c rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "libhdf5.settings" || rm -f libhdf5.settings test -z "H5pubconf.h" || rm -f H5pubconf.h rm -f H5config.h stamp-h1 rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo if test -d ii_files; then \ rm -f -rf ii_files; \ fi test -z "" || rm -f test -z "config/stamp1 config/stamp2" || rm -f config/stamp1 config/stamp2 rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f Makefile dhcp-235:hdf5-1.8.1 edo$ cd .. dhcp-235:Downloads edo$ cd z zlib-1.2.3/ zlib-1.2.3.tar znetcdf/ znetcdf-2.tar zlib-1.2.3 2/ zlib-1.2.3.tar.gz znetcdf-1.tar znetcdf.tar dhcp-235:Downloads edo$ cd zlib-1.2.3 dhcp-235:zlib-1.2.3 edo$ dhcp-235:zlib-1.2.3 edo$ sudo make distclean rm -f *.o *~ example minigzip \ libz.* foo.gz so_locations \ _match.s maketree contrib/infback9/*.o cp -p Makefile.in Makefile cp -p zconf.in.h zconf.h rm -f .DS_Store dhcp-235:zlib-1.2.3 edo$ dhcp-235:zlib-1.2.3 edo$ dhcp-235:zlib-1.2.3 edo$ dhcp-235:zlib-1.2.3 edo$ ./configure --prefix=/usr/local Building static library libz.a version 1.2.3 with gcc. Checking for unistd.h... Yes. Checking whether to use vs[n]printf() or s[n]printf()... using vs[n]printf() Checking for vsnprintf() in stdio.h... Yes. Checking for return value of vsnprintf()... Yes. Checking for errno.h... Yes. Checking for mmap support... Yes. dhcp-235:zlib-1.2.3 edo$ sudo make distclean rm -f *.o *~ example minigzip \ libz.* foo.gz so_locations \ _match.s maketree contrib/infback9/*.o cp -p Makefile.in Makefile cp -p zconf.in.h zconf.h rm -f .DS_Store dhcp-235:zlib-1.2.3 edo$ ./configure --prefix=/usr/local CC=gcc CFLAGS=-m64 unknown option: CC=gcc ./configure --help for help dhcp-235:zlib-1.2.3 edo$ emacs Makefile dhcp-235:zlib-1.2.3 edo$ emacs Makefile dhcp-235:zlib-1.2.3 edo$ ./configure --prefix=/usr/local Building static library libz.a version 1.2.3 with gcc. Checking for unistd.h... Yes. Checking whether to use vs[n]printf() or s[n]printf()... using vs[n]printf() Checking for vsnprintf() in stdio.h... Yes. Checking for return value of vsnprintf()... Yes. Checking for errno.h... Yes. Checking for mmap support... Yes. dhcp-235:zlib-1.2.3 edo$ emacs Makefile dhcp-235:zlib-1.2.3 edo$ sudo make check install gcc -m64 -DUSE_MMAP -c -o example.o example.c gcc -m64 -DUSE_MMAP -c -o adler32.o adler32.c gcc -m64 -DUSE_MMAP -c -o compress.o compress.c gcc -m64 -DUSE_MMAP -c -o crc32.o crc32.c gcc -m64 -DUSE_MMAP -c -o gzio.o gzio.c gcc -m64 -DUSE_MMAP -c -o uncompr.o uncompr.c gcc -m64 -DUSE_MMAP -c -o deflate.o deflate.c gcc -m64 -DUSE_MMAP -c -o trees.o trees.c gcc -m64 -DUSE_MMAP -c -o zutil.o zutil.c gcc -m64 -DUSE_MMAP -c -o inflate.o inflate.c gcc -m64 -DUSE_MMAP -c -o infback.o infback.c gcc -m64 -DUSE_MMAP -c -o inftrees.o inftrees.c gcc -m64 -DUSE_MMAP -c -o inffast.o inffast.c ar rc libz.a adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o zutil.o inflate.o infback.o inftrees.o inffast.o gcc -m64 -DUSE_MMAP -o example example.o -L. libz.a gcc -m64 -DUSE_MMAP -c -o minigzip.o minigzip.c gcc -m64 -DUSE_MMAP -o minigzip minigzip.o -L. libz.a hello world zlib version 1.2.3 = 0x1230, compile flags = 0xa9 uncompress(): hello, hello! gzread(): hello, hello! gzgets() after gzseek: hello! inflate(): hello, hello! large_inflate(): OK after inflateSync(): hello, hello! inflate with dictionary: hello, hello! *** zlib test OK *** cp zlib.h zconf.h /usr/local/include chmod 644 /usr/local/include/zlib.h /usr/local/include/zconf.h cp libz.a /usr/local/lib cd /usr/local/lib; chmod 755 libz.a cd /usr/local/lib; if test -f libz.1.2.3.dylib; then \ rm -f libz.dylib libz.1.dylib; \ ln -s libz.1.2.3.dylib libz.dylib; \ ln -s libz.1.2.3.dylib libz.1.dylib; \ (ldconfig || true) >/dev/null 2>&1; \ fi cp zlib.3 /usr/local/share/man/man3 chmod 644 /usr/local/share/man/man3/zlib.3 dhcp-235:zlib-1.2.3 edo$ cd .. dhcp-235:Downloads edo$ cd hdf5-1.8.1 dhcp-235:hdf5-1.8.1 edo$ sudo ./configure --with-zlib=/usr/local --prefix=/usr/local --disable-shared CC=gcc CFLAGS=-m64 CXXFLAGS=-m64checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... bin/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... i386-apple-darwin9.6.0 checking host system type... i386-apple-darwin9.6.0 checking shell variables initial values... done checking if basename works... yes checking if xargs works... yes checking for cached host... none checking for config i386-apple-darwin9.6.0... no checking for config i386-apple-darwin9.6.0... no checking for config apple-darwin9.6.0... no checking for config apple-darwin9.6.0... no checking for config i386-darwin9.6.0... no checking for config i386-darwin9.6.0... no checking for config i386-apple... no checking for config darwin9.6.0... no checking for config darwin9.6.0... no checking for config apple... found compiler 'gcc' is GNU gcc-4.0.1 checking for config ./config/site-specific/host-dhcp-235.mirsl.dyn... no checking for config ./config/site-specific/host-mirsl.dyn... no checking for config ./config/site-specific/host-dyn... no checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking if Fortran interface enabled... no checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking if c++ interface enabled... no checking if should build only statically linked executables... no checking for perl... perl checking for ar... ar checking whether make sets $(MAKE)... (cached) yes checking for a BSD-compatible install... /usr/bin/install -c checking for tr... /usr/bin/tr checking if srcdir= and time commands work together... yes checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -p checking the name lister (/usr/bin/nm -p) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 196608 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to reload object files... -r checking how to recognize dependent libraries... pass_all checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -p output from gcc object... ok checking for dsymutil... dsymutil checking for nmedit... nmedit checking for -single_module linker flag... yes checking for -exported_symbols_list linker flag... yes checking how to run the C preprocessor... 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) yes checking whether g++ accepts -g... (cached) yes checking dependency style of g++... (cached) gcc3 checking how to run the C++ preprocessor... g++ -E checking whether we are using the GNU Fortran compiler... no checking whether xlf accepts -g... no checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fno-common -DPIC checking if gcc PIC flag -fno-common -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin9.6.0 dyld checking how to hardcode library paths into programs... immediate checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... yes checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for ld used by g++... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fno-common -DPIC checking if g++ PIC flag -fno-common -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin9.6.0 dyld checking how to hardcode library paths into programs... immediate checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes libtool.m4: error: problem compiling FC test program checking for xlf option to produce PIC... checking if xlf static flag works... no checking if xlf supports -c -o file.o... no checking if xlf supports -c -o file.o... (cached) no checking whether the xlf linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... no checking dynamic linker characteristics... darwin9.6.0 dyld checking how to hardcode library paths into programs... immediate checking if -Wl,-rpath should be used to link shared libs in nondefault directories... yes checking make... checking how make searches directories... VPATH=DIR1 DIR2 ... checking whether make will build with undefined variables... yes checking for production mode... production checking for ceil in -lm... yes checking for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking for difftime... yes checking for gettimeofday... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking for sys/stat.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for sys/types.h... (cached) yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking setjmp.h usability... yes checking setjmp.h presence... yes checking for setjmp.h... yes checking features.h usability... no checking features.h presence... no checking for features.h... no checking for stdint.h... (cached) yes checking io.h usability... no checking io.h presence... no checking for io.h... no checking winsock.h usability... no checking winsock.h presence... no checking for winsock.h... no checking sys/timeb.h usability... yes checking sys/timeb.h presence... yes checking for sys/timeb.h... yes skipping test for lseek64(), fseek64(), fseeko(), and ftello checking for stat64... yes checking for fstat64... yes checking for off_t... yes checking for size_t... yes checking for ssize_t... yes checking whether byte ordering is bigendian... no checking for char... yes checking size of char... 1 checking for short... yes checking size of short... 2 checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 8 checking for long long... yes checking size of long long... 8 checking for __int64... no checking size of __int64... 0 checking for float... yes checking size of float... 4 checking for double... yes checking size of double... 8 checking for long double... yes checking size of long double... 16 checking for int8_t... yes checking size of int8_t... 1 checking for uint8_t... yes checking size of uint8_t... 1 checking for int_least8_t... yes checking size of int_least8_t... 1 checking for uint_least8_t... yes checking size of uint_least8_t... 1 checking for int_fast8_t... yes checking size of int_fast8_t... 1 checking for uint_fast8_t... yes checking size of uint_fast8_t... 1 checking for int16_t... yes checking size of int16_t... 2 checking for uint16_t... yes checking size of uint16_t... 2 checking for int_least16_t... yes checking size of int_least16_t... 2 checking for uint_least16_t... yes checking size of uint_least16_t... 2 checking for int_fast16_t... yes checking size of int_fast16_t... 2 checking for uint_fast16_t... yes checking size of uint_fast16_t... 2 checking for int32_t... yes checking size of int32_t... 4 checking for uint32_t... yes checking size of uint32_t... 4 checking for int_least32_t... yes checking size of int_least32_t... 4 checking for uint_least32_t... yes checking size of uint_least32_t... 4 checking for int_fast32_t... yes checking size of int_fast32_t... 4 checking for uint_fast32_t... yes checking size of uint_fast32_t... 4 checking for int64_t... yes checking size of int64_t... 8 checking for uint64_t... yes checking size of uint64_t... 8 checking for int_least64_t... yes checking size of int_least64_t... 8 checking for uint_least64_t... yes checking size of uint_least64_t... 8 checking for int_fast64_t... yes checking size of int_fast64_t... 8 checking for uint_fast64_t... yes checking size of uint_fast64_t... 8 checking for size_t... (cached) yes checking size of size_t... 8 checking for ssize_t... (cached) yes checking size of ssize_t... 8 checking for off_t... (cached) yes checking size of off_t... 8 checking for off64_t... no checking size of off64_t... 0 checking if dev_t is scalar... yes checking for dmalloc library... suppressed checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for compress2 in -lz... no checking for compress2... no checking for szlib... suppressed checking for pthread... suppressed checking for thread safe support... no checking for tm_gmtoff in struct tm... yes checking for __tm_gmtoff in struct tm... no checking for global timezone variable... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking for struct timezone... yes checking whether gettimeofday() gives timezone... yes checking for st_blocks in struct stat... yes checking for _getvideoconfig... no checking for gettextinfo... no checking for GetConsoleScreenBufferInfo... no checking for _scrsize... no checking for ioctl... yes checking for struct videoconfig... no checking for struct text_info... no checking for TIOCGWINSZ... yes checking for TIOCGETD... yes checking for alarm... yes checking for fork... yes checking for frexpf... yes checking for frexpl... yes checking for gethostname... yes checking for getpwuid... yes checking for getrusage... yes checking for BSDgettimeofday... no checking for siglongjmp... yes checking for longjmp... yes checking for setsysinfo... no checking for sigaction... yes checking for signal... yes checking for snprintf... yes checking for vasprintf... yes checking for strdup... yes checking for system... yes checking for waitpid... yes checking for rand_r... yes checking for random... yes checking for srandom... yes checking for tmpfile... yes checking for vsnprintf... yes checking if vsnprintf returns correct value... yes checking if lone colon can be used as an argument... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for __attribute__ extension... yes checking for __FUNCTION__ extension... yes checking how to print long long... %ld and %lu checking Threads support system scope... yes checking for gpfs... suppressed checking for debug flags... none checking whether function stack tracking is enabled... no checking whether metadata trace file code is enabled... no checking for API tracing... no checking for instrumented library... no checking whether to clear file buffers... yes checking whether a memory checking tool will be used... no checking for parallel support files... skipped checking for I/O filters... all (shuffle,fletcher32,nbit,scaleoffset) checking for Default Virtual File Driver definition... yes checking for Direct Virtual File Driver support... no checking whether exception handling functions is checked during data conversions... yes checking whether data accuracy is guaranteed during data conversions... yes checking if converting denormalized floating-point values is possible... yes checking if converting floating-point values to long long is not working... false checking if the machine has window style path name... no checking if converting from long double to integers is accurate... yes checking if converting from long double to integers works... yes checking if accurately converting from integers to long double... yes checking if accurately converting unsigned long long to floating-point values... yes checking if accurately roundup converting floating-point to unsigned long long values... yes checking if right maximum converting floating-point to unsigned long long values... no checking if correctly converting long double to unsigned int values... yes checking if compiling unsigned long long to floating-point typecasts work... yes checking if compiling long long to floating-point typecasts work... yes checking if converting unsigned long long to long double with precision... yes checking if overflows normally converting floating-point to integer values... yes checking if correctly converting long double to (unsigned) long long values... yes checking if correctly converting (unsigned) long long to long double values... yes checking if bad code for log2 routine is generated... no checking if high level library is enabled... yes checking additional programs should be built... no checking if deprecated public symbols are available... yes checking which version of public symbols to use by default... v18 checking Whether to perform strict file format checks... no configure: creating ./config.status config.status: creating src/libhdf5.settings config.status: creating Makefile config.status: creating src/Makefile config.status: creating test/Makefile config.status: creating test/testerror.sh config.status: creating testpar/Makefile config.status: creating testpar/testph5.sh config.status: creating perform/Makefile config.status: creating tools/Makefile config.status: creating tools/h5dump/Makefile config.status: creating tools/h5dump/testh5dump.sh config.status: creating tools/h5dump/testh5dumpxml.sh config.status: creating tools/h5import/Makefile config.status: creating tools/h5diff/Makefile config.status: creating tools/h5jam/Makefile config.status: creating tools/h5jam/testh5jam.sh config.status: creating tools/h5repack/Makefile config.status: creating tools/h5repack/h5repack.sh config.status: creating tools/h5ls/Makefile config.status: creating tools/h5copy/Makefile config.status: creating tools/lib/Makefile config.status: creating tools/misc/Makefile config.status: creating tools/misc/h5cc config.status: creating tools/misc/testh5repart.sh config.status: creating tools/h5stat/testh5stat.sh config.status: creating tools/h5stat/Makefile config.status: creating examples/Makefile config.status: creating examples/testh5cc.sh config.status: creating c++/Makefile config.status: creating c++/src/Makefile config.status: creating c++/src/h5c++ config.status: creating c++/test/Makefile config.status: creating c++/examples/Makefile config.status: creating c++/examples/testh5c++.sh config.status: creating fortran/Makefile config.status: creating fortran/src/h5fc config.status: creating fortran/src/libhdf5_fortran.settings config.status: creating fortran/src/Makefile config.status: creating fortran/test/Makefile config.status: creating fortran/testpar/Makefile config.status: creating fortran/examples/Makefile config.status: creating fortran/examples/testh5fc.sh config.status: creating hl/Makefile config.status: creating hl/src/Makefile config.status: creating hl/test/Makefile config.status: creating hl/tools/Makefile config.status: creating hl/tools/gif2h5/Makefile config.status: creating hl/examples/Makefile config.status: creating hl/c++/Makefile config.status: creating hl/c++/src/Makefile config.status: creating hl/c++/test/Makefile config.status: creating hl/c++/examples/Makefile config.status: creating hl/fortran/Makefile config.status: creating hl/fortran/src/Makefile config.status: creating hl/fortran/test/Makefile config.status: creating hl/fortran/examples/Makefile config.status: creating src/H5config.h config.status: executing default-1 commands creating src/H5pubconf.h Post process src/libhdf5.settings config.status: executing depfiles commands config.status: executing libtool commands SUMMARY OF THE HDF5 CONFIGURATION ================================= General Information: ------------------- HDF5 Version: 1.8.1 Configured on: Mon Feb 9 18:12:50 EST 2009 Configured by: address@hidden Configure mode: production Host system: i386-apple-darwin9.6.0 Uname information: Darwin dhcp-235.mirsl.dyn 9.6.0 Darwin Kernel Version 9.6.0: Mon Nov 24 17:37:00 PST 2008; root:xnu-1228.9.59~1/RELEASE_I386 i386 Byte sex: little-endian Libraries: Parallel support: no Installation point: /usr/local Compiler: /usr/bin/gcc (gcc-4.0.1) Compiler switches: -m64 -I/usr/local/include Extra libraries: -lm Archiver: ar Ranlib: ranlib Debugged Packages: API Tracing: no Compiling Options: ------------------ Compilation Mode: production C Compiler: /usr/bin/gcc (gcc-4.0.1) CFLAGS/H5_CFLAGS: -m64/-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions CPPFLAGS/H5_CPPFLAGS: -I/usr/local/include / -DNDEBUG -UH5_DEBUG_API LDFLAGS: Debug Mode: Shared Libraries: no Static Libraries: yes Statically Linked Executables: no Default Public Symbols Version: v18 With Deprecated Public Symbols: yes Tracing: no Clear file buffers before write: yes Using memory checker: no Optimization Instrumentation: no Languages: ---------- Fortran: no C++: no Features: --------- dmalloc: no Function Stack Tracing: no GPFS: no Strict File Format Checks: no Default API Mapping: v18 I/O filters (external): I/O filters (internal): shuffle,fletcher32,nbit,scaleoffset Linux Large File Support (LFS): no MPE: no Parallel HDF5: no Direct VFD: no Threadsafety: no High Level library: yes dhcp-235:hdf5-1.8.1 edo$ sudo make Making all in src make all-am /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5.lo -MD -MP -MF .deps/H5.Tpo -c -o H5.lo H5.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5.lo -MD -MP -MF .deps/H5.Tpo -c H5.c -o H5.o H5.c: In function â??H5dont_atexitâ??: H5.c:347: warning: unused variable â??FUNCâ?? H5.c: In function â??H5check_versionâ??: H5.c:615: warning: unused variable â??FUNCâ?? H5.c: In function â??H5closeâ??: H5.c:754: warning: unused variable â??FUNCâ?? mv -f .deps/H5.Tpo .deps/H5.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5checksum.lo -MD -MP -MF .deps/H5checksum.Tpo -c -o H5checksum.lo H5checksum.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5checksum.lo -MD -MP -MF .deps/H5checksum.Tpo -c H5checksum.c -o H5checksum.o H5checksum.c: In function â??H5_hash_stringâ??: H5checksum.c:489: warning: suggest parentheses around assignment used as truth value mv -f .deps/H5checksum.Tpo .deps/H5checksum.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5dbg.lo -MD -MP -MF .deps/H5dbg.Tpo -c -o H5dbg.lo H5dbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5dbg.lo -MD -MP -MF .deps/H5dbg.Tpo -c H5dbg.c -o H5dbg.o mv -f .deps/H5dbg.Tpo .deps/H5dbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5system.lo -MD -MP -MF .deps/H5system.Tpo -c -o H5system.lo H5system.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5system.lo -MD -MP -MF .deps/H5system.Tpo -c H5system.c -o H5system.o H5system.c: In function â??H5_build_extpathâ??: H5system.c:625: warning: passing argument 1 of â??mallocâ?? with different width due to prototype H5system.c:637: warning: passing argument 2 of â??getcwdâ?? with different width due to prototype H5system.c:649: warning: passing argument 2 of â??getcwdâ?? with different width due to prototype mv -f .deps/H5system.Tpo .deps/H5system.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5timer.lo -MD -MP -MF .deps/H5timer.Tpo -c -o H5timer.lo H5timer.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5timer.lo -MD -MP -MF .deps/H5timer.Tpo -c H5timer.c -o H5timer.o mv -f .deps/H5timer.Tpo .deps/H5timer.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5trace.lo -MD -MP -MF .deps/H5trace.Tpo -c -o H5trace.lo H5trace.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5trace.lo -MD -MP -MF .deps/H5trace.Tpo -c H5trace.c -o H5trace.o mv -f .deps/H5trace.Tpo .deps/H5trace.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5A.lo -MD -MP -MF .deps/H5A.Tpo -c -o H5A.lo H5A.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5A.lo -MD -MP -MF .deps/H5A.Tpo -c H5A.c -o H5A.o mv -f .deps/H5A.Tpo .deps/H5A.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Abtree2.lo -MD -MP -MF .deps/H5Abtree2.Tpo -c -o H5Abtree2.lo H5Abtree2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Abtree2.lo -MD -MP -MF .deps/H5Abtree2.Tpo -c H5Abtree2.c -o H5Abtree2.o mv -f .deps/H5Abtree2.Tpo .deps/H5Abtree2.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Adense.lo -MD -MP -MF .deps/H5Adense.Tpo -c -o H5Adense.lo H5Adense.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Adense.lo -MD -MP -MF .deps/H5Adense.Tpo -c H5Adense.c -o H5Adense.o mv -f .deps/H5Adense.Tpo .deps/H5Adense.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Adeprec.lo -MD -MP -MF .deps/H5Adeprec.Tpo -c -o H5Adeprec.lo H5Adeprec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Adeprec.lo -MD -MP -MF .deps/H5Adeprec.Tpo -c H5Adeprec.c -o H5Adeprec.o mv -f .deps/H5Adeprec.Tpo .deps/H5Adeprec.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Aint.lo -MD -MP -MF .deps/H5Aint.Tpo -c -o H5Aint.lo H5Aint.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Aint.lo -MD -MP -MF .deps/H5Aint.Tpo -c H5Aint.c -o H5Aint.o mv -f .deps/H5Aint.Tpo .deps/H5Aint.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Atest.lo -MD -MP -MF .deps/H5Atest.Tpo -c -o H5Atest.lo H5Atest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Atest.lo -MD -MP -MF .deps/H5Atest.Tpo -c H5Atest.c -o H5Atest.o mv -f .deps/H5Atest.Tpo .deps/H5Atest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5AC.lo -MD -MP -MF .deps/H5AC.Tpo -c -o H5AC.lo H5AC.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5AC.lo -MD -MP -MF .deps/H5AC.Tpo -c H5AC.c -o H5AC.o mv -f .deps/H5AC.Tpo .deps/H5AC.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B.lo -MD -MP -MF .deps/H5B.Tpo -c -o H5B.lo H5B.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B.lo -MD -MP -MF .deps/H5B.Tpo -c H5B.c -o H5B.o mv -f .deps/H5B.Tpo .deps/H5B.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Bcache.lo -MD -MP -MF .deps/H5Bcache.Tpo -c -o H5Bcache.lo H5Bcache.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Bcache.lo -MD -MP -MF .deps/H5Bcache.Tpo -c H5Bcache.c -o H5Bcache.o mv -f .deps/H5Bcache.Tpo .deps/H5Bcache.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2.lo -MD -MP -MF .deps/H5B2.Tpo -c -o H5B2.lo H5B2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2.lo -MD -MP -MF .deps/H5B2.Tpo -c H5B2.c -o H5B2.o mv -f .deps/H5B2.Tpo .deps/H5B2.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2cache.lo -MD -MP -MF .deps/H5B2cache.Tpo -c -o H5B2cache.lo H5B2cache.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2cache.lo -MD -MP -MF .deps/H5B2cache.Tpo -c H5B2cache.c -o H5B2cache.o mv -f .deps/H5B2cache.Tpo .deps/H5B2cache.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2dbg.lo -MD -MP -MF .deps/H5B2dbg.Tpo -c -o H5B2dbg.lo H5B2dbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2dbg.lo -MD -MP -MF .deps/H5B2dbg.Tpo -c H5B2dbg.c -o H5B2dbg.o mv -f .deps/H5B2dbg.Tpo .deps/H5B2dbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2int.lo -MD -MP -MF .deps/H5B2int.Tpo -c -o H5B2int.lo H5B2int.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2int.lo -MD -MP -MF .deps/H5B2int.Tpo -c H5B2int.c -o H5B2int.o mv -f .deps/H5B2int.Tpo .deps/H5B2int.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2stat.lo -MD -MP -MF .deps/H5B2stat.Tpo -c -o H5B2stat.lo H5B2stat.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2stat.lo -MD -MP -MF .deps/H5B2stat.Tpo -c H5B2stat.c -o H5B2stat.o mv -f .deps/H5B2stat.Tpo .deps/H5B2stat.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2test.lo -MD -MP -MF .deps/H5B2test.Tpo -c -o H5B2test.lo H5B2test.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2test.lo -MD -MP -MF .deps/H5B2test.Tpo -c H5B2test.c -o H5B2test.o mv -f .deps/H5B2test.Tpo .deps/H5B2test.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5C.lo -MD -MP -MF .deps/H5C.Tpo -c -o H5C.lo H5C.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5C.lo -MD -MP -MF .deps/H5C.Tpo -c H5C.c -o H5C.o H5C.c: In function â??H5C_insert_entryâ??: H5C.c:4710: warning: passing argument 2 of â??H5C__flash_increase_cache_sizeâ?? with different width due to prototype H5C.c: In function â??H5C_protectâ??: H5C.c:5940: warning: passing argument 2 of â??H5C__flash_increase_cache_sizeâ?? with different width due to prototype mv -f .deps/H5C.Tpo .deps/H5C.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5CS.lo -MD -MP -MF .deps/H5CS.Tpo -c -o H5CS.lo H5CS.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5CS.lo -MD -MP -MF .deps/H5CS.Tpo -c H5CS.c -o H5CS.o mv -f .deps/H5CS.Tpo .deps/H5CS.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5D.lo -MD -MP -MF .deps/H5D.Tpo -c -o H5D.lo H5D.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5D.lo -MD -MP -MF .deps/H5D.Tpo -c H5D.c -o H5D.o mv -f .deps/H5D.Tpo .deps/H5D.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dchunk.lo -MD -MP -MF .deps/H5Dchunk.Tpo -c -o H5Dchunk.lo H5Dchunk.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dchunk.lo -MD -MP -MF .deps/H5Dchunk.Tpo -c H5Dchunk.c -o H5Dchunk.o H5Dchunk.c: In function â??H5D_chunk_io_initâ??: H5Dchunk.c:188: warning: cast discards qualifiers from pointer target type H5Dchunk.c:419: warning: cast discards qualifiers from pointer target type H5Dchunk.c: In function â??H5D_create_chunk_map_singleâ??: H5Dchunk.c:541: warning: cast discards qualifiers from pointer target type H5Dchunk.c: In function â??H5D_create_chunk_file_map_hyperâ??: H5Dchunk.c:609: warning: cast discards qualifiers from pointer target type H5Dchunk.c: In function â??H5D_create_chunk_mem_map_hyperâ??: H5Dchunk.c:777: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Dchunk.Tpo .deps/H5Dchunk.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dcompact.lo -MD -MP -MF .deps/H5Dcompact.Tpo -c -o H5Dcompact.lo H5Dcompact.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dcompact.lo -MD -MP -MF .deps/H5Dcompact.Tpo -c H5Dcompact.c -o H5Dcompact.o mv -f .deps/H5Dcompact.Tpo .deps/H5Dcompact.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dcontig.lo -MD -MP -MF .deps/H5Dcontig.Tpo -c -o H5Dcontig.lo H5Dcontig.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dcontig.lo -MD -MP -MF .deps/H5Dcontig.Tpo -c H5Dcontig.c -o H5Dcontig.o mv -f .deps/H5Dcontig.Tpo .deps/H5Dcontig.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ddbg.lo -MD -MP -MF .deps/H5Ddbg.Tpo -c -o H5Ddbg.lo H5Ddbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ddbg.lo -MD -MP -MF .deps/H5Ddbg.Tpo -c H5Ddbg.c -o H5Ddbg.o mv -f .deps/H5Ddbg.Tpo .deps/H5Ddbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ddeprec.lo -MD -MP -MF .deps/H5Ddeprec.Tpo -c -o H5Ddeprec.lo H5Ddeprec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ddeprec.lo -MD -MP -MF .deps/H5Ddeprec.Tpo -c H5Ddeprec.c -o H5Ddeprec.o mv -f .deps/H5Ddeprec.Tpo .deps/H5Ddeprec.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Defl.lo -MD -MP -MF .deps/H5Defl.Tpo -c -o H5Defl.lo H5Defl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Defl.lo -MD -MP -MF .deps/H5Defl.Tpo -c H5Defl.c -o H5Defl.o mv -f .deps/H5Defl.Tpo .deps/H5Defl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dfill.lo -MD -MP -MF .deps/H5Dfill.Tpo -c -o H5Dfill.lo H5Dfill.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dfill.lo -MD -MP -MF .deps/H5Dfill.Tpo -c H5Dfill.c -o H5Dfill.o mv -f .deps/H5Dfill.Tpo .deps/H5Dfill.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dint.lo -MD -MP -MF .deps/H5Dint.Tpo -c -o H5Dint.lo H5Dint.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dint.lo -MD -MP -MF .deps/H5Dint.Tpo -c H5Dint.c -o H5Dint.o H5Dint.c: In function â??H5D_init_typeâ??: H5Dint.c:631: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Dint.Tpo .deps/H5Dint.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dio.lo -MD -MP -MF .deps/H5Dio.Tpo -c -o H5Dio.lo H5Dio.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dio.lo -MD -MP -MF .deps/H5Dio.Tpo -c H5Dio.c -o H5Dio.o mv -f .deps/H5Dio.Tpo .deps/H5Dio.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Distore.lo -MD -MP -MF .deps/H5Distore.Tpo -c -o H5Distore.lo H5Distore.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Distore.lo -MD -MP -MF .deps/H5Distore.Tpo -c H5Distore.c -o H5Distore.o H5Distore.c: In function â??H5D_istore_iter_copyâ??: H5Distore.c:1052: warning: passing argument 4 of â??H5T_convertâ?? with different width due to prototype H5Distore.c: In function â??H5D_istore_chunk_allocâ??: H5Distore.c:2377: warning: unused variable â??FUNCâ?? H5Distore.c: In function â??H5D_istore_allocateâ??: H5Distore.c:2538: warning: cast discards qualifiers from pointer target type H5Distore.c:2539: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Distore.Tpo .deps/H5Distore.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dmpio.lo -MD -MP -MF .deps/H5Dmpio.Tpo -c -o H5Dmpio.lo H5Dmpio.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dmpio.lo -MD -MP -MF .deps/H5Dmpio.Tpo -c H5Dmpio.c -o H5Dmpio.o mv -f .deps/H5Dmpio.Tpo .deps/H5Dmpio.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Doh.lo -MD -MP -MF .deps/H5Doh.Tpo -c -o H5Doh.lo H5Doh.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Doh.lo -MD -MP -MF .deps/H5Doh.Tpo -c H5Doh.c -o H5Doh.o mv -f .deps/H5Doh.Tpo .deps/H5Doh.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dscatgath.lo -MD -MP -MF .deps/H5Dscatgath.Tpo -c -o H5Dscatgath.lo H5Dscatgath.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dscatgath.lo -MD -MP -MF .deps/H5Dscatgath.Tpo -c H5Dscatgath.c -o H5Dscatgath.o mv -f .deps/H5Dscatgath.Tpo .deps/H5Dscatgath.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dselect.lo -MD -MP -MF .deps/H5Dselect.Tpo -c -o H5Dselect.lo H5Dselect.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dselect.lo -MD -MP -MF .deps/H5Dselect.Tpo -c H5Dselect.c -o H5Dselect.o mv -f .deps/H5Dselect.Tpo .deps/H5Dselect.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dtest.lo -MD -MP -MF .deps/H5Dtest.Tpo -c -o H5Dtest.lo H5Dtest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dtest.lo -MD -MP -MF .deps/H5Dtest.Tpo -c H5Dtest.c -o H5Dtest.o mv -f .deps/H5Dtest.Tpo .deps/H5Dtest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5E.lo -MD -MP -MF .deps/H5E.Tpo -c -o H5E.lo H5E.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5E.lo -MD -MP -MF .deps/H5E.Tpo -c H5E.c -o H5E.o mv -f .deps/H5E.Tpo .deps/H5E.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Edeprec.lo -MD -MP -MF .deps/H5Edeprec.Tpo -c -o H5Edeprec.lo H5Edeprec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Edeprec.lo -MD -MP -MF .deps/H5Edeprec.Tpo -c H5Edeprec.c -o H5Edeprec.o mv -f .deps/H5Edeprec.Tpo .deps/H5Edeprec.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Eint.lo -MD -MP -MF .deps/H5Eint.Tpo -c -o H5Eint.lo H5Eint.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Eint.lo -MD -MP -MF .deps/H5Eint.Tpo -c H5Eint.c -o H5Eint.o H5Eint.c: In function â??H5E_clear_entriesâ??: H5Eint.c:798: warning: cast discards qualifiers from pointer target type H5Eint.c:800: warning: cast discards qualifiers from pointer target type H5Eint.c:802: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Eint.Tpo .deps/H5Eint.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5F.lo -MD -MP -MF .deps/H5F.Tpo -c -o H5F.lo H5F.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5F.lo -MD -MP -MF .deps/H5F.Tpo -c H5F.c -o H5F.o mv -f .deps/H5F.Tpo .deps/H5F.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Fdbg.lo -MD -MP -MF .deps/H5Fdbg.Tpo -c -o H5Fdbg.lo H5Fdbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Fdbg.lo -MD -MP -MF .deps/H5Fdbg.Tpo -c H5Fdbg.c -o H5Fdbg.o mv -f .deps/H5Fdbg.Tpo .deps/H5Fdbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ffake.lo -MD -MP -MF .deps/H5Ffake.Tpo -c -o H5Ffake.lo H5Ffake.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ffake.lo -MD -MP -MF .deps/H5Ffake.Tpo -c H5Ffake.c -o H5Ffake.o mv -f .deps/H5Ffake.Tpo .deps/H5Ffake.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Fmount.lo -MD -MP -MF .deps/H5Fmount.Tpo -c -o H5Fmount.lo H5Fmount.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Fmount.lo -MD -MP -MF .deps/H5Fmount.Tpo -c H5Fmount.c -o H5Fmount.o mv -f .deps/H5Fmount.Tpo .deps/H5Fmount.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Fsfile.lo -MD -MP -MF .deps/H5Fsfile.Tpo -c -o H5Fsfile.lo H5Fsfile.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Fsfile.lo -MD -MP -MF .deps/H5Fsfile.Tpo -c H5Fsfile.c -o H5Fsfile.o mv -f .deps/H5Fsfile.Tpo .deps/H5Fsfile.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Fsuper.lo -MD -MP -MF .deps/H5Fsuper.Tpo -c -o H5Fsuper.lo H5Fsuper.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Fsuper.lo -MD -MP -MF .deps/H5Fsuper.Tpo -c H5Fsuper.c -o H5Fsuper.o H5Fsuper.c: In function â??H5F_super_initâ??: H5Fsuper.c:757: warning: passing argument 3 of â??H5O_createâ?? with different width due to prototype mv -f .deps/H5Fsuper.Tpo .deps/H5Fsuper.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ftest.lo -MD -MP -MF .deps/H5Ftest.Tpo -c -o H5Ftest.lo H5Ftest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ftest.lo -MD -MP -MF .deps/H5Ftest.Tpo -c H5Ftest.c -o H5Ftest.o mv -f .deps/H5Ftest.Tpo .deps/H5Ftest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FD.lo -MD -MP -MF .deps/H5FD.Tpo -c -o H5FD.lo H5FD.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FD.lo -MD -MP -MF .deps/H5FD.Tpo -c H5FD.c -o H5FD.o mv -f .deps/H5FD.Tpo .deps/H5FD.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDcore.lo -MD -MP -MF .deps/H5FDcore.Tpo -c -o H5FDcore.lo H5FDcore.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDcore.lo -MD -MP -MF .deps/H5FDcore.Tpo -c H5FDcore.c -o H5FDcore.o mv -f .deps/H5FDcore.Tpo .deps/H5FDcore.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDdirect.lo -MD -MP -MF .deps/H5FDdirect.Tpo -c -o H5FDdirect.lo H5FDdirect.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDdirect.lo -MD -MP -MF .deps/H5FDdirect.Tpo -c H5FDdirect.c -o H5FDdirect.o H5private.h:1191: warning: â??H5_interface_initialize_gâ?? defined but not used H5private.h:1192: warning: â??H5FD_direct_init_interfaceâ?? declared â??staticâ?? but never defined mv -f .deps/H5FDdirect.Tpo .deps/H5FDdirect.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDfamily.lo -MD -MP -MF .deps/H5FDfamily.Tpo -c -o H5FDfamily.lo H5FDfamily.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDfamily.lo -MD -MP -MF .deps/H5FDfamily.Tpo -c H5FDfamily.c -o H5FDfamily.o mv -f .deps/H5FDfamily.Tpo .deps/H5FDfamily.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDlog.lo -MD -MP -MF .deps/H5FDlog.Tpo -c -o H5FDlog.lo H5FDlog.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDlog.lo -MD -MP -MF .deps/H5FDlog.Tpo -c H5FDlog.c -o H5FDlog.o H5FDlog.c: In function â??H5Pset_fapl_logâ??: H5FDlog.c:361: warning: cast discards qualifiers from pointer target type mv -f .deps/H5FDlog.Tpo .deps/H5FDlog.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDmpi.lo -MD -MP -MF .deps/H5FDmpi.Tpo -c -o H5FDmpi.lo H5FDmpi.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDmpi.lo -MD -MP -MF .deps/H5FDmpi.Tpo -c H5FDmpi.c -o H5FDmpi.o mv -f .deps/H5FDmpi.Tpo .deps/H5FDmpi.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDmpio.lo -MD -MP -MF .deps/H5FDmpio.Tpo -c -o H5FDmpio.lo H5FDmpio.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDmpio.lo -MD -MP -MF .deps/H5FDmpio.Tpo -c H5FDmpio.c -o H5FDmpio.o H5private.h:1191: warning: â??H5_interface_initialize_gâ?? defined but not used H5private.h:1192: warning: â??H5FD_mpio_init_interfaceâ?? declared â??staticâ?? but never defined mv -f .deps/H5FDmpio.Tpo .deps/H5FDmpio.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDmpiposix.lo -MD -MP -MF .deps/H5FDmpiposix.Tpo -c -o H5FDmpiposix.lo H5FDmpiposix.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDmpiposix.lo -MD -MP -MF .deps/H5FDmpiposix.Tpo -c H5FDmpiposix.c -o H5FDmpiposix.o H5private.h:1191: warning: â??H5_interface_initialize_gâ?? defined but not used H5private.h:1192: warning: â??H5FD_mpiposix_init_interfaceâ?? declared â??staticâ?? but never defined mv -f .deps/H5FDmpiposix.Tpo .deps/H5FDmpiposix.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDmulti.lo -MD -MP -MF .deps/H5FDmulti.Tpo -c -o H5FDmulti.lo H5FDmulti.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDmulti.lo -MD -MP -MF .deps/H5FDmulti.Tpo -c H5FDmulti.c -o H5FDmulti.o H5FDmulti.c: In function â??compute_nextâ??: H5FDmulti.c:1969: warning: declaration of â??_unmappedâ?? shadows a previous local H5FDmulti.c:1968: warning: shadowed declaration is here H5FDmulti.c:1969: warning: declaration of â??_seenâ?? shadows a previous local H5FDmulti.c:1968: warning: shadowed declaration is here mv -f .deps/H5FDmulti.Tpo .deps/H5FDmulti.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDsec2.lo -MD -MP -MF .deps/H5FDsec2.Tpo -c -o H5FDsec2.lo H5FDsec2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDsec2.lo -MD -MP -MF .deps/H5FDsec2.Tpo -c H5FDsec2.c -o H5FDsec2.o mv -f .deps/H5FDsec2.Tpo .deps/H5FDsec2.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDspace.lo -MD -MP -MF .deps/H5FDspace.Tpo -c -o H5FDspace.lo H5FDspace.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDspace.lo -MD -MP -MF .deps/H5FDspace.Tpo -c H5FDspace.c -o H5FDspace.o mv -f .deps/H5FDspace.Tpo .deps/H5FDspace.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDstdio.lo -MD -MP -MF .deps/H5FDstdio.Tpo -c -o H5FDstdio.lo H5FDstdio.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDstdio.lo -MD -MP -MF .deps/H5FDstdio.Tpo -c H5FDstdio.c -o H5FDstdio.o mv -f .deps/H5FDstdio.Tpo .deps/H5FDstdio.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FL.lo -MD -MP -MF .deps/H5FL.Tpo -c -o H5FL.lo H5FL.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FL.lo -MD -MP -MF .deps/H5FL.Tpo -c H5FL.c -o H5FL.o mv -f .deps/H5FL.Tpo .deps/H5FL.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FO.lo -MD -MP -MF .deps/H5FO.Tpo -c -o H5FO.lo H5FO.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FO.lo -MD -MP -MF .deps/H5FO.Tpo -c H5FO.c -o H5FO.o mv -f .deps/H5FO.Tpo .deps/H5FO.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FS.lo -MD -MP -MF .deps/H5FS.Tpo -c -o H5FS.lo H5FS.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FS.lo -MD -MP -MF .deps/H5FS.Tpo -c H5FS.c -o H5FS.o mv -f .deps/H5FS.Tpo .deps/H5FS.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FScache.lo -MD -MP -MF .deps/H5FScache.Tpo -c -o H5FScache.lo H5FScache.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FScache.lo -MD -MP -MF .deps/H5FScache.Tpo -c H5FScache.c -o H5FScache.o mv -f .deps/H5FScache.Tpo .deps/H5FScache.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FSdbg.lo -MD -MP -MF .deps/H5FSdbg.Tpo -c -o H5FSdbg.lo H5FSdbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FSdbg.lo -MD -MP -MF .deps/H5FSdbg.Tpo -c H5FSdbg.c -o H5FSdbg.o mv -f .deps/H5FSdbg.Tpo .deps/H5FSdbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FSsection.lo -MD -MP -MF .deps/H5FSsection.Tpo -c -o H5FSsection.lo H5FSsection.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FSsection.lo -MD -MP -MF .deps/H5FSsection.Tpo -c H5FSsection.c -o H5FSsection.o mv -f .deps/H5FSsection.Tpo .deps/H5FSsection.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5G.lo -MD -MP -MF .deps/H5G.Tpo -c -o H5G.lo H5G.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5G.lo -MD -MP -MF .deps/H5G.Tpo -c H5G.c -o H5G.o H5G.c: In function â??H5G_iterateâ??: H5G.c:1665: warning: â??grpâ?? is used uninitialized in this function mv -f .deps/H5G.Tpo .deps/H5G.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gbtree2.lo -MD -MP -MF .deps/H5Gbtree2.Tpo -c -o H5Gbtree2.lo H5Gbtree2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gbtree2.lo -MD -MP -MF .deps/H5Gbtree2.Tpo -c H5Gbtree2.c -o H5Gbtree2.o mv -f .deps/H5Gbtree2.Tpo .deps/H5Gbtree2.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gcompact.lo -MD -MP -MF .deps/H5Gcompact.Tpo -c -o H5Gcompact.lo H5Gcompact.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gcompact.lo -MD -MP -MF .deps/H5Gcompact.Tpo -c H5Gcompact.c -o H5Gcompact.o mv -f .deps/H5Gcompact.Tpo .deps/H5Gcompact.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gdense.lo -MD -MP -MF .deps/H5Gdense.Tpo -c -o H5Gdense.lo H5Gdense.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gdense.lo -MD -MP -MF .deps/H5Gdense.Tpo -c H5Gdense.c -o H5Gdense.o mv -f .deps/H5Gdense.Tpo .deps/H5Gdense.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gdeprec.lo -MD -MP -MF .deps/H5Gdeprec.Tpo -c -o H5Gdeprec.lo H5Gdeprec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gdeprec.lo -MD -MP -MF .deps/H5Gdeprec.Tpo -c H5Gdeprec.c -o H5Gdeprec.o mv -f .deps/H5Gdeprec.Tpo .deps/H5Gdeprec.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gent.lo -MD -MP -MF .deps/H5Gent.Tpo -c -o H5Gent.lo H5Gent.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gent.lo -MD -MP -MF .deps/H5Gent.Tpo -c H5Gent.c -o H5Gent.o H5Gent.c: In function â??H5G_ent_copyâ??: H5Gent.c:325: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Gent.Tpo .deps/H5Gent.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gint.lo -MD -MP -MF .deps/H5Gint.Tpo -c -o H5Gint.lo H5Gint.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gint.lo -MD -MP -MF .deps/H5Gint.Tpo -c H5Gint.c -o H5Gint.o H5private.h:1191: warning: â??H5_interface_initialize_gâ?? defined but not used H5Gint.c:96: warning: â??H5G_init_int_interfaceâ?? defined but not used mv -f .deps/H5Gint.Tpo .deps/H5Gint.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Glink.lo -MD -MP -MF .deps/H5Glink.Tpo -c -o H5Glink.lo H5Glink.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Glink.lo -MD -MP -MF .deps/H5Glink.Tpo -c H5Glink.c -o H5Glink.o H5Glink.c: In function â??H5G_link_copy_fileâ??: H5Glink.c:484: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Glink.Tpo .deps/H5Glink.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gloc.lo -MD -MP -MF .deps/H5Gloc.Tpo -c -o H5Gloc.lo H5Gloc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gloc.lo -MD -MP -MF .deps/H5Gloc.Tpo -c H5Gloc.c -o H5Gloc.o H5Gloc.c: In function â??H5G_loc_insertâ??: H5Gloc.c:617: warning: cast discards qualifiers from pointer target type H5Gloc.c: In function â??H5G_loc_set_comment_cbâ??: H5Gloc.c:745: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Gloc.Tpo .deps/H5Gloc.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gname.lo -MD -MP -MF .deps/H5Gname.Tpo -c -o H5Gname.lo H5Gname.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gname.lo -MD -MP -MF .deps/H5Gname.Tpo -c H5Gname.c -o H5Gname.o H5Gname.c: In function â??H5G_name_copyâ??: H5Gname.c:405: warning: cast discards qualifiers from pointer target type H5Gname.c: At top level: H5Gname.c:71: warning: â??H5_haddr_t_reg_free_listâ?? defined but not used mv -f .deps/H5Gname.Tpo .deps/H5Gname.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gnode.lo -MD -MP -MF .deps/H5Gnode.Tpo -c -o H5Gnode.lo H5Gnode.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gnode.lo -MD -MP -MF .deps/H5Gnode.Tpo -c H5Gnode.c -o H5Gnode.o H5Gnode.c: In function â??H5G_node_copyâ??: H5Gnode.c:1758: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Gnode.Tpo .deps/H5Gnode.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gobj.lo -MD -MP -MF .deps/H5Gobj.Tpo -c -o H5Gobj.lo H5Gobj.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gobj.lo -MD -MP -MF .deps/H5Gobj.Tpo -c H5Gobj.c -o H5Gobj.o H5Gobj.c: In function â??H5G_obj_createâ??: H5Gobj.c:199: warning: passing argument 5 of â??H5O_msg_createâ?? discards qualifiers from pointer target type H5Gobj.c:203: warning: passing argument 5 of â??H5O_msg_createâ?? discards qualifiers from pointer target type H5Gobj.c: In function â??H5G_obj_stab_to_new_cbâ??: H5Gobj.c:425: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Gobj.Tpo .deps/H5Gobj.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Goh.lo -MD -MP -MF .deps/H5Goh.Tpo -c -o H5Goh.lo H5Goh.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Goh.lo -MD -MP -MF .deps/H5Goh.Tpo -c H5Goh.c -o H5Goh.o mv -f .deps/H5Goh.Tpo .deps/H5Goh.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gstab.lo -MD -MP -MF .deps/H5Gstab.Tpo -c -o H5Gstab.lo H5Gstab.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gstab.lo -MD -MP -MF .deps/H5Gstab.Tpo -c H5Gstab.c -o H5Gstab.o mv -f .deps/H5Gstab.Tpo .deps/H5Gstab.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gtest.lo -MD -MP -MF .deps/H5Gtest.Tpo -c -o H5Gtest.lo H5Gtest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gtest.lo -MD -MP -MF .deps/H5Gtest.Tpo -c H5Gtest.c -o H5Gtest.o mv -f .deps/H5Gtest.Tpo .deps/H5Gtest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gtraverse.lo -MD -MP -MF .deps/H5Gtraverse.Tpo -c -o H5Gtraverse.lo H5Gtraverse.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gtraverse.lo -MD -MP -MF .deps/H5Gtraverse.Tpo -c H5Gtraverse.c -o H5Gtraverse.o mv -f .deps/H5Gtraverse.Tpo .deps/H5Gtraverse.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HF.lo -MD -MP -MF .deps/H5HF.Tpo -c -o H5HF.lo H5HF.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HF.lo -MD -MP -MF .deps/H5HF.Tpo -c H5HF.c -o H5HF.o H5HF.c: In function â??H5HF_op_writeâ??: H5HF.c:130: warning: cast discards qualifiers from pointer target type H5HF.c: In function â??H5HF_insertâ??: H5HF.c:389: warning: cast discards qualifiers from pointer target type mv -f .deps/H5HF.Tpo .deps/H5HF.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFbtree2.lo -MD -MP -MF .deps/H5HFbtree2.Tpo -c -o H5HFbtree2.lo H5HFbtree2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFbtree2.lo -MD -MP -MF .deps/H5HFbtree2.Tpo -c H5HFbtree2.c -o H5HFbtree2.o mv -f .deps/H5HFbtree2.Tpo .deps/H5HFbtree2.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFcache.lo -MD -MP -MF .deps/H5HFcache.Tpo -c -o H5HFcache.lo H5HFcache.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFcache.lo -MD -MP -MF .deps/H5HFcache.Tpo -c H5HFcache.c -o H5HFcache.o H5HFcache.c: In function â??H5HF_cache_dblock_loadâ??: H5HFcache.c:1354: warning: cast discards qualifiers from pointer target type mv -f .deps/H5HFcache.Tpo .deps/H5HFcache.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFdbg.lo -MD -MP -MF .deps/H5HFdbg.Tpo -c -o H5HFdbg.lo H5HFdbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFdbg.lo -MD -MP -MF .deps/H5HFdbg.Tpo -c H5HFdbg.c -o H5HFdbg.o mv -f .deps/H5HFdbg.Tpo .deps/H5HFdbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFdblock.lo -MD -MP -MF .deps/H5HFdblock.Tpo -c -o H5HFdblock.lo H5HFdblock.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFdblock.lo -MD -MP -MF .deps/H5HFdblock.Tpo -c H5HFdblock.c -o H5HFdblock.o mv -f .deps/H5HFdblock.Tpo .deps/H5HFdblock.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFdtable.lo -MD -MP -MF .deps/H5HFdtable.Tpo -c -o H5HFdtable.lo H5HFdtable.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFdtable.lo -MD -MP -MF .deps/H5HFdtable.Tpo -c H5HFdtable.c -o H5HFdtable.o mv -f .deps/H5HFdtable.Tpo .deps/H5HFdtable.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFhdr.lo -MD -MP -MF .deps/H5HFhdr.Tpo -c -o H5HFhdr.lo H5HFhdr.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFhdr.lo -MD -MP -MF .deps/H5HFhdr.Tpo -c H5HFhdr.c -o H5HFhdr.o mv -f .deps/H5HFhdr.Tpo .deps/H5HFhdr.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFhuge.lo -MD -MP -MF .deps/H5HFhuge.Tpo -c -o H5HFhuge.lo H5HFhuge.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFhuge.lo -MD -MP -MF .deps/H5HFhuge.Tpo -c H5HFhuge.c -o H5HFhuge.o H5HFhuge.c: In function â??H5HF_huge_writeâ??: H5HFhuge.c:733: warning: â??obj_sizeâ?? may be used uninitialized in this function mv -f .deps/H5HFhuge.Tpo .deps/H5HFhuge.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFiblock.lo -MD -MP -MF .deps/H5HFiblock.Tpo -c -o H5HFiblock.lo H5HFiblock.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFiblock.lo -MD -MP -MF .deps/H5HFiblock.Tpo -c H5HFiblock.c -o H5HFiblock.o mv -f .deps/H5HFiblock.Tpo .deps/H5HFiblock.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFiter.lo -MD -MP -MF .deps/H5HFiter.Tpo -c -o H5HFiter.lo H5HFiter.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFiter.lo -MD -MP -MF .deps/H5HFiter.Tpo -c H5HFiter.c -o H5HFiter.o mv -f .deps/H5HFiter.Tpo .deps/H5HFiter.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFman.lo -MD -MP -MF .deps/H5HFman.Tpo -c -o H5HFman.lo H5HFman.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFman.lo -MD -MP -MF .deps/H5HFman.Tpo -c H5HFman.c -o H5HFman.o H5HFman.c: In function â??H5HF_man_writeâ??: H5HFman.c:454: warning: cast discards qualifiers from pointer target type mv -f .deps/H5HFman.Tpo .deps/H5HFman.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFsection.lo -MD -MP -MF .deps/H5HFsection.Tpo -c -o H5HFsection.lo H5HFsection.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFsection.lo -MD -MP -MF .deps/H5HFsection.Tpo -c H5HFsection.c -o H5HFsection.o H5HFsection.c: In function â??H5HF_sect_single_validâ??: H5HFsection.c:1298: warning: cast discards qualifiers from pointer target type mv -f .deps/H5HFsection.Tpo .deps/H5HFsection.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFspace.lo -MD -MP -MF .deps/H5HFspace.Tpo -c -o H5HFspace.lo H5HFspace.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFspace.lo -MD -MP -MF .deps/H5HFspace.Tpo -c H5HFspace.c -o H5HFspace.o mv -f .deps/H5HFspace.Tpo .deps/H5HFspace.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFstat.lo -MD -MP -MF .deps/H5HFstat.Tpo -c -o H5HFstat.lo H5HFstat.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFstat.lo -MD -MP -MF .deps/H5HFstat.Tpo -c H5HFstat.c -o H5HFstat.o mv -f .deps/H5HFstat.Tpo .deps/H5HFstat.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFtest.lo -MD -MP -MF .deps/H5HFtest.Tpo -c -o H5HFtest.lo H5HFtest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFtest.lo -MD -MP -MF .deps/H5HFtest.Tpo -c H5HFtest.c -o H5HFtest.o mv -f .deps/H5HFtest.Tpo .deps/H5HFtest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFtiny.lo -MD -MP -MF .deps/H5HFtiny.Tpo -c -o H5HFtiny.lo H5HFtiny.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFtiny.lo -MD -MP -MF .deps/H5HFtiny.Tpo -c H5HFtiny.c -o H5HFtiny.o mv -f .deps/H5HFtiny.Tpo .deps/H5HFtiny.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HG.lo -MD -MP -MF .deps/H5HG.Tpo -c -o H5HG.lo H5HG.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HG.lo -MD -MP -MF .deps/H5HG.Tpo -c H5HG.c -o H5HG.o mv -f .deps/H5HG.Tpo .deps/H5HG.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HGdbg.lo -MD -MP -MF .deps/H5HGdbg.Tpo -c -o H5HGdbg.lo H5HGdbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HGdbg.lo -MD -MP -MF .deps/H5HGdbg.Tpo -c H5HGdbg.c -o H5HGdbg.o mv -f .deps/H5HGdbg.Tpo .deps/H5HGdbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HL.lo -MD -MP -MF .deps/H5HL.Tpo -c -o H5HL.lo H5HL.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HL.lo -MD -MP -MF .deps/H5HL.Tpo -c H5HL.c -o H5HL.o mv -f .deps/H5HL.Tpo .deps/H5HL.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HLdbg.lo -MD -MP -MF .deps/H5HLdbg.Tpo -c -o H5HLdbg.lo H5HLdbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HLdbg.lo -MD -MP -MF .deps/H5HLdbg.Tpo -c H5HLdbg.c -o H5HLdbg.o mv -f .deps/H5HLdbg.Tpo .deps/H5HLdbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HP.lo -MD -MP -MF .deps/H5HP.Tpo -c -o H5HP.lo H5HP.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HP.lo -MD -MP -MF .deps/H5HP.Tpo -c H5HP.c -o H5HP.o mv -f .deps/H5HP.Tpo .deps/H5HP.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5I.lo -MD -MP -MF .deps/H5I.Tpo -c -o H5I.lo H5I.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5I.lo -MD -MP -MF .deps/H5I.Tpo -c H5I.c -o H5I.o mv -f .deps/H5I.Tpo .deps/H5I.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5L.lo -MD -MP -MF .deps/H5L.Tpo -c -o H5L.lo H5L.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5L.lo -MD -MP -MF .deps/H5L.Tpo -c H5L.c -o H5L.o H5L.c: In function â??H5L_link_cbâ??: H5L.c:1709: warning: cast discards qualifiers from pointer target type H5L.c: In function â??H5L_move_dest_cbâ??: H5L.c:2411: warning: cast discards qualifiers from pointer target type mv -f .deps/H5L.Tpo .deps/H5L.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Lexternal.lo -MD -MP -MF .deps/H5Lexternal.Tpo -c -o H5Lexternal.lo H5Lexternal.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Lexternal.lo -MD -MP -MF .deps/H5Lexternal.Tpo -c H5Lexternal.c -o H5Lexternal.o mv -f .deps/H5Lexternal.Tpo .deps/H5Lexternal.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5MF.lo -MD -MP -MF .deps/H5MF.Tpo -c -o H5MF.lo H5MF.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5MF.lo -MD -MP -MF .deps/H5MF.Tpo -c H5MF.c -o H5MF.o H5MF.c:241: warning: â??H5MF_alloc_overflowâ?? defined but not used mv -f .deps/H5MF.Tpo .deps/H5MF.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5MM.lo -MD -MP -MF .deps/H5MM.Tpo -c -o H5MM.lo H5MM.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5MM.lo -MD -MP -MF .deps/H5MM.Tpo -c H5MM.c -o H5MM.o mv -f .deps/H5MM.Tpo .deps/H5MM.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5MP.lo -MD -MP -MF .deps/H5MP.Tpo -c -o H5MP.lo H5MP.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5MP.lo -MD -MP -MF .deps/H5MP.Tpo -c H5MP.c -o H5MP.o mv -f .deps/H5MP.Tpo .deps/H5MP.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5MPtest.lo -MD -MP -MF .deps/H5MPtest.Tpo -c -o H5MPtest.lo H5MPtest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5MPtest.lo -MD -MP -MF .deps/H5MPtest.Tpo -c H5MPtest.c -o H5MPtest.o mv -f .deps/H5MPtest.Tpo .deps/H5MPtest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5O.lo -MD -MP -MF .deps/H5O.Tpo -c -o H5O.lo H5O.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5O.lo -MD -MP -MF .deps/H5O.Tpo -c H5O.c -o H5O.o H5O.c: In function â??H5O_loc_copyâ??: H5O.c:2168: warning: cast discards qualifiers from pointer target type mv -f .deps/H5O.Tpo .deps/H5O.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oainfo.lo -MD -MP -MF .deps/H5Oainfo.Tpo -c -o H5Oainfo.lo H5Oainfo.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oainfo.lo -MD -MP -MF .deps/H5Oainfo.Tpo -c H5Oainfo.c -o H5Oainfo.o mv -f .deps/H5Oainfo.Tpo .deps/H5Oainfo.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oalloc.lo -MD -MP -MF .deps/H5Oalloc.Tpo -c -o H5Oalloc.lo H5Oalloc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oalloc.lo -MD -MP -MF .deps/H5Oalloc.Tpo -c H5Oalloc.c -o H5Oalloc.o mv -f .deps/H5Oalloc.Tpo .deps/H5Oalloc.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oattr.lo -MD -MP -MF .deps/H5Oattr.Tpo -c -o H5Oattr.lo H5Oattr.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oattr.lo -MD -MP -MF .deps/H5Oattr.Tpo -c H5Oattr.c -o H5Oattr.o mv -f .deps/H5Oattr.Tpo .deps/H5Oattr.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oattribute.lo -MD -MP -MF .deps/H5Oattribute.Tpo -c -o H5Oattribute.lo H5Oattribute.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oattribute.lo -MD -MP -MF .deps/H5Oattribute.Tpo -c H5Oattribute.c -o H5Oattribute.o mv -f .deps/H5Oattribute.Tpo .deps/H5Oattribute.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Obogus.lo -MD -MP -MF .deps/H5Obogus.Tpo -c -o H5Obogus.lo H5Obogus.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Obogus.lo -MD -MP -MF .deps/H5Obogus.Tpo -c H5Obogus.c -o H5Obogus.o mv -f .deps/H5Obogus.Tpo .deps/H5Obogus.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Obtreek.lo -MD -MP -MF .deps/H5Obtreek.Tpo -c -o H5Obtreek.lo H5Obtreek.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Obtreek.lo -MD -MP -MF .deps/H5Obtreek.Tpo -c H5Obtreek.c -o H5Obtreek.o mv -f .deps/H5Obtreek.Tpo .deps/H5Obtreek.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ocache.lo -MD -MP -MF .deps/H5Ocache.Tpo -c -o H5Ocache.lo H5Ocache.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ocache.lo -MD -MP -MF .deps/H5Ocache.Tpo -c H5Ocache.c -o H5Ocache.o H5Ocache.c: In function â??H5O_loadâ??: H5Ocache.c:443: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Ocache.Tpo .deps/H5Ocache.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ocont.lo -MD -MP -MF .deps/H5Ocont.Tpo -c -o H5Ocont.lo H5Ocont.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ocont.lo -MD -MP -MF .deps/H5Ocont.Tpo -c H5Ocont.c -o H5Ocont.o mv -f .deps/H5Ocont.Tpo .deps/H5Ocont.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ocopy.lo -MD -MP -MF .deps/H5Ocopy.Tpo -c -o H5Ocopy.lo H5Ocopy.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ocopy.lo -MD -MP -MF .deps/H5Ocopy.Tpo -c H5Ocopy.c -o H5Ocopy.o mv -f .deps/H5Ocopy.Tpo .deps/H5Ocopy.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Odbg.lo -MD -MP -MF .deps/H5Odbg.Tpo -c -o H5Odbg.lo H5Odbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Odbg.lo -MD -MP -MF .deps/H5Odbg.Tpo -c H5Odbg.c -o H5Odbg.o mv -f .deps/H5Odbg.Tpo .deps/H5Odbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Odrvinfo.lo -MD -MP -MF .deps/H5Odrvinfo.Tpo -c -o H5Odrvinfo.lo H5Odrvinfo.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Odrvinfo.lo -MD -MP -MF .deps/H5Odrvinfo.Tpo -c H5Odrvinfo.c -o H5Odrvinfo.o H5Odrvinfo.c: In function â??H5O_drvinfo_decodeâ??: H5Odrvinfo.c:103: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype H5Odrvinfo.c: In function â??H5O_drvinfo_encodeâ??: H5Odrvinfo.c:154: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype mv -f .deps/H5Odrvinfo.Tpo .deps/H5Odrvinfo.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Odtype.lo -MD -MP -MF .deps/H5Odtype.Tpo -c -o H5Odtype.lo H5Odtype.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Odtype.lo -MD -MP -MF .deps/H5Odtype.Tpo -c H5Odtype.c -o H5Odtype.o In file included from H5Odtype.c:66: H5Oshared.h: In function â??H5O_dtype_shared_post_copy_fileâ??: H5Oshared.h:376: warning: unused parameter â??oloc_srcâ?? H5Oshared.h:376: warning: unused parameter â??mesg_srcâ?? H5Odtype.c: At top level: H5Oshared.h:378: warning: â??H5O_dtype_shared_post_copy_fileâ?? defined but not used mv -f .deps/H5Odtype.Tpo .deps/H5Odtype.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oefl.lo -MD -MP -MF .deps/H5Oefl.Tpo -c -o H5Oefl.lo H5Oefl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oefl.lo -MD -MP -MF .deps/H5Oefl.Tpo -c H5Oefl.c -o H5Oefl.o mv -f .deps/H5Oefl.Tpo .deps/H5Oefl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ofill.lo -MD -MP -MF .deps/H5Ofill.Tpo -c -o H5Ofill.lo H5Ofill.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ofill.lo -MD -MP -MF .deps/H5Ofill.Tpo -c H5Ofill.c -o H5Ofill.o In file included from H5Ofill.c:66: H5Oshared.h: In function â??H5O_fill_shared_post_copy_fileâ??: H5Oshared.h:376: warning: unused parameter â??oloc_srcâ?? H5Oshared.h:376: warning: unused parameter â??mesg_srcâ?? In file included from H5Ofill.c:101: H5Oshared.h: In function â??H5O_fill_new_shared_post_copy_fileâ??: H5Oshared.h:376: warning: unused parameter â??oloc_srcâ?? H5Oshared.h:376: warning: unused parameter â??mesg_srcâ?? H5Ofill.c: At top level: H5Oshared.h:378: warning: â??H5O_fill_shared_post_copy_fileâ?? defined but not used H5Oshared.h:378: warning: â??H5O_fill_new_shared_post_copy_fileâ?? defined but not used mv -f .deps/H5Ofill.Tpo .deps/H5Ofill.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oginfo.lo -MD -MP -MF .deps/H5Oginfo.Tpo -c -o H5Oginfo.lo H5Oginfo.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oginfo.lo -MD -MP -MF .deps/H5Oginfo.Tpo -c H5Oginfo.c -o H5Oginfo.o mv -f .deps/H5Oginfo.Tpo .deps/H5Oginfo.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Olayout.lo -MD -MP -MF .deps/H5Olayout.Tpo -c -o H5Olayout.lo H5Olayout.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Olayout.lo -MD -MP -MF .deps/H5Olayout.Tpo -c H5Olayout.c -o H5Olayout.o mv -f .deps/H5Olayout.Tpo .deps/H5Olayout.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Olinfo.lo -MD -MP -MF .deps/H5Olinfo.Tpo -c -o H5Olinfo.lo H5Olinfo.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Olinfo.lo -MD -MP -MF .deps/H5Olinfo.Tpo -c H5Olinfo.c -o H5Olinfo.o mv -f .deps/H5Olinfo.Tpo .deps/H5Olinfo.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Olink.lo -MD -MP -MF .deps/H5Olink.Tpo -c -o H5Olink.lo H5Olink.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Olink.lo -MD -MP -MF .deps/H5Olink.Tpo -c H5Olink.c -o H5Olink.o mv -f .deps/H5Olink.Tpo .deps/H5Olink.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Omessage.lo -MD -MP -MF .deps/H5Omessage.Tpo -c -o H5Omessage.lo H5Omessage.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Omessage.lo -MD -MP -MF .deps/H5Omessage.Tpo -c H5Omessage.c -o H5Omessage.o mv -f .deps/H5Omessage.Tpo .deps/H5Omessage.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Omtime.lo -MD -MP -MF .deps/H5Omtime.Tpo -c -o H5Omtime.lo H5Omtime.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Omtime.lo -MD -MP -MF .deps/H5Omtime.Tpo -c H5Omtime.c -o H5Omtime.o mv -f .deps/H5Omtime.Tpo .deps/H5Omtime.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oname.lo -MD -MP -MF .deps/H5Oname.Tpo -c -o H5Oname.lo H5Oname.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oname.lo -MD -MP -MF .deps/H5Oname.Tpo -c H5Oname.c -o H5Oname.o mv -f .deps/H5Oname.Tpo .deps/H5Oname.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Onull.lo -MD -MP -MF .deps/H5Onull.Tpo -c -o H5Onull.lo H5Onull.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Onull.lo -MD -MP -MF .deps/H5Onull.Tpo -c H5Onull.c -o H5Onull.o mv -f .deps/H5Onull.Tpo .deps/H5Onull.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Opline.lo -MD -MP -MF .deps/H5Opline.Tpo -c -o H5Opline.lo H5Opline.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Opline.lo -MD -MP -MF .deps/H5Opline.Tpo -c H5Opline.c -o H5Opline.o In file included from H5Opline.c:64: H5Oshared.h: In function â??H5O_pline_shared_post_copy_fileâ??: H5Oshared.h:376: warning: unused parameter â??oloc_srcâ?? H5Oshared.h:376: warning: unused parameter â??mesg_srcâ?? H5Opline.c: At top level: H5Oshared.h:378: warning: â??H5O_pline_shared_post_copy_fileâ?? defined but not used mv -f .deps/H5Opline.Tpo .deps/H5Opline.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Orefcount.lo -MD -MP -MF .deps/H5Orefcount.Tpo -c -o H5Orefcount.lo H5Orefcount.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Orefcount.lo -MD -MP -MF .deps/H5Orefcount.Tpo -c H5Orefcount.c -o H5Orefcount.o mv -f .deps/H5Orefcount.Tpo .deps/H5Orefcount.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Osdspace.lo -MD -MP -MF .deps/H5Osdspace.Tpo -c -o H5Osdspace.lo H5Osdspace.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Osdspace.lo -MD -MP -MF .deps/H5Osdspace.Tpo -c H5Osdspace.c -o H5Osdspace.o In file included from H5Osdspace.c:58: H5Oshared.h: In function â??H5O_sdspace_shared_post_copy_fileâ??: H5Oshared.h:376: warning: unused parameter â??oloc_srcâ?? H5Oshared.h:376: warning: unused parameter â??mesg_srcâ?? H5Osdspace.c: At top level: H5Oshared.h:378: warning: â??H5O_sdspace_shared_post_copy_fileâ?? defined but not used mv -f .deps/H5Osdspace.Tpo .deps/H5Osdspace.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oshared.lo -MD -MP -MF .deps/H5Oshared.Tpo -c -o H5Oshared.lo H5Oshared.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oshared.lo -MD -MP -MF .deps/H5Oshared.Tpo -c H5Oshared.c -o H5Oshared.o mv -f .deps/H5Oshared.Tpo .deps/H5Oshared.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ostab.lo -MD -MP -MF .deps/H5Ostab.Tpo -c -o H5Ostab.lo H5Ostab.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ostab.lo -MD -MP -MF .deps/H5Ostab.Tpo -c H5Ostab.c -o H5Ostab.o mv -f .deps/H5Ostab.Tpo .deps/H5Ostab.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oshmesg.lo -MD -MP -MF .deps/H5Oshmesg.Tpo -c -o H5Oshmesg.lo H5Oshmesg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oshmesg.lo -MD -MP -MF .deps/H5Oshmesg.Tpo -c H5Oshmesg.c -o H5Oshmesg.o mv -f .deps/H5Oshmesg.Tpo .deps/H5Oshmesg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Otest.lo -MD -MP -MF .deps/H5Otest.Tpo -c -o H5Otest.lo H5Otest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Otest.lo -MD -MP -MF .deps/H5Otest.Tpo -c H5Otest.c -o H5Otest.o mv -f .deps/H5Otest.Tpo .deps/H5Otest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ounknown.lo -MD -MP -MF .deps/H5Ounknown.Tpo -c -o H5Ounknown.lo H5Ounknown.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ounknown.lo -MD -MP -MF .deps/H5Ounknown.Tpo -c H5Ounknown.c -o H5Ounknown.o mv -f .deps/H5Ounknown.Tpo .deps/H5Ounknown.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5P.lo -MD -MP -MF .deps/H5P.Tpo -c -o H5P.lo H5P.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5P.lo -MD -MP -MF .deps/H5P.Tpo -c H5P.c -o H5P.o mv -f .deps/H5P.Tpo .deps/H5P.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pacpl.lo -MD -MP -MF .deps/H5Pacpl.Tpo -c -o H5Pacpl.lo H5Pacpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pacpl.lo -MD -MP -MF .deps/H5Pacpl.Tpo -c H5Pacpl.c -o H5Pacpl.o mv -f .deps/H5Pacpl.Tpo .deps/H5Pacpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pdcpl.lo -MD -MP -MF .deps/H5Pdcpl.Tpo -c -o H5Pdcpl.lo H5Pdcpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pdcpl.lo -MD -MP -MF .deps/H5Pdcpl.Tpo -c H5Pdcpl.c -o H5Pdcpl.o mv -f .deps/H5Pdcpl.Tpo .deps/H5Pdcpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pdeprec.lo -MD -MP -MF .deps/H5Pdeprec.Tpo -c -o H5Pdeprec.lo H5Pdeprec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pdeprec.lo -MD -MP -MF .deps/H5Pdeprec.Tpo -c H5Pdeprec.c -o H5Pdeprec.o mv -f .deps/H5Pdeprec.Tpo .deps/H5Pdeprec.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pdxpl.lo -MD -MP -MF .deps/H5Pdxpl.Tpo -c -o H5Pdxpl.lo H5Pdxpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pdxpl.lo -MD -MP -MF .deps/H5Pdxpl.Tpo -c H5Pdxpl.c -o H5Pdxpl.o mv -f .deps/H5Pdxpl.Tpo .deps/H5Pdxpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pfapl.lo -MD -MP -MF .deps/H5Pfapl.Tpo -c -o H5Pfapl.lo H5Pfapl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pfapl.lo -MD -MP -MF .deps/H5Pfapl.Tpo -c H5Pfapl.c -o H5Pfapl.o mv -f .deps/H5Pfapl.Tpo .deps/H5Pfapl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pfcpl.lo -MD -MP -MF .deps/H5Pfcpl.Tpo -c -o H5Pfcpl.lo H5Pfcpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pfcpl.lo -MD -MP -MF .deps/H5Pfcpl.Tpo -c H5Pfcpl.c -o H5Pfcpl.o mv -f .deps/H5Pfcpl.Tpo .deps/H5Pfcpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pfmpl.lo -MD -MP -MF .deps/H5Pfmpl.Tpo -c -o H5Pfmpl.lo H5Pfmpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pfmpl.lo -MD -MP -MF .deps/H5Pfmpl.Tpo -c H5Pfmpl.c -o H5Pfmpl.o mv -f .deps/H5Pfmpl.Tpo .deps/H5Pfmpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pgcpl.lo -MD -MP -MF .deps/H5Pgcpl.Tpo -c -o H5Pgcpl.lo H5Pgcpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pgcpl.lo -MD -MP -MF .deps/H5Pgcpl.Tpo -c H5Pgcpl.c -o H5Pgcpl.o mv -f .deps/H5Pgcpl.Tpo .deps/H5Pgcpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pint.lo -MD -MP -MF .deps/H5Pint.Tpo -c -o H5Pint.lo H5Pint.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pint.lo -MD -MP -MF .deps/H5Pint.Tpo -c H5Pint.c -o H5Pint.o mv -f .deps/H5Pint.Tpo .deps/H5Pint.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Plapl.lo -MD -MP -MF .deps/H5Plapl.Tpo -c -o H5Plapl.lo H5Plapl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Plapl.lo -MD -MP -MF .deps/H5Plapl.Tpo -c H5Plapl.c -o H5Plapl.o mv -f .deps/H5Plapl.Tpo .deps/H5Plapl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Plcpl.lo -MD -MP -MF .deps/H5Plcpl.Tpo -c -o H5Plcpl.lo H5Plcpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Plcpl.lo -MD -MP -MF .deps/H5Plcpl.Tpo -c H5Plcpl.c -o H5Plcpl.o mv -f .deps/H5Plcpl.Tpo .deps/H5Plcpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pocpl.lo -MD -MP -MF .deps/H5Pocpl.Tpo -c -o H5Pocpl.lo H5Pocpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pocpl.lo -MD -MP -MF .deps/H5Pocpl.Tpo -c H5Pocpl.c -o H5Pocpl.o mv -f .deps/H5Pocpl.Tpo .deps/H5Pocpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pocpypl.lo -MD -MP -MF .deps/H5Pocpypl.Tpo -c -o H5Pocpypl.lo H5Pocpypl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pocpypl.lo -MD -MP -MF .deps/H5Pocpypl.Tpo -c H5Pocpypl.c -o H5Pocpypl.o mv -f .deps/H5Pocpypl.Tpo .deps/H5Pocpypl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pstrcpl.lo -MD -MP -MF .deps/H5Pstrcpl.Tpo -c -o H5Pstrcpl.lo H5Pstrcpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pstrcpl.lo -MD -MP -MF .deps/H5Pstrcpl.Tpo -c H5Pstrcpl.c -o H5Pstrcpl.o mv -f .deps/H5Pstrcpl.Tpo .deps/H5Pstrcpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ptest.lo -MD -MP -MF .deps/H5Ptest.Tpo -c -o H5Ptest.lo H5Ptest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ptest.lo -MD -MP -MF .deps/H5Ptest.Tpo -c H5Ptest.c -o H5Ptest.o mv -f .deps/H5Ptest.Tpo .deps/H5Ptest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5R.lo -MD -MP -MF .deps/H5R.Tpo -c -o H5R.lo H5R.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5R.lo -MD -MP -MF .deps/H5R.Tpo -c H5R.c -o H5R.o mv -f .deps/H5R.Tpo .deps/H5R.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Rdeprec.lo -MD -MP -MF .deps/H5Rdeprec.Tpo -c -o H5Rdeprec.lo H5Rdeprec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Rdeprec.lo -MD -MP -MF .deps/H5Rdeprec.Tpo -c H5Rdeprec.c -o H5Rdeprec.o mv -f .deps/H5Rdeprec.Tpo .deps/H5Rdeprec.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5RC.lo -MD -MP -MF .deps/H5RC.Tpo -c -o H5RC.lo H5RC.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5RC.lo -MD -MP -MF .deps/H5RC.Tpo -c H5RC.c -o H5RC.o mv -f .deps/H5RC.Tpo .deps/H5RC.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5RS.lo -MD -MP -MF .deps/H5RS.Tpo -c -o H5RS.lo H5RS.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5RS.lo -MD -MP -MF .deps/H5RS.Tpo -c H5RS.c -o H5RS.o H5RS.c: In function â??H5RS_xstrdupâ??: H5RS.c:66: warning: unused variable â??FUNCâ?? H5RS.c: In function â??H5RS_wrapâ??: H5RS.c:151: warning: cast discards qualifiers from pointer target type mv -f .deps/H5RS.Tpo .deps/H5RS.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5S.lo -MD -MP -MF .deps/H5S.Tpo -c -o H5S.lo H5S.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5S.lo -MD -MP -MF .deps/H5S.Tpo -c H5S.c -o H5S.o mv -f .deps/H5S.Tpo .deps/H5S.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Sall.lo -MD -MP -MF .deps/H5Sall.Tpo -c -o H5Sall.lo H5Sall.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Sall.lo -MD -MP -MF .deps/H5Sall.Tpo -c H5Sall.c -o H5Sall.o H5Sall.c: In function â??H5S_all_offsetâ??: H5Sall.c:633: warning: unused parameter â??spaceâ?? mv -f .deps/H5Sall.Tpo .deps/H5Sall.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Sdbg.lo -MD -MP -MF .deps/H5Sdbg.Tpo -c -o H5Sdbg.lo H5Sdbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Sdbg.lo -MD -MP -MF .deps/H5Sdbg.Tpo -c H5Sdbg.c -o H5Sdbg.o mv -f .deps/H5Sdbg.Tpo .deps/H5Sdbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Shyper.lo -MD -MP -MF .deps/H5Shyper.Tpo -c -o H5Shyper.lo H5Shyper.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Shyper.lo -MD -MP -MF .deps/H5Shyper.Tpo -c H5Shyper.c -o H5Shyper.o mv -f .deps/H5Shyper.Tpo .deps/H5Shyper.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Smpio.lo -MD -MP -MF .deps/H5Smpio.Tpo -c -o H5Smpio.lo H5Smpio.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Smpio.lo -MD -MP -MF .deps/H5Smpio.Tpo -c H5Smpio.c -o H5Smpio.o mv -f .deps/H5Smpio.Tpo .deps/H5Smpio.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Snone.lo -MD -MP -MF .deps/H5Snone.Tpo -c -o H5Snone.lo H5Snone.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Snone.lo -MD -MP -MF .deps/H5Snone.Tpo -c H5Snone.c -o H5Snone.o H5Snone.c: In function â??H5S_none_offsetâ??: H5Snone.c:589: warning: unused parameter â??spaceâ?? H5Snone.c:589: warning: unused parameter â??offsetâ?? mv -f .deps/H5Snone.Tpo .deps/H5Snone.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Spoint.lo -MD -MP -MF .deps/H5Spoint.Tpo -c -o H5Spoint.lo H5Spoint.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Spoint.lo -MD -MP -MF .deps/H5Spoint.Tpo -c H5Spoint.c -o H5Spoint.o H5Spoint.c: In function â??H5S_point_deserializeâ??: H5Spoint.c:881: warning: passing argument 4 of â??H5S_select_elementsâ?? from incompatible pointer type mv -f .deps/H5Spoint.Tpo .deps/H5Spoint.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Sselect.lo -MD -MP -MF .deps/H5Sselect.Tpo -c -o H5Sselect.lo H5Sselect.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Sselect.lo -MD -MP -MF .deps/H5Sselect.Tpo -c H5Sselect.c -o H5Sselect.o mv -f .deps/H5Sselect.Tpo .deps/H5Sselect.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Stest.lo -MD -MP -MF .deps/H5Stest.Tpo -c -o H5Stest.lo H5Stest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Stest.lo -MD -MP -MF .deps/H5Stest.Tpo -c H5Stest.c -o H5Stest.o mv -f .deps/H5Stest.Tpo .deps/H5Stest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SL.lo -MD -MP -MF .deps/H5SL.Tpo -c -o H5SL.lo H5SL.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SL.lo -MD -MP -MF .deps/H5SL.Tpo -c H5SL.c -o H5SL.o H5SL.c: In function â??H5SL_release_commonâ??: H5SL.c:514: warning: cast discards qualifiers from pointer target type H5SL.c: In function â??H5SL_createâ??: H5SL.c:629: warning: passing argument 4 of â??H5SL_new_nodeâ?? with different width due to prototype H5SL.c:629: warning: large integer implicitly truncated to unsigned type H5SL.c: In function â??H5SL_iterateâ??: H5SL.c:1497: warning: cast discards qualifiers from pointer target type mv -f .deps/H5SL.Tpo .deps/H5SL.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SM.lo -MD -MP -MF .deps/H5SM.Tpo -c -o H5SM.lo H5SM.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SM.lo -MD -MP -MF .deps/H5SM.Tpo -c H5SM.c -o H5SM.o mv -f .deps/H5SM.Tpo .deps/H5SM.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SMbtree2.lo -MD -MP -MF .deps/H5SMbtree2.Tpo -c -o H5SMbtree2.lo H5SMbtree2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SMbtree2.lo -MD -MP -MF .deps/H5SMbtree2.Tpo -c H5SMbtree2.c -o H5SMbtree2.o mv -f .deps/H5SMbtree2.Tpo .deps/H5SMbtree2.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SMcache.lo -MD -MP -MF .deps/H5SMcache.Tpo -c -o H5SMcache.lo H5SMcache.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SMcache.lo -MD -MP -MF .deps/H5SMcache.Tpo -c H5SMcache.c -o H5SMcache.o mv -f .deps/H5SMcache.Tpo .deps/H5SMcache.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SMtest.lo -MD -MP -MF .deps/H5SMtest.Tpo -c -o H5SMtest.lo H5SMtest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SMtest.lo -MD -MP -MF .deps/H5SMtest.Tpo -c H5SMtest.c -o H5SMtest.o mv -f .deps/H5SMtest.Tpo .deps/H5SMtest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5ST.lo -MD -MP -MF .deps/H5ST.Tpo -c -o H5ST.lo H5ST.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5ST.lo -MD -MP -MF .deps/H5ST.Tpo -c H5ST.c -o H5ST.o mv -f .deps/H5ST.Tpo .deps/H5ST.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5T.lo -MD -MP -MF .deps/H5T.Tpo -c -o H5T.lo H5T.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5T.lo -MD -MP -MF .deps/H5T.Tpo -c H5T.c -o H5T.o H5T.c: In function â??H5T_copyâ??: H5T.c:3138: warning: passing argument 1 of â??H5O_openâ?? discards qualifiers from pointer target type H5T.c:3162: warning: passing argument 1 of â??H5O_openâ?? discards qualifiers from pointer target type mv -f .deps/H5T.Tpo .deps/H5T.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tarray.lo -MD -MP -MF .deps/H5Tarray.Tpo -c -o H5Tarray.lo H5Tarray.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tarray.lo -MD -MP -MF .deps/H5Tarray.Tpo -c H5Tarray.c -o H5Tarray.o mv -f .deps/H5Tarray.Tpo .deps/H5Tarray.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tbit.lo -MD -MP -MF .deps/H5Tbit.Tpo -c -o H5Tbit.lo H5Tbit.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tbit.lo -MD -MP -MF .deps/H5Tbit.Tpo -c H5Tbit.c -o H5Tbit.o mv -f .deps/H5Tbit.Tpo .deps/H5Tbit.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tcommit.lo -MD -MP -MF .deps/H5Tcommit.Tpo -c -o H5Tcommit.lo H5Tcommit.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tcommit.lo -MD -MP -MF .deps/H5Tcommit.Tpo -c H5Tcommit.c -o H5Tcommit.o mv -f .deps/H5Tcommit.Tpo .deps/H5Tcommit.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tcompound.lo -MD -MP -MF .deps/H5Tcompound.Tpo -c -o H5Tcompound.lo H5Tcompound.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tcompound.lo -MD -MP -MF .deps/H5Tcompound.Tpo -c H5Tcompound.c -o H5Tcompound.o mv -f .deps/H5Tcompound.Tpo .deps/H5Tcompound.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tconv.lo -MD -MP -MF .deps/H5Tconv.Tpo -c -o H5Tconv.lo H5Tconv.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tconv.lo -MD -MP -MF .deps/H5Tconv.Tpo -c H5Tconv.c -o H5Tconv.o H5Tconv.c: In function â??H5T_conv_struct_initâ??: H5Tconv.c:1838: warning: comparison between signed and unsigned H5Tconv.c:1848: warning: comparison between signed and unsigned H5Tconv.c:1855: warning: empty body in an else-statement H5Tconv.c: In function â??H5T_conv_uchar_shortâ??: H5Tconv.c:4619: warning: comparison is always false due to limited range of data type H5Tconv.c:4619: warning: comparison is always false due to limited range of data type H5Tconv.c:4619: warning: comparison is always false due to limited range of data type H5Tconv.c:4619: warning: comparison is always false due to limited range of data type H5Tconv.c:4619: warning: comparison is always false due to limited range of data type H5Tconv.c:4619: warning: comparison is always false due to limited range of data type H5Tconv.c:4619: warning: comparison is always false due to limited range of data type H5Tconv.c:4619: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_uchar_intâ??: H5Tconv.c:4748: warning: comparison is always false due to limited range of data type H5Tconv.c:4748: warning: comparison is always false due to limited range of data type H5Tconv.c:4748: warning: comparison is always false due to limited range of data type H5Tconv.c:4748: warning: comparison is always false due to limited range of data type H5Tconv.c:4748: warning: comparison is always false due to limited range of data type H5Tconv.c:4748: warning: comparison is always false due to limited range of data type H5Tconv.c:4748: warning: comparison is always false due to limited range of data type H5Tconv.c:4748: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_uchar_longâ??: H5Tconv.c:4877: warning: comparison is always false due to limited range of data type H5Tconv.c:4877: warning: comparison is always false due to limited range of data type H5Tconv.c:4877: warning: comparison is always false due to limited range of data type H5Tconv.c:4877: warning: comparison is always false due to limited range of data type H5Tconv.c:4877: warning: comparison is always false due to limited range of data type H5Tconv.c:4877: warning: comparison is always false due to limited range of data type H5Tconv.c:4877: warning: comparison is always false due to limited range of data type H5Tconv.c:4877: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_uchar_llongâ??: H5Tconv.c:5009: warning: comparison is always false due to limited range of data type H5Tconv.c:5009: warning: comparison is always false due to limited range of data type H5Tconv.c:5009: warning: comparison is always false due to limited range of data type H5Tconv.c:5009: warning: comparison is always false due to limited range of data type H5Tconv.c:5009: warning: comparison is always false due to limited range of data type H5Tconv.c:5009: warning: comparison is always false due to limited range of data type H5Tconv.c:5009: warning: comparison is always false due to limited range of data type H5Tconv.c:5009: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_ushort_intâ??: H5Tconv.c:5339: warning: comparison is always false due to limited range of data type H5Tconv.c:5339: warning: comparison is always false due to limited range of data type H5Tconv.c:5339: warning: comparison is always false due to limited range of data type H5Tconv.c:5339: warning: comparison is always false due to limited range of data type H5Tconv.c:5339: warning: comparison is always false due to limited range of data type H5Tconv.c:5339: warning: comparison is always false due to limited range of data type H5Tconv.c:5339: warning: comparison is always false due to limited range of data type H5Tconv.c:5339: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_ushort_longâ??: H5Tconv.c:5471: warning: comparison is always false due to limited range of data type H5Tconv.c:5471: warning: comparison is always false due to limited range of data type H5Tconv.c:5471: warning: comparison is always false due to limited range of data type H5Tconv.c:5471: warning: comparison is always false due to limited range of data type H5Tconv.c:5471: warning: comparison is always false due to limited range of data type H5Tconv.c:5471: warning: comparison is always false due to limited range of data type H5Tconv.c:5471: warning: comparison is always false due to limited range of data type H5Tconv.c:5471: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_ushort_llongâ??: H5Tconv.c:5603: warning: comparison is always false due to limited range of data type H5Tconv.c:5603: warning: comparison is always false due to limited range of data type H5Tconv.c:5603: warning: comparison is always false due to limited range of data type H5Tconv.c:5603: warning: comparison is always false due to limited range of data type H5Tconv.c:5603: warning: comparison is always false due to limited range of data type H5Tconv.c:5603: warning: comparison is always false due to limited range of data type H5Tconv.c:5603: warning: comparison is always false due to limited range of data type H5Tconv.c:5603: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_uint_longâ??: H5Tconv.c:6060: warning: comparison is always false due to limited range of data type H5Tconv.c:6060: warning: comparison is always false due to limited range of data type H5Tconv.c:6060: warning: comparison is always false due to limited range of data type H5Tconv.c:6060: warning: comparison is always false due to limited range of data type H5Tconv.c:6060: warning: comparison is always false due to limited range of data type H5Tconv.c:6060: warning: comparison is always false due to limited range of data type H5Tconv.c:6060: warning: comparison is always false due to limited range of data type H5Tconv.c:6060: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_uint_llongâ??: H5Tconv.c:6188: warning: comparison is always false due to limited range of data type H5Tconv.c:6188: warning: comparison is always false due to limited range of data type H5Tconv.c:6188: warning: comparison is always false due to limited range of data type H5Tconv.c:6188: warning: comparison is always false due to limited range of data type H5Tconv.c:6188: warning: comparison is always false due to limited range of data type H5Tconv.c:6188: warning: comparison is always false due to limited range of data type H5Tconv.c:6188: warning: comparison is always false due to limited range of data type H5Tconv.c:6188: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_float_scharâ??: H5Tconv.c:8630: warning: comparing floating point with == or != is unsafe H5Tconv.c:8630: warning: comparing floating point with == or != is unsafe H5Tconv.c:8630: warning: comparing floating point with == or != is unsafe H5Tconv.c:8630: warning: comparing floating point with == or != is unsafe H5Tconv.c:8630: warning: comparing floating point with == or != is unsafe H5Tconv.c:8630: warning: comparing floating point with == or != is unsafe H5Tconv.c:8630: warning: comparing floating point with == or != is unsafe H5Tconv.c:8630: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_float_ucharâ??: H5Tconv.c:8662: warning: comparing floating point with == or != is unsafe H5Tconv.c:8662: warning: comparing floating point with == or != is unsafe H5Tconv.c:8662: warning: comparing floating point with == or != is unsafe H5Tconv.c:8662: warning: comparing floating point with == or != is unsafe H5Tconv.c:8662: warning: comparing floating point with == or != is unsafe H5Tconv.c:8662: warning: comparing floating point with == or != is unsafe H5Tconv.c:8662: warning: comparing floating point with == or != is unsafe H5Tconv.c:8662: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_scharâ??: H5Tconv.c:8694: warning: comparing floating point with == or != is unsafe H5Tconv.c:8694: warning: comparing floating point with == or != is unsafe H5Tconv.c:8694: warning: comparing floating point with == or != is unsafe H5Tconv.c:8694: warning: comparing floating point with == or != is unsafe H5Tconv.c:8694: warning: comparing floating point with == or != is unsafe H5Tconv.c:8694: warning: comparing floating point with == or != is unsafe H5Tconv.c:8694: warning: comparing floating point with == or != is unsafe H5Tconv.c:8694: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_ucharâ??: H5Tconv.c:8726: warning: comparing floating point with == or != is unsafe H5Tconv.c:8726: warning: comparing floating point with == or != is unsafe H5Tconv.c:8726: warning: comparing floating point with == or != is unsafe H5Tconv.c:8726: warning: comparing floating point with == or != is unsafe H5Tconv.c:8726: warning: comparing floating point with == or != is unsafe H5Tconv.c:8726: warning: comparing floating point with == or != is unsafe H5Tconv.c:8726: warning: comparing floating point with == or != is unsafe H5Tconv.c:8726: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_scharâ??: H5Tconv.c:8759: warning: comparing floating point with == or != is unsafe H5Tconv.c:8759: warning: comparing floating point with == or != is unsafe H5Tconv.c:8759: warning: comparing floating point with == or != is unsafe H5Tconv.c:8759: warning: comparing floating point with == or != is unsafe H5Tconv.c:8759: warning: comparing floating point with == or != is unsafe H5Tconv.c:8759: warning: comparing floating point with == or != is unsafe H5Tconv.c:8759: warning: comparing floating point with == or != is unsafe H5Tconv.c:8759: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_ucharâ??: H5Tconv.c:8793: warning: comparing floating point with == or != is unsafe H5Tconv.c:8793: warning: comparing floating point with == or != is unsafe H5Tconv.c:8793: warning: comparing floating point with == or != is unsafe H5Tconv.c:8793: warning: comparing floating point with == or != is unsafe H5Tconv.c:8793: warning: comparing floating point with == or != is unsafe H5Tconv.c:8793: warning: comparing floating point with == or != is unsafe H5Tconv.c:8793: warning: comparing floating point with == or != is unsafe H5Tconv.c:8793: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_float_shortâ??: H5Tconv.c:8826: warning: comparing floating point with == or != is unsafe H5Tconv.c:8826: warning: comparing floating point with == or != is unsafe H5Tconv.c:8826: warning: comparing floating point with == or != is unsafe H5Tconv.c:8826: warning: comparing floating point with == or != is unsafe H5Tconv.c:8826: warning: comparing floating point with == or != is unsafe H5Tconv.c:8826: warning: comparing floating point with == or != is unsafe H5Tconv.c:8826: warning: comparing floating point with == or != is unsafe H5Tconv.c:8826: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_float_ushortâ??: H5Tconv.c:8858: warning: comparing floating point with == or != is unsafe H5Tconv.c:8858: warning: comparing floating point with == or != is unsafe H5Tconv.c:8858: warning: comparing floating point with == or != is unsafe H5Tconv.c:8858: warning: comparing floating point with == or != is unsafe H5Tconv.c:8858: warning: comparing floating point with == or != is unsafe H5Tconv.c:8858: warning: comparing floating point with == or != is unsafe H5Tconv.c:8858: warning: comparing floating point with == or != is unsafe H5Tconv.c:8858: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_shortâ??: H5Tconv.c:8890: warning: comparing floating point with == or != is unsafe H5Tconv.c:8890: warning: comparing floating point with == or != is unsafe H5Tconv.c:8890: warning: comparing floating point with == or != is unsafe H5Tconv.c:8890: warning: comparing floating point with == or != is unsafe H5Tconv.c:8890: warning: comparing floating point with == or != is unsafe H5Tconv.c:8890: warning: comparing floating point with == or != is unsafe H5Tconv.c:8890: warning: comparing floating point with == or != is unsafe H5Tconv.c:8890: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_ushortâ??: H5Tconv.c:8922: warning: comparing floating point with == or != is unsafe H5Tconv.c:8922: warning: comparing floating point with == or != is unsafe H5Tconv.c:8922: warning: comparing floating point with == or != is unsafe H5Tconv.c:8922: warning: comparing floating point with == or != is unsafe H5Tconv.c:8922: warning: comparing floating point with == or != is unsafe H5Tconv.c:8922: warning: comparing floating point with == or != is unsafe H5Tconv.c:8922: warning: comparing floating point with == or != is unsafe H5Tconv.c:8922: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_shortâ??: H5Tconv.c:8955: warning: comparing floating point with == or != is unsafe H5Tconv.c:8955: warning: comparing floating point with == or != is unsafe H5Tconv.c:8955: warning: comparing floating point with == or != is unsafe H5Tconv.c:8955: warning: comparing floating point with == or != is unsafe H5Tconv.c:8955: warning: comparing floating point with == or != is unsafe H5Tconv.c:8955: warning: comparing floating point with == or != is unsafe H5Tconv.c:8955: warning: comparing floating point with == or != is unsafe H5Tconv.c:8955: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_ushortâ??: H5Tconv.c:8989: warning: comparing floating point with == or != is unsafe H5Tconv.c:8989: warning: comparing floating point with == or != is unsafe H5Tconv.c:8989: warning: comparing floating point with == or != is unsafe H5Tconv.c:8989: warning: comparing floating point with == or != is unsafe H5Tconv.c:8989: warning: comparing floating point with == or != is unsafe H5Tconv.c:8989: warning: comparing floating point with == or != is unsafe H5Tconv.c:8989: warning: comparing floating point with == or != is unsafe H5Tconv.c:8989: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_float_intâ??: H5Tconv.c:9022: warning: comparing floating point with == or != is unsafe H5Tconv.c:9022: warning: comparing floating point with == or != is unsafe H5Tconv.c:9022: warning: comparing floating point with == or != is unsafe H5Tconv.c:9022: warning: comparing floating point with == or != is unsafe H5Tconv.c:9022: warning: comparing floating point with == or != is unsafe H5Tconv.c:9022: warning: comparing floating point with == or != is unsafe H5Tconv.c:9022: warning: comparing floating point with == or != is unsafe H5Tconv.c:9022: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_float_uintâ??: H5Tconv.c:9054: warning: comparing floating point with == or != is unsafe H5Tconv.c:9054: warning: comparing floating point with == or != is unsafe H5Tconv.c:9054: warning: comparing floating point with == or != is unsafe H5Tconv.c:9054: warning: comparing floating point with == or != is unsafe H5Tconv.c:9054: warning: comparing floating point with == or != is unsafe H5Tconv.c:9054: warning: comparing floating point with == or != is unsafe H5Tconv.c:9054: warning: comparing floating point with == or != is unsafe H5Tconv.c:9054: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_intâ??: H5Tconv.c:9086: warning: comparing floating point with == or != is unsafe H5Tconv.c:9086: warning: comparing floating point with == or != is unsafe H5Tconv.c:9086: warning: comparing floating point with == or != is unsafe H5Tconv.c:9086: warning: comparing floating point with == or != is unsafe H5Tconv.c:9086: warning: comparing floating point with == or != is unsafe H5Tconv.c:9086: warning: comparing floating point with == or != is unsafe H5Tconv.c:9086: warning: comparing floating point with == or != is unsafe H5Tconv.c:9086: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_uintâ??: H5Tconv.c:9118: warning: comparing floating point with == or != is unsafe H5Tconv.c:9118: warning: comparing floating point with == or != is unsafe H5Tconv.c:9118: warning: comparing floating point with == or != is unsafe H5Tconv.c:9118: warning: comparing floating point with == or != is unsafe H5Tconv.c:9118: warning: comparing floating point with == or != is unsafe H5Tconv.c:9118: warning: comparing floating point with == or != is unsafe H5Tconv.c:9118: warning: comparing floating point with == or != is unsafe H5Tconv.c:9118: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_intâ??: H5Tconv.c:9151: warning: comparing floating point with == or != is unsafe H5Tconv.c:9151: warning: comparing floating point with == or != is unsafe H5Tconv.c:9151: warning: comparing floating point with == or != is unsafe H5Tconv.c:9151: warning: comparing floating point with == or != is unsafe H5Tconv.c:9151: warning: comparing floating point with == or != is unsafe H5Tconv.c:9151: warning: comparing floating point with == or != is unsafe H5Tconv.c:9151: warning: comparing floating point with == or != is unsafe H5Tconv.c:9151: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_uintâ??: H5Tconv.c:9185: warning: comparing floating point with == or != is unsafe H5Tconv.c:9185: warning: comparing floating point with == or != is unsafe H5Tconv.c:9185: warning: comparing floating point with == or != is unsafe H5Tconv.c:9185: warning: comparing floating point with == or != is unsafe H5Tconv.c:9185: warning: comparing floating point with == or != is unsafe H5Tconv.c:9185: warning: comparing floating point with == or != is unsafe H5Tconv.c:9185: warning: comparing floating point with == or != is unsafe H5Tconv.c:9185: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_float_longâ??: H5Tconv.c:9218: warning: comparing floating point with == or != is unsafe H5Tconv.c:9218: warning: comparing floating point with == or != is unsafe H5Tconv.c:9218: warning: comparing floating point with == or != is unsafe H5Tconv.c:9218: warning: comparing floating point with == or != is unsafe H5Tconv.c:9218: warning: comparing floating point with == or != is unsafe H5Tconv.c:9218: warning: comparing floating point with == or != is unsafe H5Tconv.c:9218: warning: comparing floating point with == or != is unsafe H5Tconv.c:9218: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_float_ulongâ??: H5Tconv.c:9250: warning: comparing floating point with == or != is unsafe H5Tconv.c:9250: warning: comparing floating point with == or != is unsafe H5Tconv.c:9250: warning: comparing floating point with == or != is unsafe H5Tconv.c:9250: warning: comparing floating point with == or != is unsafe H5Tconv.c:9250: warning: comparing floating point with == or != is unsafe H5Tconv.c:9250: warning: comparing floating point with == or != is unsafe H5Tconv.c:9250: warning: comparing floating point with == or != is unsafe H5Tconv.c:9250: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_longâ??: H5Tconv.c:9282: warning: comparing floating point with == or != is unsafe H5Tconv.c:9282: warning: comparing floating point with == or != is unsafe H5Tconv.c:9282: warning: comparing floating point with == or != is unsafe H5Tconv.c:9282: warning: comparing floating point with == or != is unsafe H5Tconv.c:9282: warning: comparing floating point with == or != is unsafe H5Tconv.c:9282: warning: comparing floating point with == or != is unsafe H5Tconv.c:9282: warning: comparing floating point with == or != is unsafe H5Tconv.c:9282: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_ulongâ??: H5Tconv.c:9314: warning: comparing floating point with == or != is unsafe H5Tconv.c:9314: warning: comparing floating point with == or != is unsafe H5Tconv.c:9314: warning: comparing floating point with == or != is unsafe H5Tconv.c:9314: warning: comparing floating point with == or != is unsafe H5Tconv.c:9314: warning: comparing floating point with == or != is unsafe H5Tconv.c:9314: warning: comparing floating point with == or != is unsafe H5Tconv.c:9314: warning: comparing floating point with == or != is unsafe H5Tconv.c:9314: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_longâ??: H5Tconv.c:9347: warning: comparing floating point with == or != is unsafe H5Tconv.c:9347: warning: comparing floating point with == or != is unsafe H5Tconv.c:9347: warning: comparing floating point with == or != is unsafe H5Tconv.c:9347: warning: comparing floating point with == or != is unsafe H5Tconv.c:9347: warning: comparing floating point with == or != is unsafe H5Tconv.c:9347: warning: comparing floating point with == or != is unsafe H5Tconv.c:9347: warning: comparing floating point with == or != is unsafe H5Tconv.c:9347: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_ulongâ??: H5Tconv.c:9381: warning: comparing floating point with == or != is unsafe H5Tconv.c:9381: warning: comparing floating point with == or != is unsafe H5Tconv.c:9381: warning: comparing floating point with == or != is unsafe H5Tconv.c:9381: warning: comparing floating point with == or != is unsafe H5Tconv.c:9381: warning: comparing floating point with == or != is unsafe H5Tconv.c:9381: warning: comparing floating point with == or != is unsafe H5Tconv.c:9381: warning: comparing floating point with == or != is unsafe H5Tconv.c:9381: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_float_llongâ??: H5Tconv.c:9415: warning: comparing floating point with == or != is unsafe H5Tconv.c:9415: warning: comparing floating point with == or != is unsafe H5Tconv.c:9415: warning: comparing floating point with == or != is unsafe H5Tconv.c:9415: warning: comparing floating point with == or != is unsafe H5Tconv.c:9415: warning: comparing floating point with == or != is unsafe H5Tconv.c:9415: warning: comparing floating point with == or != is unsafe H5Tconv.c:9415: warning: comparing floating point with == or != is unsafe H5Tconv.c:9415: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_llongâ??: H5Tconv.c:9483: warning: comparing floating point with == or != is unsafe H5Tconv.c:9483: warning: comparing floating point with == or != is unsafe H5Tconv.c:9483: warning: comparing floating point with == or != is unsafe H5Tconv.c:9483: warning: comparing floating point with == or != is unsafe H5Tconv.c:9483: warning: comparing floating point with == or != is unsafe H5Tconv.c:9483: warning: comparing floating point with == or != is unsafe H5Tconv.c:9483: warning: comparing floating point with == or != is unsafe H5Tconv.c:9483: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_llongâ??: H5Tconv.c:9551: warning: comparing floating point with == or != is unsafe H5Tconv.c:9551: warning: comparing floating point with == or != is unsafe H5Tconv.c:9551: warning: comparing floating point with == or != is unsafe H5Tconv.c:9551: warning: comparing floating point with == or != is unsafe H5Tconv.c:9551: warning: comparing floating point with == or != is unsafe H5Tconv.c:9551: warning: comparing floating point with == or != is unsafe H5Tconv.c:9551: warning: comparing floating point with == or != is unsafe H5Tconv.c:9551: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_f_iâ??: H5Tconv.c:9708: warning: cast from function call of type â??doubleâ?? to non-matching type â??long unsigned intâ?? H5Tconv.c: In function â??H5T_conv_i_fâ??: H5Tconv.c:10506: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long unsigned intâ?? mv -f .deps/H5Tconv.Tpo .deps/H5Tconv.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tcset.lo -MD -MP -MF .deps/H5Tcset.Tpo -c -o H5Tcset.lo H5Tcset.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tcset.lo -MD -MP -MF .deps/H5Tcset.Tpo -c H5Tcset.c -o H5Tcset.o mv -f .deps/H5Tcset.Tpo .deps/H5Tcset.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tdbg.lo -MD -MP -MF .deps/H5Tdbg.Tpo -c -o H5Tdbg.lo H5Tdbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tdbg.lo -MD -MP -MF .deps/H5Tdbg.Tpo -c H5Tdbg.c -o H5Tdbg.o mv -f .deps/H5Tdbg.Tpo .deps/H5Tdbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tdeprec.lo -MD -MP -MF .deps/H5Tdeprec.Tpo -c -o H5Tdeprec.lo H5Tdeprec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tdeprec.lo -MD -MP -MF .deps/H5Tdeprec.Tpo -c H5Tdeprec.c -o H5Tdeprec.o mv -f .deps/H5Tdeprec.Tpo .deps/H5Tdeprec.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tenum.lo -MD -MP -MF .deps/H5Tenum.Tpo -c -o H5Tenum.lo H5Tenum.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tenum.lo -MD -MP -MF .deps/H5Tenum.Tpo -c H5Tenum.c -o H5Tenum.o mv -f .deps/H5Tenum.Tpo .deps/H5Tenum.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tfields.lo -MD -MP -MF .deps/H5Tfields.Tpo -c -o H5Tfields.lo H5Tfields.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tfields.lo -MD -MP -MF .deps/H5Tfields.Tpo -c H5Tfields.c -o H5Tfields.o mv -f .deps/H5Tfields.Tpo .deps/H5Tfields.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tfixed.lo -MD -MP -MF .deps/H5Tfixed.Tpo -c -o H5Tfixed.lo H5Tfixed.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tfixed.lo -MD -MP -MF .deps/H5Tfixed.Tpo -c H5Tfixed.c -o H5Tfixed.o mv -f .deps/H5Tfixed.Tpo .deps/H5Tfixed.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tfloat.lo -MD -MP -MF .deps/H5Tfloat.Tpo -c -o H5Tfloat.lo H5Tfloat.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tfloat.lo -MD -MP -MF .deps/H5Tfloat.Tpo -c H5Tfloat.c -o H5Tfloat.o mv -f .deps/H5Tfloat.Tpo .deps/H5Tfloat.Plo gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -g -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5detect-H5detect.o -MD -MP -MF .deps/H5detect-H5detect.Tpo -c -o H5detect-H5detect.o `test -f 'H5detect.c' || echo './'`H5detect.c H5detect.c: In function â??bit_cmpâ??: H5detect.c:810: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:810: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:815: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:815: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c: In function â??fix_orderâ??: H5detect.c:871: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:871: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c: In function â??imp_bitâ??: H5detect.c:935: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:935: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c: In function â??detect_C89_integersâ??: H5detect.c:1158: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1158: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1158: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1158: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1158: warning: cast discards qualifiers from pointer target type H5detect.c:1158: warning: cast discards qualifiers from pointer target type H5detect.c:1159: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1159: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1159: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1159: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1159: warning: cast discards qualifiers from pointer target type H5detect.c:1159: warning: cast discards qualifiers from pointer target type H5detect.c:1160: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1160: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1160: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1160: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1160: warning: cast discards qualifiers from pointer target type H5detect.c:1160: warning: cast discards qualifiers from pointer target type H5detect.c:1161: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1161: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1161: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1161: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1161: warning: cast discards qualifiers from pointer target type H5detect.c:1161: warning: cast discards qualifiers from pointer target type H5detect.c:1162: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1162: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1162: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1162: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1162: warning: cast discards qualifiers from pointer target type H5detect.c:1162: warning: cast discards qualifiers from pointer target type H5detect.c:1163: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1163: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1163: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1163: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1163: warning: cast discards qualifiers from pointer target type H5detect.c:1163: warning: cast discards qualifiers from pointer target type H5detect.c:1164: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1164: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1164: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1164: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1164: warning: cast discards qualifiers from pointer target type H5detect.c:1164: warning: cast discards qualifiers from pointer target type H5detect.c:1165: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1165: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1165: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1165: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1165: warning: cast discards qualifiers from pointer target type H5detect.c:1165: warning: cast discards qualifiers from pointer target type H5detect.c: In function â??detect_C89_floatsâ??: H5detect.c:1186: warning: passing argument 1 of â??byte_cmpâ?? with different width due to prototype H5detect.c:1186: warning: passing argument 1 of â??fix_orderâ?? with different width due to prototype H5detect.c:1186: warning: passing argument 1 of â??imp_bitâ?? with different width due to prototype H5detect.c:1186: warning: passing argument 1 of â??bit_cmpâ?? with different width due to prototype H5detect.c:1186: warning: passing argument 1 of â??bit_cmpâ?? with different width due to prototype H5detect.c:1186: warning: cast discards qualifiers from pointer target type H5detect.c:1186: warning: cast discards qualifiers from pointer target type H5detect.c:1186: warning: comparing floating point with == or != is unsafe H5detect.c:1187: warning: passing argument 1 of â??byte_cmpâ?? with different width due to prototype H5detect.c:1187: warning: passing argument 1 of â??fix_orderâ?? with different width due to prototype H5detect.c:1187: warning: passing argument 1 of â??imp_bitâ?? with different width due to prototype H5detect.c:1187: warning: passing argument 1 of â??bit_cmpâ?? with different width due to prototype H5detect.c:1187: warning: passing argument 1 of â??bit_cmpâ?? with different width due to prototype H5detect.c:1187: warning: cast discards qualifiers from pointer target type H5detect.c:1187: warning: cast discards qualifiers from pointer target type H5detect.c:1187: warning: comparing floating point with == or != is unsafe H5detect.c: In function â??detect_C99_integers8â??: H5detect.c:1209: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1209: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1209: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1209: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1209: warning: cast discards qualifiers from pointer target type H5detect.c:1209: warning: cast discards qualifiers from pointer target type H5detect.c:1212: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1212: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1212: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1212: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1212: warning: cast discards qualifiers from pointer target type H5detect.c:1212: warning: cast discards qualifiers from pointer target type H5detect.c:1215: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1215: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1215: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1215: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1215: warning: cast discards qualifiers from pointer target type H5detect.c:1215: warning: cast discards qualifiers from pointer target type H5detect.c:1218: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1218: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1218: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1218: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1218: warning: cast discards qualifiers from pointer target type H5detect.c:1218: warning: cast discards qualifiers from pointer target type H5detect.c:1221: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1221: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1221: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1221: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1221: warning: cast discards qualifiers from pointer target type H5detect.c:1221: warning: cast discards qualifiers from pointer target type H5detect.c:1224: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1224: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1224: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1224: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1224: warning: cast discards qualifiers from pointer target type H5detect.c:1224: warning: cast discards qualifiers from pointer target type H5detect.c: In function â??detect_C99_integers16â??: H5detect.c:1247: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1247: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1247: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1247: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1247: warning: cast discards qualifiers from pointer target type H5detect.c:1247: warning: cast discards qualifiers from pointer target type H5detect.c:1250: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1250: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1250: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1250: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1250: warning: cast discards qualifiers from pointer target type H5detect.c:1250: warning: cast discards qualifiers from pointer target type H5detect.c:1253: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1253: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1253: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1253: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1253: warning: cast discards qualifiers from pointer target type H5detect.c:1253: warning: cast discards qualifiers from pointer target type H5detect.c:1256: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1256: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1256: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1256: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1256: warning: cast discards qualifiers from pointer target type H5detect.c:1256: warning: cast discards qualifiers from pointer target type H5detect.c:1259: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1259: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1259: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1259: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1259: warning: cast discards qualifiers from pointer target type H5detect.c:1259: warning: cast discards qualifiers from pointer target type H5detect.c:1262: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1262: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1262: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1262: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1262: warning: cast discards qualifiers from pointer target type H5detect.c:1262: warning: cast discards qualifiers from pointer target type H5detect.c: In function â??detect_C99_integers32â??: H5detect.c:1285: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1285: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1285: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1285: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1285: warning: cast discards qualifiers from pointer target type H5detect.c:1285: warning: cast discards qualifiers from pointer target type H5detect.c:1288: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1288: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1288: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1288: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1288: warning: cast discards qualifiers from pointer target type H5detect.c:1288: warning: cast discards qualifiers from pointer target type H5detect.c:1291: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1291: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1291: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1291: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1291: warning: cast discards qualifiers from pointer target type H5detect.c:1291: warning: cast discards qualifiers from pointer target type H5detect.c:1294: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1294: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1294: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1294: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1294: warning: cast discards qualifiers from pointer target type H5detect.c:1294: warning: cast discards qualifiers from pointer target type H5detect.c:1297: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1297: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1297: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1297: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1297: warning: cast discards qualifiers from pointer target type H5detect.c:1297: warning: cast discards qualifiers from pointer target type H5detect.c:1300: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1300: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1300: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1300: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1300: warning: cast discards qualifiers from pointer target type H5detect.c:1300: warning: cast discards qualifiers from pointer target type H5detect.c: In function â??detect_C99_integers64â??: H5detect.c:1323: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1323: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1323: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1323: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1323: warning: cast discards qualifiers from pointer target type H5detect.c:1323: warning: cast discards qualifiers from pointer target type H5detect.c:1326: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1326: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1326: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1326: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1326: warning: cast discards qualifiers from pointer target type H5detect.c:1326: warning: cast discards qualifiers from pointer target type H5detect.c:1329: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1329: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1329: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1329: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1329: warning: cast discards qualifiers from pointer target type H5detect.c:1329: warning: cast discards qualifiers from pointer target type H5detect.c:1332: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1332: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1332: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1332: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1332: warning: cast discards qualifiers from pointer target type H5detect.c:1332: warning: cast discards qualifiers from pointer target type H5detect.c:1335: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1335: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1335: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1335: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1335: warning: cast discards qualifiers from pointer target type H5detect.c:1335: warning: cast discards qualifiers from pointer target type H5detect.c:1338: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1338: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1338: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1338: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1338: warning: cast discards qualifiers from pointer target type H5detect.c:1338: warning: cast discards qualifiers from pointer target type H5detect.c:1342: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1342: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1342: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1342: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1342: warning: cast discards qualifiers from pointer target type H5detect.c:1342: warning: cast discards qualifiers from pointer target type H5detect.c:1343: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1343: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1343: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1343: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1343: warning: cast discards qualifiers from pointer target type H5detect.c:1343: warning: cast discards qualifiers from pointer target type H5detect.c: In function â??detect_C99_floatsâ??: H5detect.c:1408: warning: passing argument 1 of â??byte_cmpâ?? with different width due to prototype H5detect.c:1408: warning: passing argument 1 of â??fix_orderâ?? with different width due to prototype H5detect.c:1408: warning: passing argument 1 of â??imp_bitâ?? with different width due to prototype H5detect.c:1408: warning: passing argument 1 of â??bit_cmpâ?? with different width due to prototype H5detect.c:1408: warning: passing argument 1 of â??bit_cmpâ?? with different width due to prototype H5detect.c:1408: warning: cast discards qualifiers from pointer target type H5detect.c:1408: warning: cast discards qualifiers from pointer target type H5detect.c:1408: warning: comparing floating point with == or != is unsafe H5detect.c: In function â??sigsegv_handlerâ??: H5detect.c:468: warning: function might be possible candidate for attribute â??noreturnâ?? H5detect.c: In function â??sigbus_handlerâ??: H5detect.c:493: warning: function might be possible candidate for attribute â??noreturnâ?? mv -f .deps/H5detect-H5detect.Tpo .deps/H5detect-H5detect.Po /bin/sh ../libtool --tag=CC --mode=link gcc -g -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o H5detect H5detect-H5detect.o -lm libtool: link: gcc -g -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o H5detect H5detect-H5detect.o -lm LD_LIBRARY_PATH="$LD_LIBRARY_PATH`echo | \ sed -e 's/-L/:/g' -e 's/ //g'`" \ ./H5detect > H5Tinit.c || \ (test $HDF5_Make_Ignore && echo "*** Error ignored") || \ (rm -f H5Tinit.c ; exit 1) /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tinit.lo -MD -MP -MF .deps/H5Tinit.Tpo -c -o H5Tinit.lo H5Tinit.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tinit.lo -MD -MP -MF .deps/H5Tinit.Tpo -c H5Tinit.c -o H5Tinit.o mv -f .deps/H5Tinit.Tpo .deps/H5Tinit.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tnative.lo -MD -MP -MF .deps/H5Tnative.Tpo -c -o H5Tnative.lo H5Tnative.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tnative.lo -MD -MP -MF .deps/H5Tnative.Tpo -c H5Tnative.c -o H5Tnative.o mv -f .deps/H5Tnative.Tpo .deps/H5Tnative.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Toffset.lo -MD -MP -MF .deps/H5Toffset.Tpo -c -o H5Toffset.lo H5Toffset.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Toffset.lo -MD -MP -MF .deps/H5Toffset.Tpo -c H5Toffset.c -o H5Toffset.o mv -f .deps/H5Toffset.Tpo .deps/H5Toffset.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Toh.lo -MD -MP -MF .deps/H5Toh.Tpo -c -o H5Toh.lo H5Toh.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Toh.lo -MD -MP -MF .deps/H5Toh.Tpo -c H5Toh.c -o H5Toh.o mv -f .deps/H5Toh.Tpo .deps/H5Toh.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Topaque.lo -MD -MP -MF .deps/H5Topaque.Tpo -c -o H5Topaque.lo H5Topaque.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Topaque.lo -MD -MP -MF .deps/H5Topaque.Tpo -c H5Topaque.c -o H5Topaque.o mv -f .deps/H5Topaque.Tpo .deps/H5Topaque.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Torder.lo -MD -MP -MF .deps/H5Torder.Tpo -c -o H5Torder.lo H5Torder.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Torder.lo -MD -MP -MF .deps/H5Torder.Tpo -c H5Torder.c -o H5Torder.o mv -f .deps/H5Torder.Tpo .deps/H5Torder.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tpad.lo -MD -MP -MF .deps/H5Tpad.Tpo -c -o H5Tpad.lo H5Tpad.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tpad.lo -MD -MP -MF .deps/H5Tpad.Tpo -c H5Tpad.c -o H5Tpad.o mv -f .deps/H5Tpad.Tpo .deps/H5Tpad.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tprecis.lo -MD -MP -MF .deps/H5Tprecis.Tpo -c -o H5Tprecis.lo H5Tprecis.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tprecis.lo -MD -MP -MF .deps/H5Tprecis.Tpo -c H5Tprecis.c -o H5Tprecis.o mv -f .deps/H5Tprecis.Tpo .deps/H5Tprecis.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tstrpad.lo -MD -MP -MF .deps/H5Tstrpad.Tpo -c -o H5Tstrpad.lo H5Tstrpad.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tstrpad.lo -MD -MP -MF .deps/H5Tstrpad.Tpo -c H5Tstrpad.c -o H5Tstrpad.o mv -f .deps/H5Tstrpad.Tpo .deps/H5Tstrpad.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tvisit.lo -MD -MP -MF .deps/H5Tvisit.Tpo -c -o H5Tvisit.lo H5Tvisit.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tvisit.lo -MD -MP -MF .deps/H5Tvisit.Tpo -c H5Tvisit.c -o H5Tvisit.o mv -f .deps/H5Tvisit.Tpo .deps/H5Tvisit.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tvlen.lo -MD -MP -MF .deps/H5Tvlen.Tpo -c -o H5Tvlen.lo H5Tvlen.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tvlen.lo -MD -MP -MF .deps/H5Tvlen.Tpo -c H5Tvlen.c -o H5Tvlen.o mv -f .deps/H5Tvlen.Tpo .deps/H5Tvlen.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5TS.lo -MD -MP -MF .deps/H5TS.Tpo -c -o H5TS.lo H5TS.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5TS.lo -MD -MP -MF .deps/H5TS.Tpo -c H5TS.c -o H5TS.o mv -f .deps/H5TS.Tpo .deps/H5TS.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5V.lo -MD -MP -MF .deps/H5V.Tpo -c -o H5V.lo H5V.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5V.lo -MD -MP -MF .deps/H5V.Tpo -c H5V.c -o H5V.o mv -f .deps/H5V.Tpo .deps/H5V.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5WB.lo -MD -MP -MF .deps/H5WB.Tpo -c -o H5WB.lo H5WB.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5WB.lo -MD -MP -MF .deps/H5WB.Tpo -c H5WB.c -o H5WB.o mv -f .deps/H5WB.Tpo .deps/H5WB.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Z.lo -MD -MP -MF .deps/H5Z.Tpo -c -o H5Z.lo H5Z.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Z.lo -MD -MP -MF .deps/H5Z.Tpo -c H5Z.c -o H5Z.o mv -f .deps/H5Z.Tpo .deps/H5Z.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zdeflate.lo -MD -MP -MF .deps/H5Zdeflate.Tpo -c -o H5Zdeflate.lo H5Zdeflate.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zdeflate.lo -MD -MP -MF .deps/H5Zdeflate.Tpo -c H5Zdeflate.c -o H5Zdeflate.o mv -f .deps/H5Zdeflate.Tpo .deps/H5Zdeflate.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zfletcher32.lo -MD -MP -MF .deps/H5Zfletcher32.Tpo -c -o H5Zfletcher32.lo H5Zfletcher32.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zfletcher32.lo -MD -MP -MF .deps/H5Zfletcher32.Tpo -c H5Zfletcher32.c -o H5Zfletcher32.o mv -f .deps/H5Zfletcher32.Tpo .deps/H5Zfletcher32.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Znbit.lo -MD -MP -MF .deps/H5Znbit.Tpo -c -o H5Znbit.lo H5Znbit.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Znbit.lo -MD -MP -MF .deps/H5Znbit.Tpo -c H5Znbit.c -o H5Znbit.o mv -f .deps/H5Znbit.Tpo .deps/H5Znbit.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zshuffle.lo -MD -MP -MF .deps/H5Zshuffle.Tpo -c -o H5Zshuffle.lo H5Zshuffle.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zshuffle.lo -MD -MP -MF .deps/H5Zshuffle.Tpo -c H5Zshuffle.c -o H5Zshuffle.o mv -f .deps/H5Zshuffle.Tpo .deps/H5Zshuffle.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zszip.lo -MD -MP -MF .deps/H5Zszip.Tpo -c -o H5Zszip.lo H5Zszip.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zszip.lo -MD -MP -MF .deps/H5Zszip.Tpo -c H5Zszip.c -o H5Zszip.o mv -f .deps/H5Zszip.Tpo .deps/H5Zszip.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zscaleoffset.lo -MD -MP -MF .deps/H5Zscaleoffset.Tpo -c -o H5Zscaleoffset.lo H5Zscaleoffset.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zscaleoffset.lo -MD -MP -MF .deps/H5Zscaleoffset.Tpo -c H5Zscaleoffset.c -o H5Zscaleoffset.o H5Zscaleoffset.c: In function â??H5Z_scaleoffset_postdecompress_fdâ??: H5Zscaleoffset.c:1382: warning: comparison between signed and unsigned H5Zscaleoffset.c:1382: warning: comparison between signed and unsigned H5Zscaleoffset.c:1382: warning: comparison between signed and unsigned H5Zscaleoffset.c:1385: warning: comparison between signed and unsigned H5Zscaleoffset.c:1385: warning: comparison between signed and unsigned H5Zscaleoffset.c:1385: warning: comparison between signed and unsigned H5Zscaleoffset.c: In function â??H5Z_scaleoffset_decompress_one_atomicâ??: H5Zscaleoffset.c:1449: warning: comparison between signed and unsigned H5Zscaleoffset.c: In function â??H5Z_scaleoffset_compress_one_atomicâ??: H5Zscaleoffset.c:1523: warning: comparison between signed and unsigned mv -f .deps/H5Zscaleoffset.Tpo .deps/H5Zscaleoffset.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ztrans.lo -MD -MP -MF .deps/H5Ztrans.Tpo -c -o H5Ztrans.lo H5Ztrans.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ztrans.lo -MD -MP -MF .deps/H5Ztrans.Tpo -c H5Ztrans.c -o H5Ztrans.o mv -f .deps/H5Ztrans.Tpo .deps/H5Ztrans.Plo /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -version-info 5:1:0 -o libhdf5.la -rpath /usr/local/lib H5.lo H5checksum.lo H5dbg.lo H5system.lo H5timer.lo H5trace.lo H5A.lo H5Abtree2.lo H5Adense.lo H5Adeprec.lo H5Aint.lo H5Atest.lo H5AC.lo H5B.lo H5Bcache.lo H5B2.lo H5B2cache.lo H5B2dbg.lo H5B2int.lo H5B2stat.lo H5B2test.lo H5C.lo H5CS.lo H5D.lo H5Dchunk.lo H5Dcompact.lo H5Dcontig.lo H5Ddbg.lo H5Ddeprec.lo H5Defl.lo H5Dfill.lo H5Dint.lo H5Dio.lo H5Distore.lo H5Dmpio.lo H5Doh.lo H5Dscatgath.lo H5Dselect.lo H5Dtest.lo H5E.lo H5Edeprec.lo H5Eint.lo H5F.lo H5Fdbg.lo H5Ffake.lo H5Fmount.lo H5Fsfile.lo H5Fsuper.lo H5Ftest.lo H5FD.lo H5FDcore.lo H5FDdirect.lo H5FDfamily.lo H5FDlog.lo H5FDmpi.lo H5FDmpio.lo H5FDmpiposix.lo H5FDmulti.lo H5FDsec2.lo H5FDspace.lo H5FDstdio.lo H5FL.lo H5FO.lo H5FS.lo H5FScache.lo H5FSdbg.lo H5FSsection.lo H5G.lo H5Gbtree2.lo H5Gcompact.lo H5Gdense.lo H5Gdeprec.lo H5Gent.lo H5Gint.lo H5Glink.lo H5Gloc.lo H5Gname.lo H5Gnode.lo H5Gobj.lo H5Goh.lo H5Gstab.lo H5Gtest.lo H5Gtraverse.lo H5HF.lo H5HFbtree2.lo H5HFcache.lo H5HFdbg.lo H5HFdblock.lo H5HFdtable.lo H5HFhdr.lo H5HFhuge.lo H5HFiblock.lo H5HFiter.lo H5HFman.lo H5HFsection.lo H5HFspace.lo H5HFstat.lo H5HFtest.lo H5HFtiny.lo H5HG.lo H5HGdbg.lo H5HL.lo H5HLdbg.lo H5HP.lo H5I.lo H5L.lo H5Lexternal.lo H5MF.lo H5MM.lo H5MP.lo H5MPtest.lo H5O.lo H5Oainfo.lo H5Oalloc.lo H5Oattr.lo H5Oattribute.lo H5Obogus.lo H5Obtreek.lo H5Ocache.lo H5Ocont.lo H5Ocopy.lo H5Odbg.lo H5Odrvinfo.lo H5Odtype.lo H5Oefl.lo H5Ofill.lo H5Oginfo.lo H5Olayout.lo H5Olinfo.lo H5Olink.lo H5Omessage.lo H5Omtime.lo H5Oname.lo H5Onull.lo H5Opline.lo H5Orefcount.lo H5Osdspace.lo H5Oshared.lo H5Ostab.lo H5Oshmesg.lo H5Otest.lo H5Ounknown.lo H5P.lo H5Pacpl.lo H5Pdcpl.lo H5Pdeprec.lo H5Pdxpl.lo H5Pfapl.lo H5Pfcpl.lo H5Pfmpl.lo H5Pgcpl.lo H5Pint.lo H5Plapl.lo H5Plcpl.lo H5Pocpl.lo H5Pocpypl.lo H5Pstrcpl.lo H5Ptest.lo H5R.lo H5Rdeprec.lo H5RC.lo H5RS.lo H5S.lo H5Sall.lo H5Sdbg.lo H5Shyper.lo H5Smpio.lo H5Snone.lo H5Spoint.lo H5Sselect.lo H5Stest.lo H5SL.lo H5SM.lo H5SMbtree2.lo H5SMcache.lo H5SMtest.lo H5ST.lo H5T.lo H5Tarray.lo H5Tbit.lo H5Tcommit.lo H5Tcompound.lo H5Tconv.lo H5Tcset.lo H5Tdbg.lo H5Tdeprec.lo H5Tenum.lo H5Tfields.lo H5Tfixed.lo H5Tfloat.lo H5Tinit.lo H5Tnative.lo H5Toffset.lo H5Toh.lo H5Topaque.lo H5Torder.lo H5Tpad.lo H5Tprecis.lo H5Tstrpad.lo H5Tvisit.lo H5Tvlen.lo H5TS.lo H5V.lo H5WB.lo H5Z.lo H5Zdeflate.lo H5Zfletcher32.lo H5Znbit.lo H5Zshuffle.lo H5Zszip.lo H5Zscaleoffset.lo H5Ztrans.lo -lm libtool: link: ar cru .libs/libhdf5.a H5.o H5checksum.o H5dbg.o H5system.o H5timer.o H5trace.o H5A.o H5Abtree2.o H5Adense.o H5Adeprec.o H5Aint.o H5Atest.o H5AC.o H5B.o H5Bcache.o H5B2.o H5B2cache.o H5B2dbg.o H5B2int.o H5B2stat.o H5B2test.o H5C.o H5CS.o H5D.o H5Dchunk.o H5Dcompact.o H5Dcontig.o H5Ddbg.o H5Ddeprec.o H5Defl.o H5Dfill.o H5Dint.o H5Dio.o H5Distore.o H5Dmpio.o H5Doh.o H5Dscatgath.o H5Dselect.o H5Dtest.o H5E.o H5Edeprec.o H5Eint.o H5F.o H5Fdbg.o H5Ffake.o H5Fmount.o H5Fsfile.o H5Fsuper.o H5Ftest.o H5FD.o H5FDcore.o H5FDdirect.o H5FDfamily.o H5FDlog.o H5FDmpi.o H5FDmpio.o H5FDmpiposix.o H5FDmulti.o H5FDsec2.o H5FDspace.o H5FDstdio.o H5FL.o H5FO.o H5FS.o H5FScache.o H5FSdbg.o H5FSsection.o H5G.o H5Gbtree2.o H5Gcompact.o H5Gdense.o H5Gdeprec.o H5Gent.o H5Gint.o H5Glink.o H5Gloc.o H5Gname.o H5Gnode.o H5Gobj.o H5Goh.o H5Gstab.o H5Gtest.o H5Gtraverse.o H5HF.o H5HFbtree2.o H5HFcache.o H5HFdbg.o H5HFdblock.o H5HFdtable.o H5HFhdr.o H5HFhuge.o H5HFiblock.o H5HFiter.o H5HFman.o H5HFsection.o H5HFspace.o H5HFstat.o H5HFtest.o H5HFtiny.o H5HG.o H5HGdbg.o H5HL.o H5HLdbg.o H5HP.o H5I.o H5L.o H5Lexternal.o H5MF.o H5MM.o H5MP.o H5MPtest.o H5O.o H5Oainfo.o H5Oalloc.o H5Oattr.o H5Oattribute.o H5Obogus.o H5Obtreek.o H5Ocache.o H5Ocont.o H5Ocopy.o H5Odbg.o H5Odrvinfo.o H5Odtype.o H5Oefl.o H5Ofill.o H5Oginfo.o H5Olayout.o H5Olinfo.o H5Olink.o H5Omessage.o H5Omtime.o H5Oname.o H5Onull.o H5Opline.o H5Orefcount.o H5Osdspace.o H5Oshared.o H5Ostab.o H5Oshmesg.o H5Otest.o H5Ounknown.o H5P.o H5Pacpl.o H5Pdcpl.o H5Pdeprec.o H5Pdxpl.o H5Pfapl.o H5Pfcpl.o H5Pfmpl.o H5Pgcpl.o H5Pint.o H5Plapl.o H5Plcpl.o H5Pocpl.o H5Pocpypl.o H5Pstrcpl.o H5Ptest.o H5R.o H5Rdeprec.o H5RC.o H5RS.o H5S.o H5Sall.o H5Sdbg.o H5Shyper.o H5Smpio.o H5Snone.o H5Spoint.o H5Sselect.o H5Stest.o H5SL.o H5SM.o H5SMbtree2.o H5SMcache.o H5SMtest.o H5ST.o H5T.o H5Tarray.o H5Tbit.o H5Tcommit.o H5Tcompound.o H5Tconv.o H5Tcset.o H5Tdbg.o H5Tdeprec.o H5Tenum.o H5Tfields.o H5Tfixed.o H5Tfloat.o H5Tinit.o H5Tnative.o H5Toffset.o H5Toh.o H5Topaque.o H5Torder.o H5Tpad.o H5Tprecis.o H5Tstrpad.o H5Tvisit.o H5Tvlen.o H5TS.o H5V.o H5WB.o H5Z.o H5Zdeflate.o H5Zfletcher32.o H5Znbit.o H5Zshuffle.o H5Zszip.o H5Zscaleoffset.o H5Ztrans.o ranlib: file: .libs/libhdf5.a(H5CS.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Dmpio.o) has no symbols ranlib: file: .libs/libhdf5.a(H5FDdirect.o) has no symbols ranlib: file: .libs/libhdf5.a(H5FDmpio.o) has no symbols ranlib: file: .libs/libhdf5.a(H5FDmpiposix.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Obogus.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Smpio.o) has no symbols ranlib: file: .libs/libhdf5.a(H5TS.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Zdeflate.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Zszip.o) has no symbols libtool: link: ranlib .libs/libhdf5.a ranlib: file: .libs/libhdf5.a(H5CS.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Dmpio.o) has no symbols ranlib: file: .libs/libhdf5.a(H5FDdirect.o) has no symbols ranlib: file: .libs/libhdf5.a(H5FDmpio.o) has no symbols ranlib: file: .libs/libhdf5.a(H5FDmpiposix.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Obogus.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Smpio.o) has no symbols ranlib: file: .libs/libhdf5.a(H5TS.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Zdeflate.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Zszip.o) has no symbols libtool: link: ( cd ".libs" && rm -f "libhdf5.la" && ln -s "../libhdf5.la" "libhdf5.la" ) Making all in test /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5test.lo -MD -MP -MF .deps/h5test.Tpo -c -o h5test.lo h5test.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5test.lo -MD -MP -MF .deps/h5test.Tpo -c h5test.c -o h5test.o h5test.c: In function â??h5_cleanupâ??: h5test.c:176: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype h5test.c:176: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype h5test.c: In function â??h5_fixnameâ??: h5test.c:420: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype h5test.c: In function â??h5_fileaccessâ??: h5test.c:565: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype h5test.c:565: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype h5test.c: In function â??print_funcâ??: h5test.c:885: warning: function might be possible candidate for â??printfâ?? format attribute mv -f .deps/h5test.Tpo .deps/h5test.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT testframe.lo -MD -MP -MF .deps/testframe.Tpo -c -o testframe.lo testframe.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT testframe.lo -MD -MP -MF .deps/testframe.Tpo -c testframe.c -o testframe.o testframe.c: In function â??TestErrPrintfâ??: testframe.c:534: warning: function might be possible candidate for â??printfâ?? format attribute mv -f .deps/testframe.Tpo .deps/testframe.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT cache_common.lo -MD -MP -MF .deps/cache_common.Tpo -c -o cache_common.lo cache_common.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT cache_common.lo -MD -MP -MF .deps/cache_common.Tpo -c cache_common.c -o cache_common.o mv -f .deps/cache_common.Tpo .deps/cache_common.Plo /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o libh5test.la h5test.lo testframe.lo cache_common.lo -lm libtool: link: ar cru .libs/libh5test.a h5test.o testframe.o cache_common.o libtool: link: ranlib .libs/libh5test.a libtool: link: ( cd ".libs" && rm -f "libh5test.la" && ln -s "../libh5test.la" "libh5test.la" ) gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT testhdf5.o -MD -MP -MF .deps/testhdf5.Tpo -c -o testhdf5.o testhdf5.c mv -f .deps/testhdf5.Tpo .deps/testhdf5.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tarray.o -MD -MP -MF .deps/tarray.Tpo -c -o tarray.o tarray.c mv -f .deps/tarray.Tpo .deps/tarray.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tattr.o -MD -MP -MF .deps/tattr.Tpo -c -o tattr.o tattr.c tattr.c: In function â??test_attr_compound_readâ??: tattr.c:833: warning: cast from function call of type â??H5T_order_tâ?? to non-matching type â??long intâ?? tattr.c:842: warning: cast from function call of type â??H5T_order_tâ?? to non-matching type â??long intâ?? tattr.c:851: warning: cast from function call of type â??H5T_order_tâ?? to non-matching type â??long intâ?? tattr.c: In function â??test_attr_mult_readâ??: tattr.c:1214: warning: cast from function call of type â??H5T_order_tâ?? to non-matching type â??long intâ?? tattr.c:1269: warning: cast from function call of type â??H5T_order_tâ?? to non-matching type â??long intâ?? tattr.c:1327: warning: cast from function call of type â??H5T_order_tâ?? to non-matching type â??long intâ?? tattr.c: In function â??test_attr_corder_create_compactâ??: tattr.c:3605: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attr_corder_create_denseâ??: tattr.c:3803: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attr_corder_deleteâ??: tattr.c:4544: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attr_info_by_idxâ??: tattr.c:4892: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attr_delete_by_idxâ??: tattr.c:5102: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attr_iterate2â??: tattr.c:6060: warning: â??dsetnameâ?? may be used uninitialized in this function tattr.c:6043: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attr_open_by_idxâ??: tattr.c:6407: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attr_open_by_nameâ??: tattr.c:6766: warning: â??dsetnameâ?? may be used uninitialized in this function tattr.c:6754: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attr_create_by_nameâ??: tattr.c:7020: warning: â??dsetnameâ?? may be used uninitialized in this function tattr.c:7008: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attrâ??: tattr.c:4138: warning: â??my_datasetâ?? may be used uninitialized in this function mv -f .deps/tattr.Tpo .deps/tattr.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tchecksum.o -MD -MP -MF .deps/tchecksum.Tpo -c -o tchecksum.o tchecksum.c mv -f .deps/tchecksum.Tpo .deps/tchecksum.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tconfig.o -MD -MP -MF .deps/tconfig.Tpo -c -o tconfig.o tconfig.c mv -f .deps/tconfig.Tpo .deps/tconfig.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tfile.o -MD -MP -MF .deps/tfile.Tpo -c -o tfile.o tfile.c mv -f .deps/tfile.Tpo .deps/tfile.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tgenprop.o -MD -MP -MF .deps/tgenprop.Tpo -c -o tgenprop.o tgenprop.c mv -f .deps/tgenprop.Tpo .deps/tgenprop.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT th5o.o -MD -MP -MF .deps/th5o.Tpo -c -o th5o.o th5o.c th5o.c: In function â??test_h5o_closeâ??: th5o.c:165: warning: cast from function call of type â??H5I_type_tâ?? to non-matching type â??long intâ?? mv -f .deps/th5o.Tpo .deps/th5o.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT th5s.o -MD -MP -MF .deps/th5s.Tpo -c -o th5s.o th5s.c mv -f .deps/th5s.Tpo .deps/th5s.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tcoords.o -MD -MP -MF .deps/tcoords.Tpo -c -o tcoords.o tcoords.c tcoords.c: In function â??test_singleEnd_selHyperslabâ??: tcoords.c:289: warning: passing argument 3 of â??memsetâ?? with different width due to prototype tcoords.c: In function â??test_multiple_endsâ??: tcoords.c:468: warning: passing argument 3 of â??memsetâ?? with different width due to prototype mv -f .deps/tcoords.Tpo .deps/tcoords.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT theap.o -MD -MP -MF .deps/theap.Tpo -c -o theap.o theap.c theap.c: In function â??test_heap_initâ??: theap.c:96: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype mv -f .deps/theap.Tpo .deps/theap.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tid.o -MD -MP -MF .deps/tid.Tpo -c -o tid.o tid.c mv -f .deps/tid.Tpo .deps/tid.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT titerate.o -MD -MP -MF .deps/titerate.Tpo -c -o titerate.o titerate.c mv -f .deps/titerate.Tpo .deps/titerate.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tmeta.o -MD -MP -MF .deps/tmeta.Tpo -c -o tmeta.o tmeta.c mv -f .deps/tmeta.Tpo .deps/tmeta.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tmisc.o -MD -MP -MF .deps/tmisc.Tpo -c -o tmisc.o tmisc.c tmisc.c: In function â??test_misc16â??: tmisc.c:2690: warning: initialization makes integer from pointer without a cast tmisc.c: In function â??test_misc17â??: tmisc.c:2769: warning: initialization makes integer from pointer without a cast mv -f .deps/tmisc.Tpo .deps/tmisc.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT trefer.o -MD -MP -MF .deps/trefer.Tpo -c -o trefer.o trefer.c trefer.c: In function â??test_reference_regionâ??: trefer.c:331: warning: missing braces around initializer trefer.c:331: warning: (near initialization for â??nvrbuf[0]â??) trefer.c:331: warning: large integer implicitly truncated to unsigned type trefer.c:410: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type trefer.c: In function â??test_reference_region_1Dâ??: trefer.c:682: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type trefer.c: In function â??test_reference_compatâ??: trefer.c:1147: warning: passing argument 2 of â??callocâ?? with different width due to prototype trefer.c:1149: warning: passing argument 2 of â??callocâ?? with different width due to prototype trefer.c:1267: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type mv -f .deps/trefer.Tpo .deps/trefer.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT trefstr.o -MD -MP -MF .deps/trefstr.Tpo -c -o trefstr.o trefstr.c trefstr.c: In function â??test_refstr_ownâ??: trefstr.c:293: warning: unused variable â??FUNCâ?? mv -f .deps/trefstr.Tpo .deps/trefstr.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tselect.o -MD -MP -MF .deps/tselect.Tpo -c -o tselect.o tselect.c tselect.c: In function â??test_select_pointâ??: tselect.c:450: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:475: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:500: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:529: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:571: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:595: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_select_comboâ??: tselect.c:948: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_select_point_copyâ??: tselect.c:1783: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:1797: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:1841: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_select_point_offsetâ??: tselect.c:2230: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:2265: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:2301: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_select_point_chunkâ??: tselect.c:4251: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:4287: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_select_fill_pointâ??: tselect.c:5041: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_scalar_selectâ??: tselect.c:5579: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_scalar_select2â??: tselect.c:5698: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_scalar_select3â??: tselect.c:5766: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_shape_sameâ??: tselect.c:5927: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:5945: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:6626: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_select_boundsâ??: tselect.c:7978: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type mv -f .deps/tselect.Tpo .deps/tselect.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tskiplist.o -MD -MP -MF .deps/tskiplist.Tpo -c -o tskiplist.o tskiplist.c tskiplist.c: In function â??test_skiplist_initâ??: tskiplist.c:74: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype mv -f .deps/tskiplist.Tpo .deps/tskiplist.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tsohm.o -MD -MP -MF .deps/tsohm.Tpo -c -o tsohm.o tsohm.c tsohm.c: In function â??make_dtype_2â??: tsohm.c:479: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype tsohm.c: In function â??size2_verify_plist1â??: tsohm.c:1202: warning: passing argument 6 of â??H5Pget_filter2â?? with different width due to prototype tsohm.c:1207: warning: passing argument 6 of â??H5Pget_filter2â?? with different width due to prototype tsohm.c:1213: warning: passing argument 6 of â??H5Pget_filter2â?? with different width due to prototype tsohm.c:1218: warning: passing argument 6 of â??H5Pget_filter2â?? with different width due to prototype tsohm.c: In function â??size2_verify_plist2â??: tsohm.c:1261: warning: passing argument 6 of â??H5Pget_filter2â?? with different width due to prototype tsohm.c:1267: warning: passing argument 6 of â??H5Pget_filter2â?? with different width due to prototype tsohm.c:1273: warning: passing argument 6 of â??H5Pget_filter2â?? with different width due to prototype tsohm.c:1279: warning: passing argument 6 of â??H5Pget_filter2â?? with different width due to prototype tsohm.c:1285: warning: passing argument 6 of â??H5Pget_filter2â?? with different width due to prototype tsohm.c:1294: warning: passing argument 3 of â??memsetâ?? with different width due to prototype tsohm.c:1299: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype tsohm.c: In function â??size2_helperâ??: tsohm.c:1419: warning: passing argument 3 of â??memsetâ?? with different width due to prototype tsohm.c:1462: warning: passing argument 3 of â??memsetâ?? with different width due to prototype tsohm.c:1463: warning: passing argument 3 of â??memsetâ?? with different width due to prototype tsohm.c:1471: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype tsohm.c: In function â??size2_verifyâ??: tsohm.c:1870: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype tsohm.c:1879: warning: passing argument 3 of â??memsetâ?? with different width due to prototype tsohm.c:1880: warning: passing argument 3 of â??memsetâ?? with different width due to prototype tsohm.c: In function â??test_sohm_deleteâ??: tsohm.c:2847: warning: passing argument 4 of â??H5Pset_shared_mesg_indexâ?? with different width due to prototype tsohm.c: At top level: tsohm.c:1320: warning: â??size2_dump_structâ?? defined but not used mv -f .deps/tsohm.Tpo .deps/tsohm.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ttime.o -MD -MP -MF .deps/ttime.Tpo -c -o ttime.o ttime.c mv -f .deps/ttime.Tpo .deps/ttime.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ttst.o -MD -MP -MF .deps/ttst.Tpo -c -o ttst.o ttst.c ttst.c: In function â??test_tst_initâ??: ttst.c:110: warning: cast discards qualifiers from pointer target type ttst.c:127: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype mv -f .deps/ttst.Tpo .deps/ttst.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tunicode.o -MD -MP -MF .deps/tunicode.Tpo -c -o tunicode.o tunicode.c tunicode.c: In function â??test_unicodeâ??: tunicode.c:811: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype mv -f .deps/tunicode.Tpo .deps/tunicode.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tvlstr.o -MD -MP -MF .deps/tvlstr.Tpo -c -o tvlstr.o tvlstr.c mv -f .deps/tvlstr.Tpo .deps/tvlstr.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tvltypes.o -MD -MP -MF .deps/tvltypes.Tpo -c -o tvltypes.o tvltypes.c tvltypes.c: In function â??test_vltypes_fill_valueâ??: tvltypes.c:2438: warning: initialization discards qualifiers from pointer target type tvltypes.c:2438: warning: initialization discards qualifiers from pointer target type tvltypes.c:2438: warning: initialization discards qualifiers from pointer target type tvltypes.c:2438: warning: initialization discards qualifiers from pointer target type tvltypes.c:2438: warning: initialization discards qualifiers from pointer target type tvltypes.c:2438: warning: initialization discards qualifiers from pointer target type tvltypes.c:2439: warning: initialization discards qualifiers from pointer target type tvltypes.c:2439: warning: initialization discards qualifiers from pointer target type tvltypes.c:2439: warning: initialization discards qualifiers from pointer target type tvltypes.c:2439: warning: initialization discards qualifiers from pointer target type tvltypes.c:2439: warning: initialization discards qualifiers from pointer target type tvltypes.c:2439: warning: initialization discards qualifiers from pointer target type tvltypes.c: In function â??test_vltypesâ??: tvltypes.c:2422: warning: â??dset_dspace_idâ?? may be used uninitialized in this function tvltypes.c:2437: warning: â??dset_elmtsâ?? may be used uninitialized in this function tvltypes.c:2423: warning: â??dset_select_dspace_idâ?? may be used uninitialized in this function mv -f .deps/tvltypes.Tpo .deps/tvltypes.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o testhdf5 testhdf5.o tarray.o tattr.o tchecksum.o tconfig.o tfile.o tgenprop.o th5o.o th5s.o tcoords.o theap.o tid.o titerate.o tmeta.o tmisc.o trefer.o trefstr.o tselect.o tskiplist.o tsohm.o ttime.o ttst.o tunicode.o tvlstr.o tvltypes.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o testhdf5 testhdf5.o tarray.o tattr.o tchecksum.o tconfig.o tfile.o tgenprop.o th5o.o th5s.o tcoords.o theap.o tid.o titerate.o tmeta.o tmisc.o trefer.o trefstr.o tselect.o tskiplist.o tsohm.o ttime.o ttst.o tunicode.o tvlstr.o tvltypes.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT lheap.o -MD -MP -MF .deps/lheap.Tpo -c -o lheap.o lheap.c mv -f .deps/lheap.Tpo .deps/lheap.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o lheap lheap.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o lheap lheap.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ohdr.o -MD -MP -MF .deps/ohdr.Tpo -c -o ohdr.o ohdr.c mv -f .deps/ohdr.Tpo .deps/ohdr.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o ohdr ohdr.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o ohdr ohdr.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT stab.o -MD -MP -MF .deps/stab.Tpo -c -o stab.o stab.c stab.c: In function â??old_apiâ??: stab.c:1014: warning: â??small_file_sizeâ?? may be used uninitialized in this function mv -f .deps/stab.Tpo .deps/stab.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o stab stab.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o stab stab.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT gheap.o -MD -MP -MF .deps/gheap.Tpo -c -o gheap.o gheap.c mv -f .deps/gheap.Tpo .deps/gheap.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o gheap gheap.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o gheap gheap.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT cache.o -MD -MP -MF .deps/cache.Tpo -c -o cache.o cache.c cache.c: In function â??check_auto_cache_resizeâ??: cache.c:20877: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:20881: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:20885: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:20889: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:20961: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:20986: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:21010: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:21034: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:21059: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:21062: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:21065: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:21101: warning: passing argument 4 of â??resize_entryâ?? with different width due to prototype cache.c:21119: warning: passing argument 4 of â??resize_entryâ?? with different width due to prototype cache.c:21140: warning: passing argument 4 of â??resize_entryâ?? with different width due to prototype cache.c:21161: warning: passing argument 4 of â??resize_entryâ?? with different width due to prototype cache.c:21216: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:21219: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:21222: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:21254: warning: passing argument 4 of â??resize_pinned_entryâ?? with different width due to prototype cache.c:21272: warning: passing argument 4 of â??resize_pinned_entryâ?? with different width due to prototype cache.c:21293: warning: passing argument 4 of â??resize_pinned_entryâ?? with different width due to prototype cache.c:21314: warning: passing argument 4 of â??resize_pinned_entryâ?? with different width due to prototype cache.c: In function â??check_auto_cache_resize_input_errsâ??: cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c: In function â??check_auto_cache_resize_aux_fcnsâ??: cache.c:27717: warning: comparing floating point with == or != is unsafe cache.c:27751: warning: comparing floating point with == or != is unsafe cache.c:27797: warning: comparing floating point with == or != is unsafe cache.c:27881: warning: comparing floating point with == or != is unsafe mv -f .deps/cache.Tpo .deps/cache.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o cache cache.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o cache cache.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT cache_api.o -MD -MP -MF .deps/cache_api.Tpo -c -o cache_api.o cache_api.c cache_api.c: In function â??check_fapl_mdc_api_callsâ??: cache_api.c:274: warning: comparing floating point with == or != is unsafe cache_api.c:274: warning: comparing floating point with == or != is unsafe cache_api.c:274: warning: comparing floating point with == or != is unsafe cache_api.c:274: warning: comparing floating point with == or != is unsafe cache_api.c:274: warning: comparing floating point with == or != is unsafe cache_api.c:274: warning: comparing floating point with == or != is unsafe cache_api.c:274: warning: comparing floating point with == or != is unsafe cache_api.c:274: warning: comparing floating point with == or != is unsafe cache_api.c:308: warning: comparing floating point with == or != is unsafe cache_api.c:308: warning: comparing floating point with == or != is unsafe cache_api.c:308: warning: comparing floating point with == or != is unsafe cache_api.c:308: warning: comparing floating point with == or != is unsafe cache_api.c:308: warning: comparing floating point with == or != is unsafe cache_api.c:308: warning: comparing floating point with == or != is unsafe cache_api.c:308: warning: comparing floating point with == or != is unsafe cache_api.c:308: warning: comparing floating point with == or != is unsafe cache_api.c:385: warning: comparing floating point with == or != is unsafe cache_api.c:385: warning: comparing floating point with == or != is unsafe cache_api.c:385: warning: comparing floating point with == or != is unsafe cache_api.c:385: warning: comparing floating point with == or != is unsafe cache_api.c:385: warning: comparing floating point with == or != is unsafe cache_api.c:385: warning: comparing floating point with == or != is unsafe cache_api.c:385: warning: comparing floating point with == or != is unsafe cache_api.c:385: warning: comparing floating point with == or != is unsafe cache_api.c:420: warning: comparing floating point with == or != is unsafe cache_api.c:420: warning: comparing floating point with == or != is unsafe cache_api.c:420: warning: comparing floating point with == or != is unsafe cache_api.c:420: warning: comparing floating point with == or != is unsafe cache_api.c:420: warning: comparing floating point with == or != is unsafe cache_api.c:420: warning: comparing floating point with == or != is unsafe cache_api.c:420: warning: comparing floating point with == or != is unsafe cache_api.c:420: warning: comparing floating point with == or != is unsafe cache_api.c:534: warning: comparing floating point with == or != is unsafe cache_api.c:534: warning: comparing floating point with == or != is unsafe cache_api.c:534: warning: comparing floating point with == or != is unsafe cache_api.c:534: warning: comparing floating point with == or != is unsafe cache_api.c:534: warning: comparing floating point with == or != is unsafe cache_api.c:534: warning: comparing floating point with == or != is unsafe cache_api.c:534: warning: comparing floating point with == or != is unsafe cache_api.c:534: warning: comparing floating point with == or != is unsafe cache_api.c:569: warning: comparing floating point with == or != is unsafe cache_api.c:569: warning: comparing floating point with == or != is unsafe cache_api.c:569: warning: comparing floating point with == or != is unsafe cache_api.c:569: warning: comparing floating point with == or != is unsafe cache_api.c:569: warning: comparing floating point with == or != is unsafe cache_api.c:569: warning: comparing floating point with == or != is unsafe cache_api.c:569: warning: comparing floating point with == or != is unsafe cache_api.c:569: warning: comparing floating point with == or != is unsafe cache_api.c: In function â??validate_mdc_configâ??: cache_api.c:685: warning: comparing floating point with == or != is unsafe cache_api.c:685: warning: comparing floating point with == or != is unsafe cache_api.c:685: warning: comparing floating point with == or != is unsafe cache_api.c:685: warning: comparing floating point with == or != is unsafe cache_api.c:685: warning: comparing floating point with == or != is unsafe cache_api.c:685: warning: comparing floating point with == or != is unsafe cache_api.c:685: warning: comparing floating point with == or != is unsafe cache_api.c:685: warning: comparing floating point with == or != is unsafe cache_api.c:722: warning: comparing floating point with == or != is unsafe cache_api.c:722: warning: comparing floating point with == or != is unsafe cache_api.c:722: warning: comparing floating point with == or != is unsafe cache_api.c:722: warning: comparing floating point with == or != is unsafe cache_api.c:722: warning: comparing floating point with == or != is unsafe cache_api.c:722: warning: comparing floating point with == or != is unsafe cache_api.c:722: warning: comparing floating point with == or != is unsafe cache_api.c:722: warning: comparing floating point with == or != is unsafe cache_api.c: In function â??check_file_mdc_api_callsâ??: cache_api.c:1010: warning: comparing floating point with == or != is unsafe cache_api.c: In function â??check_and_validate_cache_hit_rateâ??: cache_api.c:1172: warning: comparing floating point with == or != is unsafe cache_api.c: In function â??check_fapl_mdc_api_errsâ??: cache_api.c:3573: warning: comparing floating point with == or != is unsafe cache_api.c:3573: warning: comparing floating point with == or != is unsafe cache_api.c:3573: warning: comparing floating point with == or != is unsafe cache_api.c:3573: warning: comparing floating point with == or != is unsafe cache_api.c:3573: warning: comparing floating point with == or != is unsafe cache_api.c:3573: warning: comparing floating point with == or != is unsafe cache_api.c:3573: warning: comparing floating point with == or != is unsafe cache_api.c:3573: warning: comparing floating point with == or != is unsafe cache_api.c:3662: warning: comparing floating point with == or != is unsafe cache_api.c:3662: warning: comparing floating point with == or != is unsafe cache_api.c:3662: warning: comparing floating point with == or != is unsafe cache_api.c:3662: warning: comparing floating point with == or != is unsafe cache_api.c:3662: warning: comparing floating point with == or != is unsafe cache_api.c:3662: warning: comparing floating point with == or != is unsafe cache_api.c:3662: warning: comparing floating point with == or != is unsafe cache_api.c:3662: warning: comparing floating point with == or != is unsafe mv -f .deps/cache_api.Tpo .deps/cache_api.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o cache_api cache_api.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o cache_api cache_api.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT pool.o -MD -MP -MF .deps/pool.Tpo -c -o pool.o pool.c pool.c: In function â??test_allocate_randomâ??: pool.c:649: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype mv -f .deps/pool.Tpo .deps/pool.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o pool pool.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o pool pool.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT hyperslab.o -MD -MP -MF .deps/hyperslab.Tpo -c -o hyperslab.o hyperslab.c hyperslab.c: In function â??mainâ??: hyperslab.c:1237: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype mv -f .deps/hyperslab.Tpo .deps/hyperslab.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o hyperslab hyperslab.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o hyperslab hyperslab.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT istore.o -MD -MP -MF .deps/istore.Tpo -c -o istore.o istore.c istore.c: In function â??mainâ??: istore.c:605: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype mv -f .deps/istore.Tpo .deps/istore.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o istore istore.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o istore istore.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT bittests.o -MD -MP -MF .deps/bittests.Tpo -c -o bittests.o bittests.c mv -f .deps/bittests.Tpo .deps/bittests.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o bittests bittests.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o bittests bittests.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT dt_arith.o -MD -MP -MF .deps/dt_arith.Tpo -c -o dt_arith.o dt_arith.c dt_arith.c: In function â??generates_sigfpeâ??: dt_arith.c:575: warning: passing argument 1 of â??some_dummy_funcâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype dt_arith.c: In function â??test_particular_fp_integerâ??: dt_arith.c:751: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:752: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:766: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dt_arith.c:801: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:802: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:810: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dt_arith.c: In function â??test_derived_fltâ??: dt_arith.c:961: warning: passing argument 2 of â??H5Tset_fieldsâ?? with different width due to prototype dt_arith.c:961: warning: passing argument 3 of â??H5Tset_fieldsâ?? with different width due to prototype dt_arith.c:961: warning: passing argument 4 of â??H5Tset_fieldsâ?? with different width due to prototype dt_arith.c:961: warning: passing argument 5 of â??H5Tset_fieldsâ?? with different width due to prototype dt_arith.c:961: warning: passing argument 6 of â??H5Tset_fieldsâ?? with different width due to prototype dt_arith.c:966: warning: passing argument 2 of â??H5Tset_offsetâ?? with different width due to prototype dt_arith.c:971: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dt_arith.c:976: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype dt_arith.c:982: warning: passing argument 2 of â??H5Tset_ebiasâ?? with different width due to prototype dt_arith.c:1048: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:1121: warning: passing argument 2 of â??H5Tset_fieldsâ?? with different width due to prototype dt_arith.c:1121: warning: passing argument 3 of â??H5Tset_fieldsâ?? with different width due to prototype dt_arith.c:1121: warning: passing argument 4 of â??H5Tset_fieldsâ?? with different width due to prototype dt_arith.c:1121: warning: passing argument 5 of â??H5Tset_fieldsâ?? with different width due to prototype dt_arith.c:1121: warning: passing argument 6 of â??H5Tset_fieldsâ?? with different width due to prototype dt_arith.c:1126: warning: passing argument 2 of â??H5Tset_offsetâ?? with different width due to prototype dt_arith.c:1131: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dt_arith.c:1136: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype dt_arith.c:1141: warning: passing argument 2 of â??H5Tset_ebiasâ?? with different width due to prototype dt_arith.c: In function â??test_derived_integerâ??: dt_arith.c:1388: warning: passing argument 2 of â??H5Tset_offsetâ?? with different width due to prototype dt_arith.c:1394: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype dt_arith.c:1400: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dt_arith.c:1455: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dt_arith.c:1461: warning: passing argument 2 of â??H5Tset_offsetâ?? with different width due to prototype dt_arith.c: In function â??test_conv_int_1â??: dt_arith.c:1769: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:1776: warning: comparison is always true due to limited range of data type dt_arith.c:1776: warning: comparison is always true due to limited range of data type dt_arith.c:1776: warning: comparison is always true due to limited range of data type dt_arith.c:1776: warning: comparison is always true due to limited range of data type dt_arith.c:1776: warning: comparison is always true due to limited range of data type dt_arith.c:1776: warning: comparison is always true due to limited range of data type dt_arith.c:1778: warning: comparison is always true due to limited range of data type dt_arith.c:1778: warning: comparison is always true due to limited range of data type dt_arith.c:1778: warning: comparison is always true due to limited range of data type dt_arith.c:1778: warning: comparison is always true due to limited range of data type dt_arith.c:1778: warning: comparison is always true due to limited range of data type dt_arith.c:1778: warning: comparison is always true due to limited range of data type dt_arith.c:1780: warning: comparison is always true due to limited range of data type dt_arith.c:1780: warning: comparison is always true due to limited range of data type dt_arith.c:1780: warning: comparison is always true due to limited range of data type dt_arith.c:1780: warning: comparison is always true due to limited range of data type dt_arith.c:1780: warning: comparison is always true due to limited range of data type dt_arith.c:1780: warning: comparison is always true due to limited range of data type dt_arith.c:1782: warning: comparison is always true due to limited range of data type dt_arith.c:1782: warning: comparison is always true due to limited range of data type dt_arith.c:1782: warning: comparison is always true due to limited range of data type dt_arith.c:1782: warning: comparison is always true due to limited range of data type dt_arith.c:1782: warning: comparison is always true due to limited range of data type dt_arith.c:1782: warning: comparison is always true due to limited range of data type dt_arith.c:1786: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:1786: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:1786: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:1790: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:1790: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:1790: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:1794: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:1794: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:1794: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:2296: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:2304: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:2305: warning: passing argument 2 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c:2307: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:2309: warning: passing argument 2 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c:2315: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:2316: warning: passing argument 2 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c:2321: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:2326: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:2334: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:2340: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:2346: warning: passing argument 2 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c:2356: warning: passing argument 2 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c:2368: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:2369: warning: passing argument 2 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c:2381: warning: passing argument 2 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c: In function â??test_conv_int_2â??: dt_arith.c:2596: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dt_arith.c: In function â??my_isnanâ??: dt_arith.c:2629: warning: comparing floating point with == or != is unsafe dt_arith.c:2633: warning: comparing floating point with == or != is unsafe dt_arith.c:2638: warning: comparing floating point with == or != is unsafe dt_arith.c: In function â??my_isinfâ??: dt_arith.c:2715: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c: In function â??test_conv_flt_1â??: dt_arith.c:2929: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:2985: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:2985: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:2985: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:2985: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:2985: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:2988: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:2988: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:2988: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:2988: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:2988: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:2992: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:2992: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:2992: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:2992: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:2992: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3002: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3002: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3002: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3002: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3002: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3002: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3002: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3005: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3005: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3005: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3005: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3005: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3005: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3005: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3009: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3009: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3009: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3009: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3009: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3009: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3009: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3193: warning: passing argument 1 of â??frexpfâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype dt_arith.c:3194: warning: passing argument 1 of â??frexpfâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype dt_arith.c: In function â??test_conv_int_fpâ??: dt_arith.c:3653: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:3694: warning: comparison is always true due to limited range of data type dt_arith.c:3694: warning: comparison is always true due to limited range of data type dt_arith.c:3694: warning: comparison is always true due to limited range of data type dt_arith.c:3694: warning: comparison is always true due to limited range of data type dt_arith.c:3694: warning: comparison is always true due to limited range of data type dt_arith.c:3694: warning: comparison is always true due to limited range of data type dt_arith.c:3696: warning: comparison is always true due to limited range of data type dt_arith.c:3696: warning: comparison is always true due to limited range of data type dt_arith.c:3696: warning: comparison is always true due to limited range of data type dt_arith.c:3696: warning: comparison is always true due to limited range of data type dt_arith.c:3696: warning: comparison is always true due to limited range of data type dt_arith.c:3696: warning: comparison is always true due to limited range of data type dt_arith.c:3698: warning: comparison is always true due to limited range of data type dt_arith.c:3698: warning: comparison is always true due to limited range of data type dt_arith.c:3698: warning: comparison is always true due to limited range of data type dt_arith.c:3698: warning: comparison is always true due to limited range of data type dt_arith.c:3698: warning: comparison is always true due to limited range of data type dt_arith.c:3698: warning: comparison is always true due to limited range of data type dt_arith.c:3700: warning: comparison is always true due to limited range of data type dt_arith.c:3700: warning: comparison is always true due to limited range of data type dt_arith.c:3700: warning: comparison is always true due to limited range of data type dt_arith.c:3700: warning: comparison is always true due to limited range of data type dt_arith.c:3700: warning: comparison is always true due to limited range of data type dt_arith.c:3700: warning: comparison is always true due to limited range of data type dt_arith.c:3704: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3704: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3704: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3708: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3708: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3708: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3712: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3712: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3712: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3718: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:3718: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:3718: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3718: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3718: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3721: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3721: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3721: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3721: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3721: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3721: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3721: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3728: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:3728: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:3728: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3728: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3728: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3731: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3731: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3731: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3731: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3731: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3731: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3731: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3739: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:3739: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:3739: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3739: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3739: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3742: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3742: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3742: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3742: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3742: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3742: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3742: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:4171: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:4179: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:4180: warning: passing argument 2 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c:4187: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:4195: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:4196: warning: passing argument 2 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c:4212: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:4219: warning: passing argument 2 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c:4232: warning: passing argument 2 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c:4468: warning: format â??%29ldâ?? expects type â??long intâ??, but argument 2 has type â??long long intâ?? dt_arith.c:4471: warning: format â??%29luâ?? expects type â??long unsigned intâ??, but argument 2 has type â??long long unsigned intâ?? dt_arith.c: In function â??overflowsâ??: dt_arith.c:4563: warning: passing argument 3 of â??memsetâ?? with different width due to prototype dt_arith.c:4564: warning: passing argument 3 of â??memsetâ?? with different width due to prototype dt_arith.c:4603: warning: passing argument 2 of â??H5T_bit_copyâ?? with different width due to prototype dt_arith.c:4603: warning: passing argument 4 of â??H5T_bit_copyâ?? with different width due to prototype dt_arith.c:4608: warning: passing argument 3 of â??H5T_bit_incâ?? with different width due to prototype dt_arith.c:4613: warning: passing argument 3 of â??H5T_bit_shiftâ?? with different width due to prototype dt_arith.c:4613: warning: passing argument 4 of â??H5T_bit_shiftâ?? with different width due to prototype dt_arith.c:4615: warning: passing argument 2 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c:4615: warning: passing argument 3 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c: In function â??mainâ??: dt_arith.c:5220: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype dt_arith.c: In function â??fpe_handlerâ??: dt_arith.c:413: warning: function might be possible candidate for attribute â??noreturnâ?? dt_arith.c: In function â??test_conv_flt_1â??: dt_arith.c:2790: warning: â??overflowâ?? may be used uninitialized in this function dt_arith.c:3415: warning: control reaches end of non-void function mv -f .deps/dt_arith.Tpo .deps/dt_arith.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o dt_arith dt_arith.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o dt_arith dt_arith.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT dtypes.o -MD -MP -MF .deps/dtypes.Tpo -c -o dtypes.o dtypes.c dtypes.c: In function â??test_compound_1â??: dtypes.c:506: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype dtypes.c: In function â??test_compound_5â??: dtypes.c:1033: warning: passing argument 1 of â??callocâ?? with different width due to prototype dtypes.c:1034: warning: passing argument 1 of â??callocâ?? with different width due to prototype dtypes.c:1048: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype dtypes.c:1053: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype dtypes.c:1057: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype dtypes.c:1071: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c: In function â??test_compound_9â??: dtypes.c:1516: warning: initialization discards qualifiers from pointer target type dtypes.c: In function â??test_compound_11â??: dtypes.c:1960: warning: passing argument 1 of â??mallocâ?? with different width due to prototype dtypes.c:1974: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:1978: warning: comparing floating point with == or != is unsafe dtypes.c:2002: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype dtypes.c:2004: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype dtypes.c:2014: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:2018: warning: comparing floating point with == or != is unsafe dtypes.c:2048: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:2052: warning: comparing floating point with == or != is unsafe dtypes.c: In function â??test_compound_12â??: dtypes.c:2126: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype dtypes.c: In function â??test_compound_13â??: dtypes.c:2265: warning: comparing floating point with == or != is unsafe dtypes.c: In function â??test_queryâ??: dtypes.c:2485: warning: passing argument 4 of â??H5Tenum_nameofâ?? with different width due to prototype dtypes.c: In function â??test_transientâ??: dtypes.c:2561: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c:2579: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c:2600: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c:2617: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c:2631: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c: In function â??test_namedâ??: dtypes.c:2711: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c:2749: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c:2817: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c: In function â??test_conv_str_1â??: dtypes.c:2918: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:2919: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:2920: warning: passing argument 1 of â??callocâ?? with different width due to prototype dtypes.c:2920: warning: passing argument 2 of â??callocâ?? with different width due to prototype dtypes.c:2921: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype dtypes.c:2922: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:2923: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:2928: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:2929: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:2941: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:2942: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:2943: warning: passing argument 1 of â??callocâ?? with different width due to prototype dtypes.c:2943: warning: passing argument 2 of â??callocâ?? with different width due to prototype dtypes.c:2944: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype dtypes.c:2945: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:2946: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:2951: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:2952: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:2964: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:2965: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:2966: warning: passing argument 1 of â??callocâ?? with different width due to prototype dtypes.c:2966: warning: passing argument 2 of â??callocâ?? with different width due to prototype dtypes.c:2967: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype dtypes.c:2968: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:2969: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:2974: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:2975: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:2990: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:2991: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:2992: warning: passing argument 1 of â??callocâ?? with different width due to prototype dtypes.c:2992: warning: passing argument 2 of â??callocâ?? with different width due to prototype dtypes.c:2993: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype dtypes.c:2994: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:2995: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3001: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3002: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype dtypes.c:3003: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3004: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3009: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype dtypes.c:3010: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3011: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3023: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3024: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3025: warning: passing argument 1 of â??callocâ?? with different width due to prototype dtypes.c:3025: warning: passing argument 2 of â??callocâ?? with different width due to prototype dtypes.c:3026: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype dtypes.c:3027: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3028: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3033: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3034: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3040: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3041: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype dtypes.c:3042: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3043: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3048: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3049: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3056: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3057: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3058: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype dtypes.c:3059: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3060: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3065: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3066: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3078: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3079: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3080: warning: passing argument 1 of â??callocâ?? with different width due to prototype dtypes.c:3080: warning: passing argument 2 of â??callocâ?? with different width due to prototype dtypes.c:3081: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype dtypes.c:3082: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3083: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3088: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3089: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3095: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3096: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype dtypes.c:3097: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3098: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3103: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3104: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3111: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3112: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3113: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype dtypes.c:3114: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3115: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3120: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3121: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c: In function â??test_conv_str_2â??: dtypes.c:3168: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3169: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3170: warning: passing argument 2 of â??callocâ?? with different width due to prototype dtypes.c: In function â??test_conv_str_3â??: dtypes.c:3241: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3242: warning: passing argument 2 of â??callocâ?? with different width due to prototype dtypes.c:3256: warning: passing argument 2 of â??H5Tset_offsetâ?? with different width due to prototype dtypes.c: In function â??test_conv_enum_2â??: dtypes.c:3433: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype dtypes.c:3457: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c: In function â??test_conv_bitfieldâ??: dtypes.c:3521: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3535: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c:3536: warning: passing argument 2 of â??H5Tset_offsetâ?? with different width due to prototype dtypes.c:3537: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c:3538: warning: passing argument 2 of â??H5Tset_offsetâ?? with different width due to prototype dtypes.c:3540: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3554: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c: In function â??test_bitfield_funcsâ??: dtypes.c:3616: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c:3617: warning: passing argument 2 of â??H5Tset_offsetâ?? with different width due to prototype dtypes.c: In function â??opaque_checkâ??: dtypes.c:3807: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype dtypes.c:3810: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype dtypes.c:3818: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3831: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c: In function â??opaque_longâ??: dtypes.c:3878: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype dtypes.c:3881: warning: passing argument 1 of â??mallocâ?? with different width due to prototype dtypes.c:3882: warning: passing argument 3 of â??memsetâ?? with different width due to prototype dtypes.c: In function â??opaque_funcsâ??: dtypes.c:3936: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype dtypes.c:3942: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c:3990: warning: passing argument 2 of â??H5Tset_offsetâ?? with different width due to prototype dtypes.c: In function â??test_encodeâ??: dtypes.c:4148: warning: passing argument 1 of â??callocâ?? with different width due to prototype dtypes.c:4198: warning: passing argument 1 of â??callocâ?? with different width due to prototype dtypes.c:4289: warning: passing argument 1 of â??callocâ?? with different width due to prototype dtypes.c:4332: warning: passing argument 1 of â??callocâ?? with different width due to prototype dtypes.c: In function â??test_int_float_exceptâ??: dtypes.c:4709: warning: comparing floating point with == or != is unsafe dtypes.c:4730: warning: comparing floating point with == or != is unsafe dtypes.c: In function â??test_deprecâ??: dtypes.c:4870: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c: In function â??mainâ??: dtypes.c:4931: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype mv -f .deps/dtypes.Tpo .deps/dtypes.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o dtypes dtypes.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o dtypes dtypes.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT dsets.o -MD -MP -MF .deps/dsets.Tpo -c -o dsets.o dsets.c dsets.c: In function â??test_nbit_intâ??: dsets.c:2587: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c: In function â??test_nbit_floatâ??: dsets.c:2764: warning: comparing floating point with == or != is unsafe dsets.c:2765: warning: comparing floating point with == or != is unsafe dsets.c: In function â??test_nbit_doubleâ??: dsets.c:2897: warning: comparing floating point with == or != is unsafe dsets.c:2898: warning: comparing floating point with == or != is unsafe dsets.c: In function â??test_nbit_arrayâ??: dsets.c:3001: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c: In function â??test_nbit_compoundâ??: dsets.c:3181: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3183: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3185: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3241: warning: comparing floating point with == or != is unsafe dsets.c:3241: warning: comparing floating point with == or != is unsafe dsets.c: In function â??test_nbit_compound_2â??: dsets.c:3428: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3430: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3432: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3436: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3441: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3446: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3448: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3450: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3514: warning: comparing floating point with == or != is unsafe dsets.c:3515: warning: comparing floating point with == or != is unsafe dsets.c:3524: warning: comparing floating point with == or != is unsafe dsets.c:3525: warning: comparing floating point with == or != is unsafe dsets.c: In function â??test_filter_deleteâ??: dsets.c:5598: warning: label â??errorâ?? defined but not used dsets.c:5519: warning: unused variable â??iâ?? dsets.c:5518: warning: unused variable â??retâ?? dsets.c:5517: warning: unused variable â??nfiltersâ?? dsets.c:5516: warning: unused variable â??chunk_dimsâ?? dsets.c:5515: warning: unused variable â??dimsâ?? dsets.c:5510: warning: unused variable â??filtnâ?? dsets.c:5508: warning: unused parameter â??fileâ?? dsets.c: In function â??test_random_chunksâ??: dsets.c:6047: warning: passing argument 3 of â??H5Sselect_elementsâ?? with different width due to prototype dsets.c:6047: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type dsets.c:6072: warning: passing argument 3 of â??H5Sselect_elementsâ?? with different width due to prototype dsets.c:6072: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type dsets.c:6137: warning: passing argument 3 of â??H5Sselect_elementsâ?? with different width due to prototype dsets.c:6137: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type dsets.c:6162: warning: passing argument 3 of â??H5Sselect_elementsâ?? with different width due to prototype dsets.c:6162: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type dsets.c: In function â??mainâ??: dsets.c:6524: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype mv -f .deps/dsets.Tpo .deps/dsets.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o dsets dsets.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o dsets dsets.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT cmpd_dset.o -MD -MP -MF .deps/cmpd_dset.Tpo -c -o cmpd_dset.o cmpd_dset.c cmpd_dset.c: In function â??test_compoundâ??: cmpd_dset.c:604: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype cmpd_dset.c:604: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype cmpd_dset.c:771: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype cmpd_dset.c:771: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype mv -f .deps/cmpd_dset.Tpo .deps/cmpd_dset.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o cmpd_dset cmpd_dset.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o cmpd_dset cmpd_dset.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT extend.o -MD -MP -MF .deps/extend.Tpo -c -o extend.o extend.c mv -f .deps/extend.Tpo .deps/extend.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o extend extend.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o extend extend.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT external.o -MD -MP -MF .deps/external.Tpo -c -o external.o external.c external.c: In function â??test_3â??: external.c:761: warning: passing argument 3 of â??writeâ?? with different width due to prototype external.c: In function â??test_4â??: external.c:841: warning: â??xid2â?? may be used uninitialized in this function external.c:841: warning: â??xidâ?? may be used uninitialized in this function external.c:841: warning: â??gidâ?? may be used uninitialized in this function mv -f .deps/external.Tpo .deps/external.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o external external.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o external external.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT objcopy.o -MD -MP -MF .deps/objcopy.Tpo -c -o objcopy.o objcopy.c objcopy.c: In function â??attach_reg_ref_attrâ??: objcopy.c:328: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type objcopy.c: In function â??create_reg_ref_datasetâ??: objcopy.c:411: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type objcopy.c: In function â??compare_std_attributesâ??: objcopy.c:793: warning: passing argument 2 of â??H5Aget_nameâ?? with different width due to prototype objcopy.c: In function â??compare_dataâ??: objcopy.c:931: warning: assignment discards qualifiers from pointer target type objcopy.c:932: warning: assignment discards qualifiers from pointer target type objcopy.c: In function â??compare_datasetsâ??: objcopy.c:1104: warning: passing argument 3 of â??H5Pget_externalâ?? with different width due to prototype objcopy.c:1105: warning: passing argument 3 of â??H5Pget_externalâ?? with different width due to prototype objcopy.c: In function â??test_copy_dataset_compressedâ??: objcopy.c:2416: warning: unused parameter â??fcpl_srcâ?? objcopy.c:2416: warning: unused parameter â??fcpl_dstâ?? objcopy.c:2416: warning: unused parameter â??faplâ?? objcopy.c: In function â??test_copy_dataset_compressed_vlâ??: objcopy.c:3998: warning: unused parameter â??fcpl_srcâ?? objcopy.c:3998: warning: unused parameter â??fcpl_dstâ?? objcopy.c:3998: warning: unused parameter â??faplâ?? objcopy.c: In function â??mainâ??: objcopy.c:7184: warning: passing argument 4 of â??H5Pset_shared_mesg_indexâ?? with different width due to prototype objcopy.c: At top level: objcopy.c:376: warning: â??create_reg_ref_datasetâ?? defined but not used mv -f .deps/objcopy.Tpo .deps/objcopy.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o objcopy objcopy.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o objcopy objcopy.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT links.o -MD -MP -MF .deps/links.Tpo -c -o links.o links.c links.c: In function â??external_link_envâ??: links.c:2638: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c: In function â??external_link_prefixâ??: links.c:2729: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c: In function â??external_link_abs_mainpathâ??: links.c:2822: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c:2822: warning: passing argument 2 of â??getcwdâ?? with different width due to prototype links.c: In function â??external_link_rel_mainpathâ??: links.c:2913: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c: In function â??external_link_cwdâ??: links.c:3002: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c:3002: warning: passing argument 2 of â??getcwdâ?? with different width due to prototype links.c: In function â??external_link_abstarâ??: links.c:3096: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c:3096: warning: passing argument 2 of â??getcwdâ?? with different width due to prototype links.c: In function â??external_link_abstar_curâ??: links.c:3195: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c:3195: warning: passing argument 2 of â??getcwdâ?? with different width due to prototype links.c: In function â??external_link_reltarâ??: links.c:3286: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c: In function â??external_link_chdirâ??: links.c:3378: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c: In function â??open_by_idx_checkâ??: links.c:9885: warning: â??group_idâ?? may be used uninitialized in this function links.c: In function â??object_info_checkâ??: links.c:10353: warning: â??group_idâ?? may be used uninitialized in this function mv -f .deps/links.Tpo .deps/links.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o links links.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o links links.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT unlink.o -MD -MP -MF .deps/unlink.Tpo -c -o unlink.o unlink.c unlink.c: In function â??mainâ??: unlink.c:2435: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype mv -f .deps/unlink.Tpo .deps/unlink.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o unlink unlink.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o unlink unlink.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT big.o -MD -MP -MF .deps/big.Tpo -c -o big.o big.c mv -f .deps/big.Tpo .deps/big.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o big big.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o big big.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT mtime.o -MD -MP -MF .deps/mtime.Tpo -c -o mtime.o mtime.c mv -f .deps/mtime.Tpo .deps/mtime.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o mtime mtime.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o mtime mtime.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT fillval.o -MD -MP -MF .deps/fillval.Tpo -c -o fillval.o fillval.c fillval.c: In function â??test_createâ??: fillval.c:624: warning: comparing floating point with == or != is unsafe fillval.c:624: warning: comparing floating point with == or != is unsafe fillval.c:697: warning: comparing floating point with == or != is unsafe fillval.c:697: warning: comparing floating point with == or != is unsafe fillval.c: In function â??test_rdwr_casesâ??: fillval.c:812: warning: comparing floating point with == or != is unsafe fillval.c:813: warning: comparing floating point with == or != is unsafe fillval.c:880: warning: comparing floating point with == or != is unsafe fillval.c:881: warning: comparing floating point with == or != is unsafe fillval.c:994: warning: comparing floating point with == or != is unsafe fillval.c:995: warning: comparing floating point with == or != is unsafe fillval.c:1013: warning: comparing floating point with == or != is unsafe fillval.c:1014: warning: comparing floating point with == or != is unsafe fillval.c: In function â??test_extend_casesâ??: fillval.c:1439: warning: initialization discards qualifiers from pointer target type fillval.c:1439: warning: initialization discards qualifiers from pointer target type fillval.c: In function â??test_extendâ??: fillval.c:1838: warning: initialization discards qualifiers from pointer target type fillval.c:1838: warning: initialization discards qualifiers from pointer target type fillval.c: In function â??test_rdwr_casesâ??: fillval.c:761: warning: â??fill_c.aâ?? may be used uninitialized in this function fillval.c:761: warning: â??fill_c.xâ?? may be used uninitialized in this function fillval.c:761: warning: â??fill_c.yâ?? may be used uninitialized in this function fillval.c:761: warning: â??fill_c.zâ?? may be used uninitialized in this function mv -f .deps/fillval.Tpo .deps/fillval.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o fillval fillval.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o fillval fillval.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT mount.o -MD -MP -MF .deps/mount.Tpo -c -o mount.o mount.c mount.c: In function â??test_acc_permâ??: mount.c:2460: warning: passing argument 3 of â??H5Fget_nameâ?? with different width due to prototype mount.c:2469: warning: passing argument 3 of â??H5Fget_nameâ?? with different width due to prototype mount.c:2479: warning: passing argument 3 of â??H5Fget_nameâ?? with different width due to prototype mount.c:2489: warning: passing argument 3 of â??H5Fget_nameâ?? with different width due to prototype mount.c:2531: warning: passing argument 3 of â??H5Fget_nameâ?? with different width due to prototype mv -f .deps/mount.Tpo .deps/mount.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o mount mount.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o mount mount.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT flush1.o -MD -MP -MF .deps/flush1.Tpo -c -o flush1.o flush1.c mv -f .deps/flush1.Tpo .deps/flush1.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o flush1 flush1.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o flush1 flush1.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT flush2.o -MD -MP -MF .deps/flush2.Tpo -c -o flush2.o flush2.c mv -f .deps/flush2.Tpo .deps/flush2.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o flush2 flush2.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o flush2 flush2.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT enum.o -MD -MP -MF .deps/enum.Tpo -c -o enum.o enum.c enum.c: In function â??test_namedâ??: enum.c:74: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype mv -f .deps/enum.Tpo .deps/enum.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o enum enum.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o enum enum.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT set_extent.o -MD -MP -MF .deps/set_extent.Tpo -c -o set_extent.o set_extent.c mv -f .deps/set_extent.Tpo .deps/set_extent.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o set_extent set_extent.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o set_extent set_extent.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ttsafe.o -MD -MP -MF .deps/ttsafe.Tpo -c -o ttsafe.o ttsafe.c mv -f .deps/ttsafe.Tpo .deps/ttsafe.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ttsafe_dcreate.o -MD -MP -MF .deps/ttsafe_dcreate.Tpo -c -o ttsafe_dcreate.o ttsafe_dcreate.c mv -f .deps/ttsafe_dcreate.Tpo .deps/ttsafe_dcreate.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ttsafe_error.o -MD -MP -MF .deps/ttsafe_error.Tpo -c -o ttsafe_error.o ttsafe_error.c mv -f .deps/ttsafe_error.Tpo .deps/ttsafe_error.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ttsafe_cancel.o -MD -MP -MF .deps/ttsafe_cancel.Tpo -c -o ttsafe_cancel.o ttsafe_cancel.c mv -f .deps/ttsafe_cancel.Tpo .deps/ttsafe_cancel.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ttsafe_acreate.o -MD -MP -MF .deps/ttsafe_acreate.Tpo -c -o ttsafe_acreate.o ttsafe_acreate.c mv -f .deps/ttsafe_acreate.Tpo .deps/ttsafe_acreate.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o ttsafe ttsafe.o ttsafe_dcreate.o ttsafe_error.o ttsafe_cancel.o ttsafe_acreate.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o ttsafe ttsafe.o ttsafe_dcreate.o ttsafe_error.o ttsafe_cancel.o ttsafe_acreate.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT getname.o -MD -MP -MF .deps/getname.Tpo -c -o getname.o getname.c getname.c: In function â??check_nameâ??: getname.c:68: warning: passing argument 3 of â??H5Iget_nameâ?? with different width due to prototype getname.c: In function â??test_mainâ??: getname.c:1148: warning: passing argument 3 of â??H5Iget_nameâ?? with different width due to prototype getname.c:1175: warning: passing argument 3 of â??H5Iget_nameâ?? with different width due to prototype getname.c:1195: warning: passing argument 3 of â??H5Iget_nameâ?? with different width due to prototype getname.c:1231: warning: passing argument 3 of â??H5Iget_nameâ?? with different width due to prototype getname.c:1236: warning: passing argument 3 of â??H5Iget_nameâ?? with different width due to prototype getname.c: In function â??test_reg_refâ??: getname.c:2728: warning: passing argument 3 of â??H5Sselect_elementsâ?? with different width due to prototype getname.c:2728: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type getname.c:2762: warning: passing argument 5 of â??H5Rget_nameâ?? with different width due to prototype getname.c:2773: warning: passing argument 3 of â??H5Iget_nameâ?? with different width due to prototype getname.c:2783: warning: passing argument 5 of â??H5Rget_nameâ?? with different width due to prototype getname.c:2794: warning: passing argument 3 of â??H5Iget_nameâ?? with different width due to prototype mv -f .deps/getname.Tpo .deps/getname.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o getname getname.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o getname getname.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT vfd.o -MD -MP -MF .deps/vfd.Tpo -c -o vfd.o vfd.c mv -f .deps/vfd.Tpo .deps/vfd.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o vfd vfd.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o vfd vfd.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ntypes.o -MD -MP -MF .deps/ntypes.Tpo -c -o ntypes.o ntypes.c ntypes.c: In function â??test_atomic_dtypeâ??: ntypes.c:145: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype ntypes.c: In function â??test_compound_dtype2â??: ntypes.c:312: warning: passing argument 2 of â??callocâ?? with different width due to prototype ntypes.c:336: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype ntypes.c:337: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype ntypes.c:343: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:347: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:352: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:353: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:354: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:358: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:464: warning: passing argument 2 of â??callocâ?? with different width due to prototype ntypes.c:473: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype ntypes.c: In function â??test_compound_dtypeâ??: ntypes.c:559: warning: passing argument 2 of â??callocâ?? with different width due to prototype ntypes.c:579: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:580: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:581: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:646: warning: passing argument 2 of â??callocâ?? with different width due to prototype ntypes.c:654: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype ntypes.c: In function â??test_compound_dtype3â??: ntypes.c:732: warning: passing argument 2 of â??callocâ?? with different width due to prototype ntypes.c:753: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype ntypes.c:756: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:757: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:758: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:838: warning: passing argument 2 of â??callocâ?? with different width due to prototype ntypes.c:847: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype ntypes.c: In function â??test_compound_opaqueâ??: ntypes.c:930: warning: passing argument 2 of â??callocâ?? with different width due to prototype ntypes.c:952: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype ntypes.c:955: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:956: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:957: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:1027: warning: passing argument 2 of â??callocâ?? with different width due to prototype ntypes.c:1036: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype ntypes.c: In function â??test_enum_dtypeâ??: ntypes.c:1179: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype ntypes.c: In function â??test_array_dtypeâ??: ntypes.c:1245: warning: passing argument 2 of â??callocâ?? with different width due to prototype ntypes.c:1263: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype ntypes.c:1266: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:1267: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:1268: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:1318: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype ntypes.c: In function â??test_array_dtype2â??: ntypes.c:1440: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype ntypes.c: In function â??test_str_dtypeâ??: ntypes.c:1784: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype ntypes.c: In function â??test_refer_dtype2â??: ntypes.c:2056: warning: passing argument 2 of â??callocâ?? with different width due to prototype ntypes.c: In function â??test_opaque_dtypeâ??: ntypes.c:2238: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype mv -f .deps/ntypes.Tpo .deps/ntypes.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o ntypes ntypes.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o ntypes ntypes.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT dangle.o -MD -MP -MF .deps/dangle.Tpo -c -o dangle.o dangle.c mv -f .deps/dangle.Tpo .deps/dangle.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o dangle dangle.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o dangle dangle.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT dtransform.o -MD -MP -MF .deps/dtransform.Tpo -c -o dtransform.o dtransform.c mv -f .deps/dtransform.Tpo .deps/dtransform.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o dtransform dtransform.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o dtransform dtransform.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT reserved.o -MD -MP -MF .deps/reserved.Tpo -c -o reserved.o reserved.c mv -f .deps/reserved.Tpo .deps/reserved.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o reserved reserved.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o reserved reserved.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT cross_read.o -MD -MP -MF .deps/cross_read.Tpo -c -o cross_read.o cross_read.c cross_read.c: In function â??read_dataâ??: cross_read.c:102: warning: comparing floating point with == or != is unsafe mv -f .deps/cross_read.Tpo .deps/cross_read.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o cross_read cross_read.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o cross_read cross_read.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT btree2.o -MD -MP -MF .deps/btree2.Tpo -c -o btree2.o btree2.c btree2.c: In function â??test_insert_basicâ??: btree2.c:248: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:248: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_split_rootâ??: btree2.c:452: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:452: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_level1_2leaf_redistribâ??: btree2.c:629: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:629: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c:682: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:682: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_level1_side_splitâ??: btree2.c:789: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:789: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c:847: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:847: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_level1_3leaf_redistribâ??: btree2.c:961: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:961: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_level1_middle_splitâ??: btree2.c:1109: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:1109: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_make_level2â??: btree2.c:1234: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:1234: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_level2_leaf_redistribâ??: btree2.c:1420: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:1420: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_level2_leaf_splitâ??: btree2.c:1685: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:1685: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_level2_2internal_redistribâ??: btree2.c:1961: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:1961: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_level2_2internal_splitâ??: btree2.c:2154: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:2154: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_level2_3internal_redistribâ??: btree2.c:2357: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:2357: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_level2_3internal_splitâ??: btree2.c:2559: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:2559: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_lotsâ??: btree2.c:2757: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype btree2.c:2793: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:2793: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_basicâ??: btree2.c:2971: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:2971: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level1_noredistribâ??: btree2.c:3258: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:3258: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level1_redistribâ??: btree2.c:3480: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:3480: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level1_2leaf_mergeâ??: btree2.c:3680: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:3680: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level1_3leaf_mergeâ??: btree2.c:3864: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:3864: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level1_promoteâ??: btree2.c:3992: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:3992: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level1_promote_2leaf_redistribâ??: btree2.c:4236: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:4236: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level1_promote_3leaf_redistribâ??: btree2.c:4389: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:4389: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level1_promote_2leaf_mergeâ??: btree2.c:4542: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:4542: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level1_promote_3leaf_mergeâ??: btree2.c:4690: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:4690: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level1_collapseâ??: btree2.c:4837: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:4837: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level2_promoteâ??: btree2.c:4977: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:4977: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level2_promote_2internal_redistribâ??: btree2.c:5268: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:5268: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level2_promote_3internal_redistribâ??: btree2.c:5421: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:5421: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level2_promote_2internal_mergeâ??: btree2.c:5574: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:5574: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level2_promote_3internal_mergeâ??: btree2.c:5730: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:5730: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level2_2internal_merge_leftâ??: btree2.c:5886: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:5886: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level2_2internal_merge_rightâ??: btree2.c:6014: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:6014: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level2_3internal_mergeâ??: btree2.c:6142: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:6142: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level2_collapse_rightâ??: btree2.c:6271: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:6271: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_lotsâ??: btree2.c:6394: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype btree2.c:6432: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:6432: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_find_neighborâ??: btree2.c:6803: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:6803: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_deleteâ??: btree2.c:7027: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:7027: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c:7064: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:7064: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c:7114: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:7114: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c:7164: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:7164: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_modifyâ??: btree2.c:7258: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:7258: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype mv -f .deps/btree2.Tpo .deps/btree2.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o btree2 btree2.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o btree2 btree2.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT fheap.o -MD -MP -MF .deps/fheap.Tpo -c -o fheap.o fheap.c fheap.c: In function â??test_man_remove_bogusâ??: fheap.c:6048: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype fheap.c: In function â??test_randomâ??: fheap.c:14945: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype fheap.c: In function â??test_random_pow2â??: fheap.c:15149: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype mv -f .deps/fheap.Tpo .deps/fheap.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o fheap fheap.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o fheap fheap.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT error_test.o -MD -MP -MF .deps/error_test.Tpo -c -o error_test.o error_test.c error_test.c: In function â??test_long_descâ??: error_test.c:337: warning: passing argument 1 of â??mallocâ?? with different width due to prototype error_test.c:338: warning: passing argument 1 of â??mallocâ?? with different width due to prototype error_test.c:352: warning: passing argument 2 of â??snprintfâ?? with different width due to prototype error_test.c: In function â??custom_print_cbâ??: error_test.c:433: warning: passing argument 3 of â??H5Eget_class_nameâ?? with different width due to prototype error_test.c:436: warning: passing argument 4 of â??H5Eget_msgâ?? with different width due to prototype error_test.c:439: warning: passing argument 4 of â??H5Eget_msgâ?? with different width due to prototype error_test.c: In function â??mainâ??: error_test.c:582: warning: passing argument 2 of â??H5Epopâ?? with different width due to prototype mv -f .deps/error_test.Tpo .deps/error_test.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o error_test error_test.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o error_test error_test.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT err_compat.o -MD -MP -MF .deps/err_compat.Tpo -c -o err_compat.o err_compat.c mv -f .deps/err_compat.Tpo .deps/err_compat.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o err_compat err_compat.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o err_compat err_compat.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT testmeta.o -MD -MP -MF .deps/testmeta.Tpo -c -o testmeta.o testmeta.c mv -f .deps/testmeta.Tpo .deps/testmeta.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o testmeta testmeta.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o testmeta testmeta.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm Making all in tools Making all in lib /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools.lo -MD -MP -MF .deps/h5tools.Tpo -c -o h5tools.lo h5tools.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools.lo -MD -MP -MF .deps/h5tools.Tpo -c h5tools.c -o h5tools.o h5tools.c: In function â??h5tools_simple_prefixâ??: h5tools.c:465: warning: passing argument 2 of â??h5tools_str_fmtâ?? with different width due to prototype h5tools.c:470: warning: passing argument 2 of â??h5tools_str_fmtâ?? with different width due to prototype h5tools.c:472: warning: passing argument 2 of â??h5tools_str_fmtâ?? with different width due to prototype h5tools.c:474: warning: passing argument 2 of â??h5tools_str_fmtâ?? with different width due to prototype h5tools.c:481: warning: passing argument 2 of â??h5tools_str_fmtâ?? with different width due to prototype h5tools.c: In function â??h5tools_dump_simple_dataâ??: h5tools.c:586: warning: passing argument 2 of â??h5tools_str_fmtâ?? with different width due to prototype h5tools.c: In function â??h5tools_dump_simple_memâ??: h5tools.c:1300: warning: comparison between signed and unsigned h5tools.c:1305: warning: comparison between signed and unsigned h5tools.c: In function â??init_acc_posâ??: h5tools.c:1495: warning: comparison between signed and unsigned h5tools.c: In function â??render_bin_outputâ??: h5tools.c:1588: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1598: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1609: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1639: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1650: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1660: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1670: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1680: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1690: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1700: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1710: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1720: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1730: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1740: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1752: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1762: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1772: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1785: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1795: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1805: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1838: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1849: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1914: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1925: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype mv -f .deps/h5tools.Tpo .deps/h5tools.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_str.lo -MD -MP -MF .deps/h5tools_str.Tpo -c -o h5tools_str.lo h5tools_str.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_str.lo -MD -MP -MF .deps/h5tools_str.Tpo -c h5tools_str.c -o h5tools_str.o h5tools_str.c: In function â??h5tools_str_appendâ??: h5tools_str.c:150: warning: function might be possible candidate for â??printfâ?? format attribute h5tools_str.c: In function â??h5tools_str_prefixâ??: h5tools_str.c:349: warning: passing argument 2 of â??h5tools_str_fmtâ?? with different width due to prototype h5tools_str.c: In function â??h5tools_str_sprintâ??: h5tools_str.c:637: warning: passing argument 3 of â??h5tools_print_charâ?? with different width due to prototype h5tools_str.c:691: warning: passing argument 3 of â??h5tools_print_charâ?? with different width due to prototype h5tools_str.c:856: warning: passing argument 5 of â??H5Rget_nameâ?? with different width due to prototype mv -f .deps/h5tools_str.Tpo .deps/h5tools_str.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_utils.lo -MD -MP -MF .deps/h5tools_utils.Tpo -c -o h5tools_utils.lo h5tools_utils.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_utils.lo -MD -MP -MF .deps/h5tools_utils.Tpo -c h5tools_utils.c -o h5tools_utils.o h5tools_utils.c: In function â??error_msgâ??: h5tools_utils.c:74: warning: function might be possible candidate for â??printfâ?? format attribute h5tools_utils.c: In function â??warn_msgâ??: h5tools_utils.c:107: warning: function might be possible candidate for â??printfâ?? format attribute mv -f .deps/h5tools_utils.Tpo .deps/h5tools_utils.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff.lo -MD -MP -MF .deps/h5diff.Tpo -c -o h5diff.lo h5diff.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff.lo -MD -MP -MF .deps/h5diff.Tpo -c h5diff.c -o h5diff.o h5diff.c: In function â??h5diffâ??: h5diff.c:195: warning: passing argument 3 of â??memsetâ?? with different width due to prototype mv -f .deps/h5diff.Tpo .deps/h5diff.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_array.lo -MD -MP -MF .deps/h5diff_array.Tpo -c -o h5diff_array.lo h5diff_array.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_array.lo -MD -MP -MF .deps/h5diff_array.Tpo -c h5diff_array.c -o h5diff_array.o h5diff_array.c: In function â??diff_datumâ??: h5diff_array.c:1788: warning: comparing floating point with == or != is unsafe h5diff_array.c:1788: warning: comparing floating point with == or != is unsafe h5diff_array.c:1788: warning: comparing floating point with == or != is unsafe h5diff_array.c:1821: warning: comparing floating point with == or != is unsafe h5diff_array.c:1821: warning: comparing floating point with == or != is unsafe h5diff_array.c:1821: warning: comparing floating point with == or != is unsafe h5diff_array.c:1942: warning: comparing floating point with == or != is unsafe h5diff_array.c:1942: warning: comparing floating point with == or != is unsafe h5diff_array.c:1942: warning: comparing floating point with == or != is unsafe h5diff_array.c:1992: warning: comparing floating point with == or != is unsafe h5diff_array.c:1992: warning: comparing floating point with == or != is unsafe h5diff_array.c:1992: warning: comparing floating point with == or != is unsafe h5diff_array.c:2029: warning: passing argument 1 of â??equal_floatâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype h5diff_array.c:2029: warning: passing argument 2 of â??equal_floatâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype h5diff_array.c:2110: warning: comparing floating point with == or != is unsafe h5diff_array.c:2110: warning: comparing floating point with == or != is unsafe h5diff_array.c:2110: warning: comparing floating point with == or != is unsafe h5diff_array.c:2160: warning: comparing floating point with == or != is unsafe h5diff_array.c:2160: warning: comparing floating point with == or != is unsafe h5diff_array.c:2160: warning: comparing floating point with == or != is unsafe h5diff_array.c: In function â??diff_floatâ??: h5diff_array.c:2699: warning: comparing floating point with == or != is unsafe h5diff_array.c:2699: warning: comparing floating point with == or != is unsafe h5diff_array.c:2699: warning: comparing floating point with == or != is unsafe h5diff_array.c:2758: warning: comparing floating point with == or != is unsafe h5diff_array.c:2758: warning: comparing floating point with == or != is unsafe h5diff_array.c:2758: warning: comparing floating point with == or != is unsafe h5diff_array.c:2824: warning: passing argument 1 of â??equal_floatâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype h5diff_array.c:2824: warning: passing argument 2 of â??equal_floatâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype h5diff_array.c: In function â??diff_doubleâ??: h5diff_array.c:2931: warning: comparing floating point with == or != is unsafe h5diff_array.c:2931: warning: comparing floating point with == or != is unsafe h5diff_array.c:2931: warning: comparing floating point with == or != is unsafe h5diff_array.c:2976: warning: comparing floating point with == or != is unsafe h5diff_array.c:2976: warning: comparing floating point with == or != is unsafe h5diff_array.c:2976: warning: comparing floating point with == or != is unsafe h5diff_array.c: In function â??diff_ullongâ??: h5diff_array.c:4733: warning: comparing floating point with == or != is unsafe h5diff_array.c:4733: warning: comparing floating point with == or != is unsafe h5diff_array.c:4733: warning: comparing floating point with == or != is unsafe h5diff_array.c:4779: warning: comparing floating point with == or != is unsafe h5diff_array.c:4779: warning: comparing floating point with == or != is unsafe h5diff_array.c:4779: warning: comparing floating point with == or != is unsafe h5diff_array.c: In function â??ull2floatâ??: h5diff_array.c:4869: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5diff_array.c:4874: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype h5diff_array.c: In function â??equal_doubleâ??: h5diff_array.c:4949: warning: comparing floating point with == or != is unsafe h5diff_array.c:4949: warning: comparing floating point with == or != is unsafe h5diff_array.c:4953: warning: comparing floating point with == or != is unsafe h5diff_array.c: In function â??equal_floatâ??: h5diff_array.c:5018: warning: comparing floating point with == or != is unsafe h5diff_array.c:5018: warning: comparing floating point with == or != is unsafe h5diff_array.c:5022: warning: comparing floating point with == or != is unsafe h5diff_array.c:5024: warning: passing argument 1 of â??equal_floatâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype h5diff_array.c:5024: warning: passing argument 2 of â??equal_floatâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype h5diff_array.c: In function â??my_isnanâ??: h5diff_array.c:5061: warning: comparing floating point with == or != is unsafe h5diff_array.c:5070: warning: comparing floating point with == or != is unsafe h5diff_array.c:5077: warning: comparing floating point with == or != is unsafe mv -f .deps/h5diff_array.Tpo .deps/h5diff_array.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_attr.lo -MD -MP -MF .deps/h5diff_attr.Tpo -c -o h5diff_attr.lo h5diff_attr.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_attr.lo -MD -MP -MF .deps/h5diff_attr.Tpo -c h5diff_attr.c -o h5diff_attr.o h5diff_attr.c: In function â??diff_attrâ??: h5diff_attr.c:92: warning: passing argument 2 of â??H5Aget_nameâ?? with different width due to prototype h5diff_attr.c:103: warning: passing argument 2 of â??H5Aget_nameâ?? with different width due to prototype h5diff_attr.c:186: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5diff_attr.c:187: warning: passing argument 1 of â??mallocâ?? with different width due to prototype mv -f .deps/h5diff_attr.Tpo .deps/h5diff_attr.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_dset.lo -MD -MP -MF .deps/h5diff_dset.Tpo -c -o h5diff_dset.lo h5diff_dset.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_dset.lo -MD -MP -MF .deps/h5diff_dset.Tpo -c h5diff_dset.c -o h5diff_dset.o mv -f .deps/h5diff_dset.Tpo .deps/h5diff_dset.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_util.lo -MD -MP -MF .deps/h5diff_util.Tpo -c -o h5diff_util.lo h5diff_util.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_util.lo -MD -MP -MF .deps/h5diff_util.Tpo -c h5diff_util.c -o h5diff_util.o h5diff_util.c: In function â??parallel_printâ??: h5diff_util.c:46: warning: function might be possible candidate for â??printfâ?? format attribute h5diff_util.c:55: warning: passing argument 2 of â??vsnprintfâ?? with different width due to prototype h5diff_util.c:55: warning: function might be possible candidate for â??printfâ?? format attribute h5diff_util.c:81: warning: function might be possible candidate for â??printfâ?? format attribute h5diff_util.c:87: warning: function might be possible candidate for â??printfâ?? format attribute mv -f .deps/h5diff_util.Tpo .deps/h5diff_util.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5trav.lo -MD -MP -MF .deps/h5trav.Tpo -c -o h5trav.lo h5trav.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5trav.lo -MD -MP -MF .deps/h5trav.Tpo -c h5trav.c -o h5trav.o h5trav.c:600: warning: â??trav_table_searchâ?? defined but not used mv -f .deps/h5trav.Tpo .deps/h5trav.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_filters.lo -MD -MP -MF .deps/h5tools_filters.Tpo -c -o h5tools_filters.lo h5tools_filters.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_filters.lo -MD -MP -MF .deps/h5tools_filters.Tpo -c h5tools_filters.c -o h5tools_filters.o h5tools_filters.c: In function â??h5tools_canreadfâ??: h5tools_filters.c:90: warning: passing argument 6 of â??H5Pget_filter2â?? with different width due to prototype mv -f .deps/h5tools_filters.Tpo .deps/h5tools_filters.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_ref.lo -MD -MP -MF .deps/h5tools_ref.Tpo -c -o h5tools_ref.lo h5tools_ref.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_ref.lo -MD -MP -MF .deps/h5tools_ref.Tpo -c h5tools_ref.c -o h5tools_ref.o h5tools_ref.c: In function â??free_ref_path_infoâ??: h5tools_ref.c:71: warning: cast discards qualifiers from pointer target type mv -f .deps/h5tools_ref.Tpo .deps/h5tools_ref.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_type.lo -MD -MP -MF .deps/h5tools_type.Tpo -c -o h5tools_type.lo h5tools_type.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_type.lo -MD -MP -MF .deps/h5tools_type.Tpo -c h5tools_type.c -o h5tools_type.o mv -f .deps/h5tools_type.Tpo .deps/h5tools_type.Plo /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o libh5tools.la h5tools.lo h5tools_str.lo h5tools_utils.lo h5diff.lo h5diff_array.lo h5diff_attr.lo h5diff_dset.lo h5diff_util.lo h5trav.lo h5tools_filters.lo h5tools_ref.lo h5tools_type.lo -lm libtool: link: ar cru .libs/libh5tools.a h5tools.o h5tools_str.o h5tools_utils.o h5diff.o h5diff_array.o h5diff_attr.o h5diff_dset.o h5diff_util.o h5trav.o h5tools_filters.o h5tools_ref.o h5tools_type.o libtool: link: ranlib .libs/libh5tools.a libtool: link: ( cd ".libs" && rm -f "libh5tools.la" && ln -s "../libh5tools.la" "libh5tools.la" ) gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT talign.o -MD -MP -MF .deps/talign.Tpo -c -o talign.o talign.c talign.c: In function â??mainâ??: talign.c:79: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype talign.c:97: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype talign.c:101: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype talign.c:107: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype talign.c:140: warning: comparing floating point with == or != is unsafe talign.c:141: warning: comparing floating point with == or != is unsafe talign.c:141: warning: comparing floating point with == or != is unsafe talign.c:141: warning: comparing floating point with == or != is unsafe mv -f .deps/talign.Tpo .deps/talign.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o talign talign.o libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o talign talign.o ./.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm Making all in h5dump gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5dump.o -MD -MP -MF .deps/h5dump.Tpo -c -o h5dump.o h5dump.c h5dump.c: In function â??dump_all_cbâ??: h5dump.c:1489: warning: passing argument 3 of â??xml_name_to_XIDâ?? with different width due to prototype h5dump.c:1490: warning: passing argument 3 of â??xml_name_to_XIDâ?? with different width due to prototype h5dump.c:1503: warning: passing argument 3 of â??xml_name_to_XIDâ?? with different width due to prototype h5dump.c:1593: warning: passing argument 3 of â??xml_name_to_XIDâ?? with different width due to prototype h5dump.c:1594: warning: passing argument 3 of â??xml_name_to_XIDâ?? with different width due to prototype h5dump.c:1597: warning: passing argument 3 of â??xml_name_to_XIDâ?? with different width due to prototype h5dump.c:1691: warning: passing argument 3 of â??xml_name_to_XIDâ?? with different width due to prototype h5dump.c:1692: warning: passing argument 3 of â??xml_name_to_XIDâ?? with different width due to prototype h5dump.c:1741: warning: passing argument 3 of â??xml_name_to_XIDâ?? with different width due to prototype h5dump.c:1742: warning: passing argument 3 of â??xml_name_to_XIDâ?? with different width due to prototype h5dump.c: In function â??dump_groupâ??: h5dump.c:1916: warning: format â??%luâ?? expects type â??long unsigned intâ??, but argument 3 has type â??haddr_tâ?? h5dump.c: In function â??dump_dimsâ??: h5dump.c:2109: warning: format â??%luâ?? expects type â??long unsigned intâ??, but argument 2 has type â??long long unsigned intâ?? h5dump.c: In function â??dump_dataâ??: h5dump.c:2243: warning: reading through null pointer (argument 3) h5dump.c: In function â??dump_dcplâ??: h5dump.c:2510: warning: passing argument 2 of â??H5Pget_chunkâ?? with different width due to prototype h5dump.c:2528: warning: declaration of â??sizeâ?? shadows a previous local h5dump.c:2482: warning: shadowed declaration is here h5dump.c: In function â??dump_fcontentsâ??: h5dump.c:2962: warning: format â??%luâ?? expects type â??long unsigned intâ??, but argument 3 has type â??haddr_tâ?? h5dump.c: In function â??handle_attributesâ??: h5dump.c:3134: warning: unused parameter â??peâ?? h5dump.c: In function â??parse_hsize_listâ??: h5dump.c:3188: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5dump.c:3193: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long unsigned intâ?? h5dump.c: In function â??parse_subset_paramsâ??: h5dump.c:3232: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5dump.c: In function â??handle_datasetsâ??: h5dump.c:3316: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5dump.c:3321: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5dump.c:3339: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5dump.c:3348: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5dump.c: In function â??handle_linksâ??: h5dump.c:3491: warning: unused parameter â??peâ?? h5dump.c: In function â??handle_datatypesâ??: h5dump.c:3601: warning: format â??%luâ?? expects type â??long unsigned intâ??, but argument 3 has type â??haddr_tâ?? h5dump.c: In function â??parse_command_lineâ??: h5dump.c:3922: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5dump.c: In function â??mainâ??: h5dump.c:4112: warning: passing argument 6 of â??h5tools_fopenâ?? with different width due to prototype h5dump.c: In function â??print_enumâ??: h5dump.c:4324: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5dump.c:4325: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5dump.c:4334: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype h5dump.c: In function â??xml_name_to_XIDâ??: h5dump.c:4406: warning: format â??%luâ?? expects type â??long unsigned intâ??, but argument 3 has type â??haddr_tâ?? h5dump.c:4415: warning: format â??%luâ?? expects type â??long unsigned intâ??, but argument 3 has type â??haddr_tâ?? h5dump.c:4423: warning: format â??%luâ?? expects type â??long unsigned intâ??, but argument 3 has type â??haddr_tâ?? h5dump.c: In function â??xml_print_datatypeâ??: h5dump.c:4666: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5dump.c: In function â??xml_dump_datatypeâ??: h5dump.c:5026: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5dump.c: In function â??xml_dump_named_datatypeâ??: h5dump.c:5400: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5dump.c:5401: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5dump.c:5408: warning: passing argument 3 of â??strncmpâ?? with different width due to prototype h5dump.c: In function â??xml_dump_groupâ??: h5dump.c:5542: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5dump.c:5543: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5dump.c:5566: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5dump.c:5613: warning: format â??%luâ?? expects type â??long unsigned intâ??, but argument 3 has type â??haddr_tâ?? h5dump.c:5638: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5dump.c:5639: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5dump.c:5678: warning: format â??%luâ?? expects type â??long unsigned intâ??, but argument 3 has type â??haddr_tâ?? h5dump.c: In function â??check_filtersâ??: h5dump.c:5942: warning: passing argument 6 of â??H5Pget_filter2â?? with different width due to prototype h5dump.c: In function â??xml_dump_datasetâ??: h5dump.c:6156: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5dump.c:6157: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5dump.c: In function â??xml_print_enumâ??: h5dump.c:6466: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5dump.c:6467: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5dump.c:6476: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype h5dump.c: In function â??h5_fileaccessâ??: h5dump.c:6573: warning: passing argument 2 of â??H5Pset_fapl_coreâ?? with different width due to prototype h5dump.c:6621: warning: passing argument 4 of â??H5Pset_fapl_logâ?? with different width due to prototype h5dump.c: In function â??init_prefixâ??: h5dump.c:6651: warning: passing argument 2 of â??callocâ?? with different width due to prototype h5dump.c: In function â??dump_extlinkâ??: h5dump.c:6698: warning: passing argument 6 of â??h5tools_fopenâ?? with different width due to prototype mv -f .deps/h5dump.Tpo .deps/h5dump.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5dump h5dump.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5dump h5dump.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5dumpgentest.o -MD -MP -MF .deps/h5dumpgentest.Tpo -c -o h5dumpgentest.o h5dumpgentest.c h5dumpgentest.c: In function â??gent_attributeâ??: h5dumpgentest.c:425: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c: In function â??gent_udlinkâ??: h5dumpgentest.c:517: warning: passing argument 5 of â??H5Lcreate_udâ?? with different width due to prototype h5dumpgentest.c:519: warning: passing argument 5 of â??H5Lcreate_udâ?? with different width due to prototype h5dumpgentest.c: In function â??gent_allâ??: h5dumpgentest.c:1032: warning: passing argument 5 of â??H5Lcreate_udâ?? with different width due to prototype h5dumpgentest.c: In function â??gent_manyâ??: h5dumpgentest.c:1286: warning: passing argument 5 of â??H5Lcreate_udâ?? with different width due to prototype h5dumpgentest.c: In function â??gent_str2â??: h5dumpgentest.c:1466: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c:1471: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c:1490: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c:1535: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c:1568: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c: In function â??gent_dataregâ??: h5dumpgentest.c:1766: warning: passing argument 2 of â??callocâ?? with different width due to prototype h5dumpgentest.c:1769: warning: passing argument 2 of â??callocâ?? with different width due to prototype h5dumpgentest.c:1820: warning: passing argument 3 of â??H5Sselect_elementsâ?? with different width due to prototype h5dumpgentest.c:1820: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type h5dumpgentest.c: In function â??write_attr_inâ??: h5dumpgentest.c:3260: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c:3276: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype h5dumpgentest.c:3365: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c:3381: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype h5dumpgentest.c:3476: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c:3501: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype h5dumpgentest.c: In function â??write_dset_inâ??: h5dumpgentest.c:3702: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c:3718: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype h5dumpgentest.c:3807: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c:3823: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype h5dumpgentest.c:3930: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c:3955: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype h5dumpgentest.c: In function â??gent_compound_complexâ??: h5dumpgentest.c:4313: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c: In function â??gent_filtersâ??: h5dumpgentest.c:4863: warning: passing argument 4 of â??H5Pset_filterâ?? with different width due to prototype h5dumpgentest.c: In function â??set_local_myfilterâ??: h5dumpgentest.c:4967: warning: passing argument 6 of â??H5Pget_filter_by_id2â?? with different width due to prototype h5dumpgentest.c: In function â??gent_fcontentsâ??: h5dumpgentest.c:5052: warning: passing argument 5 of â??H5Lcreate_udâ?? with different width due to prototype h5dumpgentest.c: In function â??gent_stringâ??: h5dumpgentest.c:5333: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c: In function â??gent_bigdimsâ??: h5dumpgentest.c:5658: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5dumpgentest.c:5615: warning: â??m_sidâ?? may be used uninitialized in this function h5dumpgentest.c:5613: warning: â??didâ?? may be used uninitialized in this function h5dumpgentest.c:5614: warning: â??f_sidâ?? may be used uninitialized in this function h5dumpgentest.c: In function â??gent_group_creation_orderâ??: h5dumpgentest.c:5747: warning: â??gidâ?? may be used uninitialized in this function h5dumpgentest.c:5748: warning: â??gcpl_idâ?? may be used uninitialized in this function h5dumpgentest.c:5746: warning: â??fidâ?? may be used uninitialized in this function h5dumpgentest.c: In function â??gent_attr_creation_orderâ??: h5dumpgentest.c:5887: warning: â??gidâ?? may be used uninitialized in this function h5dumpgentest.c:5888: warning: â??didâ?? may be used uninitialized in this function h5dumpgentest.c:5889: warning: â??sidâ?? may be used uninitialized in this function h5dumpgentest.c:5894: warning: â??tcpl_idâ?? may be used uninitialized in this function h5dumpgentest.c:5893: warning: â??dcpl_idâ?? may be used uninitialized in this function h5dumpgentest.c:5892: warning: â??gcpl_idâ?? may be used uninitialized in this function mv -f .deps/h5dumpgentest.Tpo .deps/h5dumpgentest.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5dumpgentest h5dumpgentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5dumpgentest h5dumpgentest.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT binread.o -MD -MP -MF .deps/binread.Tpo -c -o binread.o binread.c mv -f .deps/binread.Tpo .deps/binread.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o binread binread.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o binread binread.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm Making all in h5diff gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_main.o -MD -MP -MF .deps/h5diff_main.Tpo -c -o h5diff_main.o h5diff_main.c h5diff_main.c: In function â??mainâ??: h5diff_main.c:79: warning: passing argument 3 of â??parse_command_lineâ?? from incompatible pointer type h5diff_main.c:79: warning: passing argument 4 of â??parse_command_lineâ?? from incompatible pointer type h5diff_main.c:79: warning: passing argument 5 of â??parse_command_lineâ?? from incompatible pointer type h5diff_main.c:79: warning: passing argument 6 of â??parse_command_lineâ?? from incompatible pointer type mv -f .deps/h5diff_main.Tpo .deps/h5diff_main.Po gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_common.o -MD -MP -MF .deps/h5diff_common.Tpo -c -o h5diff_common.o h5diff_common.c h5diff_common.c: In function â??h5diff_exitâ??: h5diff_common.c:397: warning: function might be possible candidate for attribute â??noreturnâ?? mv -f .deps/h5diff_common.Tpo .deps/h5diff_common.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5diff h5diff_main.o h5diff_common.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5diff h5diff_main.o h5diff_common.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diffgentest.o -MD -MP -MF .deps/h5diffgentest.Tpo -c -o h5diffgentest.o h5diffgentest.c mv -f .deps/h5diffgentest.Tpo .deps/h5diffgentest.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5diffgentest h5diffgentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5diffgentest h5diffgentest.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm Making all in h5ls gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5ls.o -MD -MP -MF .deps/h5ls.Tpo -c -o h5ls.o h5ls.c h5ls.c: In function â??display_enum_typeâ??: h5ls.c:770: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5ls.c:771: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5ls.c:778: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype h5ls.c: In function â??display_typeâ??: h5ls.c:1146: warning: format â??%luâ?? expects type â??long unsigned intâ??, but argument 3 has type â??haddr_tâ?? h5ls.c: In function â??dataset_list2â??: h5ls.c:1511: warning: passing argument 2 of â??H5Pget_chunkâ?? with different width due to prototype h5ls.c: In function â??list_objâ??: h5ls.c:1710: warning: format â??%luâ?? expects type â??long unsigned intâ??, but argument 4 has type â??haddr_tâ?? h5ls.c: In function â??mainâ??: h5ls.c:2000: warning: passing argument 3 of â??strncmpâ?? with different width due to prototype h5ls.c:2002: warning: passing argument 3 of â??strncmpâ?? with different width due to prototype h5ls.c:2030: warning: passing argument 3 of â??strncmpâ?? with different width due to prototype mv -f .deps/h5ls.Tpo .deps/h5ls.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5ls h5ls.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5ls h5ls.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm Making all in misc gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5debug.o -MD -MP -MF .deps/h5debug.Tpo -c -o h5debug.o h5debug.c mv -f .deps/h5debug.Tpo .deps/h5debug.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5debug h5debug.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5debug h5debug.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repart.o -MD -MP -MF .deps/h5repart.Tpo -c -o h5repart.o h5repart.c h5repart.c: In function â??mainâ??: h5repart.c:318: warning: comparison between signed and unsigned h5repart.c:318: warning: signed and unsigned type in conditional expression h5repart.c:410: warning: passing argument 3 of â??readâ?? with different width due to prototype h5repart.c:418: warning: passing argument 3 of â??writeâ?? with different width due to prototype h5repart.c:445: warning: passing argument 3 of â??readâ?? with different width due to prototype h5repart.c:453: warning: passing argument 3 of â??writeâ?? with different width due to prototype h5repart.c: In function â??usageâ??: h5repart.c:92: warning: function might be possible candidate for attribute â??noreturnâ?? mv -f .deps/h5repart.Tpo .deps/h5repart.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5repart h5repart.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5repart h5repart.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5mkgrp.o -MD -MP -MF .deps/h5mkgrp.Tpo -c -o h5mkgrp.o h5mkgrp.c h5mkgrp.c: In function â??mainâ??: h5mkgrp.c:248: warning: passing argument 6 of â??h5tools_fopenâ?? with different width due to prototype mv -f .deps/h5mkgrp.Tpo .deps/h5mkgrp.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5mkgrp h5mkgrp.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5mkgrp h5mkgrp.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repart_gentest.o -MD -MP -MF .deps/h5repart_gentest.Tpo -c -o h5repart_gentest.o h5repart_gentest.c mv -f .deps/h5repart_gentest.Tpo .deps/h5repart_gentest.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5repart_gentest h5repart_gentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5repart_gentest h5repart_gentest.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT repart_test.o -MD -MP -MF .deps/repart_test.Tpo -c -o repart_test.o repart_test.c mv -f .deps/repart_test.Tpo .deps/repart_test.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o repart_test repart_test.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o repart_test repart_test.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm Making all in h5import gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5import.o -MD -MP -MF .deps/h5import.Tpo -c -o h5import.o h5import.c h5import.c: In function â??mainâ??: h5import.c:45: warning: passing argument 4 of â??setvbufâ?? with different width due to prototype h5import.c:46: warning: passing argument 4 of â??setvbufâ?? with different width due to prototype h5import.c: In function â??readIntegerDataâ??: h5import.c:412: warning: passing argument 3 of â??freadâ?? with different width due to prototype h5import.c:445: warning: passing argument 3 of â??freadâ?? with different width due to prototype h5import.c:477: warning: passing argument 3 of â??freadâ?? with different width due to prototype h5import.c:511: warning: passing argument 3 of â??freadâ?? with different width due to prototype h5import.c: In function â??readUIntegerDataâ??: h5import.c:575: warning: passing argument 3 of â??freadâ?? with different width due to prototype h5import.c:607: warning: passing argument 3 of â??freadâ?? with different width due to prototype h5import.c:639: warning: passing argument 3 of â??freadâ?? with different width due to prototype h5import.c:673: warning: passing argument 3 of â??freadâ?? with different width due to prototype h5import.c: In function â??readFloatDataâ??: h5import.c:736: warning: passing argument 3 of â??freadâ?? with different width due to prototype h5import.c:773: warning: passing argument 3 of â??freadâ?? with different width due to prototype mv -f .deps/h5import.Tpo .deps/h5import.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5import h5import.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5import h5import.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5importtest.o -MD -MP -MF .deps/h5importtest.Tpo -c -o h5importtest.o h5importtest.c h5importtest.c: In function â??mainâ??: h5importtest.c:213: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5importtest.c:221: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5importtest.c:229: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5importtest.c:238: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5importtest.c:246: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5importtest.c:254: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5importtest.c:264: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5importtest.c:273: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5importtest.c:287: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype mv -f .deps/h5importtest.Tpo .deps/h5importtest.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5importtest h5importtest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5importtest h5importtest.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm Making all in h5repack gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repack.o -MD -MP -MF .deps/h5repack.Tpo -c -o h5repack.o h5repack.c h5repack.c: In function â??h5repack_initâ??: h5repack.c:104: warning: negative integer implicitly converted to unsigned type h5repack.c:106: warning: negative integer implicitly converted to unsigned type h5repack.c: In function â??check_objectsâ??: h5repack.c:441: warning: passing argument 6 of â??h5tools_fopenâ?? with different width due to prototype mv -f .deps/h5repack.Tpo .deps/h5repack.Po gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repack_copy.o -MD -MP -MF .deps/h5repack_copy.Tpo -c -o h5repack_copy.o h5repack_copy.c mv -f .deps/h5repack_copy.Tpo .deps/h5repack_copy.Po gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repack_filters.o -MD -MP -MF .deps/h5repack_filters.Tpo -c -o h5repack_filters.o h5repack_filters.c h5repack_filters.c: In function â??apply_filtersâ??: h5repack_filters.c:255: warning: passing argument 2 of â??H5Pget_chunkâ?? with different width due to prototype mv -f .deps/h5repack_filters.Tpo .deps/h5repack_filters.Po gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repack_opttable.o -MD -MP -MF .deps/h5repack_opttable.Tpo -c -o h5repack_opttable.o h5repack_opttable.c h5repack_opttable.c: In function â??init_packobjectâ??: h5repack_opttable.c:42: warning: negative integer implicitly converted to unsigned type mv -f .deps/h5repack_opttable.Tpo .deps/h5repack_opttable.Po gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repack_parse.o -MD -MP -MF .deps/h5repack_parse.Tpo -c -o h5repack_parse.o h5repack_parse.c h5repack_parse.c: In function â??parse_filterâ??: h5repack_parse.c:415: warning: comparison of unsigned expression < 0 is always false h5repack_parse.c:456: warning: comparison of unsigned expression < 0 is always false mv -f .deps/h5repack_parse.Tpo .deps/h5repack_parse.Po gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repack_refs.o -MD -MP -MF .deps/h5repack_refs.Tpo -c -o h5repack_refs.o h5repack_refs.c h5repack_refs.c: In function â??do_copy_refobjsâ??: h5repack_refs.c:168: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5repack_refs.c:176: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5repack_refs.c:235: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5repack_refs.c: In function â??copy_refs_attrâ??: h5repack_refs.c:438: warning: passing argument 2 of â??H5Aget_nameâ?? with different width due to prototype h5repack_refs.c:487: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5repack_refs.c:495: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5repack_refs.c:556: warning: passing argument 1 of â??mallocâ?? with different width due to prototype mv -f .deps/h5repack_refs.Tpo .deps/h5repack_refs.Po gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repack_verify.o -MD -MP -MF .deps/h5repack_verify.Tpo -c -o h5repack_verify.o h5repack_verify.c h5repack_verify.c: In function â??h5repack_verifyâ??: h5repack_verify.c:85: warning: passing argument 3 of â??has_filtersâ?? as unsigned due to prototype h5repack_verify.c:154: warning: passing argument 3 of â??has_filtersâ?? as unsigned due to prototype h5repack_verify.c: In function â??has_layoutâ??: h5repack_verify.c:265: warning: passing argument 2 of â??H5Pget_chunkâ?? with different width due to prototype h5repack_verify.c: In function â??has_filtersâ??: h5repack_verify.c:457: warning: comparison of unsigned expression < 0 is always false h5repack_verify.c: In function â??h5repack_verifyâ??: h5repack_verify.c:52: warning: â??pidâ?? may be used uninitialized in this function h5repack_verify.c:53: warning: â??sidâ?? may be used uninitialized in this function h5repack_verify.c:51: warning: â??didâ?? may be used uninitialized in this function mv -f .deps/h5repack_verify.Tpo .deps/h5repack_verify.Po gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repack_main.o -MD -MP -MF .deps/h5repack_main.Tpo -c -o h5repack_main.o h5repack_main.c h5repack_main.c: In function â??mainâ??: h5repack_main.c:219: warning: passing argument 3 of â??strncmpâ?? with different width due to prototype h5repack_main.c:222: warning: passing argument 3 of â??strncmpâ?? with different width due to prototype h5repack_main.c:225: warning: passing argument 3 of â??strncmpâ?? with different width due to prototype h5repack_main.c:228: warning: passing argument 3 of â??strncmpâ?? with different width due to prototype h5repack_main.c:231: warning: passing argument 3 of â??strncmpâ?? with different width due to prototype h5repack_main.c:260: warning: passing argument 2 of â??parse_command_lineâ?? from incompatible pointer type h5repack_main.c: In function â??parse_command_lineâ??: h5repack_main.c:458: warning: passing argument 1 of â??parse_numberâ?? discards qualifiers from pointer target type mv -f .deps/h5repack_main.Tpo .deps/h5repack_main.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5repack h5repack.o h5repack_copy.o h5repack_filters.o h5repack_opttable.o h5repack_parse.o h5repack_refs.o h5repack_verify.o h5repack_main.o ../../tools/lib/libh5tools.la ../../test/libh5test.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5repack h5repack.o h5repack_copy.o h5repack_filters.o h5repack_opttable.o h5repack_parse.o h5repack_refs.o h5repack_verify.o h5repack_main.o ../../tools/lib/.libs/libh5tools.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT testh5repack_detect_szip.o -MD -MP -MF .deps/testh5repack_detect_szip.Tpo -c -o testh5repack_detect_szip.o testh5repack_detect_szip.c mv -f .deps/testh5repack_detect_szip.Tpo .deps/testh5repack_detect_szip.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o testh5repack_detect_szip testh5repack_detect_szip.o ../../tools/lib/libh5tools.la ../../test/libh5test.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o testh5repack_detect_szip testh5repack_detect_szip.o ../../tools/lib/.libs/libh5tools.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repacktst.o -MD -MP -MF .deps/h5repacktst.Tpo -c -o h5repacktst.o h5repacktst.c h5repacktst.c: In function â??make_deflateâ??: h5repacktst.c:1879: warning: unused variable â??dims1râ?? h5repacktst.c:1878: warning: unused variable â??bufrefâ?? h5repacktst.c:1871: warning: unused parameter â??loc_idâ?? mv -f .deps/h5repacktst.Tpo .deps/h5repacktst.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5repacktst h5repack.o h5repack_copy.o h5repack_filters.o h5repack_opttable.o h5repack_parse.o h5repack_refs.o h5repack_verify.o h5repacktst.o ../../tools/lib/libh5tools.la ../../test/libh5test.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5repacktst h5repack.o h5repack_copy.o h5repack_filters.o h5repack_opttable.o h5repack_parse.o h5repack_refs.o h5repack_verify.o h5repacktst.o ../../tools/lib/.libs/libh5tools.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lm Making all in h5jam gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5jam.o -MD -MP -MF .deps/h5jam.Tpo -c -o h5jam.o h5jam.c h5jam.c: In function â??copy_some_to_fileâ??: h5jam.c:447: warning: passing argument 3 of â??readâ?? with different width due to prototype h5jam.c:451: warning: passing argument 3 of â??readâ?? with different width due to prototype h5jam.c:459: warning: passing argument 3 of â??writeâ?? with different width due to prototype h5jam.c: In function â??write_padâ??: h5jam.c:540: warning: passing argument 3 of â??writeâ?? with different width due to prototype mv -f .deps/h5jam.Tpo .deps/h5jam.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5jam h5jam.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5jam h5jam.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5unjam.o -MD -MP -MF .deps/h5unjam.Tpo -c -o h5unjam.o h5unjam.c h5unjam.c: In function â??mainâ??: h5unjam.c:271: warning: passing argument 3 of â??copy_to_fileâ?? with different width due to prototype h5unjam.c: In function â??copy_to_fileâ??: h5unjam.c:311: warning: passing argument 3 of â??readâ?? with different width due to prototype h5unjam.c:313: warning: passing argument 3 of â??readâ?? with different width due to prototype h5unjam.c:315: warning: passing argument 3 of â??writeâ?? with different width due to prototype mv -f .deps/h5unjam.Tpo .deps/h5unjam.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5unjam h5unjam.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5unjam h5unjam.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tellub.o -MD -MP -MF .deps/tellub.Tpo -c -o tellub.o tellub.c mv -f .deps/tellub.Tpo .deps/tellub.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o tellub tellub.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o tellub tellub.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5jamgentest.o -MD -MP -MF .deps/h5jamgentest.Tpo -c -o h5jamgentest.o h5jamgentest.c h5jamgentest.c: In function â??create_textfileâ??: h5jamgentest.c:339: warning: passing argument 2 of â??creatâ?? with different width due to prototype mv -f .deps/h5jamgentest.Tpo .deps/h5jamgentest.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5jamgentest h5jamgentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5jamgentest h5jamgentest.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT getub.o -MD -MP -MF .deps/getub.Tpo -c -o getub.o getub.c getub.c: In function â??mainâ??: getub.c:148: warning: passing argument 1 of â??mallocâ?? with different width due to prototype getub.c:155: warning: passing argument 3 of â??readâ?? with different width due to prototype getub.c:165: warning: passing argument 3 of â??writeâ?? with different width due to prototype mv -f .deps/getub.Tpo .deps/getub.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o getub getub.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o getub getub.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm Making all in h5copy gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5copy.o -MD -MP -MF .deps/h5copy.Tpo -c -o h5copy.o h5copy.c h5copy.c: In function â??mainâ??: h5copy.c:308: warning: passing argument 6 of â??h5tools_fopenâ?? with different width due to prototype h5copy.c:326: warning: passing argument 6 of â??h5tools_fopenâ?? with different width due to prototype mv -f .deps/h5copy.Tpo .deps/h5copy.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5copy h5copy.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5copy h5copy.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5copygentest.o -MD -MP -MF .deps/h5copygentest.Tpo -c -o h5copygentest.o h5copygentest.c h5copygentest.c: In function â??gent_compoundâ??: h5copygentest.c:153: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype mv -f .deps/h5copygentest.Tpo .deps/h5copygentest.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5copygentest h5copygentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5copygentest h5copygentest.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm Making all in h5stat gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5stat.o -MD -MP -MF .deps/h5stat.Tpo -c -o h5stat.o h5stat.c h5stat.c: In function â??dataset_statsâ??: h5stat.c:549: warning: passing argument 6 of â??H5Pget_filter2â?? with different width due to prototype mv -f .deps/h5stat.Tpo .deps/h5stat.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5stat h5stat.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5stat h5stat.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5stat_gentest.o -MD -MP -MF .deps/h5stat_gentest.Tpo -c -o h5stat_gentest.o h5stat_gentest.c mv -f .deps/h5stat_gentest.Tpo .deps/h5stat_gentest.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5stat_gentest h5stat_gentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5stat_gentest h5stat_gentest.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm make[2]: Nothing to be done for `all-am'. Making all in . gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT pio_perf.o -MD -MP -MF .deps/pio_perf.Tpo -c -o pio_perf.o pio_perf.c mv -f .deps/pio_perf.Tpo .deps/pio_perf.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT pio_engine.o -MD -MP -MF .deps/pio_engine.Tpo -c -o pio_engine.o pio_engine.c mv -f .deps/pio_engine.Tpo .deps/pio_engine.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT pio_timer.o -MD -MP -MF .deps/pio_timer.Tpo -c -o pio_timer.o pio_timer.c mv -f .deps/pio_timer.Tpo .deps/pio_timer.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5perf pio_perf.o pio_engine.o pio_timer.o ../tools/lib/libh5tools.la ../test/libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5perf pio_perf.o pio_engine.o pio_timer.o ../tools/lib/.libs/libh5tools.a ../test/.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT sio_perf.o -MD -MP -MF .deps/sio_perf.Tpo -c -o sio_perf.o sio_perf.c sio_perf.c: In function â??mainâ??: sio_perf.c:343: warning: unused variable â??retâ?? sio_perf.c: In function â??run_test_loopâ??: sio_perf.c:399: warning: unused variable â??doing_sioâ?? sio_perf.c: In function â??run_testâ??: sio_perf.c:452: warning: unused variable â??comm_sizeâ?? sio_perf.c: In function â??output_resultsâ??: sio_perf.c:766: warning: comparing floating point with == or != is unsafe sio_perf.c:774: warning: comparing floating point with == or != is unsafe sio_perf.c:781: warning: comparing floating point with == or != is unsafe sio_perf.c: In function â??output_reportâ??: sio_perf.c:801: warning: function might be possible candidate for â??printfâ?? format attribute sio_perf.c: In function â??parse_command_lineâ??: sio_perf.c:983: warning: declaration of â??iâ?? shadows a previous local sio_perf.c:940: warning: shadowed declaration is here sio_perf.c:1023: warning: declaration of â??iâ?? shadows a previous local sio_perf.c:940: warning: shadowed declaration is here sio_perf.c:1052: warning: declaration of â??iâ?? shadows a previous local sio_perf.c:940: warning: shadowed declaration is here sio_perf.c:1111: warning: declaration of â??iâ?? shadows a previous local sio_perf.c:940: warning: shadowed declaration is here sio_perf.c:1180: warning: declaration of â??iâ?? shadows a previous local sio_perf.c:940: warning: shadowed declaration is here sio_perf.c:1209: warning: declaration of â??iâ?? shadows a previous local sio_perf.c:940: warning: shadowed declaration is here sio_perf.c: In function â??run_testâ??: sio_perf.c:502: warning: function call has aggregate value mv -f .deps/sio_perf.Tpo .deps/sio_perf.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT sio_engine.o -MD -MP -MF .deps/sio_engine.Tpo -c -o sio_engine.o sio_engine.c sio_engine.c: In function â??sio_create_filenameâ??: sio_engine.c:398: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype sio_engine.c: In function â??do_writeâ??: sio_engine.c:464: warning: comparison between signed and unsigned sio_engine.c:481: warning: comparison between signed and unsigned sio_engine.c: In function â??dset_writeâ??: sio_engine.c:691: warning: comparison between signed and unsigned sio_engine.c: In function â??posix_buffer_writeâ??: sio_engine.c:738: warning: comparison between signed and unsigned sio_engine.c:764: warning: passing argument 2 of â??lseekâ?? as signed due to prototype sio_engine.c: In function â??do_readâ??: sio_engine.c:802: warning: comparison between signed and unsigned sio_engine.c:816: warning: comparison between signed and unsigned sio_engine.c:865: warning: format â??%ldâ?? expects type â??long intâ??, but argument 3 has type â??off_tâ?? sio_engine.c: In function â??posix_buffer_readâ??: sio_engine.c:1019: warning: comparison between signed and unsigned sio_engine.c:1040: warning: passing argument 2 of â??lseekâ?? as signed due to prototype sio_engine.c: In function â??set_vfdâ??: sio_engine.c:1128: warning: declaration of â??faplâ?? shadows a global declaration sio_engine.c:143: warning: shadowed declaration is here sio_engine.c: In function â??do_sioâ??: sio_engine.c:167: warning: function returns an aggregate sio_engine.c:178: warning: â??res.timersâ?? may be used uninitialized in this function mv -f .deps/sio_engine.Tpo .deps/sio_engine.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT sio_timer.o -MD -MP -MF .deps/sio_timer.Tpo -c -o sio_timer.o sio_timer.c sio_timer.c: In function â??sio_time_newâ??: sio_timer.c:66: warning: passing argument 1 of â??callocâ?? with different width due to prototype mv -f .deps/sio_timer.Tpo .deps/sio_timer.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5perf_serial sio_perf.o sio_engine.o sio_timer.o ../tools/lib/libh5tools.la ../test/libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5perf_serial sio_perf.o sio_engine.o sio_timer.o ../tools/lib/.libs/libh5tools.a ../test/.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT iopipe.o -MD -MP -MF .deps/iopipe.Tpo -c -o iopipe.o iopipe.c mv -f .deps/iopipe.Tpo .deps/iopipe.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o iopipe iopipe.o ../test/libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o iopipe iopipe.o ../test/.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT chunk.o -MD -MP -MF .deps/chunk.Tpo -c -o chunk.o chunk.c chunk.c: In function â??create_datasetâ??: chunk.c:159: warning: passing argument 4 of â??H5Pset_filterâ?? with different width due to prototype chunk.c:163: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype chunk.c:163: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype chunk.c:166: warning: passing argument 1 of â??callocâ?? with different width due to prototype chunk.c:166: warning: passing argument 2 of â??callocâ?? with different width due to prototype chunk.c: In function â??test_rowmajâ??: chunk.c:197: warning: passing argument 1 of â??callocâ?? with different width due to prototype chunk.c: In function â??test_diagâ??: chunk.c:276: warning: passing argument 1 of â??callocâ?? with different width due to prototype mv -f .deps/chunk.Tpo .deps/chunk.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o chunk chunk.o ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o chunk chunk.o ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT overhead.o -MD -MP -MF .deps/overhead.Tpo -c -o overhead.o overhead.c overhead.c: In function â??testâ??: overhead.c:213: warning: passing argument 3 of â??H5Pset_cacheâ?? with different width due to prototype overhead.c:213: warning: passing argument 4 of â??H5Pset_cacheâ?? with different width due to prototype mv -f .deps/overhead.Tpo .deps/overhead.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o overhead overhead.o ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o overhead overhead.o ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT zip_perf.o -MD -MP -MF .deps/zip_perf.Tpo -c -o zip_perf.o zip_perf.c mv -f .deps/zip_perf.Tpo .deps/zip_perf.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o zip_perf zip_perf.o ../tools/lib/libh5tools.la ../test/libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o zip_perf zip_perf.o ../tools/lib/.libs/libh5tools.a ../test/.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT perf_meta.o -MD -MP -MF .deps/perf_meta.Tpo -c -o perf_meta.o perf_meta.c mv -f .deps/perf_meta.Tpo .deps/perf_meta.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o perf_meta perf_meta.o ../test/libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o perf_meta perf_meta.o ../test/.libs/libh5test.a ../src/.libs/libhdf5.a -lm Making all in hl Making all in src /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5DS.lo -MD -MP -MF .deps/H5DS.Tpo -c -o H5DS.lo H5DS.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5DS.lo -MD -MP -MF .deps/H5DS.Tpo -c H5DS.c -o H5DS.o mv -f .deps/H5DS.Tpo .deps/H5DS.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5IM.lo -MD -MP -MF .deps/H5IM.Tpo -c -o H5IM.lo H5IM.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5IM.lo -MD -MP -MF .deps/H5IM.Tpo -c H5IM.c -o H5IM.o mv -f .deps/H5IM.Tpo .deps/H5IM.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5LT.lo -MD -MP -MF .deps/H5LT.Tpo -c -o H5LT.lo H5LT.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5LT.lo -MD -MP -MF .deps/H5LT.Tpo -c H5LT.c -o H5LT.o H5LT.c: In function â??H5LTfind_datasetâ??: H5LT.c:819: warning: cast discards qualifiers from pointer target type H5LT.c: In function â??H5LT_find_attributeâ??: H5LT.c:1426: warning: cast discards qualifiers from pointer target type H5LT.c: In function â??H5LTtext_to_dtypeâ??: H5LT.c:1597: warning: nested extern declaration of â??H5LTyyparseâ?? mv -f .deps/H5LT.Tpo .deps/H5LT.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5LTanalyze.lo -MD -MP -MF .deps/H5LTanalyze.Tpo -c -o H5LTanalyze.lo H5LTanalyze.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5LTanalyze.lo -MD -MP -MF .deps/H5LTanalyze.Tpo -c H5LTanalyze.c -o H5LTanalyze.o H5LTanalyze.c:867:5: warning: "YY_STACK_USED" is not defined H5LTanalyze.c:979: warning: no previous prototype for â??H5LTyylexâ?? H5LTanalyze.l: In function â??H5LTyylexâ??: H5LTanalyze.l:174: warning: passing argument 2 of â??fwriteâ?? with different width due to prototype H5LTanalyze.l:174: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype H5LTanalyze.c: In function â??yy_get_next_bufferâ??: H5LTanalyze.c:1566: warning: old-style function definition H5LTanalyze.c: In function â??yy_get_previous_stateâ??: H5LTanalyze.c:1698: warning: old-style function definition H5LTanalyze.c: In function â??inputâ??: H5LTanalyze.c:1805: warning: old-style function definition H5LTanalyze.c: In function â??H5LTyy_create_bufferâ??: H5LTanalyze.c:1941: warning: passing argument 1 of â??yy_flex_allocâ?? with different width due to prototype H5LTanalyze.c:1998:5: warning: "YY_ALWAYS_INTERACTIVE" is not defined H5LTanalyze.c:2001:5: warning: "YY_NEVER_INTERACTIVE" is not defined H5LTanalyze.c: In function â??H5LTyy_scan_bufferâ??: H5LTanalyze.c:2057: warning: passing argument 1 of â??yy_flex_allocâ?? with different width due to prototype H5LTanalyze.c: In function â??yy_flex_allocâ??: H5LTanalyze.c:2261: warning: passing argument 1 of â??mallocâ?? with different width due to prototype H5LTanalyze.c: In function â??yy_flex_reallocâ??: H5LTanalyze.c:2279: warning: passing argument 2 of â??reallocâ?? with different width due to prototype H5LTanalyze.c:2292:5: warning: "YY_MAIN" is not defined H5LTanalyze.l: In function â??my_yyinputâ??: H5LTanalyze.l:179: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype H5LTanalyze.l:175: warning: unused parameter â??max_sizeâ?? H5LTanalyze.l: At top level: H5LTanalyze.l:185: warning: no previous prototype for â??H5LTyyerrorâ?? H5LTanalyze.l: In function â??H5LTyyerrorâ??: H5LTanalyze.l:187: warning: no return statement in function returning non-void H5LTanalyze.l: In function â??H5LTyywrapâ??: H5LTanalyze.l:190: warning: old-style function definition H5LTanalyze.l: In function â??H5LTyyerrorâ??: H5LTanalyze.l:187: warning: control reaches end of non-void function H5LTanalyze.l: At top level: H5LTanalyze.c:2271: warning: â??yy_flex_reallocâ?? defined but not used H5LTanalyze.c:1762: warning: â??yyunputâ?? defined but not used mv -f .deps/H5LTanalyze.Tpo .deps/H5LTanalyze.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5LTparse.lo -MD -MP -MF .deps/H5LTparse.Tpo -c -o H5LTparse.lo H5LTparse.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5LTparse.lo -MD -MP -MF .deps/H5LTparse.Tpo -c H5LTparse.c -o H5LTparse.o H5LTparse.c:33: warning: function declaration isnâ??t a prototype H5LTparse.y:21: warning: function declaration isnâ??t a prototype H5LTparse.c:465: warning: function declaration isnâ??t a prototype H5LTparse.c: In function â??yygrowstackâ??: H5LTparse.c:465: warning: old-style function definition H5LTparse.c: At top level: H5LTparse.c:523: warning: no previous prototype for â??H5LTyyparseâ?? H5LTparse.c: In function â??H5LTyyparseâ??: H5LTparse.c:590: warning: passing argument 1 of â??H5LTyyerrorâ?? discards qualifiers from pointer target type H5LTparse.y:154: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype H5LTparse.y:176: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype H5LTparse.y:189: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype H5LTparse.c:1113: warning: passing argument 1 of â??H5LTyyerrorâ?? discards qualifiers from pointer target type mv -f .deps/H5LTparse.Tpo .deps/H5LTparse.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5PT.lo -MD -MP -MF .deps/H5PT.Tpo -c -o H5PT.lo H5PT.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5PT.lo -MD -MP -MF .deps/H5PT.Tpo -c H5PT.c -o H5PT.o mv -f .deps/H5PT.Tpo .deps/H5PT.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5TB.lo -MD -MP -MF .deps/H5TB.Tpo -c -o H5TB.lo H5TB.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5TB.lo -MD -MP -MF .deps/H5TB.Tpo -c H5TB.c -o H5TB.o mv -f .deps/H5TB.Tpo .deps/H5TB.Plo /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o libhdf5_hl.la -rpath /usr/local/lib H5DS.lo H5IM.lo H5LT.lo H5LTanalyze.lo H5LTparse.lo H5PT.lo H5TB.lo -lm libtool: link: ar cru .libs/libhdf5_hl.a H5DS.o H5IM.o H5LT.o H5LTanalyze.o H5LTparse.o H5PT.o H5TB.o libtool: link: ranlib .libs/libhdf5_hl.a libtool: link: ( cd ".libs" && rm -f "libhdf5_hl.la" && ln -s "../libhdf5_hl.la" "libhdf5_hl.la" ) Making all in test gcc -DHAVE_CONFIG_H -I. -I../../src -I. -I. -I../../src -I../../src -I../../test -I../../test -I../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT test_lite.o -MD -MP -MF .deps/test_lite.Tpo -c -o test_lite.o test_lite.c test_lite.c: In function â??test_dsetsâ??: test_lite.c:302: warning: comparing floating point with == or != is unsafe test_lite.c:313: warning: comparing floating point with == or != is unsafe test_lite.c:338: warning: comparing floating point with == or != is unsafe test_lite.c:349: warning: comparing floating point with == or != is unsafe test_lite.c: In function â??make_attributesâ??: test_lite.c:933: warning: comparing floating point with == or != is unsafe test_lite.c:944: warning: comparing floating point with == or != is unsafe test_lite.c:977: warning: comparing floating point with == or != is unsafe test_lite.c:988: warning: comparing floating point with == or != is unsafe mv -f .deps/test_lite.Tpo .deps/test_lite.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o test_lite test_lite.o ../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o test_lite test_lite.o ../../hl/src/.libs/libhdf5_hl.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I. -I. -I../../src -I../../src -I../../test -I../../test -I../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT test_image.o -MD -MP -MF .deps/test_image.Tpo -c -o test_image.o test_image.c test_image.c: In function â??test_simpleâ??: test_image.c:185: warning: comparison between signed and unsigned test_image.c:213: warning: comparison between signed and unsigned test_image.c: In function â??read_paletteâ??: test_image.c:840: warning: passing argument 2 of â??fgetsâ?? with different width due to prototype test_image.c:855: warning: passing argument 2 of â??fgetsâ?? with different width due to prototype test_image.c:870: warning: passing argument 2 of â??fgetsâ?? with different width due to prototype mv -f .deps/test_image.Tpo .deps/test_image.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o test_image test_image.o ../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o test_image test_image.o ../../hl/src/.libs/libhdf5_hl.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I. -I. -I../../src -I../../src -I../../test -I../../test -I../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT test_table.o -MD -MP -MF .deps/test_table.Tpo -c -o test_table.o test_table.c test_table.c:132: warning: declaration of â??writeâ?? shadows a global declaration /usr/include/unistd.h:509: warning: shadowed declaration is here test_table.c:133: warning: no previous prototype for â??test_tableâ?? test_table.c: In function â??test_tableâ??: test_table.c:330: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype test_table.c:370: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:370: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:413: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:413: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:456: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:456: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:496: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:496: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:501: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:501: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:540: warning: comparison between signed and unsigned test_table.c:542: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:542: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:548: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:548: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:554: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:554: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:560: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:560: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:632: warning: comparison between signed and unsigned test_table.c:663: warning: comparison between signed and unsigned test_table.c:694: warning: comparison between signed and unsigned test_table.c:725: warning: comparison between signed and unsigned test_table.c:733: warning: comparison between signed and unsigned test_table.c:735: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:735: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:780: warning: comparison between signed and unsigned test_table.c:782: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:782: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:788: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:788: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:794: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:794: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:839: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:839: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:844: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:844: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:881: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:881: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:886: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:886: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:947: warning: comparing floating point with == or != is unsafe test_table.c:1004: warning: comparing floating point with == or != is unsafe test_table.c:1067: warning: comparing floating point with == or != is unsafe test_table.c:1096: warning: comparing floating point with == or != is unsafe test_table.c:1155: warning: comparing floating point with == or != is unsafe test_table.c:1208: warning: comparing floating point with == or != is unsafe test_table.c:1274: warning: comparing floating point with == or != is unsafe test_table.c:1305: warning: comparing floating point with == or != is unsafe test_table.c:1348: warning: comparing floating point with == or != is unsafe test_table.c:1349: warning: comparing floating point with == or != is unsafe test_table.c:1389: warning: comparing floating point with == or != is unsafe test_table.c: In function â??cmp_parâ??: test_table.c:1583: warning: comparing floating point with == or != is unsafe test_table.c:1584: warning: comparing floating point with == or != is unsafe mv -f .deps/test_table.Tpo .deps/test_table.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o test_table test_table.o ../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o test_table test_table.o ../../hl/src/.libs/libhdf5_hl.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I. -I. -I../../src -I../../src -I../../test -I../../test -I../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT test_ds.o -MD -MP -MF .deps/test_ds.Tpo -c -o test_ds.o test_ds.c mv -f .deps/test_ds.Tpo .deps/test_ds.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o test_ds test_ds.o ../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o test_ds test_ds.o ../../hl/src/.libs/libhdf5_hl.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I. -I. -I../../src -I../../src -I../../test -I../../test -I../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT test_packet.o -MD -MP -MF .deps/test_packet.Tpo -c -o test_packet.o test_packet.c test_packet.c: In function â??cmp_parâ??: test_packet.c:76: warning: comparing floating point with == or != is unsafe test_packet.c:77: warning: comparing floating point with == or != is unsafe test_packet.c: In function â??test_readâ??: test_packet.c:332: warning: passing argument 3 of â??H5PTread_packetsâ?? with different width due to prototype test_packet.c:337: warning: passing argument 3 of â??H5PTread_packetsâ?? with different width due to prototype test_packet.c:342: warning: passing argument 3 of â??H5PTread_packetsâ?? with different width due to prototype test_packet.c: In function â??test_get_nextâ??: test_packet.c:395: warning: passing argument 2 of â??H5PTget_nextâ?? with different width due to prototype test_packet.c:412: warning: passing argument 2 of â??H5PTget_nextâ?? with different width due to prototype test_packet.c: In function â??test_big_tableâ??: test_packet.c:490: warning: passing argument 2 of â??H5PTget_nextâ?? with different width due to prototype test_packet.c:495: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_packet.c: In function â??test_opaqueâ??: test_packet.c:731: warning: passing argument 3 of â??H5PTread_packetsâ?? with different width due to prototype test_packet.c: In function â??test_compressâ??: test_packet.c:812: warning: passing argument 2 of â??H5PTget_nextâ?? with different width due to prototype test_packet.c:816: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_packet.c:833: warning: passing argument 6 of â??H5Pget_filter_by_id2â?? with different width due to prototype test_packet.c:864: warning: passing argument 6 of â??H5Pget_filter_by_id2â?? with different width due to prototype test_packet.c: In function â??test_errorâ??: test_packet.c:936: warning: passing argument 3 of â??H5PTread_packetsâ?? with different width due to prototype test_packet.c:963: warning: passing argument 3 of â??H5PTread_packetsâ?? with different width due to prototype test_packet.c:995: warning: passing argument 3 of â??H5PTread_packetsâ?? with different width due to prototype mv -f .deps/test_packet.Tpo .deps/test_packet.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o test_packet test_packet.o ../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o test_packet test_packet.o ../../hl/src/.libs/libhdf5_hl.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lm Making all in tools Making all in gif2h5 gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT gif2hdf.o -MD -MP -MF .deps/gif2hdf.Tpo -c -o gif2hdf.o gif2hdf.c gif2hdf.c: In function â??mainâ??: gif2hdf.c:87: warning: passing argument 3 of â??freadâ?? with different width due to prototype gif2hdf.c:98: warning: function call has aggregate value mv -f .deps/gif2hdf.Tpo .deps/gif2hdf.Po gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT gif2mem.o -MD -MP -MF .deps/gif2mem.Tpo -c -o gif2mem.o gif2mem.c gif2mem.c: In function â??Gif2Memâ??: gif2mem.c:44: warning: function returns an aggregate mv -f .deps/gif2mem.Tpo .deps/gif2mem.Po gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT decompress.o -MD -MP -MF .deps/decompress.Tpo -c -o decompress.o decompress.c decompress.c: In function â??Decompressâ??: decompress.c:249: warning: passing argument 1 of â??AddToPixelâ?? with different width due to prototype decompress.c:289: warning: passing argument 1 of â??AddToPixelâ?? with different width due to prototype mv -f .deps/decompress.Tpo .deps/decompress.Po gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT gifread.o -MD -MP -MF .deps/gifread.Tpo -c -o gifread.o gifread.c mv -f .deps/gifread.Tpo .deps/gifread.Po gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT writehdf.o -MD -MP -MF .deps/writehdf.Tpo -c -o writehdf.o writehdf.c writehdf.c: In function â??WriteHDFâ??: writehdf.c:40: warning: unused parameter â??GIFFileNameâ?? mv -f .deps/writehdf.Tpo .deps/writehdf.Po /bin/sh ../../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o gif2h5 gif2hdf.o gif2mem.o decompress.o gifread.o writehdf.o ../../../hl/src/libhdf5_hl.la ../../../tools/lib/libh5tools.la ../../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o gif2h5 gif2hdf.o gif2mem.o decompress.o gifread.o writehdf.o ../../../hl/src/.libs/libhdf5_hl.a ../../../tools/lib/.libs/libh5tools.a ../../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT hdf2gif.o -MD -MP -MF .deps/hdf2gif.Tpo -c -o hdf2gif.o hdf2gif.c hdf2gif.c: In function â??mainâ??: hdf2gif.c:262: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype hdf2gif.c:64: warning: â??numcolsâ?? may be used uninitialized in this function mv -f .deps/hdf2gif.Tpo .deps/hdf2gif.Po gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT hdfgifwr.o -MD -MP -MF .deps/hdfgifwr.Tpo -c -o hdfgifwr.o hdfgifwr.c mv -f .deps/hdfgifwr.Tpo .deps/hdfgifwr.Po /bin/sh ../../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h52gif hdf2gif.o hdfgifwr.o ../../../hl/src/libhdf5_hl.la ../../../tools/lib/libh5tools.la ../../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h52gif hdf2gif.o hdfgifwr.o ../../../hl/src/.libs/libhdf5_hl.a ../../../tools/lib/.libs/libh5tools.a ../../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h52gifgentst.o -MD -MP -MF .deps/h52gifgentst.Tpo -c -o h52gifgentst.o h52gifgentst.c mv -f .deps/h52gifgentst.Tpo .deps/h52gifgentst.Po /bin/sh ../../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h52gifgentst h52gifgentst.o ../../../hl/src/libhdf5_hl.la ../../../tools/lib/libh5tools.la ../../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h52gifgentst h52gifgentst.o ../../../hl/src/.libs/libhdf5_hl.a ../../../tools/lib/.libs/libh5tools.a ../../../src/.libs/libhdf5.a -lm make[3]: Nothing to be done for `all-am'. make[2]: Nothing to be done for `all-am'. Making all in perform make[1]: Nothing to be done for `all'. dhcp-235:hdf5-1.8.1 edo$ sudo make check Making check in src make check-TESTS make[4]: Nothing to be done for `_exec_check-s'. Making check in test make testhdf5 lheap ohdr stab gheap cache cache_api pool hyperslab istore bittests dt_arith dtypes dsets cmpd_dset extend external objcopy links unlink big mtime fillval mount flush1 flush2 enum set_extent ttsafe getname vfd ntypes dangle dtransform reserved cross_read btree2 fheap error_test err_compat testmeta testerror.sh make[2]: `testhdf5' is up to date. make[2]: `lheap' is up to date. make[2]: `ohdr' is up to date. make[2]: `stab' is up to date. make[2]: `gheap' is up to date. make[2]: `cache' is up to date. make[2]: `cache_api' is up to date. make[2]: `pool' is up to date. make[2]: `hyperslab' is up to date. make[2]: `istore' is up to date. make[2]: `bittests' is up to date. make[2]: `dt_arith' is up to date. make[2]: `dtypes' is up to date. make[2]: `dsets' is up to date. make[2]: `cmpd_dset' is up to date. make[2]: `extend' is up to date. make[2]: `external' is up to date. make[2]: `objcopy' is up to date. make[2]: `links' is up to date. make[2]: `unlink' is up to date. make[2]: `big' is up to date. make[2]: `mtime' is up to date. make[2]: `fillval' is up to date. make[2]: `mount' is up to date. make[2]: `flush1' is up to date. make[2]: `flush2' is up to date. make[2]: `enum' is up to date. make[2]: `set_extent' is up to date. make[2]: `ttsafe' is up to date. make[2]: `getname' is up to date. make[2]: `vfd' is up to date. make[2]: `ntypes' is up to date. make[2]: `dangle' is up to date. make[2]: `dtransform' is up to date. make[2]: `reserved' is up to date. make[2]: `cross_read' is up to date. make[2]: `btree2' is up to date. make[2]: `fheap' is up to date. make[2]: `error_test' is up to date. make[2]: `err_compat' is up to date. make[2]: `testmeta' is up to date. make[2]: `testerror.sh' is up to date. make check-TESTS ===Serial tests in test begin Mon Feb 9 18:16:22 EST 2009=== ============================ Testing testhdf5 Finished testing testhdf5 ============================ testhdf5 Test Log ============================ For help use: ./testhdf5 -help Linked with hdf5 version 1.8 release 1 Testing -- Configure definitions (config) Testing -- Encoding/decoding metadata (metadata) Testing -- Checksum algorithm (checksum) Testing -- Ternary Search Trees (tst) Testing -- Memory Heaps (heap) Testing -- Skip Lists (skiplist) Testing -- Reference Counted Strings (refstr) Testing -- Low-Level File I/O (file) Testing -- Generic Object Functions (objects) Testing -- Dataspaces (h5s) Testing -- Dataspace coordinates (coords) Testing -- Shared Object Header Messages (sohm) Testing -- Attributes (attr) Testing -- Selections (select) Testing -- Time Datatypes (time) Testing -- References (reference) Testing -- Variable-Length Datatypes (vltypes) Testing -- Variable-Length Strings (vlstrings) Testing -- Group & Attribute Iteration (iterate) Testing -- Array Datatypes (array) Testing -- Generic Properties (genprop) Testing -- UTF-8 Encoding (unicode) Testing -- User-Created Identifiers (id) Testing -- Miscellaneous (misc) All tests were successful. Cleaning Up temp files... 12.59 real 9.14 user 2.39 sys Finished testing testhdf5 ============================ ============================ Testing lheap Finished testing lheap ============================ lheap Test Log ============================ Testing local heap write PASSED Testing local heap read PASSED All local heap tests passed. 0.00 real 0.00 user 0.00 sys Finished testing lheap ============================ ============================ Testing ohdr Finished testing ohdr ============================ ohdr Test Log ============================ Using default file format: Testing object header creation PASSED Testing message creation PASSED Testing message modification PASSED Testing object header overflow in memory PASSED Testing close & re-open object header PASSED Testing object header overflow on disk PASSED Testing message deletion PASSED Testing constant message handling PASSED Testing object header closing PASSED Accessing objects with unknown header messages: Testing object with unknown header message and no flags set PASSED Testing object with unknown header message & 'fail if unknown' flag set PASSED Testing object with unknown header message & 'mark if unknown' flag set PASSED Using new file format: Testing object header creation PASSED Testing message creation PASSED Testing message modification PASSED Testing object header overflow in memory PASSED Testing close & re-open object header PASSED Testing object header overflow on disk PASSED Testing message deletion PASSED Testing constant message handling PASSED Testing object header closing PASSED Accessing objects with unknown header messages: Testing object with unknown header message and no flags set PASSED Testing object with unknown header message & 'fail if unknown' flag set PASSED Testing object with unknown header message & 'mark if unknown' flag set PASSED All object header tests passed. 0.01 real 0.00 user 0.00 sys Finished testing ohdr ============================ ============================ Testing stab Finished testing stab ============================ stab Test Log ============================ Testing miscellaneous group tests PASSED Testing long names PASSED Testing large directories PASSED Testing miscellaneous group tests (w/new group format) PASSED Testing long names (w/new group format) PASSED Testing large directories (w/new group format) PASSED Testing group lifecycle PASSED Testing long link names in compact groups PASSED Testing reading old groups PASSED Testing group without compact form PASSED Testing setting root group creation properties PASSED Testing old API routines PASSED All symbol table tests passed. 0.36 real 0.24 user 0.05 sys Finished testing stab ============================ ============================ Testing gheap Finished testing gheap ============================ gheap Test Log ============================ Testing monotonically increasing lengths PASSED Testing monotonically decreasing lengths PASSED Testing complete object removal PASSED Testing partial object removal PASSED All global heap tests passed. 0.02 real 0.01 user 0.00 sys Finished testing gheap ============================ ============================ Testing cache Finished testing cache ============================ cache Test Log ============================ Testing smoke check #1 -- all clean, ins, dest, ren, 4/2 MB cache PASSED Testing smoke check #2 -- ~1/2 dirty, ins, dest, ren, 4/2 MB cache PASSED Testing smoke check #3 -- all clean, ins, dest, ren, 2/1 KB cache PASSED Testing smoke check #4 -- ~1/2 dirty, ins, dest, ren, 2/1 KB cache PASSED Testing smoke check #5 -- all clean, ins, prot, unprot, AR cache 1 PASSED Testing smoke check #6 -- ~1/2 dirty, ins, prot, unprot, AR cache 1 PASSED Testing smoke check #7 -- all clean, ins, prot, unprot, AR cache 2 PASSED Testing smoke check #8 -- ~1/2 dirty, ins, prot, unprot, AR cache 2 PASSED Testing smoke check #9 -- all clean, ins, dest, ren, 4/2 MB, corked PASSED Testing smoke check #10 -- ~1/2 dirty, ins, dest, ren, 4/2 MB, corked PASSED Testing write permitted check -- 1/0 MB cache -SKIP- Clean and dirty LRU lists disabled. Testing H5C_insert_entry() functionality PASSED Testing H5C_flush_cache() functionality PASSED Testing H5C_get_entry_status() functionality PASSED Testing H5C_expunge_entry() functionality PASSED Testing multiple read only protects on a single entry PASSED Testing H5C_rename_entry() functionality PASSED Testing H5C_pin_protected_entry() functionality PASSED Testing entry resize functionality PASSED Testing evictions enabled/disabled functionality PASSED Testing flush cache with protected entry error PASSED Testing destroy cache with permanently pinned entry error PASSED Testing destroy cache with protected entry error PASSED Testing duplicate entry insertion error PASSED Testing rename to existing entry errors PASSED Testing pin a pinned entry error PASSED Testing unpin an unpinned entry error PASSED Testing pin entry related errors PASSED Testing protect a protected entry error PASSED Testing unprotect an unprotected entry error PASSED Testing mark entry dirty related errors PASSED Testing expunge entry related errors PASSED Testing resize entry related errors PASSED Testing unprotect a read only entry dirty error PASSED Testing protect a read only entry rw error PASSED Testing get/set evictions enabled errors PASSED Testing automatic cache resizing PASSED Testing automatic cache resize disable PASSED Testing automatic cache resize epoch marker management PASSED Testing automatic cache resize input errors PASSED Testing automatic cache resize auxilary functions PASSED 30.70 real 30.61 user 0.09 sys Finished testing cache ============================ ============================ Testing cache_api Finished testing cache_api ============================ cache_api Test Log ============================ Testing MDC/FAPL related API calls PASSED Testing MDC/FILE related API calls PASSED Testing MDC API smoke check -SKIP- Long tests disabled. Testing MDC/FAPL related API input errors PASSED Testing MDC/FILE related API input errors PASSED 0.00 real 0.00 user 0.00 sys Finished testing cache_api ============================ ============================ Testing pool Finished testing pool ============================ pool Test Log ============================ Testing memory pool creation PASSED Testing closing pool with blocks still allocated in one page PASSED Testing allocating first block in pool PASSED Testing allocating large first block in pool PASSED Testing splitting block in pool PASSED Testing allocating many small blocks PASSED Testing allocate normal-sized block in new page PASSED Testing allocate large-sized block in new page PASSED Testing allocate many random sized blocks PASSED All memory pool tests passed. 0.90 real 0.87 user 0.03 sys Finished testing pool ============================ ============================ Testing hyperslab Finished testing hyperslab ============================ hyperslab Test Log ============================ Test sizes: SMALL MEDIUM Testing hyperslab fill 11 variable hyperslab PASSED Testing hyperslab fill 11x10 variable hyperslab PASSED Testing hyperslab fill 3x5x5 variable hyperslab PASSED Testing hyperslab fill 113 variable hyperslab PASSED Testing hyperslab fill 15x11 variable hyperslab PASSED Testing hyperslab fill 5x7x7 variable hyperslab PASSED Testing hyperslab copy 11 variable source PASSED Testing hyperslab copy 11 variable destination PASSED Testing hyperslab copy 11 sync source & dest PASSED Testing hyperslab copy 179 variable source PASSED Testing hyperslab copy 179 variable destination PASSED Testing hyperslab copy 179 sync source & dest PASSED Testing hyperslab copy 11x10 variable source PASSED Testing hyperslab copy 11x10 variable destination PASSED Testing hyperslab copy 11x10 sync source & dest PASSED Testing hyperslab copy 13x19 variable source PASSED Testing hyperslab copy 13x19 variable destination PASSED Testing hyperslab copy 13x19 sync source & dest PASSED Testing hyperslab copy 73x67 variable source PASSED Testing hyperslab copy 73x67 variable destination PASSED Testing hyperslab copy 73x67 sync source & dest PASSED Testing hyperslab copy 3x5x5 variable source PASSED Testing hyperslab copy 3x5x5 variable destination PASSED Testing hyperslab copy 3x5x5 sync source & dest PASSED Testing hyperslab copy 7x9x5 variable source PASSED Testing hyperslab copy 7x9x5 variable destination PASSED Testing hyperslab copy 7x9x5 sync source & dest PASSED Testing multi-byte fill value PASSED Testing multi-byte fill value PASSED Testing endian conversion by stride PASSED Testing 2d transpose by stride 9x9d PASSED Testing 2d transpose by stride 3x11d PASSED Testing endian conversion by stride PASSED Testing 2d transpose by stride 1200x1200d PASSED Testing 2d transpose by stride 800x1800d PASSED Testing image sampling 10x20 to 5x10 PASSED Testing image sampling 5x10 to 10x20 PASSED Testing image sampling 960x1280 to 480x640 PASSED Testing image sampling 480x640 to 960x1280 PASSED Testing array filling 1-9 elements PASSED Testing array filling 9-257 elements PASSED Testing array offset 13x 11x 7 elements PASSED Testing array offset 347x 193x 71 elements PASSED All hyperslab tests passed. 0.59 real 0.51 user 0.07 sys Finished testing hyperslab ============================ ============================ Testing istore Finished testing istore ============================ istore Test Log ============================ Test sizes: SMALL Testing istore create PASSED Testing istore extend: 10 PASSED Testing istore extend: 10x10 PASSED Testing istore extend: 10x10x10 PASSED Testing istore sparse: 5 PASSED Testing istore sparse: 3x4 PASSED Testing istore sparse: 2x3x4 PASSED All i-store tests passed. 0.28 real 0.01 user 0.02 sys Finished testing istore ============================ ============================ Testing bittests Finished testing bittests ============================ bittests Test Log ============================ Testing bit search operations PASSED Testing bit set operations PASSED Testing bit clear operations PASSED Testing bit copy operations PASSED Testing bit shift operations PASSED Testing bit increment operations PASSED Testing bit decrement operations PASSED Testing bit negate operations PASSED All bit tests passed. 0.17 real 0.17 user 0.00 sys Finished testing bittests ============================ ============================ Testing dt_arith Finished testing dt_arith ============================ dt_arith Test Log ============================ Testing non-aligned conversions (ALIGNMENT=1).... Testing query functions of compiler conversion PASSED Testing user-define and query functions of floating-point types PASSED Testing user-define and query functions of integer types PASSED Floating-point overflow cases will be tested. Testing noop float -> float conversions PASSED Testing noop double -> double conversions PASSED Testing noop long double -> long double conversions PASSED Testing hard normalized float -> double conversions PASSED Testing hard normalized double -> float conversions PASSED Testing hard normalized float -> long double conversions PASSED Testing hard normalized double -> long double conversions PASSED Testing hard normalized long double -> float conversions PASSED Testing hard normalized long double -> double conversions PASSED Testing hard denormalized float -> double conversions PASSED Testing hard denormalized double -> float conversions PASSED Testing hard denormalized float -> long double conversions PASSED Testing hard denormalized double -> long double conversions PASSED Testing hard denormalized long double -> float conversions PASSED Testing hard denormalized long double -> double conversions PASSED Testing hard special float -> double conversions PASSED Testing hard special double -> float conversions PASSED Testing hard special float -> long double conversions PASSED Testing hard special double -> long double conversions PASSED Testing hard special long double -> float conversions PASSED Testing hard special long double -> double conversions PASSED Testing hard signed char -> unsigned char conversions PASSED Testing hard signed char -> short conversions PASSED Testing hard signed char -> unsigned short conversions PASSED Testing hard signed char -> int conversions PASSED Testing hard signed char -> unsigned int conversions PASSED Testing hard signed char -> long conversions PASSED Testing hard signed char -> unsigned long conversions PASSED Testing hard unsigned char -> signed char conversions PASSED Testing hard unsigned char -> short conversions PASSED Testing hard unsigned char -> unsigned short conversions PASSED Testing hard unsigned char -> int conversions PASSED Testing hard unsigned char -> unsigned int conversions PASSED Testing hard unsigned char -> long conversions PASSED Testing hard unsigned char -> unsigned long conversions PASSED Testing hard short -> signed char conversions PASSED Testing hard short -> unsigned char conversions PASSED Testing hard short -> unsigned short conversions PASSED Testing hard short -> int conversions PASSED Testing hard short -> unsigned int conversions PASSED Testing hard short -> long conversions PASSED Testing hard short -> unsigned long conversions PASSED Testing hard unsigned short -> signed char conversions PASSED Testing hard unsigned short -> unsigned char conversions PASSED Testing hard unsigned short -> short conversions PASSED Testing hard unsigned short -> int conversions PASSED Testing hard unsigned short -> unsigned int conversions PASSED Testing hard unsigned short -> long conversions PASSED Testing hard unsigned short -> unsigned long conversions PASSED Testing hard int -> signed char conversions PASSED Testing hard int -> unsigned char conversions PASSED Testing hard int -> short conversions PASSED Testing hard int -> unsigned short conversions PASSED Testing hard int -> unsigned int conversions PASSED Testing hard int -> long conversions PASSED Testing hard int -> unsigned long conversions PASSED Testing hard unsigned int -> signed char conversions PASSED Testing hard unsigned int -> unsigned char conversions PASSED Testing hard unsigned int -> short conversions PASSED Testing hard unsigned int -> unsigned short conversions PASSED Testing hard unsigned int -> int conversions PASSED Testing hard unsigned int -> long conversions PASSED Testing hard unsigned int -> unsigned long conversions PASSED Testing hard long -> signed char conversions PASSED Testing hard long -> unsigned char conversions PASSED Testing hard long -> short conversions PASSED Testing hard long -> unsigned short conversions PASSED Testing hard long -> int conversions PASSED Testing hard long -> unsigned int conversions PASSED Testing hard long -> unsigned long conversions PASSED Testing hard unsigned long -> signed char conversions PASSED Testing hard unsigned long -> unsigned char conversions PASSED Testing hard unsigned long -> short conversions PASSED Testing hard unsigned long -> unsigned short conversions PASSED Testing hard unsigned long -> int conversions PASSED Testing hard unsigned long -> unsigned int conversions PASSED Testing hard unsigned long -> long conversions PASSED Testing hard signed char -> float conversions PASSED Testing hard signed char -> double conversions PASSED Testing hard unsigned char -> float conversions PASSED Testing hard unsigned char -> double conversions PASSED Testing hard short -> float conversions PASSED Testing hard short -> double conversions PASSED Testing hard unsigned short -> float conversions PASSED Testing hard unsigned short -> double conversions PASSED Testing hard int -> float conversions PASSED Testing hard int -> double conversions PASSED Testing hard unsigned int -> float conversions PASSED Testing hard unsigned int -> double conversions PASSED Testing hard long -> float conversions PASSED Testing hard long -> double conversions PASSED Testing hard unsigned long -> float conversions PASSED Testing hard unsigned long -> double conversions PASSED Testing hard signed char -> long double conversions PASSED Testing hard unsigned char -> long double conversions PASSED Testing hard short -> long double conversions PASSED Testing hard unsigned short -> long double conversions PASSED Testing hard int -> long double conversions PASSED Testing hard unsigned int -> long double conversions PASSED Testing hard long -> long double conversions PASSED Testing hard unsigned long -> long double conversions PASSED Testing hard normalized float -> signed char conversions PASSED Testing hard normalized double -> signed char conversions PASSED Testing hard normalized float -> unsigned char conversions PASSED Testing hard normalized double -> unsigned char conversions PASSED Testing hard normalized float -> short conversions PASSED Testing hard normalized double -> short conversions PASSED Testing hard normalized float -> unsigned short conversions PASSED Testing hard normalized double -> unsigned short conversions PASSED Testing hard normalized float -> int conversions PASSED Testing hard normalized double -> int conversions PASSED Testing hard normalized float -> unsigned int conversions PASSED Testing hard normalized double -> unsigned int conversions PASSED Testing hard normalized float -> long conversions PASSED Testing hard normalized double -> long conversions PASSED Testing hard normalized float -> unsigned long conversions PASSED Testing hard normalized double -> unsigned long conversions PASSED Testing hard normalized long double -> signed char conversions PASSED Testing hard normalized long double -> unsigned char conversions PASSED Testing hard normalized long double -> short conversions PASSED Testing hard normalized long double -> unsigned short conversions PASSED Testing hard normalized long double -> int conversions PASSED Testing hard normalized long double -> unsigned int conversions PASSED Testing hard normalized long double -> long conversions PASSED Testing hard normalized long double -> unsigned long conversions PASSED Testing hard denormalized float -> signed char conversions PASSED Testing hard denormalized double -> signed char conversions PASSED Testing hard denormalized float -> unsigned char conversions PASSED Testing hard denormalized double -> unsigned char conversions PASSED Testing hard denormalized float -> short conversions PASSED Testing hard denormalized double -> short conversions PASSED Testing hard denormalized float -> unsigned short conversions PASSED Testing hard denormalized double -> unsigned short conversions PASSED Testing hard denormalized float -> int conversions PASSED Testing hard denormalized double -> int conversions PASSED Testing hard denormalized float -> unsigned int conversions PASSED Testing hard denormalized double -> unsigned int conversions PASSED Testing hard denormalized float -> long conversions PASSED Testing hard denormalized double -> long conversions PASSED Testing hard denormalized float -> unsigned long conversions PASSED Testing hard denormalized double -> unsigned long conversions PASSED Testing hard denormalized long double -> signed char conversions PASSED Testing hard denormalized long double -> unsigned char conversions PASSED Testing hard denormalized long double -> short conversions PASSED Testing hard denormalized long double -> unsigned short conversions PASSED Testing hard denormalized long double -> int conversions PASSED Testing hard denormalized long double -> unsigned int conversions PASSED Testing hard denormalized long double -> long conversions PASSED Testing hard denormalized long double -> unsigned long conversions PASSED Testing hard special float -> signed char conversions PASSED Testing hard special double -> signed char conversions PASSED Testing hard special float -> unsigned char conversions PASSED Testing hard special double -> unsigned char conversions PASSED Testing hard special float -> short conversions PASSED Testing hard special double -> short conversions PASSED Testing hard special float -> unsigned short conversions PASSED Testing hard special double -> unsigned short conversions PASSED Testing hard special float -> int conversions PASSED Testing hard special double -> int conversions PASSED Testing hard special float -> unsigned int conversions PASSED Testing hard special double -> unsigned int conversions PASSED Testing hard special float -> long conversions PASSED Testing hard special double -> long conversions PASSED Testing hard special float -> unsigned long conversions PASSED Testing hard special double -> unsigned long conversions PASSED Testing hard special long double -> signed char conversions PASSED Testing hard special long double -> unsigned char conversions PASSED Testing hard special long double -> short conversions PASSED Testing hard special long double -> unsigned short conversions PASSED Testing hard special long double -> int conversions PASSED Testing hard special long double -> unsigned int conversions PASSED Testing hard special long double -> long conversions PASSED Testing hard special long double -> unsigned long conversions PASSED Testing hard particular floating number -> integer conversions PASSED Testing soft normalized float -> double conversions PASSED Testing soft normalized double -> float conversions PASSED Testing soft normalized float -> long double conversions PASSED Testing soft normalized double -> long double conversions PASSED Testing soft normalized long double -> float conversions PASSED Testing soft normalized long double -> double conversions PASSED Testing soft denormalized float -> double conversions PASSED Testing soft denormalized double -> float conversions PASSED Testing soft denormalized float -> long double conversions PASSED Testing soft denormalized double -> long double conversions PASSED Testing soft denormalized long double -> float conversions PASSED Testing soft denormalized long double -> double conversions PASSED Testing soft special float -> double conversions PASSED Testing soft special double -> float conversions PASSED Testing soft special float -> long double conversions PASSED Testing soft special double -> long double conversions PASSED Testing soft special long double -> float conversions PASSED Testing soft special long double -> double conversions PASSED Testing overlap calculations PASSED Testing soft signed char -> unsigned char conversions PASSED Testing soft signed char -> short conversions PASSED Testing soft signed char -> unsigned short conversions PASSED Testing soft signed char -> int conversions PASSED Testing soft signed char -> unsigned int conversions PASSED Testing soft signed char -> long conversions PASSED Testing soft signed char -> unsigned long conversions PASSED Testing soft unsigned char -> signed char conversions PASSED Testing soft unsigned char -> short conversions PASSED Testing soft unsigned char -> unsigned short conversions PASSED Testing soft unsigned char -> int conversions PASSED Testing soft unsigned char -> unsigned int conversions PASSED Testing soft unsigned char -> long conversions PASSED Testing soft unsigned char -> unsigned long conversions PASSED Testing soft short -> signed char conversions PASSED Testing soft short -> unsigned char conversions PASSED Testing soft short -> unsigned short conversions PASSED Testing soft short -> int conversions PASSED Testing soft short -> unsigned int conversions PASSED Testing soft short -> long conversions PASSED Testing soft short -> unsigned long conversions PASSED Testing soft unsigned short -> signed char conversions PASSED Testing soft unsigned short -> unsigned char conversions PASSED Testing soft unsigned short -> short conversions PASSED Testing soft unsigned short -> int conversions PASSED Testing soft unsigned short -> unsigned int conversions PASSED Testing soft unsigned short -> long conversions PASSED Testing soft unsigned short -> unsigned long conversions PASSED Testing soft int -> signed char conversions PASSED Testing soft int -> unsigned char conversions PASSED Testing soft int -> short conversions PASSED Testing soft int -> unsigned short conversions PASSED Testing soft int -> unsigned int conversions PASSED Testing soft int -> long conversions PASSED Testing soft int -> unsigned long conversions PASSED Testing soft unsigned int -> signed char conversions PASSED Testing soft unsigned int -> unsigned char conversions PASSED Testing soft unsigned int -> short conversions PASSED Testing soft unsigned int -> unsigned short conversions PASSED Testing soft unsigned int -> int conversions PASSED Testing soft unsigned int -> long conversions PASSED Testing soft unsigned int -> unsigned long conversions PASSED Testing soft long -> signed char conversions PASSED Testing soft long -> unsigned char conversions PASSED Testing soft long -> short conversions PASSED Testing soft long -> unsigned short conversions PASSED Testing soft long -> int conversions PASSED Testing soft long -> unsigned int conversions PASSED Testing soft long -> unsigned long conversions PASSED Testing soft unsigned long -> signed char conversions PASSED Testing soft unsigned long -> unsigned char conversions PASSED Testing soft unsigned long -> short conversions PASSED Testing soft unsigned long -> unsigned short conversions PASSED Testing soft unsigned long -> int conversions PASSED Testing soft unsigned long -> unsigned int conversions PASSED Testing soft unsigned long -> long conversions PASSED Testing soft normalized float -> signed char conversions PASSED Testing soft normalized double -> signed char conversions PASSED Testing soft normalized float -> unsigned char conversions PASSED Testing soft normalized double -> unsigned char conversions PASSED Testing soft normalized float -> short conversions PASSED Testing soft normalized double -> short conversions PASSED Testing soft normalized float -> unsigned short conversions PASSED Testing soft normalized double -> unsigned short conversions PASSED Testing soft normalized float -> int conversions PASSED Testing soft normalized double -> int conversions PASSED Testing soft normalized float -> unsigned int conversions PASSED Testing soft normalized double -> unsigned int conversions PASSED Testing soft normalized float -> long conversions PASSED Testing soft normalized double -> long conversions PASSED Testing soft normalized float -> unsigned long conversions PASSED Testing soft normalized double -> unsigned long conversions PASSED Testing soft normalized long double -> signed char conversions PASSED Testing soft normalized long double -> unsigned char conversions PASSED Testing soft normalized long double -> short conversions PASSED Testing soft normalized long double -> unsigned short conversions PASSED Testing soft normalized long double -> int conversions PASSED Testing soft normalized long double -> unsigned int conversions PASSED Testing soft normalized long double -> long conversions PASSED Testing soft normalized long double -> unsigned long conversions PASSED Testing soft denormalized float -> signed char conversions PASSED Testing soft denormalized double -> signed char conversions PASSED Testing soft denormalized float -> unsigned char conversions PASSED Testing soft denormalized double -> unsigned char conversions PASSED Testing soft denormalized float -> short conversions PASSED Testing soft denormalized double -> short conversions PASSED Testing soft denormalized float -> unsigned short conversions PASSED Testing soft denormalized double -> unsigned short conversions PASSED Testing soft denormalized float -> int conversions PASSED Testing soft denormalized double -> int conversions PASSED Testing soft denormalized float -> unsigned int conversions PASSED Testing soft denormalized double -> unsigned int conversions PASSED Testing soft denormalized float -> long conversions PASSED Testing soft denormalized double -> long conversions PASSED Testing soft denormalized float -> unsigned long conversions PASSED Testing soft denormalized double -> unsigned long conversions PASSED Testing soft denormalized long double -> signed char conversions PASSED Testing soft denormalized long double -> unsigned char conversions PASSED Testing soft denormalized long double -> short conversions PASSED Testing soft denormalized long double -> unsigned short conversions PASSED Testing soft denormalized long double -> int conversions PASSED Testing soft denormalized long double -> unsigned int conversions PASSED Testing soft denormalized long double -> long conversions PASSED Testing soft denormalized long double -> unsigned long conversions PASSED Testing soft special float -> signed char conversions PASSED Testing soft special double -> signed char conversions PASSED Testing soft special float -> unsigned char conversions PASSED Testing soft special double -> unsigned char conversions PASSED Testing soft special float -> short conversions PASSED Testing soft special double -> short conversions PASSED Testing soft special float -> unsigned short conversions PASSED Testing soft special double -> unsigned short conversions PASSED Testing soft special float -> int conversions PASSED Testing soft special double -> int conversions PASSED Testing soft special float -> unsigned int conversions PASSED Testing soft special double -> unsigned int conversions PASSED Testing soft special float -> long conversions PASSED Testing soft special double -> long conversions PASSED Testing soft special float -> unsigned long conversions PASSED Testing soft special double -> unsigned long conversions PASSED Testing soft special long double -> signed char conversions PASSED Testing soft special long double -> unsigned char conversions PASSED Testing soft special long double -> short conversions PASSED Testing soft special long double -> unsigned short conversions PASSED Testing soft special long double -> int conversions PASSED Testing soft special long double -> unsigned int conversions PASSED Testing soft special long double -> long conversions PASSED Testing soft special long double -> unsigned long conversions PASSED Testing soft signed char -> float conversions PASSED Testing soft signed char -> double conversions PASSED Testing soft unsigned char -> float conversions PASSED Testing soft unsigned char -> double conversions PASSED Testing soft short -> float conversions PASSED Testing soft short -> double conversions PASSED Testing soft unsigned short -> float conversions PASSED Testing soft unsigned short -> double conversions PASSED Testing soft int -> float conversions PASSED Testing soft int -> double conversions PASSED Testing soft unsigned int -> float conversions PASSED Testing soft unsigned int -> double conversions PASSED Testing soft long -> float conversions PASSED Testing soft long -> double conversions PASSED Testing soft unsigned long -> float conversions PASSED Testing soft unsigned long -> double conversions PASSED Testing soft signed char -> long double conversions PASSED Testing soft unsigned char -> long double conversions PASSED Testing soft short -> long double conversions PASSED Testing soft unsigned short -> long double conversions PASSED Testing soft int -> long double conversions PASSED Testing soft unsigned int -> long double conversions PASSED Testing soft long -> long double conversions PASSED Testing soft unsigned long -> long double conversions PASSED All data type tests passed. 2.66 real 2.60 user 0.04 sys Finished testing dt_arith ============================ ============================ Testing dtypes Finished testing dtypes ============================ dtypes Test Log ============================ Testing non-aligned conversions (ALIGNMENT=1).... Testing H5Tget_class() PASSED Testing H5Tcopy() PASSED Testing H5Tdetect_class() PASSED Testing compound datatypes PASSED Testing query functions of compound and enumeration types PASSED Testing transient datatypes PASSED Testing named datatypes PASSED Testing functions of encoding and decoding datatypes PASSED Testing encoding datatypes with the 'use the latest format' flag PASSED Testing exceptions for int <-> float conversions PASSED Testing deprected API routines for datatypes PASSED Testing string conversions PASSED Testing random string conversion speed PASSED Testing some type functions for string PASSED Testing compound element reordering PASSED Testing compound subset conversions PASSED Testing compound element shrinking & reordering PASSED Testing optimized struct converter PASSED Testing compound element growing PASSED Testing compound element insertion PASSED Testing packing compound datatypes PASSED Testing compound datatype with VL string PASSED Testing array datatype of compound type with VL string PASSED Testing registering type conversion routine with compound conversions PASSED Testing adjust size of compound datatypes PASSED Testing compound datatypes of boundary size with latest format PASSED Testing random enum conversion O(N) PASSED Testing random enum conversion O(N log N) PASSED Testing non-native enumeration type conversion PASSED Testing bitfield conversions PASSED Testing some type functions for bitfield PASSED Testing opaque datatypes PASSED All datatype tests passed. 0.32 real 0.27 user 0.04 sys Finished testing dtypes ============================ ============================ Testing dsets Finished testing dsets ============================ dsets Test Log ============================ Testing with old file format: Testing create, open, close PASSED Testing simple I/O PASSED Testing compact dataset I/O PASSED Testing compact dataset of maximal size PASSED Testing data type conversion buffer size PASSED Testing data type conversion PASSED Testing H5Zget_filter_info PASSED Testing 'null' filter Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing Fletcher32 checksum(enabled for read) Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing Fletcher32 checksum(disabled for read) Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing Fletcher32 checksum(when data is corrupted) Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing deflate filter -SKIP- Deflate filter not enabled Testing szip filter -SKIP- Szip filter not enabled Testing shuffle filter Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing shuffle+deflate+fletcher32 filters -SKIP- Deflate, shuffle, or fletcher32 checksum filter not enabled Testing shuffle+szip+fletcher32 filters -SKIP- Szip, shuffle, or fletcher32 checksum filter not enabled Testing 8-bit shuffling (setup) PASSED Testing 8-bit shuffling (write) PASSED Testing 8-bit shuffling (read) PASSED Testing nbit filter Testing nbit int (setup) PASSED Testing nbit int (write) PASSED Testing nbit int (read) PASSED Testing nbit float (setup) PASSED Testing nbit float (write) PASSED Testing nbit float (read) PASSED Testing nbit double (setup) PASSED Testing nbit double (write) PASSED Testing nbit double (read) PASSED Testing nbit array (setup) PASSED Testing nbit array (write) PASSED Testing nbit array (read) PASSED Testing nbit compound (setup) PASSED Testing nbit compound (write) PASSED Testing nbit compound (read) PASSED Testing nbit compound complex (setup) PASSED Testing nbit compound complex (write) PASSED Testing nbit compound complex (read) PASSED Testing nbit compound with no-op type (setup) PASSED Testing nbit compound with no-op type (write) PASSED Testing nbit compound with no-op type (read) PASSED Testing scaleoffset filter Testing scaleoffset int without fill value (setup) PASSED Testing scaleoffset int without fill value (write) PASSED Testing scaleoffset int without fill value (read) PASSED Testing scaleoffset int with fill value (setup) PASSED Testing scaleoffset int with fill value (write) PASSED Testing scaleoffset int with fill value (read) PASSED Testing scaleoffset float without fill value, D-scaling (setup) PASSED Testing scaleoffset float without fill value, D-scaling (write) PASSED Testing scaleoffset float without fill value, D-scaling (read) PASSED Testing scaleoffset float with fill value, D-scaling (setup) PASSED Testing scaleoffset float with fill value, D-scaling (write) PASSED Testing scaleoffset float with fill value, D-scaling (read) PASSED Testing scaleoffset double without fill value, D-scaling (setup) PASSED Testing scaleoffset double without fill value, D-scaling (write) PASSED Testing scaleoffset double without fill value, D-scaling (read) PASSED Testing scaleoffset double with fill value, D-scaling (setup) PASSED Testing scaleoffset double with fill value, D-scaling (write) PASSED Testing scaleoffset double with fill value, D-scaling (read) PASSED Testing multi-open with extending PASSED Testing various datatypes PASSED Testing dataset offset with user block PASSED Testing dataset access with missing filter PASSED Testing dataset filter 'can apply' callback PASSED Testing dataset filter 'set local' callback PASSED Testing dataset szip filter 'can apply' callback -SKIP- Szip filter is not enabled. Testing comparing dataset creation property lists PASSED Testing filter deletion -SKIP- Testing filters with big-endian/little-endian data PASSED Testing I/O on datasets with zero-sized dims PASSED Testing Read dataset with unwritten chunk & undefined fill value PASSED Testing Write/read on randomly selected chunks PASSED Testing deprecated API routines PASSED Testing creating dataset with >4GB chunks PASSED Testing with new file format: Testing create, open, close PASSED Testing simple I/O PASSED Testing compact dataset I/O PASSED Testing compact dataset of maximal size PASSED Testing data type conversion buffer size PASSED Testing data type conversion PASSED Testing H5Zget_filter_info PASSED Testing 'null' filter Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing Fletcher32 checksum(enabled for read) Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing Fletcher32 checksum(disabled for read) Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing Fletcher32 checksum(when data is corrupted) Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing deflate filter -SKIP- Deflate filter not enabled Testing szip filter -SKIP- Szip filter not enabled Testing shuffle filter Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing shuffle+deflate+fletcher32 filters -SKIP- Deflate, shuffle, or fletcher32 checksum filter not enabled Testing shuffle+szip+fletcher32 filters -SKIP- Szip, shuffle, or fletcher32 checksum filter not enabled Testing 8-bit shuffling (setup) PASSED Testing 8-bit shuffling (write) PASSED Testing 8-bit shuffling (read) PASSED Testing nbit filter Testing nbit int (setup) PASSED Testing nbit int (write) PASSED Testing nbit int (read) PASSED Testing nbit float (setup) PASSED Testing nbit float (write) PASSED Testing nbit float (read) PASSED Testing nbit double (setup) PASSED Testing nbit double (write) PASSED Testing nbit double (read) PASSED Testing nbit array (setup) PASSED Testing nbit array (write) PASSED Testing nbit array (read) PASSED Testing nbit compound (setup) PASSED Testing nbit compound (write) PASSED Testing nbit compound (read) PASSED Testing nbit compound complex (setup) PASSED Testing nbit compound complex (write) PASSED Testing nbit compound complex (read) PASSED Testing nbit compound with no-op type (setup) PASSED Testing nbit compound with no-op type (write) PASSED Testing nbit compound with no-op type (read) PASSED Testing scaleoffset filter Testing scaleoffset int without fill value (setup) PASSED Testing scaleoffset int without fill value (write) PASSED Testing scaleoffset int without fill value (read) PASSED Testing scaleoffset int with fill value (setup) PASSED Testing scaleoffset int with fill value (write) PASSED Testing scaleoffset int with fill value (read) PASSED Testing scaleoffset float without fill value, D-scaling (setup) PASSED Testing scaleoffset float without fill value, D-scaling (write) PASSED Testing scaleoffset float without fill value, D-scaling (read) PASSED Testing scaleoffset float with fill value, D-scaling (setup) PASSED Testing scaleoffset float with fill value, D-scaling (write) PASSED Testing scaleoffset float with fill value, D-scaling (read) PASSED Testing scaleoffset double without fill value, D-scaling (setup) PASSED Testing scaleoffset double without fill value, D-scaling (write) PASSED Testing scaleoffset double without fill value, D-scaling (read) PASSED Testing scaleoffset double with fill value, D-scaling (setup) PASSED Testing scaleoffset double with fill value, D-scaling (write) PASSED Testing scaleoffset double with fill value, D-scaling (read) PASSED Testing multi-open with extending PASSED Testing various datatypes PASSED Testing dataset offset with user block PASSED Testing dataset access with missing filter PASSED Testing dataset filter 'can apply' callback PASSED Testing dataset filter 'set local' callback PASSED Testing dataset szip filter 'can apply' callback -SKIP- Szip filter is not enabled. Testing comparing dataset creation property lists PASSED Testing filter deletion -SKIP- Testing filters with big-endian/little-endian data PASSED Testing I/O on datasets with zero-sized dims PASSED Testing Read dataset with unwritten chunk & undefined fill value PASSED Testing Write/read on randomly selected chunks PASSED Testing deprecated API routines PASSED Testing creating dataset with >4GB chunks PASSED All dataset tests passed. 1.43 real 0.25 user 0.34 sys Finished testing dsets ============================ ============================ Testing cmpd_dset Finished testing cmpd_dset ============================ cmpd_dset Test Log ============================ Testing compound dataset: Testing basic compound write PASSED Testing basic compound read PASSED Testing reversal of struct members PASSED Testing subset struct read PASSED Testing partially initialized superset read PASSED Testing partially initialized superset optimized read PASSED Testing partially initialized superset write PASSED Testing explicit data space PASSED Testing hyperslab partial read to array PASSED Testing hyperslab partial read to another hyperslab PASSED Testing hyperslab to hyperslab part initialized read PASSED Testing hyperslab part initialized write PASSED Testing the optimization of when the source type is a subset of the dest: Testing writing data to contiguous and chunked datasets PASSED Testing rewriting data with a subset of original data type PASSED Testing reading data with a subset of original data type PASSED Testing the optimization of when the dest type is a subset of the source: Testing writing data to contiguous and chunked datasets PASSED Testing rewriting data with a subset of original data type PASSED Testing reading data with a subset of original data type PASSED All compound dataset tests passed. 8.04 real 0.45 user 0.53 sys Finished testing cmpd_dset ============================ ============================ Testing extend Finished testing extend ============================ extend Test Log ============================ Testing extendible dataset with incr. allocation PASSED Testing extendible dataset with incr. allocation w/deprec. symbols PASSED Testing extendible dataset with early allocation PASSED Testing extendible dataset with early allocation w/deprec. symbols PASSED All extend tests passed. 0.27 real 0.01 user 0.01 sys Finished testing extend ============================ ============================ Testing external Finished testing external ============================ external Test Log ============================ Testing fixed-size data space, exact storage PASSED Testing external storage is too small PASSED Testing extendible dataspace, exact external size PASSED Testing extendible dataspace, external storage is too small PASSED Testing unlimited dataspace, unlimited external storage PASSED Testing multiple external files PASSED Testing external file following unlimited file PASSED Testing address overflow in external files PASSED Testing read external dataset PASSED Testing write external dataset PASSED Testing opening external link twice PASSED All external storage tests passed. 0.13 real 0.00 user 0.00 sys Finished testing external ============================ ============================ Testing objcopy Finished testing objcopy ============================ objcopy Test Log ============================ Testing without shared src messages: Testing without shared dst messages: Testing with old group format: Testing H5Ocopy(): named datatype PASSED Testing H5Ocopy(): named vlen datatype PASSED Testing H5Ocopy(): named nested vlen datatype PASSED Testing H5Ocopy(): simple dataset PASSED Testing H5Ocopy(): empty contiguous dataset PASSED Testing H5Ocopy(): compound dataset PASSED Testing H5Ocopy(): chunked dataset PASSED Testing H5Ocopy(): empty chunked dataset PASSED Testing H5Ocopy(): sparse dataset PASSED Testing H5Ocopy(): compressed dataset -SKIP- Deflation filter not available Testing H5Ocopy(): compact dataset PASSED Testing H5Ocopy(): external dataset PASSED Testing H5Ocopy(): dataset that uses named datatype PASSED Testing H5Ocopy(): hier. of datasets using named datatype inside hier. PASSED Testing H5Ocopy(): hier. of datasets using named datatype outside hier. PASSED Testing H5Ocopy(): datasets that have multiple ohdr chunks PASSED Testing H5Ocopy(): objects with attributes using named datatypes PASSED Testing H5Ocopy(): contiguous dataset with VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with VLEN datatype PASSED Testing H5Ocopy(): compact dataset with VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with VLEN datatype -SKIP- Deflation filter not available Testing H5Ocopy(): variable length attribute PASSED Testing H5Ocopy(): compact dataset with named VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with named VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with named VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with named VLEN datatype PASSED Testing H5Ocopy(): compact dataset with nested VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with nested VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with nested VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with nested VLEN datatype PASSED Testing H5Ocopy(): empty group PASSED Testing H5Ocopy(): root group PASSED Testing H5Ocopy(): simple nested groups PASSED Testing H5Ocopy(): deep nested groups PASSED Testing H5Ocopy(): nested groups with loop PASSED Testing H5Ocopy(): wide nested groups with loop PASSED Testing H5Ocopy(): group with links PASSED Testing H5Ocopy(): object through soft link PASSED Testing H5Ocopy(): object through external link PASSED Testing H5Ocopy(): existing object PASSED Testing H5Ocopy(): full path PASSED Testing H5Ocopy(): named datatype in same file PASSED Testing H5Ocopy(): dataset with old layout format PASSED Testing H5Ocopy(): without attributes PASSED Testing H5Ocopy(): with missing groups PASSED Testing H5Ocopy(): expand soft link PASSED Testing H5Ocopy(): shallow group copy PASSED Testing H5Ocopy(): expand object reference PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing with shared src messages: Testing without shared dst messages: Testing with old group format: Testing H5Ocopy(): named datatype PASSED Testing H5Ocopy(): named vlen datatype PASSED Testing H5Ocopy(): named nested vlen datatype PASSED Testing H5Ocopy(): simple dataset PASSED Testing H5Ocopy(): empty contiguous dataset PASSED Testing H5Ocopy(): compound dataset PASSED Testing H5Ocopy(): chunked dataset PASSED Testing H5Ocopy(): empty chunked dataset PASSED Testing H5Ocopy(): sparse dataset PASSED Testing H5Ocopy(): compressed dataset -SKIP- Deflation filter not available Testing H5Ocopy(): compact dataset PASSED Testing H5Ocopy(): external dataset PASSED Testing H5Ocopy(): dataset that uses named datatype PASSED Testing H5Ocopy(): hier. of datasets using named datatype inside hier. PASSED Testing H5Ocopy(): hier. of datasets using named datatype outside hier. PASSED Testing H5Ocopy(): datasets that have multiple ohdr chunks PASSED Testing H5Ocopy(): objects with attributes using named datatypes PASSED Testing H5Ocopy(): contiguous dataset with VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with VLEN datatype PASSED Testing H5Ocopy(): compact dataset with VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with VLEN datatype -SKIP- Deflation filter not available Testing H5Ocopy(): variable length attribute PASSED Testing H5Ocopy(): compact dataset with named VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with named VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with named VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with named VLEN datatype PASSED Testing H5Ocopy(): compact dataset with nested VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with nested VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with nested VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with nested VLEN datatype PASSED Testing H5Ocopy(): empty group PASSED Testing H5Ocopy(): root group PASSED Testing H5Ocopy(): simple nested groups PASSED Testing H5Ocopy(): deep nested groups PASSED Testing H5Ocopy(): nested groups with loop PASSED Testing H5Ocopy(): wide nested groups with loop PASSED Testing H5Ocopy(): group with links PASSED Testing H5Ocopy(): object through soft link PASSED Testing H5Ocopy(): object through external link PASSED Testing H5Ocopy(): existing object PASSED Testing H5Ocopy(): full path PASSED Testing H5Ocopy(): named datatype in same file PASSED Testing H5Ocopy(): dataset with old layout format PASSED Testing H5Ocopy(): without attributes PASSED Testing H5Ocopy(): with missing groups PASSED Testing H5Ocopy(): expand soft link PASSED Testing H5Ocopy(): shallow group copy PASSED Testing H5Ocopy(): expand object reference PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing without shared src messages: Testing with shared dst messages: Testing with old group format: Testing H5Ocopy(): named datatype PASSED Testing H5Ocopy(): named vlen datatype PASSED Testing H5Ocopy(): named nested vlen datatype PASSED Testing H5Ocopy(): simple dataset PASSED Testing H5Ocopy(): empty contiguous dataset PASSED Testing H5Ocopy(): compound dataset PASSED Testing H5Ocopy(): chunked dataset PASSED Testing H5Ocopy(): empty chunked dataset PASSED Testing H5Ocopy(): sparse dataset PASSED Testing H5Ocopy(): compressed dataset -SKIP- Deflation filter not available Testing H5Ocopy(): compact dataset PASSED Testing H5Ocopy(): external dataset PASSED Testing H5Ocopy(): dataset that uses named datatype PASSED Testing H5Ocopy(): hier. of datasets using named datatype inside hier. PASSED Testing H5Ocopy(): hier. of datasets using named datatype outside hier. PASSED Testing H5Ocopy(): datasets that have multiple ohdr chunks PASSED Testing H5Ocopy(): objects with attributes using named datatypes PASSED Testing H5Ocopy(): contiguous dataset with VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with VLEN datatype PASSED Testing H5Ocopy(): compact dataset with VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with VLEN datatype -SKIP- Deflation filter not available Testing H5Ocopy(): variable length attribute PASSED Testing H5Ocopy(): compact dataset with named VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with named VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with named VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with named VLEN datatype PASSED Testing H5Ocopy(): compact dataset with nested VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with nested VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with nested VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with nested VLEN datatype PASSED Testing H5Ocopy(): empty group PASSED Testing H5Ocopy(): root group PASSED Testing H5Ocopy(): simple nested groups PASSED Testing H5Ocopy(): deep nested groups PASSED Testing H5Ocopy(): nested groups with loop PASSED Testing H5Ocopy(): wide nested groups with loop PASSED Testing H5Ocopy(): group with links PASSED Testing H5Ocopy(): object through soft link PASSED Testing H5Ocopy(): object through external link PASSED Testing H5Ocopy(): existing object PASSED Testing H5Ocopy(): full path PASSED Testing H5Ocopy(): named datatype in same file PASSED Testing H5Ocopy(): dataset with old layout format PASSED Testing H5Ocopy(): without attributes PASSED Testing H5Ocopy(): with missing groups PASSED Testing H5Ocopy(): expand soft link PASSED Testing H5Ocopy(): shallow group copy PASSED Testing H5Ocopy(): expand object reference PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing with shared src messages: Testing with shared dst messages: Testing with old group format: Testing H5Ocopy(): named datatype PASSED Testing H5Ocopy(): named vlen datatype PASSED Testing H5Ocopy(): named nested vlen datatype PASSED Testing H5Ocopy(): simple dataset PASSED Testing H5Ocopy(): empty contiguous dataset PASSED Testing H5Ocopy(): compound dataset PASSED Testing H5Ocopy(): chunked dataset PASSED Testing H5Ocopy(): empty chunked dataset PASSED Testing H5Ocopy(): sparse dataset PASSED Testing H5Ocopy(): compressed dataset -SKIP- Deflation filter not available Testing H5Ocopy(): compact dataset PASSED Testing H5Ocopy(): external dataset PASSED Testing H5Ocopy(): dataset that uses named datatype PASSED Testing H5Ocopy(): hier. of datasets using named datatype inside hier. PASSED Testing H5Ocopy(): hier. of datasets using named datatype outside hier. PASSED Testing H5Ocopy(): datasets that have multiple ohdr chunks PASSED Testing H5Ocopy(): objects with attributes using named datatypes PASSED Testing H5Ocopy(): contiguous dataset with VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with VLEN datatype PASSED Testing H5Ocopy(): compact dataset with VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with VLEN datatype -SKIP- Deflation filter not available Testing H5Ocopy(): variable length attribute PASSED Testing H5Ocopy(): compact dataset with named VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with named VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with named VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with named VLEN datatype PASSED Testing H5Ocopy(): compact dataset with nested VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with nested VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with nested VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with nested VLEN datatype PASSED Testing H5Ocopy(): empty group PASSED Testing H5Ocopy(): root group PASSED Testing H5Ocopy(): simple nested groups PASSED Testing H5Ocopy(): deep nested groups PASSED Testing H5Ocopy(): nested groups with loop PASSED Testing H5Ocopy(): wide nested groups with loop PASSED Testing H5Ocopy(): group with links PASSED Testing H5Ocopy(): object through soft link PASSED Testing H5Ocopy(): object through external link PASSED Testing H5Ocopy(): existing object PASSED Testing H5Ocopy(): full path PASSED Testing H5Ocopy(): named datatype in same file PASSED Testing H5Ocopy(): dataset with old layout format PASSED Testing H5Ocopy(): without attributes PASSED Testing H5Ocopy(): with missing groups PASSED Testing H5Ocopy(): expand soft link PASSED Testing H5Ocopy(): shallow group copy PASSED Testing H5Ocopy(): expand object reference PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing without shared src messages: Testing without shared dst messages: Testing with new group format: Testing H5Ocopy(): named datatype PASSED Testing H5Ocopy(): named vlen datatype PASSED Testing H5Ocopy(): named nested vlen datatype PASSED Testing H5Ocopy(): simple dataset PASSED Testing H5Ocopy(): empty contiguous dataset PASSED Testing H5Ocopy(): compound dataset PASSED Testing H5Ocopy(): chunked dataset PASSED Testing H5Ocopy(): empty chunked dataset PASSED Testing H5Ocopy(): sparse dataset PASSED Testing H5Ocopy(): compressed dataset -SKIP- Deflation filter not available Testing H5Ocopy(): compact dataset PASSED Testing H5Ocopy(): external dataset PASSED Testing H5Ocopy(): dataset that uses named datatype PASSED Testing H5Ocopy(): hier. of datasets using named datatype inside hier. PASSED Testing H5Ocopy(): hier. of datasets using named datatype outside hier. PASSED Testing H5Ocopy(): datasets that have multiple ohdr chunks PASSED Testing H5Ocopy(): objects with attributes using named datatypes PASSED Testing H5Ocopy(): contiguous dataset with VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with VLEN datatype PASSED Testing H5Ocopy(): compact dataset with VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with VLEN datatype -SKIP- Deflation filter not available Testing H5Ocopy(): variable length attribute PASSED Testing H5Ocopy(): compact dataset with named VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with named VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with named VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with named VLEN datatype PASSED Testing H5Ocopy(): compact dataset with nested VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with nested VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with nested VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with nested VLEN datatype PASSED Testing H5Ocopy(): empty group PASSED Testing H5Ocopy(): root group PASSED Testing H5Ocopy(): simple nested groups PASSED Testing H5Ocopy(): deep nested groups PASSED Testing H5Ocopy(): nested groups with loop PASSED Testing H5Ocopy(): wide nested groups with loop PASSED Testing H5Ocopy(): group with links PASSED Testing H5Ocopy(): object through soft link PASSED Testing H5Ocopy(): object through external link PASSED Testing H5Ocopy(): existing object PASSED Testing H5Ocopy(): full path PASSED Testing H5Ocopy(): named datatype in same file PASSED Testing H5Ocopy(): dataset with old layout format PASSED Testing H5Ocopy(): without attributes PASSED Testing H5Ocopy(): with missing groups PASSED Testing H5Ocopy(): expand soft link PASSED Testing H5Ocopy(): shallow group copy PASSED Testing H5Ocopy(): expand object reference PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing with shared src messages: Testing without shared dst messages: Testing with new group format: Testing H5Ocopy(): named datatype PASSED Testing H5Ocopy(): named vlen datatype PASSED Testing H5Ocopy(): named nested vlen datatype PASSED Testing H5Ocopy(): simple dataset PASSED Testing H5Ocopy(): empty contiguous dataset PASSED Testing H5Ocopy(): compound dataset PASSED Testing H5Ocopy(): chunked dataset PASSED Testing H5Ocopy(): empty chunked dataset PASSED Testing H5Ocopy(): sparse dataset PASSED Testing H5Ocopy(): compressed dataset -SKIP- Deflation filter not available Testing H5Ocopy(): compact dataset PASSED Testing H5Ocopy(): external dataset PASSED Testing H5Ocopy(): dataset that uses named datatype PASSED Testing H5Ocopy(): hier. of datasets using named datatype inside hier. PASSED Testing H5Ocopy(): hier. of datasets using named datatype outside hier. PASSED Testing H5Ocopy(): datasets that have multiple ohdr chunks PASSED Testing H5Ocopy(): objects with attributes using named datatypes PASSED Testing H5Ocopy(): contiguous dataset with VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with VLEN datatype PASSED Testing H5Ocopy(): compact dataset with VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with VLEN datatype -SKIP- Deflation filter not available Testing H5Ocopy(): variable length attribute PASSED Testing H5Ocopy(): compact dataset with named VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with named VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with named VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with named VLEN datatype PASSED Testing H5Ocopy(): compact dataset with nested VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with nested VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with nested VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with nested VLEN datatype PASSED Testing H5Ocopy(): empty group PASSED Testing H5Ocopy(): root group PASSED Testing H5Ocopy(): simple nested groups PASSED Testing H5Ocopy(): deep nested groups PASSED Testing H5Ocopy(): nested groups with loop PASSED Testing H5Ocopy(): wide nested groups with loop PASSED Testing H5Ocopy(): group with links PASSED Testing H5Ocopy(): object through soft link PASSED Testing H5Ocopy(): object through external link PASSED Testing H5Ocopy(): existing object PASSED Testing H5Ocopy(): full path PASSED Testing H5Ocopy(): named datatype in same file PASSED Testing H5Ocopy(): dataset with old layout format PASSED Testing H5Ocopy(): without attributes PASSED Testing H5Ocopy(): with missing groups PASSED Testing H5Ocopy(): expand soft link PASSED Testing H5Ocopy(): shallow group copy PASSED Testing H5Ocopy(): expand object reference PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing without shared src messages: Testing with shared dst messages: Testing with new group format: Testing H5Ocopy(): named datatype PASSED Testing H5Ocopy(): named vlen datatype PASSED Testing H5Ocopy(): named nested vlen datatype PASSED Testing H5Ocopy(): simple dataset PASSED Testing H5Ocopy(): empty contiguous dataset PASSED Testing H5Ocopy(): compound dataset PASSED Testing H5Ocopy(): chunked dataset PASSED Testing H5Ocopy(): empty chunked dataset PASSED Testing H5Ocopy(): sparse dataset PASSED Testing H5Ocopy(): compressed dataset -SKIP- Deflation filter not available Testing H5Ocopy(): compact dataset PASSED Testing H5Ocopy(): external dataset PASSED Testing H5Ocopy(): dataset that uses named datatype PASSED Testing H5Ocopy(): hier. of datasets using named datatype inside hier. PASSED Testing H5Ocopy(): hier. of datasets using named datatype outside hier. PASSED Testing H5Ocopy(): datasets that have multiple ohdr chunks PASSED Testing H5Ocopy(): objects with attributes using named datatypes PASSED Testing H5Ocopy(): contiguous dataset with VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with VLEN datatype PASSED Testing H5Ocopy(): compact dataset with VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with VLEN datatype -SKIP- Deflation filter not available Testing H5Ocopy(): variable length attribute PASSED Testing H5Ocopy(): compact dataset with named VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with named VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with named VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with named VLEN datatype PASSED Testing H5Ocopy(): compact dataset with nested VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with nested VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with nested VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with nested VLEN datatype PASSED Testing H5Ocopy(): empty group PASSED Testing H5Ocopy(): root group PASSED Testing H5Ocopy(): simple nested groups PASSED Testing H5Ocopy(): deep nested groups PASSED Testing H5Ocopy(): nested groups with loop PASSED Testing H5Ocopy(): wide nested groups with loop PASSED Testing H5Ocopy(): group with links PASSED Testing H5Ocopy(): object through soft link PASSED Testing H5Ocopy(): object through external link PASSED Testing H5Ocopy(): existing object PASSED Testing H5Ocopy(): full path PASSED Testing H5Ocopy(): named datatype in same file PASSED Testing H5Ocopy(): dataset with old layout format PASSED Testing H5Ocopy(): without attributes PASSED Testing H5Ocopy(): with missing groups PASSED Testing H5Ocopy(): expand soft link PASSED Testing H5Ocopy(): shallow group copy PASSED Testing H5Ocopy(): expand object reference PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing with shared src messages: Testing with shared dst messages: Testing with new group format: Testing H5Ocopy(): named datatype PASSED Testing H5Ocopy(): named vlen datatype PASSED Testing H5Ocopy(): named nested vlen datatype PASSED Testing H5Ocopy(): simple dataset PASSED Testing H5Ocopy(): empty contiguous dataset PASSED Testing H5Ocopy(): compound dataset PASSED Testing H5Ocopy(): chunked dataset PASSED Testing H5Ocopy(): empty chunked dataset PASSED Testing H5Ocopy(): sparse dataset PASSED Testing H5Ocopy(): compressed dataset -SKIP- Deflation filter not available Testing H5Ocopy(): compact dataset PASSED Testing H5Ocopy(): external dataset PASSED Testing H5Ocopy(): dataset that uses named datatype PASSED Testing H5Ocopy(): hier. of datasets using named datatype inside hier. PASSED Testing H5Ocopy(): hier. of datasets using named datatype outside hier. PASSED Testing H5Ocopy(): datasets that have multiple ohdr chunks PASSED Testing H5Ocopy(): objects with attributes using named datatypes PASSED Testing H5Ocopy(): contiguous dataset with VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with VLEN datatype PASSED Testing H5Ocopy(): compact dataset with VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with VLEN datatype -SKIP- Deflation filter not available Testing H5Ocopy(): variable length attribute PASSED Testing H5Ocopy(): compact dataset with named VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with named VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with named VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with named VLEN datatype PASSED Testing H5Ocopy(): compact dataset with nested VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with nested VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with nested VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with nested VLEN datatype PASSED Testing H5Ocopy(): empty group PASSED Testing H5Ocopy(): root group PASSED Testing H5Ocopy(): simple nested groups PASSED Testing H5Ocopy(): deep nested groups PASSED Testing H5Ocopy(): nested groups with loop PASSED Testing H5Ocopy(): wide nested groups with loop PASSED Testing H5Ocopy(): group with links PASSED Testing H5Ocopy(): object through soft link PASSED Testing H5Ocopy(): object through external link PASSED Testing H5Ocopy(): existing object PASSED Testing H5Ocopy(): full path PASSED Testing H5Ocopy(): named datatype in same file PASSED Testing H5Ocopy(): dataset with old layout format PASSED Testing H5Ocopy(): without attributes PASSED Testing H5Ocopy(): with missing groups PASSED Testing H5Ocopy(): expand soft link PASSED Testing H5Ocopy(): shallow group copy PASSED Testing H5Ocopy(): expand object reference PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing H5Ocopy(): preserve NULL messages PASSED All object copying tests passed. 9.92 real 6.79 user 1.89 sys Finished testing objcopy ============================ ============================ Testing links Finished testing links ============================ links Test Log ============================ Testing link creation PASSED Testing link queries PASSED Testing H5Lcreate functions PASSED Testing new link queries PASSED Testing long names for objects & links PASSED Testing too many links PASSED Testing link creation property lists PASSED Testing H5Lmove PASSED Testing H5Lcopy PASSED Testing moving and copying links preserves their properties PASSED Testing backwards compatibility PASSED Testing external link to root PASSED Testing external link to object on path PASSED Testing external links across multiple files PASSED Testing external link to self PASSED Testing external links back and forth PASSED Testing too many external links PASSED Testing dangling external links PASSED Testing recursive external links PASSED Testing query aspects of external link PASSED Testing unlinking external link in compact group PASSED Testing unlinking external link in dense group PASSED Testing move external link PASSED Testing external link along for the ride PASSED Testing that external files are closed during traversal PASSED Testing endianness of external links PASSED Testing that external files work with strong file close degree PASSED Testing external links via environment variable -SKIP- Testing external links via H5Pset_elink_prefix() PASSED Testing external links via main file's absolute path PASSED Testing external links via main file's CWD + relative path PASSED Testing external links via current working directory PASSED Testing external links via target's absolute path PASSED Testing external links via main file's CWD PASSED Testing external links via main file's CWD + target's relative path PASSED Testing external links via chdir and found in current working directory PASSED Testing user-defined link callbacks PASSED Testing user-defined link error conditions PASSED Testing user data passed through lapl PASSED Testing adjusting nlinks with LAPL PASSED Testing link type field in H5Lget_info PASSED Testing link visiting PASSED Testing link visiting by name PASSED Testing object visiting PASSED Testing object visiting by name PASSED Testing that all files were closed correctly PASSED Testing link creation (w/new group format) PASSED Testing link queries (w/new group format) PASSED Testing H5Lcreate functions (w/new group format) PASSED Testing new link queries (w/new group format) PASSED Testing long names for objects & links (w/new group format) PASSED Testing too many links (w/new group format) PASSED Testing link creation property lists (w/new group format) PASSED Testing H5Lmove (w/new group format) PASSED Testing H5Lcopy (w/new group format) PASSED Testing moving and copying links preserves their properties (w/new group format) PASSED Testing backwards compatibility (w/new group format) PASSED Testing external link to root (w/new group format) PASSED Testing external link to object on path (w/new group format) PASSED Testing external links across multiple files (w/new group format) PASSED Testing external link to self (w/new group format) PASSED Testing external links back and forth (w/new group format) PASSED Testing too many external links (w/new group format) PASSED Testing dangling external links (w/new group format) PASSED Testing recursive external links (w/new group format) PASSED Testing query aspects of external link (w/new group format) PASSED Testing unlinking external link in compact group (w/new group format) PASSED Testing unlinking external link in dense group (w/new group format) PASSED Testing move external link (w/new group format) PASSED Testing external link along for the ride (w/new group format) PASSED Testing that external files are closed during traversal (w/new group format) PASSED Testing endianness of external links (w/new group format) PASSED Testing that external files work with strong file close degree (w/new group format) PASSED Testing external links via environment variable (w/new group format) -SKIP- Testing external links via H5Pset_elink_prefix()(w/new group format) PASSED Testing external links via main file's absolute path (w/new group format) PASSED Testing external links via main file's CWD + relative path(w/new group format) PASSED Testing external links via current working directory(w/new group format) PASSED Testing external links via target's absolute path (w/new group format) PASSED Testing external links via main file's CWD (w/new group format) PASSED Testing external links via main file's CWD + target's relative path(w/new group format) PASSED Testing external links via chdir and found in current working directory (w/new group format) PASSED Testing user-defined hard link (w/new group format) PASSED Testing registering a new class for existing UD links (w/new group format) PASSED Testing user-defined link callbacks (w/new group format) PASSED Testing user-defined link error conditions (w/new group format) PASSED Testing user data passed through lapl (w/new group format) PASSED Testing adjusting nlinks with LAPL (w/new group format) PASSED Testing link type field in H5Lget_info (w/new group format) PASSED Testing link visiting (w/new group format) PASSED Testing link visiting by name (w/new group format) PASSED Testing object visiting (w/new group format) PASSED Testing object visiting by name (w/new group format) PASSED Testing that all files were closed correctly (w/new group format) PASSED Testing creating empty group with creation order indexing PASSED Testing creating compact group with creation order indexing PASSED Testing creating dense group with creation order indexing PASSED Testing transitioning group with creation order indexing between dense & compact forms PASSED Testing deleting group with creation order indexing in dense form PASSED Testing querying info by index w/o creation order index, using soft links PASSED Testing querying info by index w/creation order index, using soft links PASSED Testing querying info by index w/o creation order index, using hard links PASSED Testing querying info by index w/creation order index, using hard links PASSED Testing deleting links by name index in increasing order w/o creation order index PASSED Testing deleting links by name index in increasing order w/creation order index PASSED Testing deleting links by name index in decreasing order w/o creation order index PASSED Testing deleting links by name index in decreasing order w/creation order index PASSED Testing deleting links by creation order index in increasing order w/o creation order index PASSED Testing deleting links by creation order index in increasing order w/creation order index PASSED Testing deleting links by creation order index in decreasing order w/o creation order index PASSED Testing deleting links by creation order index in decreasing order w/creation order index PASSED Testing iterating over links by name index in increasing order w/o creation order index PASSED Testing iterating over links by name index in increasing order w/creation order index PASSED Testing iterating over links by name index in decreasing order w/o creation order index PASSED Testing iterating over links by name index in decreasing order w/creation order index PASSED Testing iterating over links by name index in native order w/o creation order index PASSED Testing iterating over links by name index in native order w/creation order index PASSED Testing iterating over links by creation order index in increasing order w/o creation order index PASSED Testing iterating over links by creation order index in increasing order w/creation order index PASSED Testing iterating over links by creation order index in decreasing order w/o creation order index PASSED Testing iterating over links by creation order index in decreasing order w/creation order index PASSED Testing iterating over links by creation order index in native order w/o creation order index PASSED Testing iterating over links by creation order index in native order w/creation order index PASSED Testing open object by name index in increasing order w/o creation order index PASSED Testing open object by name index in increasing order w/creation order index PASSED Testing open object by name index in decreasing order w/o creation order index PASSED Testing open object by name index in decreasing order w/creation order index PASSED Testing open object by name index in native order w/o creation order index PASSED Testing open object by name index in native order w/creation order index PASSED Testing open object by creation order index in increasing order w/o creation order index PASSED Testing open object by creation order index in increasing order w/creation order index PASSED Testing open object by creation order index in decreasing order w/o creation order index PASSED Testing open object by creation order index in decreasing order w/creation order index PASSED Testing open object by creation order index in native order w/o creation order index PASSED Testing open object by creation order index in native order w/creation order index PASSED Testing query object info by name index in increasing order w/o creation order index PASSED Testing query object info by name index in increasing order w/creation order index PASSED Testing query object info by name index in decreasing order w/o creation order index PASSED Testing query object info by name index in decreasing order w/creation order index PASSED Testing query object info by name index in native order w/o creation order index PASSED Testing query object info by name index in native order w/creation order index PASSED Testing query object info by creation order index in increasing order w/o creation order index PASSED Testing query object info by creation order index in increasing order w/creation order index PASSED Testing query object info by creation order index in decreasing order w/o creation order index PASSED Testing query object info by creation order index in decreasing order w/creation order index PASSED Testing query object info by creation order index in native order w/o creation order index PASSED Testing query object info by creation order index in native order w/creation order index PASSED Testing query group info by name index in increasing order w/o creation order index PASSED Testing query group info by name index in increasing order w/creation order index PASSED Testing query group info by name index in decreasing order w/o creation order index PASSED Testing query group info by name index in decreasing order w/creation order index PASSED Testing query group info by name index in native order w/o creation order index PASSED Testing query group info by name index in native order w/creation order index PASSED Testing query group info by creation order index in increasing order w/o creation order index PASSED Testing query group info by creation order index in increasing order w/creation order index PASSED Testing query group info by creation order index in decreasing order w/o creation order index PASSED Testing query group info by creation order index in decreasing order w/creation order index PASSED Testing query group info by creation order index in native order w/o creation order index PASSED Testing query group info by creation order index in native order w/creation order index PASSED Testing timestamps on objects PASSED Testing querying info by index in old-style group, using soft links PASSED Testing querying info by index in old-style group, using hard links PASSED Testing deleting links by index in increasing order in old-style group PASSED Testing deleting links by index in decreasing order in old-style group PASSED Testing iterating over links by name index in increasing order in old-style group PASSED Testing iterating over links by name index in decreasing order in old-style group PASSED Testing iterating over links by name index in native order in old-style group PASSED Testing open object by name index in increasing order in old-style group PASSED Testing open object by name index in decreasing order in old-style group PASSED Testing open object by name index in native order in old-style group PASSED Testing query object info by name index in increasing order in old-style group PASSED Testing query object info by name index in decreasing order in old-style group PASSED Testing query object info by name index in native order in old-style group PASSED Testing query group info by name index in increasing order in old-style group PASSED Testing query group info by name index in decreasing order in old-style group PASSED Testing query group info by name index in native order in old-style group PASSED All link tests passed. 2.40 real 1.94 user 0.26 sys Finished testing links ============================ ============================ Testing unlink Finished testing unlink ============================ unlink Test Log ============================ Testing with old group format: Testing unlink by absolute name PASSED Testing unlink by local name PASSED Testing unlink without a name PASSED Testing forward unlink PASSED Testing backward unlink PASSED Testing inward unlink PASSED Testing outward unlink PASSED Testing symlink removal PASSED Testing object renaming PASSED Testing symlink renaming PASSED Testing new move PASSED Testing check new move function PASSED Testing file space gets reused: Testing contiguous dataset with late allocation PASSED Testing contiguous dataset with early allocation PASSED Testing chunked dataset with late allocation PASSED Testing chunked dataset with early allocation PASSED Testing compressed, chunked dataset PASSED Testing re-writing compressed, chunked dataset PASSED Testing compact dataset PASSED Testing object header continuations PASSED Testing named datatype PASSED Testing single group PASSED Testing multiple groups PASSED Testing simple group hierarchy PASSED Testing complex group hierarchy PASSED Testing duplicate dataset PASSED Testing duplicate group PASSED Testing duplicate named datatype PASSED Testing duplicate attribute PASSED Testing create and unlink large number of objects PASSED Testing create and unlink large number of objects with small cache PASSED Testing creating links with multiple slashes PASSED Testing deleting links with multiple slashes PASSED Testing deleting right-most child in non-leaf B-tree node PASSED Testing deleting right-most child in non-leaf B-tree node PASSED Testing deleting right-most child in non-leaf B-tree node PASSED Testing resurrecting dataset after deletion PASSED Testing resurrecting datatype after deletion PASSED Testing resurrecting group after deletion PASSED Testing unlinking chunked dataset PASSED Testing with new group format: Testing unlink by absolute name PASSED Testing unlink by local name PASSED Testing unlink without a name PASSED Testing forward unlink PASSED Testing backward unlink PASSED Testing inward unlink PASSED Testing outward unlink PASSED Testing symlink removal PASSED Testing object renaming PASSED Testing symlink renaming PASSED Testing new move PASSED Testing check new move function PASSED Testing file space gets reused: Testing contiguous dataset with late allocation PASSED Testing contiguous dataset with early allocation PASSED Testing chunked dataset with late allocation PASSED Testing chunked dataset with early allocation PASSED Testing compressed, chunked dataset PASSED Testing re-writing compressed, chunked dataset PASSED Testing compact dataset PASSED Testing object header continuations PASSED Testing named datatype PASSED Testing single group PASSED Testing multiple groups PASSED Testing simple group hierarchy PASSED Testing complex group hierarchy PASSED Testing duplicate dataset PASSED Testing duplicate group PASSED Testing duplicate named datatype PASSED Testing duplicate attribute PASSED Testing create and unlink large number of objects PASSED Testing create and unlink large number of objects with small cache PASSED Testing creating links with multiple slashes PASSED Testing deleting links with multiple slashes PASSED Testing resurrecting dataset after deletion PASSED Testing resurrecting datatype after deletion PASSED Testing resurrecting group after deletion PASSED Testing unlinking chunked dataset PASSED Testing unlinking non-empty compact group PASSED Testing unlinking non-empty dense group PASSED All unlink tests passed. 2.85 real 2.42 user 0.38 sys Finished testing unlink ============================ ============================ Testing big Finished testing big ============================ big Test Log ============================ Testing big file with the Family Driver Changing file drivers to the family driver, 1073741824 bytes each Checking if file system is adequate for this test... Test skipped because file system does not support holes. Usage: big [-h] [-c] [-fsize <fsize>} -h Print the help page -c File system Checking skipped. Caution: this test generates many big files and may fill up the file system. -fsize Change family size default to <fsize> where <fsize> is a positive float point number. Default value is 1073741824. Examples: big -fsize 2.1e9 # test with file size just under 2GB big -fsize 2.2e9 # test with file size just above 2GB Be sure the file system can support the file size requested 0.00 real 0.00 user 0.00 sys Finished testing big ============================ ============================ Testing mtime Finished testing mtime ============================ mtime Test Log ============================ Testing modification time messages -SKIP- The modification time could not be decoded on this OS. Modification times will be mantained in the file but cannot be queried on this system. See H5O_mtime_decode(). 0.00 real 0.00 user 0.00 sys Finished testing mtime ============================ ============================ Testing fillval Finished testing fillval ============================ fillval Test Log ============================ Testing property lists PASSED Testing property lists, with variable-length datatype PASSED Testing with old file format: Testing chunked dataset creation PASSED Testing chunked dataset I/O PASSED Testing chunked dataset extend PASSED Testing contiguous dataset creation PASSED Testing contiguous dataset I/O PASSED Testing contiguous dataset extend -SKIP- Not implemented yet -- needs H5S_SELECT_DIFF operator Testing contiguous dataset compatibility with v. 1.4 PASSED Testing compact dataset creation PASSED Testing compact dataset I/O PASSED Testing with new file format: Testing chunked dataset creation PASSED Testing chunked dataset I/O PASSED Testing chunked dataset extend PASSED Testing contiguous dataset creation PASSED Testing contiguous dataset I/O PASSED Testing contiguous dataset extend -SKIP- Not implemented yet -- needs H5S_SELECT_DIFF operator Testing contiguous dataset compatibility with v. 1.4 PASSED Testing compact dataset creation PASSED Testing compact dataset I/O PASSED All fill value tests passed. 21.09 real 5.76 user 6.06 sys Finished testing fillval ============================ ============================ Testing mount Finished testing mount ============================ mount Test Log ============================ Testing basic functionality PASSED Testing illegal mount operations PASSED Testing name hiding under mount point PASSED Testing mount point open PASSED Testing multi-linked mount point PASSED Testing mount point unlinking PASSED Testing object renaming PASSED Testing mount point renaming PASSED Testing preopening objects under the mount point PASSED Testing open object access after unmount PASSED Testing interfile hard links PASSED Testing file handle uniformity PASSED Testing file handle close PASSED Testing mounting on group after file is closed PASSED Testing mounting after file is unmounted PASSED Testing missing unmount PASSED Testing hold open w/file PASSED Testing hold open w/group PASSED Testing file close degrees must be same PASSED Testing 'semi' file close degree PASSED Testing 'strong' file close degree PASSED Testing access permissions PASSED Testing multiple mounts PASSED Testing nested mounts survive PASSED Testing close parent PASSED Testing cutting mount graph PASSED Testing symlinks PASSED All mount tests passed. 0.09 real 0.05 user 0.04 sys Finished testing mount ============================ ============================ Testing flush1 Finished testing flush1 ============================ flush1 Test Log ============================ Testing H5Fflush (part1) PASSED 0.01 real 0.00 user 0.00 sys Finished testing flush1 ============================ ============================ Testing flush2 Finished testing flush2 ============================ flush2 Test Log ============================ Testing H5Fflush (part2 with flush) PASSED Testing H5Fflush (part2 without flush) PASSED Testing H5Fflush (part2 with flush and later addition) PASSED 0.01 real 0.00 user 0.00 sys Finished testing flush2 ============================ ============================ Testing enum Finished testing enum ============================ enum Test Log ============================ Testing named enumeration types PASSED Testing no-conversion datasets PASSED Testing O(1) conversions PASSED Testing O(log N) converions PASSED Testing for non-existing name and value PASSED Testing some functions with enumeration types PASSED All enum tests passed. 0.00 real 0.00 user 0.00 sys Finished testing enum ============================ ============================ Testing set_extent Finished testing set_extent ============================ set_extent Test Log ============================ Testing extend dataset create with fill value PASSED Testing extend dataset create without fill value PASSED Testing extend dataset read with fill value PASSED Testing extend dataset read without fill value PASSED All set_extent tests passed. 0.01 real 0.00 user 0.00 sys Finished testing set_extent ============================ ============================ Testing ttsafe Finished testing ttsafe ============================ ttsafe Test Log ============================ Test skipped because THREADSAFE not enabled 0.00 real 0.00 user 0.00 sys Finished testing ttsafe ============================ ============================ Testing getname Finished testing getname ============================ getname Test Log ============================ Testing H5Iget_name with one group PASSED Testing H5Iget_name with more than one group PASSED Testing H5Iget_name with H5Gopen2 PASSED Testing H5Iget_name with H5Dcreate2 PASSED Testing H5Iget_name with H5Dopen2 PASSED Testing H5Iget_name with a long path PASSED Testing H5Iget_name with H5Tcommit2 PASSED Testing H5Iget_name with H5Topen2 PASSED Testing H5Iget_name with H5Lmove and H5Gopen2 PASSED Testing H5Iget_name with H5Lmove and H5Dopen2 PASSED Testing H5Iget_name with H5Lmove and H5Topen2 PASSED Testing H5Iget_name with H5Lmove and relative names PASSED Testing H5Iget_name with H5Lmove and a long path PASSED Testing H5Iget_name with H5Lmove and a long path #2 PASSED Testing H5Iget_name with H5Ldelete PASSED Testing H5Iget_name with H5Ldelete and a long path PASSED Testing H5Iget_name with H5Ldelete, same names PASSED Testing H5Iget_name with H5Fmount; with IDs on the list PASSED Testing H5Iget_name with H5Fmount; long name PASSED Testing H5Iget_name with H5Funmount PASSED Testing H5Iget_name with a defined type dataset PASSED Testing H5Iget_name with datasets that have two names PASSED Testing H5Iget_name with different files PASSED Testing H5Iget_name with different files #2 PASSED Testing H5Iget_name with a small buffer for name PASSED Testing H5Iget_name with a dynamic buffer for name PASSED Testing H5Iget_name with invalid IDs PASSED Testing H5Iget_name with added names with mounting PASSED Testing H5Iget_name with H5Fclose PASSED Testing H5Iget_name with H5Fmount and H5Ldelete PASSED Testing H5Iget_name with H5Fmount and H5Lmove PASSED Testing H5Iget_name with H5Lcreate_hard PASSED Testing H5Iget_name with H5Lcreate_soft PASSED Testing H5Iget_name with H5Lcreate_soft and move target PASSED Testing H5Iget_name with H5Lcreate_soft and move source PASSED Testing H5Iget_name with H5Lcreate_soft and unlink target PASSED Testing H5Iget_name with H5Lcreate_soft and unlink source PASSED Testing H5Iget_name with several nested mounted files PASSED Testing H5Iget_name and H5Lmove with repeated path components PASSED Testing H5Iget_name with higher mounted file PASSED Testing H5Iget_name with multiple hard links and mounted files PASSED Testing H5Iget_name with mounted files and unlinking PASSED Testing H5Iget_name with mounting already mounted files PASSED Testing H5Iget_name with opening object in unmounted file PASSED Testing getting path to normal dataset in root group PASSED Testing getting path to dataset in /Group1 PASSED Testing getting path to /Group1 PASSED Testing getting path to datatype in /Group1 PASSED Testing getting path to dataset in nested group PASSED Testing getting path to nested group PASSED Testing getting path to dataset created via hard link PASSED Testing getting path to root group PASSED Testing getting path to dataset hidden by a mounted file PASSED Testing getting path to dataset that has been unlinked PASSED Testing H5Rget_name to get name from region reference(hyperslab) PASSED Testing H5Iget_name to get name from region reference(hyperslab) PASSED Testing H5Rget_name to get name from region reference(pnt selec) PASSED Testing H5Iget_name to get name from region reference(pnt selec) PASSED All getname tests passed. 0.04 real 0.02 user 0.01 sys Finished testing getname ============================ ============================ Testing vfd Finished testing vfd ============================ vfd Test Log ============================ Testing SEC2 file driver PASSED Testing CORE file driver PASSED Testing FAMILY file driver PASSED Testing FAMILY file driver backward compatibility PASSED Testing MULTI file driver PASSED Testing Direct I/O file driver -SKIP- All Virtual File Driver tests passed. 0.03 real 0.00 user 0.01 sys Finished testing vfd ============================ ============================ Testing ntypes Finished testing ntypes ============================ ntypes Test Log ============================ Testing atomic datatype PASSED Testing compound datatype PASSED Testing nested compound datatype PASSED Testing compound datatype with array as field PASSED Testing compound datatype with opaque field PASSED Testing enum datatype PASSED Testing array of compound datatype PASSED Testing array of atomic datatype PASSED Testing variable length datatype PASSED Testing variable length string datatype PASSED Testing fixed-length string datatype PASSED Testing reference datatype PASSED Testing dataset region reference PASSED Testing opaque datatype PASSED Testing bitfield datatype PASSED Testing native integer PASSED All native datatype tests passed. 0.07 real 0.04 user 0.02 sys Finished testing ntypes ============================ ============================ Testing dangle Finished testing dangle ============================ dangle Test Log ============================ Testing dangling objects with weak file close: Testing dangling dataset IDs PASSED Testing dangling group IDs PASSED Testing dangling named datatype IDs PASSED Testing dangling named datatype ID used by dataset PASSED Testing dangling attribute IDs PASSED Testing dangling objects with semi file close: Testing dangling dataset IDs PASSED Testing dangling group IDs PASSED Testing dangling named datatype IDs PASSED Testing dangling named datatype ID used by dataset PASSED Testing dangling attribute IDs PASSED Testing dangling objects with strong file close: Testing dangling dataset IDs PASSED Testing dangling group IDs PASSED Testing dangling named datatype IDs PASSED Testing dangling named datatype ID used by dataset PASSED Testing dangling attribute IDs PASSED All dangling ID tests passed. 0.08 real 0.06 user 0.01 sys Finished testing dangle ============================ ============================ Testing dtransform Finished testing dtransform ============================ dtransform Test Log ============================ Testing Intializing test... PASSED Testing H5Pget_data_transform (get before set) PASSED Testing H5Pset_data_transform (set with NULL transform) PASSED Testing H5Pset_data_transform (set with invalid transform 1) PASSED Testing H5Pset_data_transform (set with invalid transform 2) PASSED Testing H5Pset_data_transform (set with invalid transform 3) PASSED Testing H5Pset_data_transform (set with invalid transform 4) PASSED Testing H5Pset_data_transform (set with invalid transform 5) PASSED Testing H5Pset_data_transform (set with invalid transform 6) PASSED Testing H5Pset_data_transform (set with invalid transform 7) PASSED Testing H5Pset_data_transform (set with invalid transform 8) PASSED Testing contiguous, no data type conversion (char->char) PASSED Testing contiguous, no data type conversion (uchar->uchar) PASSED Testing contiguous, no data type conversion (schar->schar) PASSED Testing contiguous, with type conversion (float->schar) PASSED Testing contiguous, no data type conversion (short->short) PASSED Testing contiguous, with type conversion (float->short) PASSED Testing contiguous, no data type conversion (ushort->ushort) PASSED Testing contiguous, no data type conversion (int->int) PASSED Testing contiguous, with type conversion (float->int) PASSED Testing contiguous, no data type conversion (uint->uint) PASSED Testing contiguous, no data type conversion (long->long) PASSED Testing contiguous, with type conversion (float->long) PASSED Testing contiguous, no data type conversion (ulong->ulong) PASSED Testing contiguous, no data type conversion (llong->llong) PASSED Testing contiguous, with type conversion (float->llong) PASSED Testing contiguous, no data type conversion (ullong->ullong) PASSED Testing contiguous, no data type conversion (float->float) PASSED Testing contiguous, with type conversion (float->float) PASSED Testing contiguous, no data type conversion (double->double) PASSED Testing contiguous, with type conversion (float->double) PASSED Testing contiguous, no data type conversion (ldouble->ldouble) PASSED Testing contiguous, with type conversion (float->ldouble) PASSED Testing chunked, no data type conversion (char->char) PASSED Testing chunked, no data type conversion (uchar->uchar) PASSED Testing chunked, no data type conversion (schar->schar) PASSED Testing chunked, with type conversion (float->schar) PASSED Testing chunked, no data type conversion (short->short) PASSED Testing chunked, with type conversion (float->short) PASSED Testing chunked, no data type conversion (ushort->ushort) PASSED Testing chunked, no data type conversion (int->int) PASSED Testing chunked, with type conversion (float->int) PASSED Testing chunked, no data type conversion (uint->uint) PASSED Testing chunked, no data type conversion (long->long) PASSED Testing chunked, with type conversion (float->long) PASSED Testing chunked, no data type conversion (ulong->ulong) PASSED Testing chunked, no data type conversion (llong->llong) PASSED Testing chunked, with type conversion (float->llong) PASSED Testing chunked, no data type conversion (ullong->ullong) PASSED Testing chunked, no data type conversion (float->float) PASSED Testing chunked, with type conversion (float->float) PASSED Testing chunked, no data type conversion (double->double) PASSED Testing chunked, with type conversion (float->double) PASSED Testing chunked, no data type conversion (ldouble->ldouble) PASSED Testing chunked, with type conversion (float->ldouble) PASSED Testing data transform, linear transform w/ copied property PASSED Testing data transform, polynomial transform w/ copied property PASSED Testing data transform, trivial transform, without type conversion PASSED Testing data transform, trivial transform, with type conversion PASSED Testing data transform, polynomial transform (int->float) PASSED Testing data transform, polynomial transform (float->int) PASSED Testing H5Pget_data_transform PASSED Testing data transform, read after reseting of transform property PASSED Testing H5Pget_data_transform, after resetting transform property PASSED 0.01 real 0.00 user 0.00 sys Finished testing dtransform ============================ ============================ Testing reserved Finished testing reserved ============================ reserved Test Log ============================ -SKIP- 0.00 real 0.00 user 0.00 sys Finished testing reserved ============================ ============================ Testing cross_read Finished testing cross_read ============================ cross_read Test Log ============================ Testing reading data created on OpenVMS PASSED Testing reading data created on Linux PASSED Testing reading data created on Solaris PASSED All data type tests passed. 0.04 real 0.00 user 0.00 sys Finished testing cross_read ============================ ============================ Testing btree2 Finished testing btree2 ============================ btree2 Test Log ============================ Testing B-tree creation PASSED Testing B-tree insert: several records PASSED Testing B-tree insert: split root PASSED Testing B-tree insert: redistribute 2 leaves in level 1 B-tree (l->r) PASSED Testing B-tree insert: redistribute 2 leaves in level 1 B-tree (r->l) PASSED Testing B-tree insert: split side leaf into 2 leaves in level 1 B-tree (l->r) PASSED Testing B-tree insert: split side leaf into 2 leaves in level 1 B-tree (r->l) PASSED Testing B-tree insert: redistribute 3 leaves in level 1 B-tree PASSED Testing B-tree insert: split middle leaf into 2 leaves in level 1 B-tree PASSED Testing B-tree insert: make level 2 B-tree PASSED Testing B-tree insert: redistrib right-most leaf in level 2 B-tree PASSED Testing B-tree insert: redistrib left-most leaf in level 2 B-tree PASSED Testing B-tree insert: redistrib middle leaf in level 2 B-tree PASSED Testing B-tree insert: split right-most leaf in level 2 B-tree PASSED Testing B-tree insert: split left-most leaf in level 2 B-tree PASSED Testing B-tree insert: split middle leaf in level 2 B-tree PASSED Testing B-tree insert: redist. 2 internal (r->l) in level 2 B-tree PASSED Testing B-tree insert: redist. 2 internal (l->r) in level 2 B-tree PASSED Testing B-tree insert: split side internal node to 2 in level 2 B-tree (r->l) PASSED Testing B-tree insert: split side internal node to 2 in level 2 B-tree (l->2) PASSED Testing B-tree insert: redistrib 3 internals in level 2 B-tree PASSED Testing B-tree insert: split 3 internals to 4 in level 2 B-tree PASSED Testing B-tree insert: create random level 4 B-tree PASSED Testing B-tree insert: attempt duplicate record in level 4 B-tree PASSED Testing B-tree remove: record from empty B-tree PASSED Testing B-tree remove: non-existant record from 1 record B-tree PASSED Testing B-tree remove: existant record from 1 record B-tree PASSED Testing B-tree remove: adding records to B-tree after removal PASSED Testing B-tree remove: non-existant record from level-0 B-tree PASSED Testing B-tree remove: mult. existant records from level-0 B-tree PASSED Testing B-tree remove: non-existant record from level-1 B-tree PASSED Testing B-tree remove: record from right leaf of level-1 B-tree PASSED Testing B-tree remove: record from left leaf of level-1 B-tree PASSED Testing B-tree remove: record from middle leaf of level-1 B-tree PASSED Testing B-tree remove: redistribute 2 leaves in level-1 B-tree (r->l) PASSED Testing B-tree remove: redistribute 2 leaves in level-1 B-tree (l->r) PASSED Testing B-tree remove: redistribute 3 leaves in level-1 B-tree PASSED Testing B-tree remove: merge 2 leaves to 1 in level-1 B-tree (r->l) PASSED Testing B-tree remove: merge 2 leaves to 1 in level-1 B-tree (l->r) PASSED Testing B-tree remove: merge 3 leaves to 2 in level-1 B-tree PASSED Testing B-tree remove: promote from right leaf of level-1 B-tree PASSED Testing B-tree remove: promote from left leaf of level-1 B-tree PASSED Testing B-tree remove: promote from middle leaf of level-1 B-tree PASSED Testing B-tree remove: promote from leaf of level-1 B-tree w/2 node redistrib PASSED Testing B-tree remove: promote from leaf of level-1 B-tree w/3 node redistrib PASSED Testing B-tree remove: promote from leaf of level-1 B-tree w/2->1 merge PASSED Testing B-tree remove: promote from leaf of level-1 B-tree w/3->2 merge PASSED Testing B-tree remove: collapse level-1 B-tree back to level-0 PASSED Testing B-tree remove: promote from right internal of level-2 B-tree PASSED Testing B-tree remove: promote from left internal of level-2 B-tree PASSED Testing B-tree remove: promote from middle internal of level-2 B-tree PASSED Testing B-tree remove: promote record from root of level-2 B-tree PASSED Testing B-tree remove: promote from right internal of level-2 B-tree w/redistrib PASSED Testing B-tree remove: promote from left internal of level-2 B-tree w/redistrib PASSED Testing B-tree remove: promote from right internal of level-2 B-tree w/merge PASSED Testing B-tree remove: promote from middle internal of level-2 B-tree w/merge PASSED Testing B-tree remove: merge 2 internal nodes to 1 in level-2 B-tree (l->r) PASSED Testing B-tree remove: merge 2 internal nodes to 1 in level-2 B-tree (r->l) PASSED Testing B-tree remove: merge 3 internal nodes to 2 in level-2 B-tree PASSED Testing B-tree remove: collapse level-2 B-tree back to level-1 (r->l) PASSED Testing B-tree remove: create random level 4 B-tree and delete all records in random order PASSED Testing B-tree remove: create random level 4 B-tree and delete all records by index, in random order PASSED Testing B-tree remove: create random level 4 B-tree and delete all records by index, in increasing order PASSED Testing B-tree remove: create random level 4 B-tree and delete all records by index, in decreasing order PASSED Testing B-tree find: nearest neighbor less than a value PASSED Testing B-tree find: nearest neighbor greater than a value PASSED Testing B-tree delete: delete empty B-tree PASSED Testing B-tree delete: delete level-0 B-tree PASSED Testing B-tree delete: delete level-1 B-tree PASSED Testing B-tree delete: delete level-2 B-tree PASSED Testing B-tree modify: attempt to modify non-existant record PASSED Testing B-tree modify: modify record in leaf node PASSED Testing B-tree modify: modify record in internal node PASSED Testing B-tree modify: modify record in root node PASSED All v2 B-tree tests passed. 35.72 real 21.39 user 13.26 sys Finished testing btree2 ============================ ============================ Testing fheap Finished testing fheap ============================ fheap Test Log ============================ Testing with normal parameters Testing fractal heap creation PASSED Testing query heap creation parameters PASSED Testing create, close & reopen fractal heap PASSED Testing open fractal heap twice PASSED Testing deleting open fractal heap PASSED Testing limits of heap ID lengths PASSED Testing creating heaps with I/O filters PASSED Testing querying heap statistics PASSED Bulk-filling blocks w/large objects Testing inserting 'weird' sized objects into absolute heap PASSED Testing inserting objects to create first direct block in recursive indirect blocks five levels deep PASSED Testing removing bad heap IDs from absolute heap PASSED Testing removing single object from absolute heap PASSED Testing removing two objects from absolute heap PASSED Testing removing single larger object from absolute heap PASSED Testing removing two larger objects from absolute heap (forward) PASSED Testing removing two larger objects from absolute heap (reverse) PASSED Testing removing three larger objects from absolute heap (forward) PASSED Testing removing three larger objects from absolute heap (reverse) PASSED Testing removing all objects from root direct block of absolute heap (all - forward) PASSED Testing removing all objects from two direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - forward) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - forward) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - forward) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - forward) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - forward) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - forward) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing removing all objects from root direct block of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from two direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first row of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (half, refill, all - forward) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (half, refill, all - forward) PASSED Testing inserting object that is too large for starting block, then remove all objects (half, refill, all - forward) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (half, refill, all - forward) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (half, refill, all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing removing all objects from root direct block of absolute heap (all - reverse) PASSED Testing removing all objects from two direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - reverse) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - reverse) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - reverse) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - reverse) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - reverse) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - reverse) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing removing all objects from root direct block of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from two direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first row of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (half, refill, all - reverse) PASSED Testing inserting object that is too large for starting block, then remove all objects (half, refill, all - reverse) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (half, refill, all - reverse) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (half, refill, all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing removing all objects from root direct block of absolute heap (all - deleting heap) PASSED Testing removing all objects from two direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - deleting heap) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - deleting heap) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - deleting heap) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - deleting heap) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - deleting heap) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - deleting heap) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Bulk-filling blocks w/single object Testing inserting 'weird' sized objects into absolute heap PASSED Testing inserting objects to create first direct block in recursive indirect blocks five levels deep PASSED Testing removing bad heap IDs from absolute heap PASSED Testing removing single object from absolute heap PASSED Testing removing two objects from absolute heap PASSED Testing removing single larger object from absolute heap PASSED Testing removing two larger objects from absolute heap (forward) PASSED Testing removing two larger objects from absolute heap (reverse) PASSED Testing removing three larger objects from absolute heap (forward) PASSED Testing removing three larger objects from absolute heap (reverse) PASSED Testing removing all objects from root direct block of absolute heap (all - forward) PASSED Testing removing all objects from two direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - forward) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - forward) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - forward) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - forward) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - forward) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - forward) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing removing all objects from root direct block of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from two direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first row of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (half, refill, all - forward) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (half, refill, all - forward) PASSED Testing inserting object that is too large for starting block, then remove all objects (half, refill, all - forward) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (half, refill, all - forward) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (half, refill, all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing removing all objects from root direct block of absolute heap (all - reverse) PASSED Testing removing all objects from two direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - reverse) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - reverse) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - reverse) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - reverse) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - reverse) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - reverse) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing removing all objects from root direct block of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from two direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first row of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (half, refill, all - reverse) PASSED Testing inserting object that is too large for starting block, then remove all objects (half, refill, all - reverse) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (half, refill, all - reverse) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (half, refill, all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing removing all objects from root direct block of absolute heap (all - deleting heap) PASSED Testing removing all objects from two direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - deleting heap) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - deleting heap) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - deleting heap) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - deleting heap) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - deleting heap) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - deleting heap) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Using 'normal' heap ID format for 'huge' objects Testing insert one huge object, then remove (all - forward) PASSED Testing insert two huge objects, then remove (all - forward) PASSED Testing insert three huge objects, then remove (all - forward) PASSED Testing insert mix of normal & huge objects, then remove (all - forward) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - forward) PASSED Testing insert one tiny object, then remove (all - forward) PASSED Testing insert two tiny objects, then remove (all - forward) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - forward) PASSED Testing insert one huge object, then remove (all - reverse) PASSED Testing insert two huge objects, then remove (all - reverse) PASSED Testing insert three huge objects, then remove (all - reverse) PASSED Testing insert mix of normal & huge objects, then remove (all - reverse) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - reverse) PASSED Testing insert one tiny object, then remove (all - reverse) PASSED Testing insert two tiny objects, then remove (all - reverse) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - reverse) PASSED Testing insert one huge object, then remove (all - deleting heap) PASSED Testing insert two huge objects, then remove (all - deleting heap) PASSED Testing insert three huge objects, then remove (all - deleting heap) PASSED Testing insert mix of normal & huge objects, then remove (all - deleting heap) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - deleting heap) PASSED Testing insert one tiny object, then remove (all - deleting heap) PASSED Testing insert two tiny objects, then remove (all - deleting heap) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - deleting heap) PASSED Using 'direct' heap ID format for 'huge' objects Testing insert one huge object, then remove (all - forward) PASSED Testing insert two huge objects, then remove (all - forward) PASSED Testing insert three huge objects, then remove (all - forward) PASSED Testing insert mix of normal & huge objects, then remove (all - forward) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - forward) PASSED Testing insert one tiny object, then remove (all - forward) PASSED Testing insert two tiny objects, then remove (all - forward) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - forward) PASSED Testing insert one huge object, then remove (all - reverse) PASSED Testing insert two huge objects, then remove (all - reverse) PASSED Testing insert three huge objects, then remove (all - reverse) PASSED Testing insert mix of normal & huge objects, then remove (all - reverse) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - reverse) PASSED Testing insert one tiny object, then remove (all - reverse) PASSED Testing insert two tiny objects, then remove (all - reverse) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - reverse) PASSED Testing insert one huge object, then remove (all - deleting heap) PASSED Testing insert two huge objects, then remove (all - deleting heap) PASSED Testing insert three huge objects, then remove (all - deleting heap) PASSED Testing insert mix of normal & huge objects, then remove (all - deleting heap) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - deleting heap) PASSED Testing insert one tiny object, then remove (all - deleting heap) PASSED Testing insert two tiny objects, then remove (all - deleting heap) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - deleting heap) PASSED Using 'direct' heap ID format for 'huge' objects and larger IDs for 'tiny' objects Testing insert one huge object, then remove (all - forward) PASSED Testing insert two huge objects, then remove (all - forward) PASSED Testing insert three huge objects, then remove (all - forward) PASSED Testing insert mix of normal & huge objects, then remove (all - forward) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - forward) PASSED Testing insert one tiny object, then remove (all - forward) PASSED Testing insert two tiny objects, then remove (all - forward) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - forward) PASSED Testing insert one huge object, then remove (all - reverse) PASSED Testing insert two huge objects, then remove (all - reverse) PASSED Testing insert three huge objects, then remove (all - reverse) PASSED Testing insert mix of normal & huge objects, then remove (all - reverse) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - reverse) PASSED Testing insert one tiny object, then remove (all - reverse) PASSED Testing insert two tiny objects, then remove (all - reverse) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - reverse) PASSED Testing insert one huge object, then remove (all - deleting heap) PASSED Testing insert two huge objects, then remove (all - deleting heap) PASSED Testing insert three huge objects, then remove (all - deleting heap) PASSED Testing insert mix of normal & huge objects, then remove (all - deleting heap) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - deleting heap) PASSED Testing insert one tiny object, then remove (all - deleting heap) PASSED Testing insert two tiny objects, then remove (all - deleting heap) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - deleting heap) PASSED Testing insert one 'managed' object into heap with I/O filters, then remove (all - forward) PASSED Testing insert two 'managed' objects into heap with I/O filters, then remove (all - forward) PASSED Testing inserting random-sized objects in heap with compressed blocks, then remove all objects (all - random) PASSED Testing inserting random-sized objects with power of 2 distribution in heap with compressed blocks, then remove all objects (all - random) PASSED Testing insert one 'managed' object into heap with I/O filters, then remove (all - reverse) PASSED Testing insert two 'managed' objects into heap with I/O filters, then remove (all - reverse) PASSED Testing inserting random-sized objects in heap with compressed blocks, then remove all objects (all - random) PASSED Testing inserting random-sized objects with power of 2 distribution in heap with compressed blocks, then remove all objects (all - random) PASSED Testing insert one 'managed' object into heap with I/O filters, then remove (all - deleting heap) PASSED Testing insert two 'managed' objects into heap with I/O filters, then remove (all - deleting heap) PASSED Testing inserting random-sized objects in heap with compressed blocks, then remove all objects (all - deleting heap) PASSED Testing inserting random-sized objects with power of 2 distribution in heap with compressed blocks, then remove all objects (all - deleting heap) PASSED Using 'small' heap creation parameters Testing inserting random-sized objects, then remove all objects (all - random) PASSED Testing inserting random-sized objects with power of 2 distribution, then remove all objects (all - random) PASSED Testing inserting random-sized objects, then remove all objects (all - deleting heap) PASSED Testing inserting random-sized objects with power of 2 distribution, then remove all objects (all - deleting heap) PASSED Using 'large' heap creation parameters Testing inserting random-sized objects, then remove all objects (all - random) PASSED Testing inserting random-sized objects with power of 2 distribution, then remove all objects (all - random) PASSED Testing inserting random-sized objects, then remove all objects (all - deleting heap) PASSED Testing inserting random-sized objects with power of 2 distribution, then remove all objects (all - deleting heap) PASSED Testing writing objects in heap PASSED Testing writing objects in heap with compressed blocks PASSED Testing with reopen heap flag set Testing fractal heap creation PASSED Testing query heap creation parameters PASSED Testing create, close & reopen fractal heap PASSED Testing open fractal heap twice PASSED Testing deleting open fractal heap PASSED Testing limits of heap ID lengths PASSED Testing creating heaps with I/O filters PASSED Testing querying heap statistics PASSED Bulk-filling blocks w/large objects Testing inserting 'weird' sized objects into absolute heap PASSED Testing inserting objects to create first direct block in recursive indirect blocks five levels deep PASSED Testing removing bad heap IDs from absolute heap PASSED Testing removing single object from absolute heap PASSED Testing removing two objects from absolute heap PASSED Testing removing single larger object from absolute heap PASSED Testing removing two larger objects from absolute heap (forward) PASSED Testing removing two larger objects from absolute heap (reverse) PASSED Testing removing three larger objects from absolute heap (forward) PASSED Testing removing three larger objects from absolute heap (reverse) PASSED Testing removing all objects from root direct block of absolute heap (all - forward) PASSED Testing removing all objects from two direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - forward) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - forward) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - forward) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - forward) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - forward) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - forward) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing removing all objects from root direct block of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from two direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first row of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (half, refill, all - forward) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (half, refill, all - forward) PASSED Testing inserting object that is too large for starting block, then remove all objects (half, refill, all - forward) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (half, refill, all - forward) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (half, refill, all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing removing all objects from root direct block of absolute heap (all - reverse) PASSED Testing removing all objects from two direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - reverse) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - reverse) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - reverse) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - reverse) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - reverse) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - reverse) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing removing all objects from root direct block of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from two direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first row of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (half, refill, all - reverse) PASSED Testing inserting object that is too large for starting block, then remove all objects (half, refill, all - reverse) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (half, refill, all - reverse) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (half, refill, all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing removing all objects from root direct block of absolute heap (all - deleting heap) PASSED Testing removing all objects from two direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - deleting heap) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - deleting heap) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - deleting heap) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - deleting heap) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - deleting heap) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - deleting heap) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Bulk-filling blocks w/single object Testing inserting 'weird' sized objects into absolute heap PASSED Testing inserting objects to create first direct block in recursive indirect blocks five levels deep PASSED Testing removing bad heap IDs from absolute heap PASSED Testing removing single object from absolute heap PASSED Testing removing two objects from absolute heap PASSED Testing removing single larger object from absolute heap PASSED Testing removing two larger objects from absolute heap (forward) PASSED Testing removing two larger objects from absolute heap (reverse) PASSED Testing removing three larger objects from absolute heap (forward) PASSED Testing removing three larger objects from absolute heap (reverse) PASSED Testing removing all objects from root direct block of absolute heap (all - forward) PASSED Testing removing all objects from two direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - forward) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - forward) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - forward) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - forward) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - forward) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - forward) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing removing all objects from root direct block of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from two direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first row of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (half, refill, all - forward) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (half, refill, all - forward) PASSED Testing inserting object that is too large for starting block, then remove all objects (half, refill, all - forward) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (half, refill, all - forward) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (half, refill, all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing removing all objects from root direct block of absolute heap (all - reverse) PASSED Testing removing all objects from two direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - reverse) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - reverse) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - reverse) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - reverse) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - reverse) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - reverse) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing removing all objects from root direct block of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from two direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first row of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (half, refill, all - reverse) PASSED Testing inserting object that is too large for starting block, then remove all objects (half, refill, all - reverse) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (half, refill, all - reverse) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (half, refill, all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing removing all objects from root direct block of absolute heap (all - deleting heap) PASSED Testing removing all objects from two direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - deleting heap) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - deleting heap) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - deleting heap) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - deleting heap) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - deleting heap) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - deleting heap) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Using 'normal' heap ID format for 'huge' objects Testing insert one huge object, then remove (all - forward) PASSED Testing insert two huge objects, then remove (all - forward) PASSED Testing insert three huge objects, then remove (all - forward) PASSED Testing insert mix of normal & huge objects, then remove (all - forward) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - forward) PASSED Testing insert one tiny object, then remove (all - forward) PASSED Testing insert two tiny objects, then remove (all - forward) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - forward) PASSED Testing insert one huge object, then remove (all - reverse) PASSED Testing insert two huge objects, then remove (all - reverse) PASSED Testing insert three huge objects, then remove (all - reverse) PASSED Testing insert mix of normal & huge objects, then remove (all - reverse) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - reverse) PASSED Testing insert one tiny object, then remove (all - reverse) PASSED Testing insert two tiny objects, then remove (all - reverse) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - reverse) PASSED Testing insert one huge object, then remove (all - deleting heap) PASSED Testing insert two huge objects, then remove (all - deleting heap) PASSED Testing insert three huge objects, then remove (all - deleting heap) PASSED Testing insert mix of normal & huge objects, then remove (all - deleting heap) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - deleting heap) PASSED Testing insert one tiny object, then remove (all - deleting heap) PASSED Testing insert two tiny objects, then remove (all - deleting heap) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - deleting heap) PASSED Using 'direct' heap ID format for 'huge' objects Testing insert one huge object, then remove (all - forward) PASSED Testing insert two huge objects, then remove (all - forward) PASSED Testing insert three huge objects, then remove (all - forward) PASSED Testing insert mix of normal & huge objects, then remove (all - forward) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - forward) PASSED Testing insert one tiny object, then remove (all - forward) PASSED Testing insert two tiny objects, then remove (all - forward) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - forward) PASSED Testing insert one huge object, then remove (all - reverse) PASSED Testing insert two huge objects, then remove (all - reverse) PASSED Testing insert three huge objects, then remove (all - reverse) PASSED Testing insert mix of normal & huge objects, then remove (all - reverse) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - reverse) PASSED Testing insert one tiny object, then remove (all - reverse) PASSED Testing insert two tiny objects, then remove (all - reverse) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - reverse) PASSED Testing insert one huge object, then remove (all - deleting heap) PASSED Testing insert two huge objects, then remove (all - deleting heap) PASSED Testing insert three huge objects, then remove (all - deleting heap) PASSED Testing insert mix of normal & huge objects, then remove (all - deleting heap) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - deleting heap) PASSED Testing insert one tiny object, then remove (all - deleting heap) PASSED Testing insert two tiny objects, then remove (all - deleting heap) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - deleting heap) PASSED Using 'direct' heap ID format for 'huge' objects and larger IDs for 'tiny' objects Testing insert one huge object, then remove (all - forward) PASSED Testing insert two huge objects, then remove (all - forward) PASSED Testing insert three huge objects, then remove (all - forward) PASSED Testing insert mix of normal & huge objects, then remove (all - forward) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - forward) PASSED Testing insert one tiny object, then remove (all - forward) PASSED Testing insert two tiny objects, then remove (all - forward) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - forward) PASSED Testing insert one huge object, then remove (all - reverse) PASSED Testing insert two huge objects, then remove (all - reverse) PASSED Testing insert three huge objects, then remove (all - reverse) PASSED Testing insert mix of normal & huge objects, then remove (all - reverse) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - reverse) PASSED Testing insert one tiny object, then remove (all - reverse) PASSED Testing insert two tiny objects, then remove (all - reverse) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - reverse) PASSED Testing insert one huge object, then remove (all - deleting heap) PASSED Testing insert two huge objects, then remove (all - deleting heap) PASSED Testing insert three huge objects, then remove (all - deleting heap) PASSED Testing insert mix of normal & huge objects, then remove (all - deleting heap) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - deleting heap) PASSED Testing insert one tiny object, then remove (all - deleting heap) PASSED Testing insert two tiny objects, then remove (all - deleting heap) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - deleting heap) PASSED Testing insert one 'managed' object into heap with I/O filters, then remove (all - forward) PASSED Testing insert two 'managed' objects into heap with I/O filters, then remove (all - forward) PASSED Testing inserting random-sized objects in heap with compressed blocks, then remove all objects (all - random) PASSED Testing inserting random-sized objects with power of 2 distribution in heap with compressed blocks, then remove all objects (all - random) PASSED Testing insert one 'managed' object into heap with I/O filters, then remove (all - reverse) PASSED Testing insert two 'managed' objects into heap with I/O filters, then remove (all - reverse) PASSED Testing inserting random-sized objects in heap with compressed blocks, then remove all objects (all - random) PASSED Testing inserting random-sized objects with power of 2 distribution in heap with compressed blocks, then remove all objects (all - random) PASSED Testing insert one 'managed' object into heap with I/O filters, then remove (all - deleting heap) PASSED Testing insert two 'managed' objects into heap with I/O filters, then remove (all - deleting heap) PASSED Testing inserting random-sized objects in heap with compressed blocks, then remove all objects (all - deleting heap) PASSED Testing inserting random-sized objects with power of 2 distribution in heap with compressed blocks, then remove all objects (all - deleting heap) PASSED Using 'small' heap creation parameters Testing inserting random-sized objects, then remove all objects (all - random) PASSED Testing inserting random-sized objects with power of 2 distribution, then remove all objects (all - random) PASSED Testing inserting random-sized objects, then remove all objects (all - deleting heap) PASSED Testing inserting random-sized objects with power of 2 distribution, then remove all objects (all - deleting heap) PASSED Using 'large' heap creation parameters Testing inserting random-sized objects, then remove all objects (all - random) PASSED Testing inserting random-sized objects with power of 2 distribution, then remove all objects (all - random) PASSED Testing inserting random-sized objects, then remove all objects (all - deleting heap) PASSED Testing inserting random-sized objects with power of 2 distribution, then remove all objects (all - deleting heap) PASSED Testing writing objects in heap PASSED Testing writing objects in heap with compressed blocks PASSED Testing bug1: inserting several objects & removing one, then re-inserting PASSED All fractal heap tests passed. 128.50 real 63.63 user 25.04 sys Finished testing fheap ============================ ============================ Testing testerror.sh Finished testing testerror.sh ============================ testerror.sh Test Log ============================ Testing err_compat PASSED Testing error_test PASSED All Error API tests passed. 0.19 real 0.02 user 0.04 sys Finished testing testerror.sh ============================ ============================ ===Serial tests in test ended Mon Feb 9 18:20:42 EST 2009=== Making check in tools Making check in lib make talign make[3]: `talign' is up to date. make check-TESTS ===Serial tests in lib begin Mon Feb 9 18:20:42 EST 2009=== ============================ Testing talign Finished testing talign ============================ talign Test Log ============================ Testing alignment in compound datatypes PASSED 0.01 real 0.00 user 0.00 sys Finished testing talign ============================ ===Serial tests in lib ended Mon Feb 9 18:20:43 EST 2009=== Making check in h5dump make h5dumpgentest binread testh5dump.sh testh5dumpxml.sh make[3]: `h5dumpgentest' is up to date. make[3]: `binread' is up to date. make[3]: `testh5dump.sh' is up to date. make[3]: `testh5dumpxml.sh' is up to date. make check-TESTS ===Serial tests in h5dump begin Mon Feb 9 18:20:43 EST 2009=== ============================ Testing h5dumpgentest Finished testing h5dumpgentest ============================ h5dumpgentest Test Log ============================ 0.14 real 0.05 user 0.08 sys Finished testing h5dumpgentest ============================ ============================ Testing testh5dump.sh Finished testing testh5dump.sh ============================ testh5dump.sh Test Log ============================ Testing h5dump tgroup.h5 PASSED Testing h5dump --group=/g2 --group / -g /y tgroup.h5 PASSED Testing h5dump tdset.h5 PASSED Testing h5dump -H -d dset1 -d /dset2 --dataset=dset3 tdset.h5 PASSED Testing h5dump tattr.h5 PASSED Testing h5dump -a /attr1 --attribute /attr4 --attribute=/attr5 tattr.h PASSED Testing h5dump --header -a /attr2 --attribute=/attr tattr.h5 PASSED Testing h5dump tnamed_dtype_attr.h5 PASSED Testing h5dump tslink.h5 PASSED Testing h5dump tudlink.h5 PASSED Testing h5dump -l slink2 tslink.h5 PASSED Testing h5dump -l udlink2 tudlink.h5 PASSED Testing h5dump thlink.h5 PASSED Testing h5dump -d /g1/dset2 --dataset /dset1 --dataset=/g1/g1.1/dset3 PASSED Testing h5dump -d /g1/g1.1/dset3 --dataset /g1/dset2 --dataset=/dset1 PASSED Testing h5dump -g /g1 thlink.h5 PASSED Testing h5dump -d /dset1 -g /g2 -d /g1/dset2 thlink.h5 PASSED Testing h5dump tcompound.h5 PASSED Testing h5dump -t /type1 --datatype /type2 --datatype=/group1/type3 tc PASSED Testing h5dump -t /#6632 -g /group2 tcompound.h5 PASSED Testing h5dump tcompound_complex.h5 PASSED Testing h5dump tnestedcomp.h5 PASSED Testing h5dump tall.h5 PASSED Testing h5dump --header -g /g1/g1.1 -a attr2 tall.h5 PASSED Testing h5dump -d /g2/dset2.1 -l /g1/g1.2/g1.2.1/slink tall.h5 PASSED Testing h5dump tloop.h5 PASSED Testing h5dump tstr.h5 PASSED Testing h5dump tstr2.h5 PASSED Testing h5dump tsaf.h5 PASSED Testing h5dump tvldtypes1.h5 PASSED Testing h5dump tvldtypes2.h5 PASSED Testing h5dump tvldtypes3.h5 PASSED Testing h5dump tvldtypes4.h5 PASSED Testing h5dump tvldtypes5.h5 PASSED Testing h5dump tvlstr.h5 PASSED Testing h5dump tarray1.h5 PASSED Testing h5dump tarray2.h5 PASSED Testing h5dump tarray3.h5 PASSED Testing h5dump tarray4.h5 PASSED Testing h5dump tarray5.h5 PASSED Testing h5dump tarray6.h5 PASSED Testing h5dump tarray7.h5 PASSED Testing h5dump tempty.h5 PASSED Testing h5dump tgrp_comments.h5 PASSED Testing h5dump --filedriver=split tsplit_file PASSED Testing h5dump --filedriver=family tfamily%05d.h5 PASSED Testing h5dump --filedriver=multi tmulti PASSED Testing h5dump -w157 tlarge_objname.h5 PASSED Testing h5dump -A tall.h5 PASSED Testing h5dump -A -r tall.h5 PASSED Testing h5dump --dataset=/g1/g1.1/dset1.1.1 --start=1,1 --stride=2,3 - PASSED Testing h5dump -d /g1/g1.1/dset1.1.2[0;2;10;] tall.h5 PASSED Testing h5dump -d /dset1[1,1;;;] tdset.h5 PASSED Testing h5dump -r tchar.h5 PASSED Testing h5dump PASSED Testing h5dump -H -B -d dset tfcontents1.h5 PASSED Testing h5dump -B tfcontents2.h5 PASSED Testing h5dump -p -d bogus tfcontents1.h5 PASSED Testing h5dump -n tfcontents1.h5 PASSED Testing h5dump -H -p -d compact tfilters.h5 PASSED Testing h5dump -H -p -d contiguous tfilters.h5 PASSED Testing h5dump -H -p -d chunked tfilters.h5 PASSED Testing h5dump -H -p -d external tfilters.h5 PASSED Testing h5dump -p tfvalues.h5 PASSED Testing h5dump tattr2.h5 PASSED Testing h5dump -e tstr3.h5 PASSED Testing h5dump tstr3.h5 PASSED Testing h5dump -r -d str4 tstr3.h5 PASSED Testing h5dump taindices.h5 PASSED Testing h5dump -y taindices.h5 PASSED Testing h5dump -d 1d -s 1 -S 10 -c 2 -k 3 taindices.h5 PASSED Testing h5dump -d 2d -s 1,2 -S 3,3 -c 3,2 -k 2,2 taindices.h5 PASSED Testing h5dump -d 3d -s 0,1,2 -S 1,3,3 -c 2,2,2 -k 1,2,2 taindices.h5 PASSED Testing h5dump -d 4d -s 0,0,1,2 -c 2,2,3,2 -S 1,1,3,3 -k 1,1,2,2 taind PASSED Testing h5dump -H -p -d szip tfilters.h5 -SKIP- Testing h5dump -H -p -d deflate tfilters.h5 -SKIP- Testing h5dump -H -p -d shuffle tfilters.h5 PASSED Testing h5dump -H -p -d fletcher32 tfilters.h5 PASSED Testing h5dump -H -p -d nbit tfilters.h5 PASSED Testing h5dump -H -p -d scaleoffset tfilters.h5 PASSED Testing h5dump -H -p -d all tfilters.h5 -SKIP- Testing h5dump -H -p -d myfilter tfilters.h5 PASSED Testing h5dump tlonglinks.h5 PASSED Testing h5dump -d dset4gb -s 4294967284 -c 22 tbigdims.h5 PASSED Testing h5dump thyperslab.h5 PASSED Testing h5dump tnullspace.h5 PASSED Testing h5dump tvms.h5 PASSED Testing h5dump -d integer -o /Users/edo/Downloads/hdf5-1.8.1/tools/h5d PASSED Testing h5dump -d float -o /Users/edo/Downloads/hdf5-1.8.1/tools/h5dum PASSED Testing h5dump -d integer -o /Users/edo/Downloads/hdf5-1.8.1/tools/h5d PASSED Running h5import /Users/edo/Downloads/hdf5-1.8.1/tools/h5dump/../test PASSED Running h5diff tbinary.h5 /Users/edo/Downloads/hdf5-1.8.1/tools/h5dum PASSED Testing h5dump -d double -o /Users/edo/Downloads/hdf5-1.8.1/tools/h5du PASSED Testing h5dump tdatareg.h5 PASSED Testing h5dump --group=1 --sort_by=creation_order --sort_order=ascendi PASSED Testing h5dump --group=1 --sort_by=creation_order --sort_order=descend PASSED Testing h5dump -g 2 -q name -z ascending tordergr.h5 PASSED Testing h5dump -g 2 -q name -z descending tordergr.h5 PASSED Testing h5dump -q creation_order tordergr.h5 PASSED Testing h5dump -H --sort_by=name --sort_order=ascending torderattr.h5 PASSED Testing h5dump -H --sort_by=name --sort_order=descending torderattr.h5 PASSED Testing h5dump -H --sort_by=creation_order --sort_order=ascending tord PASSED Testing h5dump -H --sort_by=creation_order --sort_order=descending tor PASSED Testing h5dump -m %.7f tfpformat.h5 PASSED All h5dump tests passed. 3.22 real 0.88 user 1.73 sys Finished testing testh5dump.sh ============================ ============================ ============================ Testing testh5dumpxml.sh Finished testing testh5dumpxml.sh ============================ testh5dumpxml.sh Test Log ============================ Testing h5dump --xml tall.h5 PASSED Testing h5dump --xml tattr.h5 PASSED Testing h5dump --xml tbitfields.h5 PASSED Testing h5dump --xml tcompound.h5 PASSED Testing h5dump --xml tcompound2.h5 PASSED Testing h5dump --xml tdatareg.h5 PASSED Testing h5dump --xml tdset.h5 PASSED Testing h5dump --xml tdset2.h5 PASSED Testing h5dump --xml tenum.h5 PASSED Testing h5dump --xml tgroup.h5 PASSED Testing h5dump --xml thlink.h5 PASSED Testing h5dump --xml tloop.h5 PASSED Testing h5dump --xml tloop2.h5 PASSED Testing h5dump --xml tmany.h5 PASSED Testing h5dump --xml tnestedcomp.h5 PASSED Testing h5dump --xml tcompound_complex.h5 PASSED Testing h5dump --xml tobjref.h5 PASSED Testing h5dump --xml topaque.h5 PASSED Testing h5dump --xml tslink.h5 PASSED Testing h5dump --xml tudlink.h5 PASSED Testing h5dump --xml textlink.h5 PASSED Testing h5dump --xml tstr.h5 PASSED Testing h5dump --xml tstr2.h5 PASSED Testing h5dump --xml tref.h5 PASSED Testing h5dump --xml tname-amp.h5 PASSED Testing h5dump --xml tname-apos.h5 PASSED Testing h5dump --xml tname-gt.h5 PASSED Testing h5dump --xml tname-lt.h5 PASSED Testing h5dump --xml tname-quot.h5 PASSED Testing h5dump --xml tname-sp.h5 PASSED Testing h5dump --xml tstring.h5 PASSED Testing h5dump --xml tstring-at.h5 PASSED Testing h5dump --xml tref-escapes.h5 PASSED Testing h5dump --xml tref-escapes-at.h5 PASSED Testing h5dump --xml tnodata.h5 PASSED Testing h5dump --xml tarray1.h5 PASSED Testing h5dump --xml tarray2.h5 PASSED Testing h5dump --xml tarray3.h5 PASSED Testing h5dump --xml tarray6.h5 PASSED Testing h5dump --xml tarray7.h5 PASSED Testing h5dump --xml tvldtypes1.h5 PASSED Testing h5dump --xml tvldtypes2.h5 PASSED Testing h5dump --xml tvldtypes3.h5 PASSED Testing h5dump --xml tvldtypes4.h5 PASSED Testing h5dump --xml tvldtypes5.h5 PASSED Testing h5dump --xml tvlstr.h5 PASSED Testing h5dump --xml tsaf.h5 PASSED Testing h5dump --xml tempty.h5 PASSED Testing h5dump --xml tnamed_dtype_attr.h5 PASSED Testing h5dump --xml --use-dtd tempty.h5 PASSED Testing h5dump --xml -u tempty.h5 PASSED Testing h5dump --xml -X : tempty.h5 PASSED Testing h5dump --xml --xml-ns=: tempty.h5 PASSED Testing h5dump --xml -X thing: tempty.h5 PASSED Testing h5dump --xml --xml-ns=thing: tempty.h5 PASSED Testing h5dump --xml --xml-ns=: --xml-dtd=http://somewhere.net tempty. PASSED Testing h5dump --xml --use-dtd --xml-dtd=http://somewhere.net tempty.h PASSED Testing h5dump --xml -A tall.h5 PASSED Testing h5dump --xml -H --sort_by=name --sort_order=ascending torderat PASSED Testing h5dump --xml -H --sort_by=name --sort_order=descending tordera PASSED Testing h5dump --xml -H --sort_by=creation_order --sort_order=ascendin PASSED Testing h5dump --xml -H --sort_by=creation_order --sort_order=descendi PASSED All h5dump tests passed. 1.61 real 0.47 user 1.08 sys Finished testing testh5dumpxml.sh ============================ ============================ ===Serial tests in h5dump ended Mon Feb 9 18:20:48 EST 2009=== Making check in h5diff make h5diffgentest ./testh5diff.sh make[3]: `h5diffgentest' is up to date. make[3]: Nothing to be done for `testh5diff.sh'. make check-TESTS ===Serial tests in h5diff begin Mon Feb 9 18:20:48 EST 2009=== ============================ Testing h5diffgentest Finished testing h5diffgentest ============================ h5diffgentest Test Log ============================ 0.23 real 0.20 user 0.02 sys Finished testing h5diffgentest ============================ ============================ Testing testh5diff.sh Finished testing testh5diff.sh ============================ testh5diff.sh Test Log ============================ Testing h5diff -h PASSED Testing h5diff h5diff_basic1.h5 h5diff_basic2.h5 PASSED Testing h5diff h5diff_basic1.h5 h5diff_basic2.h5 g1/dset1 g1/dset2 PASSED Testing h5diff -r h5diff_basic1.h5 h5diff_basic2.h5 PASSED Testing h5diff -r h5diff_basic1.h5 h5diff_basic2.h5 g1/dset1 g1/dset2 PASSED Testing h5diff --report --delta=5 h5diff_basic1.h5 h5diff_basic2.h5 g1 PASSED Testing h5diff -v -p 0.02 h5diff_basic1.h5 h5diff_basic1.h5 g1/dset5 g PASSED Testing h5diff --verbose --relative=0.02 h5diff_basic1.h5 h5diff_basic PASSED Testing h5diff -v -p 0.02 h5diff_basic1.h5 h5diff_basic1.h5 g1/dset9 g PASSED Testing h5diff -v h5diff_basic1.h5 h5diff_basic2.h5 PASSED Testing h5diff -q h5diff_basic1.h5 h5diff_basic2.h5 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 dset g1 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 dset l1 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 dset t1 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 g1 g1 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 t1 t1 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 l1 l1 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 g1 g2 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 t1 t2 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 l1 l2 PASSED Testing h5diff -v h5diff_dtypes.h5 h5diff_dtypes.h5 dset0a dset0b PASSED Testing h5diff -v h5diff_dtypes.h5 h5diff_dtypes.h5 dset1a dset1b PASSED Testing h5diff -v h5diff_dtypes.h5 h5diff_dtypes.h5 dset2a dset2b PASSED Testing h5diff -v h5diff_dtypes.h5 h5diff_dtypes.h5 dset3a dset4b PASSED Testing h5diff -v h5diff_dtypes.h5 h5diff_dtypes.h5 dset4a dset4b PASSED Testing h5diff -v h5diff_dtypes.h5 h5diff_dtypes.h5 dset5a dset5b PASSED Testing h5diff -v h5diff_dtypes.h5 h5diff_dtypes.h5 dset6a dset6b PASSED Testing h5diff -v h5diff_dtypes.h5 h5diff_dtypes.h5 dset7a dset7b PASSED Testing h5diff -v h5diff_dset1.h5 h5diff_dset2.h5 refreg PASSED Testing h5diff h5diff_basic1.h5 PASSED Testing h5diff -d h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset4 PASSED Testing h5diff -d -4 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dse PASSED Testing h5diff -d 0 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -d u h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -d 0x1 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/ds PASSED Testing h5diff -d 1 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -d 1 -d 2 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1 PASSED Testing h5diff -d 200 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/ds PASSED Testing h5diff -d 1 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -r -p h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dse PASSED Testing h5diff -p -4 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dse PASSED Testing h5diff -p 0 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -p u h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -p 0x1 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/ds PASSED Testing h5diff -p 0.21 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/d PASSED Testing h5diff -p 0.21 -p 0.22 h5diff_basic1.h5 h5diff_basic2.h5 g1/ds PASSED Testing h5diff -p 2 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -p 0.005 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/ PASSED Testing h5diff -n h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset4 PASSED Testing h5diff -n -4 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dse PASSED Testing h5diff -n 0 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -n u h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -n 0x1 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/ds PASSED Testing h5diff -n 2 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -n 2 -n 3 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1 PASSED Testing h5diff --count=200 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 PASSED Testing h5diff -n 1 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff file1.h6 file2.h6 PASSED Testing h5diff -v h5diff_attr1.h5 h5diff_attr2.h5 PASSED Testing h5diff -v h5diff_dset1.h5 h5diff_dset2.h5 PASSED Testing h5diff -v h5diff_basic2.h5 h5diff_basic2.h5 PASSED Testing h5diff -v h5diff_hyper1.h5 h5diff_hyper2.h5 PASSED Testing h5diff -v h5diff_basic1.h5 h5diff_basic1.h5 g1/d1 g1/d2 PASSED Testing h5diff -v h5diff_basic1.h5 h5diff_basic1.h5 g1/fp1 g1/fp2 PASSED All h5diff tests passed. 7.13 real 4.57 user 2.24 sys Finished testing testh5diff.sh ============================ ============================ ===Serial tests in h5diff ended Mon Feb 9 18:20:55 EST 2009=== Making check in h5ls make ./testh5ls.sh make[3]: Nothing to be done for `testh5ls.sh'. make check-TESTS ===Serial tests in h5ls begin Mon Feb 9 18:20:55 EST 2009=== ============================ Testing testh5ls.sh Finished testing testh5ls.sh ============================ testh5ls.sh Test Log ============================ Testing h5ls -w80 -h PASSED Testing h5ls -w80 -help PASSED Testing h5ls -w80 -? PASSED Testing h5ls -w80 tall.h5 PASSED Testing h5ls -w80 -r -d tall.h5 PASSED Testing h5ls -w80 tgroup.h5 PASSED Testing h5ls -w80 -r -g tgroup.h5 PASSED Testing h5ls -w80 -g tgroup.h5/g1 PASSED Testing h5ls -w80 -r -d tdset.h5 PASSED Testing h5ls -w80 -r tslink.h5 PASSED Testing h5ls -w80 -r textlink.h5 PASSED Testing h5ls -w80 -r tudlink.h5 PASSED Testing h5ls -w80 thlink.h5 PASSED Testing h5ls -w80 -r -d tcompound.h5 PASSED Testing h5ls -w80 -r -d tnestedcomp.h5 PASSED Testing h5ls -w80 -r -d tloop.h5 PASSED Testing h5ls -w80 -r -d tstr.h5 PASSED Testing h5ls -w80 -r -d tsaf.h5 PASSED Testing h5ls -w80 -r -d tvldtypes1.h5 PASSED Testing h5ls -w80 -r -d tarray1.h5 PASSED Testing h5ls -w80 -d tempty.h5 PASSED Testing h5ls -w80 -v -S tattr2.h5 PASSED Testing h5ls nosuchfile.h5 PASSED All h5ls tests passed. 0.65 real 0.16 user 0.36 sys Finished testing testh5ls.sh ============================ ============================ ===Serial tests in h5ls ended Mon Feb 9 18:20:56 EST 2009=== Making check in misc make h5repart_gentest repart_test testh5repart.sh ./testh5mkgrp.sh make[3]: `h5repart_gentest' is up to date. make[3]: `repart_test' is up to date. make[3]: `testh5repart.sh' is up to date. make[3]: Nothing to be done for `testh5mkgrp.sh'. make check-TESTS ===Serial tests in misc begin Mon Feb 9 18:20:56 EST 2009=== ============================ Testing h5repart_gentest Finished testing h5repart_gentest ============================ h5repart_gentest Test Log ============================ PASSED 0.00 real 0.00 user 0.00 sys Finished testing h5repart_gentest ============================ ============================ Testing testh5repart.sh Finished testing testh5repart.sh ============================ testh5repart.sh Test Log ============================ Testing h5repart -m 20000 family_file%05d.h5 /Users/edo/Downloads/hdf5 PASSED Testing h5repart -m 5k family_file%05d.h5 /Users/edo/Downloads/hdf5-1. PASSED Testing h5repart -m 20000 -family_to_sec2 family_file%05d.h5 /Users/ed PASSED Testing repart_test PASSED All h5repart tests passed. 0.07 real 0.02 user 0.05 sys Finished testing testh5repart.sh ============================ ============================ ============================ Testing testh5mkgrp.sh Finished testing testh5mkgrp.sh ============================ testh5mkgrp.sh Test Log ============================ Testing h5mkgrp -h ../testfiles/h5mkgrp_help.h5 PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_help.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_help.h5 Testing h5mkgrp -V ../testfiles/h5mkgrp_version.h5 PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_version.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_version.h5 Testing h5mkgrp ../testfiles/h5mkgrp_single.h5 single PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_single.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_single.h5 Testing h5mkgrp -v ../testfiles/h5mkgrp_single.h5 single PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_single.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_single.h5 Testing h5mkgrp -p ../testfiles/h5mkgrp_single.h5 single PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_single.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_single.h5 Testing h5mkgrp -l ../testfiles/h5mkgrp_single_latest.h5 latest PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_single_latest.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_single_latest.h5 Testing h5mkgrp ../testfiles/h5mkgrp_several.h5 one two PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_several.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_several.h5 Testing h5mkgrp -v ../testfiles/h5mkgrp_several.h5 one two PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_several.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_several.h5 Testing h5mkgrp -p ../testfiles/h5mkgrp_several.h5 one two PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_several.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_several.h5 Testing h5mkgrp -l ../testfiles/h5mkgrp_several_latest.h5 one two PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_several_latest.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_several_latest.h5 Testing h5mkgrp -p ../testfiles/h5mkgrp_nested.h5 /one/two PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_nested.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_nested.h5 Testing h5mkgrp -lp ../testfiles/h5mkgrp_nested_latest.h5 /one/two PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_nested_latest.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_nested_latest.h5 Testing h5mkgrp -p ../testfiles/h5mkgrp_nested_mult.h5 /one/two /three PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_nested_mult.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_nested_mult.h5 Testing h5mkgrp -lp ../testfiles/h5mkgrp_nested_mult_latest.h5 /one/tw PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_nested_mult_latest. PASSED FILEOUT= ../testfiles/h5mkgrp_nested_mult_latest.h5 All h5mkgrp tests passed. 0.53 real 0.16 user 0.41 sys Finished testing testh5mkgrp.sh ============================ ============================ ===Serial tests in misc ended Mon Feb 9 18:20:57 EST 2009=== Making check in h5import make h5importtest make[3]: `h5importtest' is up to date. make check-TESTS ===Serial tests in h5import begin Mon Feb 9 18:20:57 EST 2009=== ============================ Testing h5importtest Finished testing h5importtest ============================ h5importtest Test Log ============================ 0.00 real 0.00 user 0.00 sys Finished testing h5importtest ============================ ============================ Testing h5importtestutil.sh Finished testing h5importtestutil.sh ============================ h5importtestutil.sh Test Log ============================ ============================== H5IMPORT tests started ============================== Testing ASCII I32 rank 3 - Output BE PASSED Testing ASCII I16 rank 3 - Output LE - CHUNKED - extended PASSED Testing ASCII I8 - rank 3 - Output I16 LE-Chunked+Extended+Compressed PASSED Testing ASCII UI32 - rank 3 - Output BE PASSED Testing ASCII UI16 - rank 2 - Output LE+Chunked+Compressed PASSED Testing ASCII F32 - rank 3 - Output LE PASSED Testing ASCII F64 - rank 3 - Output BE + CHUNKED+Extended+Compressed PASSED Testing BINARY F64 - rank 3 - Output LE+CHUNKED+Extended+Compressed PASSED Testing BINARY I16 - rank 3 - Output order LE + CHUNKED + extended PASSED Testing BINARY I8 - rank 3 - Output I16LE + Chunked+Extended+Compresse PASSED Testing BINARY I32 - rank 3 - Output BE + CHUNKED PASSED Testing BINARY UI16 - rank 3 - Output byte BE + CHUNKED PASSED Testing BINARY UI32 - rank 3 - Output LE + CHUNKED PASSED Testing STR PASSED ====================================== H5IMPORT Utilities tests have passed. ====================================== 0.57 real 0.13 user 0.27 sys Finished testing h5importtestutil.sh ============================ ============================ ===Serial tests in h5import ended Mon Feb 9 18:20:58 EST 2009=== Making check in h5repack make h5repacktst h5repack.sh make[3]: `h5repacktst' is up to date. make[3]: `h5repack.sh' is up to date. make check-TESTS ===Serial tests in h5repack begin Mon Feb 9 18:20:58 EST 2009=== ============================ Testing h5repacktst Finished testing h5repacktst ============================ h5repacktst Test Log ============================ Testing h5repack: Testing generating datasets PASSED Testing copy of datasets (fill values) PASSED Testing copy of datasets (all datatypes) PASSED Testing copy of datasets (attributes) PASSED Testing copy of datasets (hardlinks) PASSED Testing copy of allocation early file PASSED Testing adding deflate filter -SKIP- Testing adding deflate filter to all -SKIP- Testing adding szip filter -SKIP- Testing adding szip filter to all -SKIP- Testing addding shuffle filter PASSED Testing addding shuffle filter to all PASSED Testing adding checksum filter PASSED Testing adding checksum filter to all PASSED Testing filter queue fletcher, shuffle, deflate, szip PASSED Testing adding layout chunked PASSED Testing adding layout chunked to all PASSED Testing adding layout contiguous PASSED Testing adding layout contiguous to all PASSED Testing adding layout compact PASSED Testing adding layout compact to all PASSED Testing layout compact to contiguous conversion PASSED Testing layout compact to chunk conversion PASSED Testing layout compact to compact conversion PASSED Testing layout contiguous to compact conversion PASSED Testing layout contiguous to chunk conversion PASSED Testing layout contiguous to contiguous conversion PASSED Testing layout chunked to compact conversion PASSED Testing layout chunked to contiguous conversion PASSED Testing layout chunked to chunk conversion PASSED Testing copy of szip filter -SKIP- Testing removing szip filter -SKIP- Testing copy of deflate filter -SKIP- Testing removing deflate filter -SKIP- Testing copy of shuffle filter PASSED Testing removing shuffle filter PASSED Testing copy of fletcher filter PASSED Testing removing fletcher filter PASSED Testing copy of nbit filter PASSED Testing removing nbit filter PASSED Testing adding nbit filter PASSED Testing copy of scaleoffset filter PASSED Testing removing scaleoffset filter PASSED Testing adding scaleoffset filter PASSED Testing filter conversion from deflate to szip -SKIP- Testing filter conversion from szip to deflate -SKIP- Testing removing all filters -SKIP- Testing big file PASSED Testing external datasets PASSED Testing file with userblock PASSED Testing latest file format options PASSED Testing several global filters -SKIP- All h5repack tests passed. 1.75 real 1.50 user 0.19 sys Finished testing h5repacktst ============================ ============================ Testing h5repack.sh Finished testing h5repack.sh ============================ h5repack.sh Test Log ============================ Testing h5repack h5repack_fill.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_fill.h5 /Users/edo/Dow PASSED Testing h5repack h5repack_objs.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_objs.h5 /Users/edo/Dow PASSED Testing h5repack h5repack_attr.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_attr.h5 /Users/edo/Dow PASSED Testing h5repack h5repack_hlink.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_hlink.h5 /Users/edo/Do PASSED Testing h5repack h5repack_layout.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_early.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_early.h5 /Users/edo/Do PASSED Testing h5repack h5repack_layout.h5 -f dset1:GZIP=1 -l dset1:CHUNK=20x -SKIP- Testing h5repack h5repack_layout.h5 -f GZIP=1 -SKIP- Testing h5repack h5repack_layout.h5 -f dset2:SZIP=8,EC -l dset2:CHUNK= -SKIP- Testing h5repack h5repack_layout.h5 -f SZIP=8,NN -SKIP- Testing h5repack h5repack_layout.h5 -f dset2:SHUF -l dset2:CHUNK=20x10 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -f SHUF PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -f dset2:FLET -l dset2:CHUNK=20x10 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -f FLET PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -f dset2:SHUF -f dset2:FLET -f dse -SKIP- Testing h5repack h5repack_szip.h5 -SKIP- Testing h5repack h5repack_szip.h5 --filter=dset_szip:NONE -SKIP- Testing h5repack h5repack_deflate.h5 -SKIP- Testing h5repack h5repack_deflate.h5 -f dset_deflate:NONE -SKIP- Testing h5repack h5repack_shuffle.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_shuffle.h5 /Users/edo/ PASSED Testing h5repack h5repack_shuffle.h5 -f dset_shuffle:NONE PASSED Verifying h5diff output ./../testfiles/h5repack_shuffle.h5 /Users/edo/ PASSED Testing h5repack h5repack_fletcher.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_fletcher.h5 /Users/edo PASSED Testing h5repack h5repack_fletcher.h5 -f dset_fletcher32:NONE PASSED Verifying h5diff output ./../testfiles/h5repack_fletcher.h5 /Users/edo PASSED Testing h5repack h5repack_nbit.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_nbit.h5 /Users/edo/Dow PASSED Testing h5repack h5repack_nbit.h5 -f dset_nbit:NONE PASSED Verifying h5diff output ./../testfiles/h5repack_nbit.h5 /Users/edo/Dow PASSED Testing h5repack h5repack_nbit.h5 -f dset_int31:NBIT PASSED Verifying h5diff output ./../testfiles/h5repack_nbit.h5 /Users/edo/Dow PASSED Testing h5repack h5repack_soffset.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_soffset.h5 /Users/edo/ PASSED Testing h5repack h5repack_soffset.h5 -f dset_none:SOFF=31,IN PASSED Verifying h5diff output ./../testfiles/h5repack_soffset.h5 /Users/edo/ PASSED Testing h5repack h5repack_soffset.h5 -f dset_scaleoffset:NONE PASSED Verifying h5diff output ./../testfiles/h5repack_soffset.h5 /Users/edo/ PASSED Testing h5repack h5repack_filters.h5 -f NONE -SKIP- Testing h5repack h5repack_deflate.h5 -f dset_deflate:SZIP=8,NN -SKIP- Testing h5repack h5repack_szip.h5 -f dset_szip:GZIP=1 -SKIP- Testing h5repack h5repack_layout.h5 -f GZIP=1 -m 1024 -SKIP- Testing h5repack h5repack_layout.h5 -e ../testfiles/info.h5repack -SKIP- Testing h5repack h5repack_layout.h5 --layout=dset2:CHUNK=20x10 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l CHUNK=20x10 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset2:CONTI PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l CONTI PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset2:COMPA PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l COMPA PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_compact:CONTI PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_compact:CHUNK=2x5 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_compact:COMPA PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_contiguous:COMPA PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_contiguous:CHUNK=3x6 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_contiguous:CONTI PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_chunk:COMPA PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_chunk:CONTI PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_chunk:CHUNK=18x13 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_objs.h5 -n PASSED Verifying h5diff output ./../testfiles/h5repack_objs.h5 /Users/edo/Dow PASSED Testing h5repack h5repack_layout.h5 --layout CHUNK=20x10 --filter GZIP -SKIP- Testing h5repack h5repack_layout.h5 -l CHUNK=20x10 -f GZIP=1 -m 10 -n -SKIP- Testing h5repack h5repack_layout.h5 --filter GZIP=1 --filter SHUF -SKIP- Testing h5repack h5repack_layout.h5 -l CHUNK=20x10 -f GZIP=1 -m 10 -n -SKIP- All h5repack tests passed. 1.33 real 0.53 user 1.01 sys Finished testing h5repack.sh ============================ ============================ ===Serial tests in h5repack ended Mon Feb 9 18:21:01 EST 2009=== Making check in h5jam make tellub h5jamgentest getub testh5jam.sh make[3]: `tellub' is up to date. make[3]: `h5jamgentest' is up to date. make[3]: `getub' is up to date. make[3]: `testh5jam.sh' is up to date. make check-TESTS ===Serial tests in h5jam begin Mon Feb 9 18:21:01 EST 2009=== ============================ Testing testh5jam.sh Finished testing testh5jam.sh ============================ testh5jam.sh Test Log ============================ Testing h5jam -u u10.txt -i tall.h5 -o ta2.h5 PASSED Compare ta2.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u511.txt -i tall.h5 -o ta3.h5 PASSED Compare ta3.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u512.txt -i tall.h5 -o ta4.h5 PASSED Compare ta4.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u513.txt -i tall.h5 -o ta5.h5 PASSED Compare ta5.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u10.txt -i ta.h5 PASSED Compare ta.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u511.txt -i ta.h5 PASSED Compare ta.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u512.txt -i ta.h5 PASSED Compare ta.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u513.txt -i ta.h5 PASSED Compare ta.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u10.txt -i twithub.h5 -o tax2.h5 PASSED Compare tax2.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u511.txt -i twithub.h5 -o tax3.h5 PASSED Compare tax3.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u512.txt -i twithub.h5 -o tax4.h5 PASSED Compare tax4.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u513.txt -i twithub.h5 -o tax5.h5 PASSED Compare tax5.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u10.txt -i twithub513.h5 -o tax6.h5 PASSED Compare tax6.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u511.txt -i twithub513.h5 -o tax7.h5 PASSED Compare tax7.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u512.txt -i twithub513.h5 -o tax8.h5 PASSED Compare tax8.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u513.txt -i twithub513.h5 -o tax9.h5 PASSED Compare tax9.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u10.txt -i twithub.h5 -o taz2.h5 --clobber PASSED Compare taz2.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u511.txt -i twithub.h5 -o taz3.h5 --clobber PASSED Compare taz3.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u512.txt -i twithub.h5 -o taz4.h5 --clobber PASSED Compare taz4.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u513.txt -i twithub.h5 -o taz5.h5 --clobber PASSED Compare taz5.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u10.txt -i twithub513.h5 -o taz6.h5 --clobber PASSED Compare taz6.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u511.txt -i twithub513.h5 -o taz7.h5 --clobber PASSED Compare taz7.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u512.txt -i twithub513.h5 -o taz8.h5 --clobber PASSED Compare taz8.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u513.txt -i twithub513.h5 -o taz9.h5 --clobber PASSED Compare taz9.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u10.txt -i tay2.h5 --clobber PASSED Compare tay2.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u511.txt -i tay3.h5 --clobber PASSED Compare tay3.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u512.txt -i tay4.h5 --clobber PASSED Compare tay4.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u513.txt -i tay5.h5 --clobber PASSED Compare tay5.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u10.txt -i tay6.h5 --clobber PASSED Compare tay6.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u511.txt -i tay7.h5 --clobber PASSED Compare tay7.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u512.txt -i tay8.h5 --clobber PASSED Compare tay8.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u513.txt -i tay9.h5 --clobber PASSED Compare tay9.h5 to ./../testfiles/tall.h5 PASSED Testing h5unjam -i tai1.h5 -u o10.txt -o taa1.h5 PASSED Compare taa1.h5 to ./../testfiles/tall.h5 PASSED Testing h5unjam -i tai2.h5 -u o512.txt -o taa2.h5 PASSED Compare taa2.h5 to ./../testfiles/tall.h5 PASSED Testing h5unjam -i tai3.h5 -o taa3.h5 > uofile PASSED Compare taa3.h5 to ./../testfiles/tall.h5 PASSED Testing h5unjam -i tai4.h5 -o taa4.h5 > uofile PASSED Compare taa4.h5 to ./../testfiles/tall.h5 PASSED Testing h5unjam -i taj2.h5 -o tac2.h5 --delete PASSED Compare tac2.h5 to ./../testfiles/tall.h5 PASSED Testing h5unjam -i taj3.h5 -o tac3.h5 --delete PASSED Compare tac3.h5 to ./../testfiles/tall.h5 PASSED All h5jam tests passed. 3.53 real 1.03 user 2.75 sys Finished testing testh5jam.sh ============================ ============================ ===Serial tests in h5jam ended Mon Feb 9 18:21:05 EST 2009=== Making check in h5copy make h5copygentest ./testh5copy.sh make[3]: `h5copygentest' is up to date. make[3]: Nothing to be done for `testh5copy.sh'. make check-TESTS ===Serial tests in h5copy begin Mon Feb 9 18:21:05 EST 2009=== ============================ Testing h5copygentest Finished testing h5copygentest ============================ h5copygentest Test Log ============================ 0.01 real 0.00 user 0.00 sys Finished testing h5copygentest ============================ ============================ Testing testh5copy.sh Finished testing testh5copy.sh ============================ testh5copy.sh Test Log ============================ Test copying various forms of datasets Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Test copying dataset within group in source file to root of destination Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Test copying & renaming dataset Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Test copying empty, 'full' & 'nested' groups Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Test copying dataset within group in source file to group in destination Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Test copying & renaming group Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Test copying 'full' group hierarchy into group in destination file Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Test copying objects into group hier. that doesn't exist yet in destination file Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Verifying h5ls file structure ../testfiles/h5copytst.out.h5 PASSED All h5copy tests passed. 0.68 real 0.27 user 0.49 sys Finished testing testh5copy.sh ============================ ============================ ===Serial tests in h5copy ended Mon Feb 9 18:21:06 EST 2009=== Making check in h5stat make h5stat_gentest testh5stat.sh make[3]: `h5stat_gentest' is up to date. make[3]: `testh5stat.sh' is up to date. make check-TESTS ===Serial tests in h5stat begin Mon Feb 9 18:21:06 EST 2009=== ============================ Testing h5stat_gentest Finished testing h5stat_gentest ============================ h5stat_gentest Test Log ============================ 0.94 real 0.72 user 0.06 sys Finished testing h5stat_gentest ============================ ============================ Testing testh5stat.sh Finished testing testh5stat.sh ============================ testh5stat.sh Test Log ============================ Testing h5stat -h PASSED Testing h5stat --help PASSED Testing h5stat h5stat_filters.h5 PASSED Testing h5stat -f h5stat_filters.h5 PASSED Testing h5stat -F h5stat_filters.h5 PASSED Testing h5stat -d h5stat_filters.h5 PASSED Testing h5stat -g h5stat_filters.h5 PASSED Testing h5stat -dT h5stat_filters.h5 PASSED Testing h5stat h5stat_tsohm.h5 PASSED Testing h5stat h5stat_newgrat.h5 PASSED All h5stat tests passed. 2.60 real 0.75 user 0.34 sys Finished testing testh5stat.sh ============================ ============================ ===Serial tests in h5stat ended Mon Feb 9 18:21:09 EST 2009=== make check-TESTS make[5]: Nothing to be done for `_exec_check-s'. Making check in . make[2]: Nothing to be done for `all'. Making check in hl Making check in src make check-TESTS make[5]: Nothing to be done for `_exec_check-s'. Making check in test make test_lite test_image test_table test_ds test_packet make[3]: `test_lite' is up to date. make[3]: `test_image' is up to date. make[3]: `test_table' is up to date. make[3]: `test_ds' is up to date. make[3]: `test_packet' is up to date. make check-TESTS ===Serial tests in test begin Mon Feb 9 18:21:10 EST 2009=== ============================ Testing test_lite Finished testing test_lite ============================ test_lite Test Log ============================ Testing H5LTmake_dataset PASSED Testing H5LTread_dataset PASSED Testing H5LTmake_dataset_char PASSED Testing H5LTmake_dataset_short PASSED Testing H5LTmake_dataset_int PASSED Testing H5LTmake_dataset_long PASSED Testing H5LTmake_dataset_float PASSED Testing H5LTmake_dataset_double PASSED Testing H5LTmake_dataset_string PASSED Testing H5LTset_attribute_string PASSED Testing H5LTget_attribute_string PASSED Testing H5LTset_attribute_char PASSED Testing H5LTget_attribute_char PASSED Testing H5LTset_attribute_short PASSED Testing H5LTget_attribute_short PASSED Testing H5LTset_attribute_int PASSED Testing H5LTget_attribute_int PASSED Testing H5LTset_attribute_long PASSED Testing H5LTget_attribute_long PASSED Testing H5LTset_attribute_uchar PASSED Testing H5LTget_attribute_uchar PASSED Testing H5LTset_attribute_ushort PASSED Testing H5LTget_attribute_ushort PASSED Testing H5LTset_attribute_uint PASSED Testing H5LTget_attribute_uint PASSED Testing H5LTset_attribute_ulong PASSED Testing H5LTget_attribute_ulong PASSED Testing H5LTset_attribute_float PASSED Testing H5LTget_attribute_float PASSED Testing H5LTset_attribute_double PASSED Testing H5LTget_attribute_double PASSED Testing H5LTget_attribute_ndims PASSED Testing H5LTget_attribute_info PASSED Testing H5LTset_attribute_string PASSED Testing H5LTget_attribute_string PASSED Testing H5LTset_attribute_char PASSED Testing H5LTget_attribute_char PASSED Testing H5LTset_attribute_short PASSED Testing H5LTget_attribute_short PASSED Testing H5LTset_attribute_int PASSED Testing H5LTget_attribute_int PASSED Testing H5LTset_attribute_long PASSED Testing H5LTget_attribute_long PASSED Testing H5LTset_attribute_uchar PASSED Testing H5LTget_attribute_uchar PASSED Testing H5LTset_attribute_ushort PASSED Testing H5LTget_attribute_ushort PASSED Testing H5LTset_attribute_uint PASSED Testing H5LTget_attribute_uint PASSED Testing H5LTset_attribute_ulong PASSED Testing H5LTget_attribute_ulong PASSED Testing H5LTset_attribute_float PASSED Testing H5LTget_attribute_float PASSED Testing H5LTset_attribute_double PASSED Testing H5LTget_attribute_double PASSED Testing H5LTget_attribute_ndims PASSED Testing H5LTget_attribute_info PASSED Testing H5LTset_attribute_string PASSED Testing H5LTget_attribute_string PASSED Testing H5LTset_attribute_char PASSED Testing H5LTget_attribute_char PASSED Testing H5LTset_attribute_short PASSED Testing H5LTget_attribute_short PASSED Testing H5LTset_attribute_int PASSED Testing H5LTget_attribute_int PASSED Testing H5LTset_attribute_long PASSED Testing H5LTget_attribute_long PASSED Testing H5LTset_attribute_uchar PASSED Testing H5LTget_attribute_uchar PASSED Testing H5LTset_attribute_ushort PASSED Testing H5LTget_attribute_ushort PASSED Testing H5LTset_attribute_uint PASSED Testing H5LTget_attribute_uint PASSED Testing H5LTset_attribute_ulong PASSED Testing H5LTget_attribute_ulong PASSED Testing H5LTset_attribute_float PASSED Testing H5LTget_attribute_float PASSED Testing H5LTset_attribute_double PASSED Testing H5LTget_attribute_double PASSED Testing H5LTget_attribute_ndims PASSED Testing H5LTget_attribute_info PASSED Testing H5LTtext_to_dtype text for integer types PASSED text for floating-point types PASSED text for string types PASSED text for opaque types PASSED text for enum types PASSED text for variable types PASSED text for array types PASSED text for compound types PASSED text for complicated compound types PASSED 0.03 real 0.00 user 0.00 sys Finished testing test_lite ============================ ============================ Testing test_image Finished testing test_image ============================ test_image Test Log ============================ Testing indexed image PASSED Testing true color image PASSED Testing pallete functions PASSED Testing read ascii image data and generate images Testing make indexed image PASSED Testing attaching palettes PASSED Testing make true color image with pixel interlace PASSED Testing make true color image with plane interlace PASSED Testing read and process data and make indexed images Testing make indexed image from all the data PASSED Testing make indexed image from land data PASSED Testing make indexed image from sea data PASSED Testing attaching palettes PASSED All image tests passed. 0.41 real 0.26 user 0.02 sys Finished testing test_image ============================ ============================ Testing test_table Finished testing test_table ============================ test_table Test Log ============================ Testing table with file creation mode (read/write in native architecture): Testing making table PASSED Testing reading table PASSED Testing writing records PASSED Testing reading records PASSED Testing appending records PASSED Testing inserting records PASSED Testing deleting records PASSED Testing adding records PASSED Testing combining tables PASSED Testing writing fields by name PASSED Testing reading fields by name PASSED Testing writing fields by index PASSED Testing reading fields by index PASSED Testing inserting fields PASSED Testing deleting fields PASSED Testing getting table info PASSED Testing getting field info PASSED Testing table with file open mode (read big-endian data): Testing reading table PASSED Testing reading records PASSED Testing reading fields by name PASSED Testing reading fields by index PASSED Testing getting table info PASSED Testing getting field info PASSED Testing table with file open mode (read little-endian data): Testing reading table PASSED Testing reading records PASSED Testing reading fields by name PASSED Testing reading fields by index PASSED Testing getting table info PASSED Testing getting field info PASSED Testing table with file open mode (read Cray data): Testing reading table PASSED Testing reading records PASSED Testing reading fields by name PASSED Testing reading fields by index PASSED Testing getting table info PASSED Testing getting field info PASSED 0.07 real 0.03 user 0.03 sys Finished testing test_table ============================ ============================ Testing test_ds Finished testing test_ds ============================ test_ds Test Log ============================ Testing API functions Testing attach scales PASSED Testing get number of scales PASSED Testing detach scales PASSED Testing attach only to 1 dimension PASSED Testing set/get label PASSED Testing set scale/get scale name PASSED Testing iterate scales (verify scale) PASSED Testing iterate scales (read scale values) PASSED Testing iterate scales (verify the scale sizes match) PASSED Testing iterate scales (verify the scale sizes do not match) PASSED Testing error conditions Testing attach a dataset to itself PASSED Testing attach a group with a dataset PASSED Testing attach a dataset with a group PASSED Testing set scale for a group PASSED Testing attach a scale that has scales PASSED Testing attach to a dataset that is a scale PASSED Testing attach to a dataset that is a reserved class dataset PASSED Testing is scale PASSED Testing detach scale from dataset it is not attached to PASSED Testing detach scale from group PASSED Testing detach scale when scale is group PASSED Testing ranks Testing attach PASSED Testing detach PASSED Testing attach, set, get names, labels PASSED Testing attach a scalar scale PASSED Testing iterators Testing iterate when the dataset has no scales PASSED Testing iterate on dimension that is outside the rank PASSED Testing iterate for dimension with many scales PASSED Testing iterate on group PASSED Testing iterate in deleted scales PASSED Testing scales with several datatypes Testing floating point and short scales PASSED Testing string scales PASSED Testing reading ASCII data and generate HDF5 data with scales Testing generating scales PASSED All dimension scales tests passed. 0.13 real 0.11 user 0.00 sys Finished testing test_ds ============================ ============================ Testing test_packet Finished testing test_packet ============================ test_packet Test Log ============================ Testing packet table Testing H5PTcreate_fl and H5PTclose PASSED Testing H5PTopen PASSED Testing H5PTappend PASSED Testing H5PTread_packets PASSED Testing H5PTget_next PASSED Testing large packet table PASSED Testing opaque data PASSED Testing packet table compression PASSED Testing error conditions PASSED 0.06 real 0.05 user 0.00 sys Finished testing test_packet ============================ ===Serial tests in test ended Mon Feb 9 18:21:10 EST 2009=== Making check in tools Making check in gif2h5 make ./h52giftest.sh make[4]: Nothing to be done for `h52giftest.sh'. make check-TESTS ===Serial tests in gif2h5 begin Mon Feb 9 18:21:11 EST 2009=== ============================ Testing h52giftest.sh Finished testing h52giftest.sh ============================ h52giftest.sh Test Log ============================ Testing ./h52gif h52giftst.h5 image1.gif -i image PASSED Testing ./gif2h5 image1.gif image1.h5 PASSED 0.05 real 0.01 user 0.01 sys Finished testing h52giftest.sh ============================ ============================ ===Serial tests in gif2h5 ended Mon Feb 9 18:21:11 EST 2009=== make check-TESTS make[6]: Nothing to be done for `_exec_check-s'. make check-TESTS make[3]: Nothing to be done for `check-TESTS'. Making check in perform make iopipe chunk overhead zip_perf perf_meta h5perf_serial make[2]: `iopipe' is up to date. make[2]: `chunk' is up to date. make[2]: `overhead' is up to date. make[2]: `zip_perf' is up to date. make[2]: `perf_meta' is up to date. make[2]: `h5perf_serial' is up to date. make check-TESTS ===Serial tests in perform begin Mon Feb 9 18:21:11 EST 2009=== ============================ Testing iopipe Finished testing iopipe ============================ iopipe Test Log ============================ fill raw ============================================= fill hdf5 ============================================= out raw ============================================= out hdf5 ============================================= in raw ============================================= in hdf5 ============================================= in hdf5 partial ============================================= I/O request size is 1000000.0MB Before getrusage() call fill raw 0.00user 0.00system 0.00elapsed 10664.77MB/s fill hdf5 0.01user 0.00system 0.01elapsed 6076.98MB/s out raw 0.00user 0.01system 0.01elapsed 3445.31MB/s out hdf5 0.00user 0.01system 0.01elapsed 3489.12MB/s in raw 0.00user 0.01system 0.01elapsed 3311.87MB/s in hdf5 0.00user 0.01system 0.01elapsed 3378.89MB/s in hdf5 partial 0.01user 0.02system 0.03elapsed 1310.69MB/s 1.77 real 0.03 user 1.05 sys Finished testing iopipe ============================ ============================ Testing chunk Finished testing chunk ============================ chunk Test Log ============================ Test CacheSz ChunkSz Effic --------- -------- -------- -------- Rowmaj-rd 25 0.50 0.50 Rowmaj-rd 25 1.00 1.00 Rowmaj-rd 25 1.50 0.55 Rowmaj-rd 25 2.00 1.00 Rowmaj-rd 25 2.50 0.69 Rowmaj-rd 25 3.00 1.00 Rowmaj-rd 25 3.50 0.76 Rowmaj-rd 25 4.00 1.00 Rowmaj-rd 25 4.50 0.83 Rowmaj-rd 25 5.00 1.00 Rowmaj-wr 25 0.50 0.25 Rowmaj-wr 25 1.00 1.00 Rowmaj-wr 25 1.50 0.31 Rowmaj-wr 25 2.00 1.00 Rowmaj-wr 25 2.50 0.45 Rowmaj-wr 25 3.00 1.00 Rowmaj-wr 25 3.50 0.52 Rowmaj-wr 25 4.00 1.00 Rowmaj-wr 25 4.50 0.62 Rowmaj-wr 25 5.00 1.00 Diag-rd 25 0.50 0.26 Diag-rd 25 1.00 0.51 Diag-rd 25 1.50 0.36 Diag-rd 25 2.00 1.00 Diag-rd 25 2.50 0.45 Diag-rd 25 3.00 0.55 Diag-rd 25 3.50 0.50 Diag-rd 25 4.00 0.76 Diag-rd 25 4.50 0.59 Diag-rd 25 5.00 0.63 Diag-wr 25 0.50 0.13 Diag-wr 25 1.00 0.26 Diag-wr 25 1.50 0.19 Diag-wr 25 2.00 1.00 Diag-wr 25 2.50 0.27 Diag-wr 25 3.00 0.38 Diag-wr 25 3.50 0.32 Diag-wr 25 4.00 0.76 Diag-wr 25 4.50 0.40 Diag-wr 25 5.00 0.49 0.69 real 0.21 user 0.17 sys Finished testing chunk ============================ ============================ Testing overhead Finished testing overhead ============================ overhead Test Log ============================ Style Bytes/Chunk ----- ----------- forward 41.320 reverse 43.416 inward 70.664 outward 41.320 random 51.800 0.06 real 0.03 user 0.02 sys Finished testing overhead ============================ ============================ Testing zip_perf Finished testing zip_perf ============================ zip_perf Test Log ============================ No compression IO performance because zlib was not configured 0.00 real 0.00 user 0.00 sys Finished testing zip_perf ============================ ============================ Testing perf_meta Finished testing perf_meta ============================ perf_meta Test Log ============================ Performance result of metadata for datasets and attributes 1. Create 8 attributes for each of 16 existing datasets H5Dopen2: avg=0.000015s; max=0.000036s; min=0.000012s H5Dclose: avg=0.000005s; max=0.000008s; min=0.000004s H5A(create & close): avg=0.000012s; max=0.000064s; min=0.000006s 2. Create 8 attributes for each of 16 new datasets H5Dcreate2: avg=0.000018s; max=0.000026s; min=0.000016s H5Dclose: avg=0.000001s; max=0.000001s; min=0.000000s H5A(create & close): avg=0.000007s; max=0.000018s; min=0.000005s 3. Create 2 attributes for each of 16 existing datasets for 4 times H5Dopen2: avg=0.000012s; max=0.000019s; min=0.000011s H5Dclose: avg=0.000004s; max=0.000008s; min=0.000003s H5A(create & close): avg=0.000009s; max=0.000023s; min=0.000006s All metadata performance tests passed. 0.01 real 0.00 user 0.00 sys Finished testing perf_meta ============================ ============================ Testing h5perf_serial Finished testing h5perf_serial ============================ h5perf_serial Test Log ============================ HDF5 Library: Version 1.8.1 ==== Parameters ==== IO API=posix hdf5 Number of iterations=1 Dataset size=100 200 Transfer buffer size=10 20 Dimension access order=1 2 HDF5 data storage method=Contiguous HDF5 file driver=sec2 ==== End of Parameters ==== Transfer Buffer Size (bytes): 200 File Size(MB): 0.02 IO API = POSIX Write (1 iteration(s)): Maximum Throughput: 6.08 MB/s Average Throughput: 6.08 MB/s Minimum Throughput: 6.08 MB/s Write Open-Close (1 iteration(s)): Maximum Throughput: 5.31 MB/s Average Throughput: 5.31 MB/s Minimum Throughput: 5.31 MB/s Read (1 iteration(s)): Maximum Throughput: 6.81 MB/s Average Throughput: 6.81 MB/s Minimum Throughput: 6.81 MB/s Read Open-Close (1 iteration(s)): Maximum Throughput: 6.75 MB/s Average Throughput: 6.75 MB/s Minimum Throughput: 6.75 MB/s IO API = HDF5 Write (1 iteration(s)): Maximum Throughput: 27.68 MB/s Average Throughput: 27.68 MB/s Minimum Throughput: 27.68 MB/s Write Open-Close (1 iteration(s)): Maximum Throughput: 5.00 MB/s Average Throughput: 5.00 MB/s Minimum Throughput: 5.00 MB/s Read (1 iteration(s)): Maximum Throughput: 51.68 MB/s Average Throughput: 51.68 MB/s Minimum Throughput: 51.68 MB/s Read Open-Close (1 iteration(s)): Maximum Throughput: 17.22 MB/s Average Throughput: 17.22 MB/s Minimum Throughput: 17.22 MB/s 0.01 real 0.00 user 0.00 sys Finished testing h5perf_serial ============================ ===Serial tests in perform ended Mon Feb 9 18:21:13 EST 2009=== dhcp-235:hdf5-1.8.1 edo$
dhcp-235:hdf5-1.8.1 edo$ cd .. dhcp-235:Downloads edo$ cd netcdf-4.0/ dhcp-235:netcdf-4.0 edo$ sudo make distclean make: *** No rule to make target `distclean'. Stop. dhcp-235:netcdf-4.0 edo$ ./configure --enable-netcdf-4 --with-hdf5=/usr/local/ --with-zlib=/usr/local/ --prefix=/usr/local/ CFLAGS=-m64 CXXFLAGS=-m64 CC=gcc configure: netCDF 4.0 checking build system type... i386-apple-darwin9.6.0 checking host system type... i386-apple-darwin9.6.0 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes configure: checking user options checking whether CXX is set to ''... no checking whether FC is set to ''... no checking whether F90 is set to ''... no checking whether this is a netCDF-4.x build... yes configure: Processing NetCDF-4 options. checking whether netCDF-4 is to be built... yes checking whether DAP client is to be built... checking whether new netCDF-4 C++ API is to be built... no checking whether HDF5 should do data conversions... checking whether extra example tests should be run... checking whether parallel IO tests should be run... no checking whether a location for the HDF5 library was specified... /usr/local/ checking whether a location for the ZLIB library was specified... /usr/local/ checking whether a location for the SZLIB library was specified... checking whether netCDF-4 logging is enabled... checking whether netCDF extra tests should be run (developers only)... no checking whether documentation is to be installed... no checking whether Fortran compiler(s) should be tested during configure... yes checking whether configure should try to set compiler flags... yes checking whether FFIO will be used... no checking whether to skip C++, F77, or F90 APIs if compiler is broken... yes checking whether only the C library is desired... no checking whether examples should be built... yes checking whether F77 API is desired... yes checking whether F90 API is desired... yes checking whether fortran type sizes should be checked... yes checking whether C API is desired... yes checking where to get netCDF C-only library for separate fortran libraries... checking whether CXX API is desired... yes checking whether v2 netCDF API should be built... yes checking whether the ncgen/ncdump should be built... yes checking whether large file (> 2GB) tests should be run... no checking whether 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 for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking whether 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... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for gfortran... no checking for f95... no checking for f90... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking whether we are using the GNU Fortran compiler... no checking whether accepts -g... no configure: WARNING: No F90 compiler found. F90 API will not be built. checking for xlf... no checking for fort... no checking for xlf95... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf77... no checking for lf95... no checking for gfortran... no checking for f77... no checking for frt... no checking for pgf95... no checking for f95... no checking for f90... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking for g77... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no configure: WARNING: No F77 compiler found. F77 API will not be built. configure: finding C++ compiler (will not be used if C++ API is not desired) checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 configure: setting up libtool checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -p checking the name lister (/usr/bin/nm -p) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 196608 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/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 -p output from gcc object... ok checking for dsymutil... dsymutil checking for nmedit... nmedit checking for -single_module linker flag... yes checking for -exported_symbols_list linker flag... yes checking how to run the C preprocessor... 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) yes checking whether g++ accepts -g... (cached) yes checking dependency style of g++... (cached) gcc3 checking how to run the C++ preprocessor... g++ -E checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... (cached) no checking whether accepts -g... (cached) no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking whether we are using the GNU Fortran compiler... (cached) no checking whether accepts -g... (cached) no checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fno-common -DPIC checking if gcc PIC flag -fno-common -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin9.6.0 dyld checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for ld used by g++... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fno-common -DPIC checking if g++ PIC flag -fno-common -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin9.6.0 dyld checking how to hardcode library paths into programs... immediate configure: finding other utilities checking for a BSD-compatible install... /usr/bin/install -c configure: trying to set flags for this platform checking if _HPUX_SOURCE should be set... no checking if Solaris -Xa option is needed... CFLAGS=-m64 checking if we need to set _LARGE_FILES despite results of previous tests... _LARGE_FILES= checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no configure: displaying some results checking CPPFLAGS... checking CC CFLAGS... gcc -m64 checking type gcc... gcc is hashed (/usr/bin/gcc) checking CXX... g++ checking CXXFLAGS... -m64 checking type g++... g++ is /usr/bin/g++ checking FC... unset checking F90... unset checking AR... ar checking AR_FLAGS... cru checking type ar... ar is /usr/bin/ar checking NM... /usr/bin/nm -p checking NMFLAGS... configure: checking types, headers, and functions checking for stdlib.h... (cached) yes checking for sys/types.h... (cached) yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for strlcat... yes checking for strerror... yes checking for working alloca.h... yes checking for alloca... yes checking whether isnan is declared... yes checking whether isinf is declared... yes checking whether isfinite is declared... yes checking whether signbit is declared... yes checking for long long int... yes checking for unsigned long long int... yes checking for struct stat.st_blksize... yes checking for IEEE floating point format... yes checking for size_t... yes checking for off_t... yes checking for ssize_t... yes checking for ptrdiff_t... yes checking for uchar... no checking whether char is unsigned... no checking whether byte ordering is bigendian... universal checking size of short... 2 checking size of int... 4 checking size of long... 8 checking size of float... 4 checking size of double... 8 checking size of off_t... 8 checking size of size_t... 8 checking for catman... no checking for makewhatis... no checking for /usr/lib/makewhatis... no checking for manual-page index command... checking what to call the output of the ftpbin target... binary-netcdf-4.0_g++.tar g++ checking binary distribution directory... /home/ftp/pub/binary/dummy_system checking hdf5.h usability... yes checking hdf5.h presence... yes checking for hdf5.h... 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 whether parallel I/O features are to be included... no checking for H5Pset_deflate in -lhdf5... yes checking for gawk... (cached) awk checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes configure: generating header files and makefiles configure: creating ./config.status config.status: creating Makefile config.status: creating man/Makefile 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 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 win32/Makefile config.status: creating win32/NET/Makefile config.status: creating win32/NET/libsrc/Makefile config.status: creating win32/NET/ncdump/Makefile config.status: creating win32/NET/ncgen/Makefile config.status: creating win32/NET/examples/Makefile config.status: creating win32/NET/nctest/Makefile config.status: creating win32/NET/nc_test/Makefile config.status: creating config.h config.status: creating fortran/nfconfig1.inc config.status: executing depfiles commands config.status: executing libtool commands dhcp-235:netcdf-4.0 edo$ dhcp-235:netcdf-4.0 edo$ dhcp-235:netcdf-4.0 edo$ dhcp-235:netcdf-4.0 edo$ dhcp-235:netcdf-4.0 edo$ dhcp-235:netcdf-4.0 edo$ dhcp-235:netcdf-4.0 edo$ dhcp-235:netcdf-4.0 edo$ dhcp-235:netcdf-4.0 edo$ dhcp-235:netcdf-4.0 edo$ dhcp-235:netcdf-4.0 edo$ dhcp-235:netcdf-4.0 edo$ dhcp-235:netcdf-4.0 edo$ sudo make check Making check in libsrc make check-am depbase=`echo v2i.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -MT v2i.lo -MD -MP -MF $depbase.Tpo -c -o v2i.lo v2i.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -MT v2i.lo -MD -MP -MF .deps/v2i.Tpo -c v2i.c -o v2i.o /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -L/usr/local//lib -L/usr/local//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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -MT attr.lo -MD -MP -MF $depbase.Tpo -c -o attr.lo attr.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -MT ncx.lo -MD -MP -MF $depbase.Tpo -c -o ncx.lo ncx.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -MT putget.lo -MD -MP -MF $depbase.Tpo -c -o putget.lo putget.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -MT dim.lo -MD -MP -MF $depbase.Tpo -c -o dim.lo dim.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -MT error.lo -MD -MP -MF $depbase.Tpo -c -o error.lo error.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -MT libvers.lo -MD -MP -MF $depbase.Tpo -c -o libvers.lo libvers.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -MT nc.lo -MD -MP -MF $depbase.Tpo -c -o nc.lo nc.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -MT string.lo -MD -MP -MF $depbase.Tpo -c -o string.lo string.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -MT v1hpg.lo -MD -MP -MF $depbase.Tpo -c -o v1hpg.lo v1hpg.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -MT var.lo -MD -MP -MF $depbase.Tpo -c -o var.lo var.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -MT utf8proc.lo -MD -MP -MF $depbase.Tpo -c -o utf8proc.lo utf8proc.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -MT posixio.lo -MD -MP -MF $depbase.Tpo -c -o posixio.lo posixio.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -MT posixio.lo -MD -MP -MF .deps/posixio.Tpo -c posixio.c -o posixio.o /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -L/usr/local//lib -L/usr/local//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 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 ranlib: file: .libs/libnetcdf3.a(libvers.o) has no symbols libtool: link: ranlib .libs/libnetcdf3.a ranlib: file: .libs/libnetcdf3.a(libvers.o) has no symbols libtool: link: ( cd ".libs" && rm -f "libnetcdf3.la" && ln -s "../libnetcdf3.la" "libnetcdf3.la" ) make t_nc gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o t_nc t_nc-t_nc.o libnetcdf3.la libtool: link: gcc -m64 -o t_nc t_nc-t_nc.o -L/usr/local//lib ./.libs/libnetcdf3.a make check-TESTS 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 ================== All 1 tests passed ================== Making check in libsrc4 depbase=`echo nc4attr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -MT nc4attr.lo -MD -MP -MF $depbase.Tpo -c -o nc4attr.lo nc4attr.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -MT nc4internal.lo -MD -MP -MF $depbase.Tpo -c -o nc4internal.lo nc4internal.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -MT nc4var.lo -MD -MP -MF $depbase.Tpo -c -o nc4var.lo nc4var.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -MT nc4dim.lo -MD -MP -MF $depbase.Tpo -c -o nc4dim.lo nc4dim.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -MT ncfunc.lo -MD -MP -MF $depbase.Tpo -c -o ncfunc.lo ncfunc.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -MT nc4file.lo -MD -MP -MF $depbase.Tpo -c -o nc4file.lo nc4file.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -MT error.lo -MD -MP -MF $depbase.Tpo -c -o error.lo error.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -MT nc4grp.lo -MD -MP -MF $depbase.Tpo -c -o nc4grp.lo nc4grp.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -MT nc4type.lo -MD -MP -MF $depbase.Tpo -c -o nc4type.lo nc4type.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -MT nc4hdf.lo -MD -MP -MF $depbase.Tpo -c -o nc4hdf.lo nc4hdf.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -MT nc4hdf.lo -MD -MP -MF .deps/nc4hdf.Tpo -c nc4hdf.c -o nc4hdf.o /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -version-number 5:0:0 -o libnetcdf.la -rpath /usr/local/lib nc4attr.lo nc4internal.lo nc4var.lo nc4dim.lo ncfunc.lo nc4file.lo error.lo nc4grp.lo nc4type.lo nc4hdf.lo ../libsrc/libnetcdf3.la ../libsrc/libnetcdf2.la libtool: link: (cd .libs/libnetcdf.lax/libnetcdf3.a && ar x "/Users/edo/Downloads/netcdf-4.0/libsrc4/../libsrc/.libs/libnetcdf3.a") libtool: link: (cd .libs/libnetcdf.lax/libnetcdf2.a && ar x "/Users/edo/Downloads/netcdf-4.0/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/attr.o .libs/libnetcdf.lax/libnetcdf3.a/dim.o .libs/libnetcdf.lax/lt1-error.o .libs/libnetcdf.lax/libnetcdf3.a/libvers.o .libs/libnetcdf.lax/libnetcdf3.a/nc.o .libs/libnetcdf.lax/libnetcdf3.a/ncx.o .libs/libnetcdf.lax/libnetcdf3.a/posixio.o .libs/libnetcdf.lax/libnetcdf3.a/putget.o .libs/libnetcdf.lax/libnetcdf3.a/string.o .libs/libnetcdf.lax/libnetcdf3.a/utf8proc.o .libs/libnetcdf.lax/libnetcdf3.a/v1hpg.o .libs/libnetcdf.lax/libnetcdf3.a/var.o .libs/libnetcdf.lax/libnetcdf2.a/v2i.o ranlib: file: .libs/libnetcdf.a(error.o) has no symbols ranlib: file: .libs/libnetcdf.a(libvers.o) has no symbols libtool: link: ranlib .libs/libnetcdf.a ranlib: file: .libs/libnetcdf.a(error.o) has no symbols ranlib: file: .libs/libnetcdf.a(libvers.o) has no symbols 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 tst_h_files tst_h_atts tst_h_atts2 tst_h_vars tst_h_vars2 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_enums tst_lists tst_dims tst_files tst_vars tst_varms tst_unlim_vars tst_atts tst_converts tst_converts2 tst_grps tst_compounds tst_compounds2 tst_vl tst_h_vl2 tst_opaques tst_strings tst_interops tst_enums tst_vars2 tst_utf8 tst_v2 depbase=`echo tst_h_files.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_h_files tst_h_files.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_h_files tst_h_files.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_h_atts.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_h_atts tst_h_atts.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_h_atts tst_h_atts.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_h_atts2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_h_atts2 tst_h_atts2.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_h_atts2 tst_h_atts2.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_h_vars.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_h_vars tst_h_vars.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_h_vars tst_h_vars.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_h_vars2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_h_vars2 tst_h_vars2.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_h_vars2 tst_h_vars2.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_h_grps.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_h_grps tst_h_grps.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_h_grps tst_h_grps.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_h_compounds.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_h_compounds tst_h_compounds.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_h_compounds tst_h_compounds.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_h_compounds2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_h_compounds2 tst_h_compounds2.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_h_compounds2 tst_h_compounds2.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_h_wrt_cmp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_h_wrt_cmp tst_h_wrt_cmp.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_h_wrt_cmp tst_h_wrt_cmp.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_h_rd_cmp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_h_rd_cmp tst_h_rd_cmp.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_h_rd_cmp tst_h_rd_cmp.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_h_vl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_h_vl tst_h_vl.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_h_vl tst_h_vl.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_h_opaques.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_h_opaques tst_h_opaques.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_h_opaques tst_h_opaques.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_h_strings.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_h_strings tst_h_strings.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_h_strings tst_h_strings.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_h_dimscales.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_h_dimscales tst_h_dimscales.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_h_dimscales tst_h_dimscales.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_h_dimscales2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_h_dimscales2 tst_h_dimscales2.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_h_dimscales2 tst_h_dimscales2.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_h_enums.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_h_enums tst_h_enums.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_h_enums tst_h_enums.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_lists.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_lists tst_lists.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_lists tst_lists.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_dims.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -MT tst_dims.o -MD -MP -MF $depbase.Tpo -c -o tst_dims.o tst_dims.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_dims tst_dims.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_dims tst_dims.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_files.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_files tst_files.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_files tst_files.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_vars.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_vars tst_vars.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_vars tst_vars.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_varms.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_varms tst_varms.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_varms tst_varms.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_unlim_vars.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_unlim_vars tst_unlim_vars.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_unlim_vars tst_unlim_vars.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_atts.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_atts tst_atts.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_atts tst_atts.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_converts.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_converts tst_converts.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_converts tst_converts.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_converts2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_converts2 tst_converts2.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_converts2 tst_converts2.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_grps.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_grps tst_grps.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_grps tst_grps.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_compounds.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_compounds tst_compounds.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_compounds tst_compounds.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_compounds2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_compounds2 tst_compounds2.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_compounds2 tst_compounds2.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_vl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_vl tst_vl.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_vl tst_vl.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_h_vl2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_h_vl2 tst_h_vl2.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_h_vl2 tst_h_vl2.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_opaques.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_opaques tst_opaques.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_opaques tst_opaques.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_strings.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_strings tst_strings.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_strings tst_strings.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_interops.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_interops tst_interops.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_interops tst_interops.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_enums.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_enums tst_enums.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_enums tst_enums.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_vars2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_vars2 tst_vars2.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_vars2 tst_vars2.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_utf8.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_utf8 tst_utf8.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_utf8 tst_utf8.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_v2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_v2 tst_v2.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_v2 tst_v2.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm make check-TESTS *** Checking HDF5 file functions. *** Checking HDF5 file creates and opens...ok. *** Checking HDF5 file creates and opens some more...ok. *** Creating file...ok. *** Tests successful! PASS: tst_h_files *** Checking HDF5 attribute functions. *** Checking HDF5 attribute ordering...ok. *** Checking HDF5 attribute deletes...ok. *** Checking HDF5 attributes attached to the fileid...ok. *** Checking HDF5 attributes in a group...ok. *** Checking HDF5 zero length attributes...ok. *** Checking how HDF5 handles a delete and recreation of dataset with atts...ok. *** Checking some more simple atts...ok. *** Checking some more simple atts even more...ok. *** Tests successful! PASS: tst_h_atts *** Checking HDF5 attribute functions. *** Checking HDF5 attribute ordering some more...ok. *** Checking HDF5 attribute ordering with 9 attributes...(skipping for HDF5 1.8.0 beta1)ok. *** Tests successful! PASS: tst_h_atts2 *** Checking HDF5 variable functions. *** Checking HDF5 boolean variables...ok. *** Checking HDF5 variable with unlimited dimension...ok. HDF5-DIAG: Error detected in HDF5 (1.8.1) thread 0: #000: H5Z.c line 1268 in H5Zget_filter_info(): Filter not defined major: Invalid arguments to routine minor: Bad value #001: H5Z.c line 918 in H5Z_find(): required filter is not registered major: Data filters minor: Object not found *** Checking HDF5 deflate filter setting and getting...Sorry! Unexpected result, tst_h_vars.c, line: 228 1 failures HDF5-DIAG: Error detected in HDF5 (1.8.1) thread 0: #000: H5Z.c line 1268 in H5Zget_filter_info(): Filter not defined major: Invalid arguments to routine minor: Bad value #001: H5Z.c line 918 in H5Z_find(): required filter is not registered major: Data filters minor: Object not found *** Checking HDF5 deflatfe, fletcher32, shuffle filter setting and getting...Sorry! Unexpected result, tst_h_vars.c, line: 300 1 failures *** Checking HDF5 endianness control...ok. 2 errors detected! Sorry! FAIL: tst_h_vars *** Checking HDF5 variable functions some more. *** Checking HDF5 variable ordering...ok. *** Checking HDF5 variable ordering in root group...ok. *** Checking HDF5 variable ordering flags with redef-type situations...ok. *** Checking HDF5 variable compession and filters...ok. *** Checking fill value...ok. *** Checking fill value of compound type...ok. *** Tests successful! PASS: tst_h_vars2 *** Checking HDF5 group functions. *** Checking out root group...ok. *** Checking out H5Gmove...ok. *** Checking out sub-groups...ok. *** Checking out UTF8 named sub-group...ok. *** Checking out UTF8 named sub-group with group creation ordering...ok. *** Tests successful! PASS: tst_h_grps *** Checking HDF5 compound types. *** Checking simple HDF5 compound types...ok. *** Checking HDF5 compound types and groups...ok. *** Checking HDF5 compound type which contains an array...ok. *** Checking HDF5 compound type 6 different types...ok. *** Checking HDF5 compound variable which contains a compound type...ok. *** Checking HDF5 variable which contains a compound type with different string handling...ok. *** Checking HDF5 compound attribute which contains a compound type...ok. *** Checking HDF5 variable of compound type which contains a string...ok. *** Checking HDF5 compound attribute which contains an array of char...ok. *** Tests successful! PASS: tst_h_compounds *** Checking HDF5 compound types some more. *** Checking HDF5 compound attribute which contains an array of unsigned byte...ok. *** Tests successful! PASS: tst_h_compounds2 *** Checking HDF5 compound types (even more so). *** Checking packing of HDF5 compound types...ok. *** Tests successful! PASS: tst_h_wrt_cmp *** Checking HDF5 compound types (we're almost there kids). *** Checking packing of HDF5 compound types...ok. *** Tests successful! PASS: tst_h_rd_cmp *** Checking HDF5 VLEN types. *** Checking simple HDF5 variable length types...ok. *** Tests successful! PASS: tst_h_vl *** Checking HDF5 opaque types. *** Checking simple HDF5 opaque types...ok. *** Tests successful! PASS: tst_h_opaques *** Checking HDF5 string types. *** Checking scalar string attribute...ok. *** Checking simple HDF5 string types...ok. *** Checking G&S compliance...ok. *** Tests successful! PASS: tst_h_strings *** Checking HDF5 dimension scales. *** Creating simple dimension scales file...ok. *** Checking that simple dimscale file can be read...ok. *** Creating simple dimension scales file with lots of datasets...ok. *** Creating a file with an unlimited dimension scale...ok. *** Checking that unlimited dimscale file can be read...ok. *** Creating some 3D datasets using shared dimscales...ok. *** Checking 3D datasets created with shared dimscales...ok. *** Creating 3D datasets using shared dimscales in groups...ok. *** Checking 3D datasets in groups created with shared dimscales...ok. *** Tests successful! PASS: tst_h_dimscales *** Checking HDF5 dimscales some more. *** Creating a file with one var with one dimension scale...ok. *** Checking that one var, one dimscale file can be read...ok. *** Creating a file with one var with two dimension scales...ok. *** Checking that one var, two dimscales file can be read...ok. *** Tests successful! PASS: tst_h_dimscales2 *** Checking HDF5 enum types. *** Checking simple HDF5 enum type...ok. *** Checking HDF5 enum type missing values...ok. *** Tests successful! PASS: 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 *** Testing netcdf-4 dimensions. *** Checking that netcdf-4 dimids inq works on netcdf-3 file...ok. *** Checking that netcdf-4 dimids inq works on more complex netcdf-3 file...ok. *** Testing file with just one dimension...ok. *** Testing renaming of one dimension...ok. *** Testing file with just one unlimited dimension...ok. *** Testing file with two unlimited dimensions...ok. *** Testing ordering of dimensions...ok. *** Testing file with just one unlimited dimension and one var...ok. *** Testing adding a coordinate var to file with dimension...ok. *** Testing adding a coordinate var to file with unlimited dimension...ok. *** Creating file with 1 data var, 2 dims, and 2 coord. vars...ok. *** Creating file with 3 data vars, 4 dims, and 2 coord. vars...ok. *** Checking file with dims and only some coordinate vars...ok. *** Tests successful! PASS: tst_dims *** Testing netcdf-4 file functions. *** testing version 4.0 of Feb 9 2009 18:25:28 $...ok. *** testing with bad inputs...ok. *** testing simple opens and creates...ok. *** testing more complex opens and creates...ok. *** testing redef for netCDF classic...ok. *** testing redef for netCDF 64-bit offset...ok. *** testing redef for netCDF-4 ...ok. *** testing redef for netCDF-4, with strict netCDF-3 rules...ok. *** testing different formats...ok. *** Tests successful! PASS: tst_files *** Testing netcdf-4 variable functions. *** testing netcdf-4 varids inq on netcdf-3 file...ok. *** testing simple variables...ok. *** testing simple variables with deflation...ok. *** testing netcdf-4 simple variable define...ok. *** testing netcdf-4 less simple variable define...ok. *** testing more complex netcdf-4 variable defines...ok. *** testing fill values...ok. *** testing more fill values...ok. *** testing lots of variables...ok. *** testing 4D example file in classic format...ok. *** testing 4D example file in 64-bit offset format...ok. *** testing 4D example file in netCDF-4/HDF5 format...ok. *** testing 4D example file in netCDF-4/HDF5 format with classic model rules...ok. *** Tests successful! PASS: tst_vars *** Testing netcdf-4 mapped variable functions. *** testing mapping with 2x2 variable...ok. *** testing mapping with 2x3 variable...ok. *** testing simple example from C Users' Guide...ok. *** testing transposed rh example from C Users' Guide...ok. *** Tests successful! PASS: tst_varms *** Testing netcdf-4 variable with unlimited dimensions. *** Testing file with one var, one unlim dim...ok. *** Tests successful! PASS: tst_unlim_vars *** Testing netcdf-4 attribute functions. *** testing really simple global atts...ok. *** testing simple global atts...ok. *** testing attribute data type conversions...ok. *** testing simple variable atts...ok. *** testing zero-length attributes... this test skipped for HDF 1.8.0 beta1ok. *** testing zero-length attributes and redef...(this test skipped for HDF5-1.8.0 beta1ok. *** testing attribute deletes and renames...ok. *** testing attribute create order...ok. *** testing attribute ordering some more...ok. *** testing attribute ordering even more...ok. *** testing attributes and enddef/redef...ok. *** Tests successful! PASS: tst_atts *** Testing netcdf data conversion. *** Testing conversion in netCDF classic files... ok. *** Testing conversion in netCDF 64-bit offset files... ok. *** Testing conversion in netCDF netCDF-4 files... ok. *** Testing conversion in netCDF netCDF-4 classic model files... ok. *** Tests successful! PASS: tst_converts *** Testing more netcdf-4 data conversion. *** Testing NC_BYTE converstions...ok. *** Testing MAX_INT converstions...ok. *** Tests successful! PASS: tst_converts2 *** Testing netcdf-4 group functions. *** testing simple group create...ok. *** testing simple nested group creates...ok. *** testing simple sibling group creates...ok. *** testing more group attributes...ok. *** testing groups and dimensions...ok. *** testing groups and vars...ok. *** testing groups and vars...ok. *** testing very simple groups and dimension scoping...ok. *** testing groups and dimension scoping...ok. *** testing more groups and dimension scoping...ok. *** testing groups and unlimited dimensions...ok. *** testing nested groups...ok. *** testing nested groups, user defined types, and enddef...ok. *** creating file with lots of user-defined types...ok. *** creating file with lots of groups...ok. *** Tests successful! PASS: tst_grps *** Testing netcdf-4 user defined type functions. *** testing REALLY simple compound variable create...ok. *** testing simple compound variable create...ok. *** testing simple compound attribute create...ok. *** testing compound variable with new atomic types...ok. *** testing compound variable containing an array of ints...ok. *** creating compound test file...ok. *** Now opening the ref file for this...ok. *** Tests successful! PASS: tst_compounds *** Tests successful! PASS: tst_compounds2 *** Testing netcdf-4 variable length type functions. *** testing vlen (of ints) attribute...ok. *** Tests successful! PASS: tst_vl *** Checking HDF5 VLEN types even more. *** Tests successful! PASS: tst_h_vl2 *** Testing netcdf-4 opaque type. *** testing *really* simple opaque attribute...ok. *** testing opaque attribute...ok. *** testing opaque variable...ok. *** testing 3 opaque types...ok. *** Tests successful! PASS: tst_opaques *** Testing netcdf-4 string type. *** testing string variable...ok. *** testing string attribute...ok. *** testing string var functions...ok. *** testing string attributes...ok. *** testing string fill value...ok. *** Tests successful! PASS: tst_strings *** Testing HDF5/NetCDF-4 interoperability... *** Creating a HDF5 file with one var with two dimension scales...ok. *** Checking that HDF5 file can be read by netCDF-4, and adding an att...ok. *** Checking that one var, two dimscales, one att file can still be read by HDF5...ok. *** Tests successful! PASS: tst_interops *** Testing netcdf-4 enum type. *** creating enum type...ok. *** testing enum attribute...ok. *** testing enum fill value ...ok. *** testing enum interuptus...ok. *** Tests successful! PASS: tst_enums *** Testing netcdf-4 variable functions, even more. *** Testing with classic format: **** testing simple fill value attribute creation...ok. **** testing simple fill value with data read...ok. **** testing fill value with one other attribute...ok. **** testing fill value with three other attributes...ok. **** testing fill value with simple example...ok. **** testing fill value with example from cxx tests in v2 api...ok. *** Testing with 64-bit offset format: **** testing simple fill value attribute creation...ok. **** testing simple fill value with data read...ok. **** testing fill value with one other attribute...ok. **** testing fill value with three other attributes...ok. **** testing fill value with simple example...ok. **** testing fill value with example from cxx tests in v2 api...ok. *** Testing with HDF5: **** testing simple fill value attribute creation...ok. **** testing simple fill value with data read...ok. **** testing fill value with one other attribute...ok. **** testing fill value with three other attributes...ok. **** testing fill value with simple example...ok. **** testing fill value with example from cxx tests in v2 api...ok. *** Testing with HDF5, netCDF Classic Model: **** testing simple fill value attribute creation...ok. **** testing simple fill value with data read...ok. **** testing fill value with one other attribute...ok. **** testing fill value with three other attributes...ok. **** testing fill value with simple example...ok. **** testing fill value with example from cxx tests in v2 api...ok. **** testing create order varids...ok. **** testing simple variable renaming...ok. **** testing dimension and variable renaming...ok. **** testing endianness...ok. **** testing chunking...ok. **** testing contiguous storage...ok. **** testing extreme numbers dude...ok. **** testing error codes for name clashes...ok. **** testing error codes for name clashes some more...ok. **** testing error codes for name clashes even more...ok. **** testing error code for too-large chunks...ok. *** Tests successful! PASS: tst_vars2 *** Testing UTF-8 names. *** creating UTF-8 names in classic model netcdf files...ok. *** renaming to UTF-8 names in classic model netcdf files...ok. *** creating UTF-8 names in netcdf-4 file...ok. *** Tests successful! PASS: tst_utf8 *** Testing netcdf-4 v2 API functions. *** testing simple opens and creates...ok. *** Tests successful! PASS: tst_v2 ========================================= 1 of 37 tests failed Please report to address@hidden ========================================= make[2]: *** [check-TESTS] Error 1 make[1]: *** [check-am] Error 2 make: *** [check-recursive] Error 1 dhcp-235:netcdf-4.0 edo$
dhcp-235:hdf5-1.8.1 edo$ cd .. dhcp-235:Downloads edo$ cd netcdf-4.0/ dhcp-235:netcdf-4.0 edo$ sudo make distclean make: *** No rule to make target `distclean'. Stop. dhcp-235:netcdf-4.0 edo$ ./configure --enable-netcdf-4 --with-hdf5=/usr/local/ --with-zlib=/usr/local/ --prefix=/usr/local/ CFLAGS=-m64 CXXFLAGS=-m64 CC=gcc configure: netCDF 4.0 checking build system type... i386-apple-darwin9.6.0 checking host system type... i386-apple-darwin9.6.0 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes configure: checking user options checking whether CXX is set to ''... no checking whether FC is set to ''... no checking whether F90 is set to ''... no checking whether this is a netCDF-4.x build... yes configure: Processing NetCDF-4 options. checking whether netCDF-4 is to be built... yes checking whether DAP client is to be built... checking whether new netCDF-4 C++ API is to be built... no checking whether HDF5 should do data conversions... checking whether extra example tests should be run... checking whether parallel IO tests should be run... no checking whether a location for the HDF5 library was specified... /usr/local/ checking whether a location for the ZLIB library was specified... /usr/local/ checking whether a location for the SZLIB library was specified... checking whether netCDF-4 logging is enabled... checking whether netCDF extra tests should be run (developers only)... no checking whether documentation is to be installed... no checking whether Fortran compiler(s) should be tested during configure... yes checking whether configure should try to set compiler flags... yes checking whether FFIO will be used... no checking whether to skip C++, F77, or F90 APIs if compiler is broken... yes checking whether only the C library is desired... no checking whether examples should be built... yes checking whether F77 API is desired... yes checking whether F90 API is desired... yes checking whether fortran type sizes should be checked... yes checking whether C API is desired... yes checking where to get netCDF C-only library for separate fortran libraries... checking whether CXX API is desired... yes checking whether v2 netCDF API should be built... yes checking whether the ncgen/ncdump should be built... yes checking whether large file (> 2GB) tests should be run... no checking whether 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 for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking whether 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... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for gfortran... no checking for f95... no checking for f90... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking whether we are using the GNU Fortran compiler... no checking whether accepts -g... no configure: WARNING: No F90 compiler found. F90 API will not be built. checking for xlf... no checking for fort... no checking for xlf95... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf77... no checking for lf95... no checking for gfortran... no checking for f77... no checking for frt... no checking for pgf95... no checking for f95... no checking for f90... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking for g77... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no configure: WARNING: No F77 compiler found. F77 API will not be built. configure: finding C++ compiler (will not be used if C++ API is not desired) checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 configure: setting up libtool checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -p checking the name lister (/usr/bin/nm -p) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 196608 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/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 -p output from gcc object... ok checking for dsymutil... dsymutil checking for nmedit... nmedit checking for -single_module linker flag... yes checking for -exported_symbols_list linker flag... yes checking how to run the C preprocessor... 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) yes checking whether g++ accepts -g... (cached) yes checking dependency style of g++... (cached) gcc3 checking how to run the C++ preprocessor... g++ -E checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... (cached) no checking whether accepts -g... (cached) no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking whether we are using the GNU Fortran compiler... (cached) no checking whether accepts -g... (cached) no checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fno-common -DPIC checking if gcc PIC flag -fno-common -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin9.6.0 dyld checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for ld used by g++... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fno-common -DPIC checking if g++ PIC flag -fno-common -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin9.6.0 dyld checking how to hardcode library paths into programs... immediate configure: finding other utilities checking for a BSD-compatible install... /usr/bin/install -c configure: trying to set flags for this platform checking if _HPUX_SOURCE should be set... no checking if Solaris -Xa option is needed... CFLAGS=-m64 checking if we need to set _LARGE_FILES despite results of previous tests... _LARGE_FILES= checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no configure: displaying some results checking CPPFLAGS... checking CC CFLAGS... gcc -m64 checking type gcc... gcc is hashed (/usr/bin/gcc) checking CXX... g++ checking CXXFLAGS... -m64 checking type g++... g++ is /usr/bin/g++ checking FC... unset checking F90... unset checking AR... ar checking AR_FLAGS... cru checking type ar... ar is /usr/bin/ar checking NM... /usr/bin/nm -p checking NMFLAGS... configure: checking types, headers, and functions checking for stdlib.h... (cached) yes checking for sys/types.h... (cached) yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for strlcat... yes checking for strerror... yes checking for working alloca.h... yes checking for alloca... yes checking whether isnan is declared... yes checking whether isinf is declared... yes checking whether isfinite is declared... yes checking whether signbit is declared... yes checking for long long int... yes checking for unsigned long long int... yes checking for struct stat.st_blksize... yes checking for IEEE floating point format... yes checking for size_t... yes checking for off_t... yes checking for ssize_t... yes checking for ptrdiff_t... yes checking for uchar... no checking whether char is unsigned... no checking whether byte ordering is bigendian... universal checking size of short... 2 checking size of int... 4 checking size of long... 8 checking size of float... 4 checking size of double... 8 checking size of off_t... 8 checking size of size_t... 8 checking for catman... no checking for makewhatis... no checking for /usr/lib/makewhatis... no checking for manual-page index command... checking what to call the output of the ftpbin target... binary-netcdf-4.0_g++.tar g++ checking binary distribution directory... /home/ftp/pub/binary/dummy_system checking hdf5.h usability... yes checking hdf5.h presence... yes checking for hdf5.h... 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 whether parallel I/O features are to be included... no checking for H5Pset_deflate in -lhdf5... yes checking for gawk... (cached) awk checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes configure: generating header files and makefiles configure: creating ./config.status config.status: creating Makefile config.status: creating man/Makefile 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 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 win32/Makefile config.status: creating win32/NET/Makefile config.status: creating win32/NET/libsrc/Makefile config.status: creating win32/NET/ncdump/Makefile config.status: creating win32/NET/ncgen/Makefile config.status: creating win32/NET/examples/Makefile config.status: creating win32/NET/nctest/Makefile config.status: creating win32/NET/nc_test/Makefile config.status: creating config.h config.status: creating fortran/nfconfig1.inc config.status: executing depfiles commands config.status: executing libtool commands dhcp-235:netcdf-4.0 edo$
Last login: Mon Feb 9 17:05:52 on console dhcp-235:~ edo$ locate hdf5 /Applications/MATLAB_R2008b.app/bin/maci/libhdf5.0.0.0.dylib /Applications/MATLAB_R2008b.app/bin/maci/libhdf5.0.dylib /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@H5F/is_hdf5.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@H5ML/hdf5.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5 /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5array /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5array/h5array.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5array/schema.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5array/setData.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5compound /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5compound/addMember.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5compound/h5compound.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5compound/schema.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5compound/setMember.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5compound/setMemberNames.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5enum /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5enum/defineEnum.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5enum/getString.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5enum/h5enum.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5enum/schema.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5enum/setData.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5enum/setEnumNames.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5enum/setEnumValues.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5string /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5string/h5string.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5string/schema.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5string/setData.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5string/setLength.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5string/setPadding.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5vlen /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5vlen/h5vlen.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5vlen/schema.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5vlen/setData.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@hdf5type /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@hdf5type/disp.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@hdf5type/display.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@hdf5type/hdf5type.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@hdf5type/schema.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@hdf5type/setName.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/schema.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/hdf5.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/hdf5copyright.txt /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/hdf5info.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/hdf5read.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/hdf5write.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/private/hdf5infoc.mexmaci /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/private/hdf5infoc.mexmaci.csf /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/private/hdf5readc.mexmaci /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/private/hdf5readc.mexmaci.csf /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/private/hdf5writec.mexmaci /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/private/hdf5writec.mexmaci.csf /usr/local/hdf5 /usr/local/hdf5/bin /usr/local/hdf5/bin/gif2h5 /usr/local/hdf5/bin/h52gif /usr/local/hdf5/bin/h5cc /usr/local/hdf5/bin/h5copy /usr/local/hdf5/bin/h5debug /usr/local/hdf5/bin/h5diff /usr/local/hdf5/bin/h5dump /usr/local/hdf5/bin/h5import /usr/local/hdf5/bin/h5jam /usr/local/hdf5/bin/h5ls /usr/local/hdf5/bin/h5mkgrp /usr/local/hdf5/bin/h5perf /usr/local/hdf5/bin/h5perf_serial /usr/local/hdf5/bin/h5redeploy /usr/local/hdf5/bin/h5repack /usr/local/hdf5/bin/h5repart /usr/local/hdf5/bin/h5stat /usr/local/hdf5/bin/h5unjam /usr/local/hdf5/include /usr/local/hdf5/include/H5ACpublic.h /usr/local/hdf5/include/H5Apublic.h /usr/local/hdf5/include/H5Cpublic.h /usr/local/hdf5/include/H5DSpublic.h /usr/local/hdf5/include/H5Dpublic.h /usr/local/hdf5/include/H5Epubgen.h /usr/local/hdf5/include/H5Epublic.h /usr/local/hdf5/include/H5FDcore.h /usr/local/hdf5/include/H5FDdirect.h /usr/local/hdf5/include/H5FDfamily.h /usr/local/hdf5/include/H5FDlog.h /usr/local/hdf5/include/H5FDmpi.h /usr/local/hdf5/include/H5FDmpio.h /usr/local/hdf5/include/H5FDmpiposix.h /usr/local/hdf5/include/H5FDmulti.h /usr/local/hdf5/include/H5FDpublic.h /usr/local/hdf5/include/H5FDsec2.h /usr/local/hdf5/include/H5FDstdio.h /usr/local/hdf5/include/H5Fpublic.h /usr/local/hdf5/include/H5Gpublic.h /usr/local/hdf5/include/H5IMpublic.h /usr/local/hdf5/include/H5Ipublic.h /usr/local/hdf5/include/H5LTpublic.h /usr/local/hdf5/include/H5Lpublic.h /usr/local/hdf5/include/H5MMpublic.h /usr/local/hdf5/include/H5Opublic.h /usr/local/hdf5/include/H5PTpublic.h /usr/local/hdf5/include/H5Ppublic.h /usr/local/hdf5/include/H5Rpublic.h /usr/local/hdf5/include/H5Spublic.h /usr/local/hdf5/include/H5TBpublic.h /usr/local/hdf5/include/H5Tpublic.h /usr/local/hdf5/include/H5Zpublic.h /usr/local/hdf5/include/H5api_adpt.h /usr/local/hdf5/include/H5pubconf.h /usr/local/hdf5/include/H5public.h /usr/local/hdf5/include/H5version.h /usr/local/hdf5/include/hdf5.h /usr/local/hdf5/include/hdf5_hl.h /usr/local/hdf5/lib /usr/local/hdf5/lib/libhdf5.a /usr/local/hdf5/lib/libhdf5.la /usr/local/hdf5/lib/libhdf5.settings /usr/local/hdf5/lib/libhdf5_hl.a /usr/local/hdf5/lib/libhdf5_hl.la dhcp-235:~ edo$ cd /usr/local dhcp-235:local edo$ ls bin cuda cvsrep include lib share texlive dhcp-235:local edo$ dhcp-235:local edo$ dhcp-235:local edo$ dhcp-235:local edo$ dhcp-235:local edo$ dhcp-235:local edo$ dhcp-235:local edo$ dhcp-235:local edo$ dhcp-235:local edo$ dhcp-235:local edo$ dhcp-235:local edo$ dhcp-235:local edo$ dhcp-235:local edo$ dhcp-235:local edo$ dhcp-235:local edo$ cd /usr/local/hdf5/ -bash: cd: /usr/local/hdf5/: No such file or directory dhcp-235:local edo$ dhcp-235:local edo$ dhcp-235:local edo$ dhcp-235:local edo$ dhcp-235:local edo$ dhcp-235:local edo$ dhcp-235:local edo$ dhcp-235:local edo$ dhcp-235:local edo$ dhcp-235:local edo$ cd dhcp-235:~ edo$ cd Downloads/ dhcp-235:Downloads edo$ cd hdf5-1.8.1 dhcp-235:hdf5-1.8.1 edo$ ls COPYING Makefile.am Makefile~ acsite.m4 config configure fortran hl release_docs testpar windows MANIFEST Makefile.dist README.txt bin config.log configure.in hdf5 libtool src tools windows_vnet Makefile Makefile.in aclocal.m4 c++ config.status examples hdf5-1.8.1 perform test vms dhcp-235:hdf5-1.8.1 edo$ cd /usr dhcp-235:usr edo$ ls X11 X11R6 bin include lib libexec local sbin share standalone texbin dhcp-235:usr edo$ cd local dhcp-235:local edo$ ls bin cuda cvsrep include lib share texlive dhcp-235:local edo$ cd include/ dhcp-235:include edo$ ls H5ACpublic.h H5Epubgen.h H5FDlog.h H5FDpublic.h H5IMpublic.h H5Opublic.h H5TBpublic.h H5public.h hdf5.h ncvalues.h pngconf.h H5Apublic.h H5Epublic.h H5FDmpi.h H5FDsec2.h H5Ipublic.h H5PTpublic.h H5Tpublic.h H5version.h hdf5_hl.h netcdf.h pngwriter.h H5Cpublic.h H5FDcore.h H5FDmpio.h H5FDstdio.h H5LTpublic.h H5Ppublic.h H5Zpublic.h bin include netcdf.hh share H5DSpublic.h H5FDdirect.h H5FDmpiposix.h H5Fpublic.h H5Lpublic.h H5Rpublic.h H5api_adpt.h freetype2 lib netcdfcpp.h zconf.h H5Dpublic.h H5FDfamily.h H5FDmulti.h H5Gpublic.h H5MMpublic.h H5Spublic.h H5pubconf.h ft2build.h libpng12 png.h zlib.h dhcp-235:include edo$ sudo rm hd*.* Password: dhcp-235:include edo$ LS H5ACpublic.h H5Epubgen.h H5FDlog.h H5FDpublic.h H5IMpublic.h H5Opublic.h H5TBpublic.h H5public.h include netcdf.hh share H5Apublic.h H5Epublic.h H5FDmpi.h H5FDsec2.h H5Ipublic.h H5PTpublic.h H5Tpublic.h H5version.h lib netcdfcpp.h zconf.h H5Cpublic.h H5FDcore.h H5FDmpio.h H5FDstdio.h H5LTpublic.h H5Ppublic.h H5Zpublic.h bin libpng12 png.h zlib.h H5DSpublic.h H5FDdirect.h H5FDmpiposix.h H5Fpublic.h H5Lpublic.h H5Rpublic.h H5api_adpt.h freetype2 ncvalues.h pngconf.h H5Dpublic.h H5FDfamily.h H5FDmulti.h H5Gpublic.h H5MMpublic.h H5Spublic.h H5pubconf.h ft2build.h netcdf.h pngwriter.h dhcp-235:include edo$ ls H5ACpublic.h H5Epubgen.h H5FDlog.h H5FDpublic.h H5IMpublic.h H5Opublic.h H5TBpublic.h H5public.h include netcdf.hh share H5Apublic.h H5Epublic.h H5FDmpi.h H5FDsec2.h H5Ipublic.h H5PTpublic.h H5Tpublic.h H5version.h lib netcdfcpp.h zconf.h H5Cpublic.h H5FDcore.h H5FDmpio.h H5FDstdio.h H5LTpublic.h H5Ppublic.h H5Zpublic.h bin libpng12 png.h zlib.h H5DSpublic.h H5FDdirect.h H5FDmpiposix.h H5Fpublic.h H5Lpublic.h H5Rpublic.h H5api_adpt.h freetype2 ncvalues.h pngconf.h H5Dpublic.h H5FDfamily.h H5FDmulti.h H5Gpublic.h H5MMpublic.h H5Spublic.h H5pubconf.h ft2build.h netcdf.h pngwriter.h dhcp-235:include edo$ dhcp-235:include edo$ dhcp-235:include edo$ dhcp-235:include edo$ sudo rm h5*.* rm: h5*.*: No such file or directory dhcp-235:include edo$ sudo rm H5*.* dhcp-235:include edo$ dhcp-235:include edo$ dhcp-235:include edo$ dhcp-235:include edo$ dhcp-235:include edo$ dhcp-235:include edo$ cd dhcp-235:~ edo$ cd Downloads/ dhcp-235:Downloads edo$ cd hdf5-1.8.1 dhcp-235:hdf5-1.8.1 edo$ dhcp-235:hdf5-1.8.1 edo$ dhcp-235:hdf5-1.8.1 edo$ sudo ./configure --with-zlib=/usr/local/iclude --prefix=/usr/local/ --disable-shared CFLAGS= -m64 CXXFLAGS = -m64 configure: error: unrecognized option: -m64 Try `./configure --help' for more information. dhcp-235:hdf5-1.8.1 edo$ sudo ./configure --with-zlib=/usr/local/iclude --prefix=/usr/local/ --disable-shared CFLAGS= -m64 configure: error: unrecognized option: -m64 Try `./configure --help' for more information. dhcp-235:hdf5-1.8.1 edo$ sudo make clean Making clean in perform rm -f h5perf h5perf rm -f h5perf_serial h5perf_serial rm -f iopipe iopipe rm -f chunk chunk rm -f overhead overhead rm -f zip_perf zip_perf rm -f perf_meta perf_meta rm -f h5perf_serial h5perf_serial test -z "*.h5 *.raw *.dat x-gnuplot" || rm -f *.h5 *.raw *.dat x-gnuplot rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog Making clean in hl Making clean in tools Making clean in gif2h5 rm -f gif2h5 gif2h5 rm -f h52gif h52gif rm -rf .libs _libs rm -f h52gifgentst h52gifgentst rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 *.gif Making clean in . rm -rf .libs _libs rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog Making clean in test rm -f test_lite test_lite rm -f test_image test_image rm -f test_table test_table rm -f test_ds test_ds rm -f test_packet test_packet rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog combine_tables[1-2].h5 test_ds[1-6].h5 test_image[1-3].h5 test_lite[1-2].h5 test_table.h5 test_packet_table.h5 test_packet_compress.h5 Making clean in src test -z "libhdf5_hl.la" || rm -f libhdf5_hl.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog Making clean in . rm -rf .libs _libs rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog Making clean in tools Making clean in h5stat rm -f h5stat h5stat rm -f h5stat_gentest h5stat_gentest test -z "" || rm -f rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 ../testfiles/fst_family*.h5 ../testfiles/scd_family*.h5 Making clean in h5copy rm -f h5copy h5copy rm -f h5copygentest h5copygentest rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 Making clean in h5jam rm -f h5jam h5jam rm -f h5unjam h5unjam rm -f tellub tellub rm -f h5jamgentest h5jamgentest rm -f getub getub rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 *.txt Making clean in h5repack rm -f h5repack h5repack rm -f h5repacktst h5repacktst rm -rf .libs _libs rm -f testh5repack_detect_szip testh5repack_detect_szip rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 *.bin Making clean in h5import rm -f h5import h5import rm -f h5importtest h5importtest rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog Making clean in misc rm -f h5debug h5debug rm -f h5repart h5repart rm -f h5mkgrp h5mkgrp rm -f h5repart_gentest h5repart_gentest rm -f repart_test repart_test test -z "h5redeploy" || rm -f h5redeploy rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 ../testfiles/fst_family*.h5 ../testfiles/scd_family*.h5 Making clean in h5ls rm -f h5ls h5ls rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog Making clean in h5diff s rm -f h5diff h5diff rm -f h5diffgentest h5diffgentest rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 expect_sorted actual_sorted Making clean in h5dump rm -f h5dump h5dump rm -f h5dumpgentest h5dumpgentest rm -f binread binread rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 *.bin Making clean in lib rm -f talign talign rm -rf .libs _libs test -z "libh5tools.la" || rm -f libh5tools.la rm -f "./so_locations" rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog Making clean in . rm -rf .libs _libs rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog Making clean in test rm -f testhdf5 testhdf5 rm -f lheap lheap rm -f ohdr ohdr rm -f stab stab rm -f gheap gheap rm -f cache cache rm -f cache_api cache_api rm -f pool pool rm -f hyperslab hyperslab rm -f istore istore rm -f bittests bittests rm -f dt_arith dt_arith rm -f dtypes dtypes rm -f dsets dsets rm -f cmpd_dset cmpd_dset rm -f extend extend rm -f external external rm -f objcopy objcopy rm -f links links rm -f unlink unlink rm -f big big rm -f mtime mtime rm -f fillval fillval rm -f mount mount rm -f flush1 flush1 rm -f flush2 flush2 rm -f enum enum rm -f set_extent set_extent rm -f ttsafe ttsafe rm -f getname getname rm -f vfd vfd rm -f ntypes ntypes rm -f dangle dangle rm -f dtransform dtransform rm -f reserved reserved rm -f cross_read cross_read rm -f btree2 btree2 rm -f fheap fheap rm -f error_test error_test rm -f err_compat err_compat rm -f testmeta testmeta rm -rf .libs _libs test -z "libh5test.la" || rm -f libh5test.la rm -f "./so_locations" rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog cmpd_dset.h5 compact_dataset.h5 dataset.h5 dset_offset.h5 max_compact_dataset.h5 simple.h5 set_local.h5 random_chunks.h5 huge_chunks.h5 extend.h5 istore.h5 tfile[1-4].h5 th5s[1-3].h5 lheap.h5 fheap.h5 ohdr.h5 stab.h5 extern_[1-3].h5 extern_[1-4][ab].raw gheap[0-4].h5 dt_arith[1-2] links.h5 links[0-6]*.h5 extlinks[0-9].h5 tmp big.data big[0-9][0-9][0-9][0-9][0-9].h5 stdio.h5 sec2.h5 dtypes[1-8].h5 dt_arith[1-2].h5 tattr.h5 tselect.h5 mtime.h5 unlink.h5 unicode.h5 coord.h5 fillval_[0-9].h5 fillval.raw mount_[0-9].h5 testmeta.h5 ttime.h5 trefer[1-3].h5 tvltypes.h5 tvlstr.h5 tvlstr2.h5 flush.h5 enum1.h5 titerate.h5 ttsafe.h5 tarray1.h5 tgenprop.h5 tmisc[0-9]*.h5 set_extent_read.h5 set_extent_create.h5 getname.h5 getname[1-3].h5 sec2_file.h5 direct_file.h5 family_file000[0-3][0-9].h5 multi_file-[rs].h5 core_file new_move_[ab].h5 ntypes.h5 dangle.h5 error_test.h5 err_compat.h5 dtransform.h5 test_filters.h5 get_file_name.h5 tstint[1-2].h5 unlink_chunked.h5 btree2.h5 objcopy_src.h5 objcopy_dst.h5 objcopy_ext.dat trefer1.h5 trefer2.h5 Making clean in src stest -z "libhdf5.la" || rm -f libhdf5.la rm -f "./so_locations" rm -rf .libs _libs rm -f H5detect H5detect rm -f *.o test -z "H5Tinit.c" || rm -f H5Tinit.c rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog Making clean in . rm -rf .libs _libs rm -f *.lo if test -d ii_files; then \ rm -f -rf ii_files; \ fi dhcp-235:hdf5-1.8.1 edo$ sudo make distclean Making distclean in examples test -z "h5_write h5_read h5_extend_write h5_chunk_read h5_compound h5_group h5_select h5_attribute h5_mount h5_reference h5_drivers h5_ref2reg h5_extlink h5_elink_unix2win h5_shared_mesg " || rm -f h5_write h5_read h5_extend_write h5_chunk_read h5_compound h5_group h5_select h5_attribute h5_mount h5_reference h5_drivers h5_ref2reg h5_extlink h5_elink_unix2win h5_shared_mesg rm -rf .libs _libs test -z "*.raw *.meta *.o" || rm -f *.raw *.meta *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog red blue u2w *.h5 test -z "testh5cc.sh" || rm -f testh5cc.sh rm -f Makefile Making distclean in perform rm -f h5perf h5perf rm -f h5perf_serial h5perf_serial rm -f iopipe iopipe rm -f chunk chunk rm -f overhead overhead rm -f zip_perf zip_perf rm -f perf_meta perf_meta rm -f h5perf_serial h5perf_serial test -z "*.h5 *.raw *.dat x-gnuplot" || rm -f *.h5 *.raw *.dat x-gnuplot rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in hl Making distclean in examples test -z "ex_lite1 ex_lite2 ex_lite3 ptExampleFL ptExampleVL ex_image1 ex_image2 ex_table_01 ex_table_02 ex_table_03 ex_table_04 ex_table_05 ex_table_06 ex_table_07 ex_table_08 ex_table_09 ex_table_10 ex_table_11 ex_table_12 ex_ds1 " || rm -f ex_lite1 ex_lite2 ex_lite3 ptExampleFL ptExampleVL ex_image1 ex_image2 ex_table_01 ex_table_02 ex_table_03 ex_table_04 ex_table_05 ex_table_06 ex_table_07 ex_table_08 ex_table_09 ex_table_10 ex_table_11 ex_table_12 ex_ds1 rm -rf .libs _libs test -z "*.raw *.meta *.o" || rm -f *.raw *.meta *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 test -z "" || rm -f rm -f Makefile Making distclean in fortran Making distclean in examples test -z "exlite " || rm -f exlite rm -rf .libs _libs test -z "*.raw *.meta *.o" || rm -f *.raw *.meta *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 test -z "" || rm -f rm -f Makefile Making distclean in test rm -f tstlite tstlite rm -f tstimage tstimage rm -f tsttable tsttable rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog dsetf[1-4].h5 f1img.h5 f1tab.h5 rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in src test -z "libhdf5hl_fortran.la" || rm -f libhdf5hl_fortran.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in c++ Making distclean in examples test -z "ptExampleFL ptExampleVL " || rm -f ptExampleFL ptExampleVL rm -rf .libs _libs test -z "*.raw *.meta *.o" || rm -f *.raw *.meta *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 test -z "" || rm -f rm -f Makefile Making distclean in test rm -f ptableTest ptableTest rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in src test -z "libhdf5_hl_cpp.la" || rm -f libhdf5_hl_cpp.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in tools Making distclean in gif2h5 rm -f gif2h5 gif2h5 rm -f h52gif h52gif rm -rf .libs _libs rm -f h52gifgentst h52gifgentst rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 *.gif rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in test rm -f test_lite test_lite rm -f test_image test_image rm -f test_table test_table rm -f test_ds test_ds rm -f test_packet test_packet rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog combine_tables[1-2].h5 test_ds[1-6].h5 test_image[1-3].h5 test_lite[1-2].h5 test_table.h5 test_packet_table.h5 test_packet_compress.h5 rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in src test -z "libhdf5_hl.la" || rm -f libhdf5_hl.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in fortran Making distclean in examples test -z "dsetexample fileexample rwdsetexample attrexample groupexample grpsexample grpdsetexample hyperslab selectele grpit refobjexample refregexample mountexample compound " || rm -f dsetexample fileexample rwdsetexample attrexample groupexample grpsexample grpdsetexample hyperslab selectele grpit refobjexample refregexample mountexample compound rm -rf .libs _libs test -z "*.raw *.meta *.o" || rm -f *.raw *.meta *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 test -z "testh5fc.sh" || rm -f testh5fc.sh rm -f Makefile Making distclean in testpar rm -f parallel_test parallel_test rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog parf[12].h5 rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in test rm -f fortranlib_test fortranlib_test rm -f fflush1 fflush1 rm -f fflush2 fflush2 rm -f fortranlib_test_1_8 fortranlib_test_1_8 rm -rf .libs _libs test -z "libh5test_fortran.la" || rm -f libh5test_fortran.la rm -f "./so_locations" rm -f *.o test -z "*.tmp" || rm -f *.tmp rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in src test -z "libhdf5_fortran.la" || rm -f libhdf5_fortran.la rm -f "./so_locations" rm -rf .libs _libs rm -f H5match_types H5match_types rm -f H5fortran_detect H5fortran_detect rm -f H5test_kind H5test_kind rm -f *.o test -z "H5fortran_types.f90 H5f90i_gen.h H5fort_type_defines.h H5fortran_detect.f90" || rm -f H5fortran_types.f90 H5f90i_gen.h H5fort_type_defines.h H5fortran_detect.f90 rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "h5fc libhdf5_fortran.settings" || rm -f h5fc libhdf5_fortran.settings test -z "h5fc libhdf5_fortran.settings" || rm -f h5fc libhdf5_fortran.settings rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in c++ Making distclean in examples test -z "create readdata writedata compound extend_ds chunks h5group " || rm -f create readdata writedata compound extend_ds chunks h5group rm -rf .libs _libs test -z "*.raw *.meta *.o" || rm -f *.raw *.meta *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 test -z "testh5c++.sh" || rm -f testh5c++.sh rm -f Makefile Making distclean in test rm -f dsets dsets rm -f testhdf5 testhdf5 rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in src test -z "libhdf5_cpp.la" || rm -f libhdf5_cpp.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "h5c++" || rm -f h5c++ test -z "h5c++ libhdf5.settings" || rm -f h5c++ libhdf5.settings rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in tools Making distclean in h5stat rm -f h5stat h5stat rm -f h5stat_gentest h5stat_gentest test -z "" || rm -f rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 ../testfiles/fst_family*.h5 ../testfiles/scd_family*.h5 rm -f *.tab.c test -z "testh5stat.sh" || rm -f testh5stat.sh test -z "testh5stat.sh" || rm -f testh5stat.sh rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in h5copy rm -f h5copy h5copy rm -f h5copygentest h5copygentest rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in h5jam rm -f h5jam h5jam rm -f h5unjam h5unjam rm -f tellub tellub rm -f h5jamgentest h5jamgentest rm -f getub getub rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 *.txt rm -f *.tab.c test -z "testh5jam.sh" || rm -f testh5jam.sh test -z "testh5jam.sh" || rm -f testh5jam.sh rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in h5repack rm -f h5repack h5repack rm -f h5repacktst h5repacktst rm -rf .libs _libs rm -f testh5repack_detect_szip testh5repack_detect_szip rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 *.bin rm -f *.tab.c test -z "h5repack.sh" || rm -f h5repack.sh test -z "h5repack.sh" || rm -f h5repack.sh rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in h5import rm -f h5import h5import rm -f h5importtest h5importtest rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in misc rm -f h5debug h5debug rm -f h5repart h5repart rm -f h5mkgrp h5mkgrp rm -f h5repart_gentest h5repart_gentest rm -f repart_test repart_test test -z "h5redeploy" || rm -f h5redeploy rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 ../testfiles/fst_family*.h5 ../testfiles/scd_family*.h5 rm -f *.tab.c test -z "h5cc testh5repart.sh" || rm -f h5cc testh5repart.sh test -z "h5cc testh5repart.sh" || rm -f h5cc testh5repart.sh rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in h5ls rm -f h5ls h5ls rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in h5diff rm -f h5diff h5diff rm -f h5diffgentest h5diffgentest rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 expect_sorted actual_sorted rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in h5dump rm -f h5dump h5dump rm -f h5dumpgentest h5dumpgentest rm -f binread binread rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 *.bin rm -f *.tab.c test -z "testh5dump.sh testh5dumpxml.sh" || rm -f testh5dump.sh testh5dumpxml.sh test -z "testh5dump.sh" || rm -f testh5dump.sh rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in lib rm -f talign talign rm -rf .libs _libs test -z "libh5tools.la" || rm -f libh5tools.la rm -f "./so_locations" rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in testpar rm -f t_mpi t_mpi rm -f t_posix_compliant t_posix_compliant rm -f testphdf5 testphdf5 rm -f t_cache t_cache rm -f t_pflush1 t_pflush1 rm -f t_pflush2 t_pflush2 rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog MPItest.h5 Para*.h5 rm -f *.tab.c test -z "testph5.sh" || rm -f testph5.sh test -z "go Makefile testph5.sh" || rm -f go Makefile testph5.sh rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in test rm -f testhdf5 testhdf5 rm -f lheap lheap rm -f ohdr ohdr rm -f stab stab rm -f gheap gheap rm -f cache cache rm -f cache_api cache_api rm -f pool pool rm -f hyperslab hyperslab rm -f istore istore rm -f bittests bittests rm -f dt_arith dt_arith rm -f dtypes dtypes rm -f dsets dsets rm -f cmpd_dset cmpd_dset rm -f extend extend rm -f external external rm -f objcopy objcopy rm -f links links rm -f unlink unlink rm -f big big rm -f mtime mtime rm -f fillval fillval rm -f mount mount rm -f flush1 flush1 rm -f flush2 flush2 rm -f enum enum rm -f set_extent set_extent rm -f ttsafe ttsafe rm -f getname getname rm -f vfd vfd rm -f ntypes ntypes rm -f dangle dangle rm -f dtransform dtransform rm -f reserved reserved rm -f cross_read cross_read rm -f btree2 btree2 rm -f fheap fheap rm -f error_test error_test rm -f err_compat err_compat rm -f testmeta testmeta rm -rf .libs _libs test -z "libh5test.la" || rm -f libh5test.la rm -f "./so_locations" rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog cmpd_dset.h5 compact_dataset.h5 dataset.h5 dset_offset.h5 max_compact_dataset.h5 simple.h5 set_local.h5 random_chunks.h5 huge_chunks.h5 extend.h5 istore.h5 tfile[1-4].h5 th5s[1-3].h5 lheap.h5 fheap.h5 ohdr.h5 stab.h5 extern_[1-3].h5 extern_[1-4][ab].raw gheap[0-4].h5 dt_arith[1-2] links.h5 links[0-6]*.h5 extlinks[0-9].h5 tmp big.data big[0-9][0-9][0-9][0-9][0-9].h5 stdio.h5 sec2.h5 dtypes[1-8].h5 dt_arith[1-2].h5 tattr.h5 tselect.h5 mtime.h5 unlink.h5 unicode.h5 coord.h5 fillval_[0-9].h5 fillval.raw mount_[0-9].h5 testmeta.h5 ttime.h5 trefer[1-3].h5 tvltypes.h5 tvlstr.h5 tvlstr2.h5 flush.h5 enum1.h5 titerate.h5 ttsafe.h5 tarray1.h5 tgenprop.h5 tmisc[0-9]*.h5 set_extent_read.h5 set_extent_create.h5 getname.h5 getname[1-3].h5 sec2_file.h5 direct_file.h5 family_file000[0-3][0-9].h5 multi_file-[rs].h5 core_file new_move_[ab].h5 ntypes.h5 dangle.h5 error_test.h5 err_compat.h5 dtransform.h5 test_filters.h5 get_file_name.h5 tstint[1-2].h5 unlink_chunked.h5 btree2.h5 objcopy_src.h5 objcopy_dst.h5 objcopy_ext.dat trefer1.h5 trefer2.h5 rm -f *.tab.c test -z "testerror.sh" || rm -f testerror.sh test -z "testerror.sh" || rm -f testerror.sh rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in src test -z "libhdf5.la" || rm -f libhdf5.la rm -f "./so_locations" rm -rf .libs _libs rm -f H5detect H5detect rm -f *.o test -z "H5Tinit.c" || rm -f H5Tinit.c rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "libhdf5.settings" || rm -f libhdf5.settings test -z "H5pubconf.h" || rm -f H5pubconf.h rm -f H5config.h stamp-h1 rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo if test -d ii_files; then \ rm -f -rf ii_files; \ fi test -z "" || rm -f test -z "config/stamp1 config/stamp2" || rm -f config/stamp1 config/stamp2 rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f Makefile dhcp-235:hdf5-1.8.1 edo$ sudo ./configure --with-zlib=/usr/local/include --prefix=/usr/local/ --disable-shared CFLAGS= -m64 CXXFLAGS = -m64 configure: error: unrecognized option: -m64 Try `./configure --help' for more information. dhcp-235:hdf5-1.8.1 edo$ ./configure --help `configure' configures HDF5 1.8.1 to adapt to many kinds of systems. Usage: ./configure [OPTION]... [VAR=VALUE]... To assign environment variables (e.g., CC, CFLAGS...), specify them as VAR=VALUE. See below for descriptions of some of the useful variables. Defaults for the options are specified in brackets. Configuration: -h, --help display this help and exit --help=short display options specific to this package --help=recursive display the short help of all the included packages -V, --version display version information and exit -q, --quiet, --silent do not print `checking...' messages --cache-file=FILE cache test results in FILE [disabled] -C, --config-cache alias for `--cache-file=config.cache' -n, --no-create do not create output files --srcdir=DIR find the sources in DIR [configure dir or `..'] Installation directories: --prefix=PREFIX install architecture-independent files in PREFIX [/Users/edo/Downloads/hdf5-1.8.1/hdf5] --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX [PREFIX] By default, `make install' will install all the files in `/Users/edo/Downloads/hdf5-1.8.1/hdf5/bin', `/Users/edo/Downloads/hdf5-1.8.1/hdf5/lib' etc. You can specify an installation prefix other than `/Users/edo/Downloads/hdf5-1.8.1/hdf5' using `--prefix', for instance `--prefix=$HOME'. For better control, use the options below. Fine tuning of the installation directories: --bindir=DIR user executables [EPREFIX/bin] --sbindir=DIR system admin executables [EPREFIX/sbin] --libexecdir=DIR program executables [EPREFIX/libexec] --sysconfdir=DIR read-only single-machine data [PREFIX/etc] --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] --localstatedir=DIR modifiable single-machine data [PREFIX/var] --libdir=DIR object code libraries [EPREFIX/lib] --includedir=DIR C header files [PREFIX/include] --oldincludedir=DIR C header files for non-gcc [/usr/include] --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] --datadir=DIR read-only architecture-independent data [DATAROOTDIR] --infodir=DIR info documentation [DATAROOTDIR/info] --localedir=DIR locale-dependent data [DATAROOTDIR/locale] --mandir=DIR man documentation [DATAROOTDIR/man] --docdir=DIR documentation root [DATAROOTDIR/doc/hdf5] --htmldir=DIR html documentation [DOCDIR] --dvidir=DIR dvi documentation [DOCDIR] --pdfdir=DIR pdf documentation [DOCDIR] --psdir=DIR ps documentation [DOCDIR] Program names: --program-prefix=PREFIX prepend PREFIX to installed program names --program-suffix=SUFFIX append SUFFIX to installed program names --program-transform-name=PROGRAM run sed PROGRAM on installed program names System types: --build=BUILD configure for building on BUILD [guessed] --host=HOST cross-compile to build programs to run on HOST [BUILD] Optional Features: --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --enable-maintainer-mode enable make rules and dependencies not useful (and sometimes confusing) to the casual installer --disable-dependency-tracking speeds up one-time build --enable-dependency-tracking do not reject slow dependency extractors --enable-fortran Compile the Fortran interface [default=no] --enable-cxx Compile the C++ interface [default=no] --enable-static-exec Build only statically linked executables [default=no] --enable-shared[=PKGS] build shared libraries [default=yes] --enable-static[=PKGS] build static libraries [default=yes] --enable-fast-install[=PKGS] optimize for fast installation [default=yes] --disable-libtool-lock avoid locking (might break parallel builds) --disable-sharedlib-rpath Disable use of the '=Wl,-rpath' linker option --enable-production Determines how to run the compiler. --enable-linux-lfs Enable support for large (64-bit) files on Linux. [default=check] --enable-threadsafe Enable thread safe capability --enable-gpfs Enable GPFS hints for the MPI/POSIX file driver. [default=no] --enable-debug=all Turn on debugging in all packages. One may also specify a comma-separated list of package names without the leading H5 or the word no. The default is most packages if production is disabled; no if it is enabled. --enable-codestack Enable the function stack tracing (for developer debugging). --enable-metadata-trace-file Enable metadata trace file collection. --enable-trace Enable API tracing capability. Default=no if debug is disabled. --enable-instrument Enable library instrumentation of optimization tracing. Default=no if debug is disabled. --enable-clear-file-buffers Securely clear file buffers before writing to file. Default=yes. --enable-using-memchecker Enable this option if a memory allocation and/or bounds checking tool will be used on the HDF5 library. Enabling this causes the library to be more picky about it's memory operations and also disables the library's free space manager code. Default=no. --enable-parallel Search for MPI-IO and MPI support files --enable-mpi-size Some systems (only SGI Altix Propack 4 so far) return wrong value from MPI_File_get_size. By disabling this function, the library will replace it with stat to get the correct file size. [default=yes] --enable-filters=all Turn on all internal I/O filters. One may also specify a comma-separated list of filters or the word no. The default is all internal I/O filters. --enable-direct-vfd Build the Direct I/O Virtual File Driver [default=yes] --enable-dconv-exception if exception handling functions is checked during data conversions [default=yes] --enable-dconv-accuracy if data accuracy is guaranteed during data conversions [default=yes] --enable-hl Enable the high level library [default=yes] --enable-build-all Build helper programs that only developers should need [default=no] --enable-deprecated-symbols Enable deprecated public API symbols [default=yes] --enable-strict-format-checks Enable strict file format checks, default=yes if debug flag is enabled, no otherwise Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-pic try to use only PIC/non-PIC objects [default=use both] --with-gnu-ld assume the C compiler uses GNU ld [default=no] For the following --with-xxx options, you can specify where the header files and libraries are in two different ways: --with-xxx=INC,LIB - Specify individually the include directory and library directory separated by a comma --with-xxx=DIR - Specify only the directory which contains the include/ and lib/ subdirectories --with-dmalloc=DIR Use dmalloc memory debugging aid [default=no] --with-zlib=DIR Use zlib library for external deflate I/O filter [default=yes] --with-szlib=DIR Use szlib library for external szlib I/O filter [default=no] --with-pthread=DIR Use the Pthreads library [default=no] --with-mpe=DIR Use MPE instrumentation [default=no] --with-default-vfd=driver Specify default file driver [default=sec2] --with-default-api-version=(v16|v18) Specify default release version of public symbols [default=v18] Some influential environment variables: CC C compiler command CFLAGS C compiler flags LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a nonstandard directory <lib dir> LIBS libraries to pass to the linker, e.g. -l<library> CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if you have headers in a nonstandard directory <include dir> FC Fortran compiler command FCFLAGS Fortran compiler flags CXX C++ compiler command CXXFLAGS C++ compiler flags CXXCPP C++ preprocessor CPP C preprocessor Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. Report bugs to <address@hidden>. dhcp-235:hdf5-1.8.1 edo$ cd /usr/local/include dhcp-235:include edo$ ls bin ft2build.h lib ncvalues.h netcdf.hh png.h pngwriter.h zconf.h freetype2 include libpng12 netcdf.h netcdfcpp.h pngconf.h share zlib.h dhcp-235:include edo$ cd dhcp-235:~ edo$ cd Downloads/hdf5-1.8.1 dhcp-235:hdf5-1.8.1 edo$ sudo ./configure --with-zlib=/usr/local/include --prefix=/usr/local/ --disable-shared CC=gcc CFLAGS= -m64 CXXFLAGS = -m64 configure: error: unrecognized option: -m64 Try `./configure --help' for more information. dhcp-235:hdf5-1.8.1 edo$ sudo ./configure --with-zlib=/usr/local/include --prefix=/usr/local/ --disable-shared --CC=gcc --CFLAGS= -m64 --CXXFLAGS = -m64 configure: error: unrecognized option: --CC=gcc Try `./configure --help' for more information. dhcp-235:hdf5-1.8.1 edo$ export CC=gcc dhcp-235:hdf5-1.8.1 edo$ export CFLAGS=-m64 dhcp-235:hdf5-1.8.1 edo$ export CXXFLAGS=-m64 dhcp-235:hdf5-1.8.1 edo$ sudo ./configure --with-zlib=/usr/local/include --prefix=/usr/local/ --disable-shared 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/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... i386-apple-darwin9.6.0 checking host system type... i386-apple-darwin9.6.0 checking shell variables initial values... done checking if basename works... yes checking if xargs works... yes checking for cached host... none checking for config i386-apple-darwin9.6.0... no checking for config i386-apple-darwin9.6.0... no checking for config apple-darwin9.6.0... no checking for config apple-darwin9.6.0... no checking for config i386-darwin9.6.0... no checking for config i386-darwin9.6.0... no checking for config i386-apple... no checking for config darwin9.6.0... no checking for config darwin9.6.0... no checking for config apple... found compiler 'gcc' is GNU gcc-4.0.1 checking for config ./config/site-specific/host-dhcp-235.mirsl.dyn... no checking for config ./config/site-specific/host-mirsl.dyn... no checking for config ./config/site-specific/host-dyn... no checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking if Fortran interface enabled... no checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking if c++ interface enabled... no checking if should build only statically linked executables... no checking for perl... perl checking for ar... ar checking whether make sets $(MAKE)... (cached) yes checking for a BSD-compatible install... /usr/bin/install -c checking for tr... /usr/bin/tr checking if srcdir= and time commands work together... yes checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -p checking the name lister (/usr/bin/nm -p) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 196608 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to reload object files... -r checking how to recognize dependent libraries... pass_all checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -p output from gcc object... ok checking for dsymutil... dsymutil checking for nmedit... nmedit checking for -single_module linker flag... yes checking for -exported_symbols_list linker flag... yes checking how to run the C preprocessor... 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) yes checking whether g++ accepts -g... (cached) yes checking dependency style of g++... (cached) gcc3 checking how to run the C++ preprocessor... g++ -E checking whether we are using the GNU Fortran compiler... no checking whether xlf accepts -g... no checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fno-common -DPIC checking if gcc PIC flag -fno-common -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin9.6.0 dyld checking how to hardcode library paths into programs... immediate checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... yes checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for ld used by g++... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fno-common -DPIC checking if g++ PIC flag -fno-common -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin9.6.0 dyld checking how to hardcode library paths into programs... immediate checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes libtool.m4: error: problem compiling FC test program checking for xlf option to produce PIC... checking if xlf static flag works... no checking if xlf supports -c -o file.o... no checking if xlf supports -c -o file.o... (cached) no checking whether the xlf linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... no checking dynamic linker characteristics... darwin9.6.0 dyld checking how to hardcode library paths into programs... immediate checking if -Wl,-rpath should be used to link shared libs in nondefault directories... yes checking make... checking how make searches directories... VPATH=DIR1 DIR2 ... checking whether make will build with undefined variables... yes checking for production mode... production checking for ceil in -lm... yes checking for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking for difftime... yes checking for gettimeofday... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking for sys/stat.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for sys/types.h... (cached) yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking setjmp.h usability... yes checking setjmp.h presence... yes checking for setjmp.h... yes checking features.h usability... no checking features.h presence... no checking for features.h... no checking for stdint.h... (cached) yes checking io.h usability... no checking io.h presence... no checking for io.h... no checking winsock.h usability... no checking winsock.h presence... no checking for winsock.h... no checking sys/timeb.h usability... yes checking sys/timeb.h presence... yes checking for sys/timeb.h... yes skipping test for lseek64(), fseek64(), fseeko(), and ftello checking for stat64... yes checking for fstat64... yes checking for off_t... yes checking for size_t... yes checking for ssize_t... yes checking whether byte ordering is bigendian... no checking for char... yes checking size of char... 1 checking for short... yes checking size of short... 2 checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 4 checking for long long... yes checking size of long long... 8 checking for __int64... no checking size of __int64... 0 checking for float... yes checking size of float... 4 checking for double... yes checking size of double... 8 checking for long double... yes checking size of long double... 16 checking for int8_t... yes checking size of int8_t... 1 checking for uint8_t... yes checking size of uint8_t... 1 checking for int_least8_t... yes checking size of int_least8_t... 1 checking for uint_least8_t... yes checking size of uint_least8_t... 1 checking for int_fast8_t... yes checking size of int_fast8_t... 1 checking for uint_fast8_t... yes checking size of uint_fast8_t... 1 checking for int16_t... yes checking size of int16_t... 2 checking for uint16_t... yes checking size of uint16_t... 2 checking for int_least16_t... yes checking size of int_least16_t... 2 checking for uint_least16_t... yes checking size of uint_least16_t... 2 checking for int_fast16_t... yes checking size of int_fast16_t... 2 checking for uint_fast16_t... yes checking size of uint_fast16_t... 2 checking for int32_t... yes checking size of int32_t... 4 checking for uint32_t... yes checking size of uint32_t... 4 checking for int_least32_t... yes checking size of int_least32_t... 4 checking for uint_least32_t... yes checking size of uint_least32_t... 4 checking for int_fast32_t... yes checking size of int_fast32_t... 4 checking for uint_fast32_t... yes checking size of uint_fast32_t... 4 checking for int64_t... yes checking size of int64_t... 8 checking for uint64_t... yes checking size of uint64_t... 8 checking for int_least64_t... yes checking size of int_least64_t... 8 checking for uint_least64_t... yes checking size of uint_least64_t... 8 checking for int_fast64_t... yes checking size of int_fast64_t... 8 checking for uint_fast64_t... yes checking size of uint_fast64_t... 8 checking for size_t... (cached) yes checking size of size_t... 4 checking for ssize_t... (cached) yes checking size of ssize_t... 4 checking for off_t... (cached) yes checking size of off_t... 8 checking for off64_t... no checking size of off64_t... 0 checking if dev_t is scalar... yes checking for dmalloc library... suppressed checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for compress2 in -lz... yes checking for compress2... yes checking for szlib... suppressed checking for pthread... suppressed checking for thread safe support... no checking for tm_gmtoff in struct tm... yes checking for __tm_gmtoff in struct tm... no checking for global timezone variable... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking for struct timezone... yes checking whether gettimeofday() gives timezone... yes checking for st_blocks in struct stat... yes checking for _getvideoconfig... no checking for gettextinfo... no checking for GetConsoleScreenBufferInfo... no checking for _scrsize... no checking for ioctl... yes checking for struct videoconfig... no checking for struct text_info... no checking for TIOCGWINSZ... yes checking for TIOCGETD... yes checking for alarm... yes checking for fork... yes checking for frexpf... yes checking for frexpl... yes checking for gethostname... yes checking for getpwuid... yes checking for getrusage... yes checking for BSDgettimeofday... no checking for siglongjmp... yes checking for longjmp... yes checking for setsysinfo... no checking for sigaction... yes checking for signal... yes checking for snprintf... yes checking for vasprintf... yes checking for strdup... yes checking for system... yes checking for waitpid... yes checking for rand_r... yes checking for random... yes checking for srandom... yes checking for tmpfile... yes checking for vsnprintf... yes checking if vsnprintf returns correct value... yes checking if lone colon can be used as an argument... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for __attribute__ extension... yes checking for __FUNCTION__ extension... yes checking how to print long long... %lld and %llu checking Threads support system scope... yes checking for gpfs... suppressed checking for debug flags... none checking whether function stack tracking is enabled... no checking whether metadata trace file code is enabled... no checking for API tracing... no checking for instrumented library... no checking whether to clear file buffers... yes checking whether a memory checking tool will be used... no checking for parallel support files... skipped checking for I/O filters... all (shuffle,fletcher32,nbit,scaleoffset) checking for Default Virtual File Driver definition... yes checking for Direct Virtual File Driver support... no checking whether exception handling functions is checked during data conversions... yes checking whether data accuracy is guaranteed during data conversions... yes checking if converting denormalized floating-point values is possible... yes checking if converting floating-point values to long long is not working... false checking if the machine has window style path name... no checking if converting from long double to integers is accurate... yes checking if converting from long double to integers works... yes checking if accurately converting from integers to long double... yes checking if accurately converting unsigned long long to floating-point values... yes checking if accurately roundup converting floating-point to unsigned long long values... yes checking if right maximum converting floating-point to unsigned long long values... no checking if correctly converting long double to unsigned int values... yes checking if compiling unsigned long long to floating-point typecasts work... yes checking if compiling long long to floating-point typecasts work... yes checking if converting unsigned long long to long double with precision... yes checking if overflows normally converting floating-point to integer values... yes checking if correctly converting long double to (unsigned) long long values... yes checking if correctly converting (unsigned) long long to long double values... yes checking if bad code for log2 routine is generated... no checking if high level library is enabled... yes checking additional programs should be built... no checking if deprecated public symbols are available... yes checking which version of public symbols to use by default... v18 checking Whether to perform strict file format checks... no configure: creating ./config.status config.status: creating src/libhdf5.settings config.status: creating Makefile config.status: creating src/Makefile config.status: creating test/Makefile config.status: creating test/testerror.sh config.status: creating testpar/Makefile config.status: creating testpar/testph5.sh config.status: creating perform/Makefile config.status: creating tools/Makefile config.status: creating tools/h5dump/Makefile config.status: creating tools/h5dump/testh5dump.sh config.status: creating tools/h5dump/testh5dumpxml.sh config.status: creating tools/h5import/Makefile config.status: creating tools/h5diff/Makefile config.status: creating tools/h5jam/Makefile config.status: creating tools/h5jam/testh5jam.sh config.status: creating tools/h5repack/Makefile config.status: creating tools/h5repack/h5repack.sh config.status: creating tools/h5ls/Makefile config.status: creating tools/h5copy/Makefile config.status: creating tools/lib/Makefile config.status: creating tools/misc/Makefile config.status: creating tools/misc/h5cc config.status: creating tools/misc/testh5repart.sh config.status: creating tools/h5stat/testh5stat.sh config.status: creating tools/h5stat/Makefile config.status: creating examples/Makefile config.status: creating examples/testh5cc.sh config.status: creating c++/Makefile config.status: creating c++/src/Makefile config.status: creating c++/src/h5c++ config.status: creating c++/test/Makefile config.status: creating c++/examples/Makefile config.status: creating c++/examples/testh5c++.sh config.status: creating fortran/Makefile config.status: creating fortran/src/h5fc config.status: creating fortran/src/libhdf5_fortran.settings config.status: creating fortran/src/Makefile config.status: creating fortran/test/Makefile config.status: creating fortran/testpar/Makefile config.status: creating fortran/examples/Makefile config.status: creating fortran/examples/testh5fc.sh config.status: creating hl/Makefile config.status: creating hl/src/Makefile config.status: creating hl/test/Makefile config.status: creating hl/tools/Makefile config.status: creating hl/tools/gif2h5/Makefile config.status: creating hl/examples/Makefile config.status: creating hl/c++/Makefile config.status: creating hl/c++/src/Makefile config.status: creating hl/c++/test/Makefile config.status: creating hl/c++/examples/Makefile config.status: creating hl/fortran/Makefile config.status: creating hl/fortran/src/Makefile config.status: creating hl/fortran/test/Makefile config.status: creating hl/fortran/examples/Makefile config.status: creating src/H5config.h config.status: executing default-1 commands creating src/H5pubconf.h Post process src/libhdf5.settings config.status: executing depfiles commands config.status: executing libtool commands SUMMARY OF THE HDF5 CONFIGURATION ================================= General Information: ------------------- HDF5 Version: 1.8.1 Configured on: Mon Feb 9 17:12:27 EST 2009 Configured by: address@hidden Configure mode: production Host system: i386-apple-darwin9.6.0 Uname information: Darwin dhcp-235.mirsl.dyn 9.6.0 Darwin Kernel Version 9.6.0: Mon Nov 24 17:37:00 PST 2008; root:xnu-1228.9.59~1/RELEASE_I386 i386 Byte sex: little-endian Libraries: Parallel support: no Installation point: /usr/local/ Compiler: /usr/bin/gcc (gcc-4.0.1) Compiler switches: -I/usr/local/include/include Extra libraries: -L/usr/local/include/lib -lz -lm Archiver: ar Ranlib: ranlib Debugged Packages: API Tracing: no Compiling Options: ------------------ Compilation Mode: production C Compiler: /usr/bin/gcc (gcc-4.0.1) CFLAGS/H5_CFLAGS: /-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions CPPFLAGS/H5_CPPFLAGS: -I/usr/local/include/include / -DNDEBUG -UH5_DEBUG_API LDFLAGS: -L/usr/local/include/lib Debug Mode: Shared Libraries: no Static Libraries: yes Statically Linked Executables: no Default Public Symbols Version: v18 With Deprecated Public Symbols: yes Tracing: no Clear file buffers before write: yes Using memory checker: no Optimization Instrumentation: no Languages: ---------- Fortran: no C++: no Features: --------- dmalloc: no Function Stack Tracing: no GPFS: no Strict File Format Checks: no Default API Mapping: v18 I/O filters (external): deflate(zlib) I/O filters (internal): shuffle,fletcher32,nbit,scaleoffset Linux Large File Support (LFS): no MPE: no Parallel HDF5: no Direct VFD: no Threadsafety: no High Level library: yes dhcp-235:hdf5-1.8.1 edo$ sudo emacs Makefile dhcp-235:hdf5-1.8.1 edo$ $export CXXFLAGS=-m64 -bash: CXXFLAGS=-m64: command not found dhcp-235:hdf5-1.8.1 edo$ $export CFLAGS=-m64 -bash: CFLAGS=-m64: command not found dhcp-235:hdf5-1.8.1 edo$ sudo emacs Makefile dhcp-235:hdf5-1.8.1 edo$ sudo make Making all in src make all-am /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5.lo -MD -MP -MF .deps/H5.Tpo -c -o H5.lo H5.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5.lo -MD -MP -MF .deps/H5.Tpo -c H5.c -o H5.o H5.c: In function â??H5dont_atexitâ??: H5.c:347: warning: unused variable â??FUNCâ?? H5.c: In function â??H5check_versionâ??: H5.c:615: warning: unused variable â??FUNCâ?? H5.c: In function â??H5closeâ??: H5.c:754: warning: unused variable â??FUNCâ?? mv -f .deps/H5.Tpo .deps/H5.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5checksum.lo -MD -MP -MF .deps/H5checksum.Tpo -c -o H5checksum.lo H5checksum.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5checksum.lo -MD -MP -MF .deps/H5checksum.Tpo -c H5checksum.c -o H5checksum.o H5checksum.c: In function â??H5_hash_stringâ??: H5checksum.c:489: warning: suggest parentheses around assignment used as truth value mv -f .deps/H5checksum.Tpo .deps/H5checksum.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5dbg.lo -MD -MP -MF .deps/H5dbg.Tpo -c -o H5dbg.lo H5dbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5dbg.lo -MD -MP -MF .deps/H5dbg.Tpo -c H5dbg.c -o H5dbg.o mv -f .deps/H5dbg.Tpo .deps/H5dbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5system.lo -MD -MP -MF .deps/H5system.Tpo -c -o H5system.lo H5system.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5system.lo -MD -MP -MF .deps/H5system.Tpo -c H5system.c -o H5system.o mv -f .deps/H5system.Tpo .deps/H5system.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5timer.lo -MD -MP -MF .deps/H5timer.Tpo -c -o H5timer.lo H5timer.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5timer.lo -MD -MP -MF .deps/H5timer.Tpo -c H5timer.c -o H5timer.o mv -f .deps/H5timer.Tpo .deps/H5timer.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5trace.lo -MD -MP -MF .deps/H5trace.Tpo -c -o H5trace.lo H5trace.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5trace.lo -MD -MP -MF .deps/H5trace.Tpo -c H5trace.c -o H5trace.o mv -f .deps/H5trace.Tpo .deps/H5trace.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5A.lo -MD -MP -MF .deps/H5A.Tpo -c -o H5A.lo H5A.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5A.lo -MD -MP -MF .deps/H5A.Tpo -c H5A.c -o H5A.o mv -f .deps/H5A.Tpo .deps/H5A.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Abtree2.lo -MD -MP -MF .deps/H5Abtree2.Tpo -c -o H5Abtree2.lo H5Abtree2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Abtree2.lo -MD -MP -MF .deps/H5Abtree2.Tpo -c H5Abtree2.c -o H5Abtree2.o mv -f .deps/H5Abtree2.Tpo .deps/H5Abtree2.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Adense.lo -MD -MP -MF .deps/H5Adense.Tpo -c -o H5Adense.lo H5Adense.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Adense.lo -MD -MP -MF .deps/H5Adense.Tpo -c H5Adense.c -o H5Adense.o mv -f .deps/H5Adense.Tpo .deps/H5Adense.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Adeprec.lo -MD -MP -MF .deps/H5Adeprec.Tpo -c -o H5Adeprec.lo H5Adeprec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Adeprec.lo -MD -MP -MF .deps/H5Adeprec.Tpo -c H5Adeprec.c -o H5Adeprec.o mv -f .deps/H5Adeprec.Tpo .deps/H5Adeprec.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Aint.lo -MD -MP -MF .deps/H5Aint.Tpo -c -o H5Aint.lo H5Aint.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Aint.lo -MD -MP -MF .deps/H5Aint.Tpo -c H5Aint.c -o H5Aint.o mv -f .deps/H5Aint.Tpo .deps/H5Aint.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Atest.lo -MD -MP -MF .deps/H5Atest.Tpo -c -o H5Atest.lo H5Atest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Atest.lo -MD -MP -MF .deps/H5Atest.Tpo -c H5Atest.c -o H5Atest.o mv -f .deps/H5Atest.Tpo .deps/H5Atest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5AC.lo -MD -MP -MF .deps/H5AC.Tpo -c -o H5AC.lo H5AC.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5AC.lo -MD -MP -MF .deps/H5AC.Tpo -c H5AC.c -o H5AC.o mv -f .deps/H5AC.Tpo .deps/H5AC.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B.lo -MD -MP -MF .deps/H5B.Tpo -c -o H5B.lo H5B.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B.lo -MD -MP -MF .deps/H5B.Tpo -c H5B.c -o H5B.o mv -f .deps/H5B.Tpo .deps/H5B.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Bcache.lo -MD -MP -MF .deps/H5Bcache.Tpo -c -o H5Bcache.lo H5Bcache.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Bcache.lo -MD -MP -MF .deps/H5Bcache.Tpo -c H5Bcache.c -o H5Bcache.o mv -f .deps/H5Bcache.Tpo .deps/H5Bcache.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2.lo -MD -MP -MF .deps/H5B2.Tpo -c -o H5B2.lo H5B2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2.lo -MD -MP -MF .deps/H5B2.Tpo -c H5B2.c -o H5B2.o mv -f .deps/H5B2.Tpo .deps/H5B2.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2cache.lo -MD -MP -MF .deps/H5B2cache.Tpo -c -o H5B2cache.lo H5B2cache.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2cache.lo -MD -MP -MF .deps/H5B2cache.Tpo -c H5B2cache.c -o H5B2cache.o mv -f .deps/H5B2cache.Tpo .deps/H5B2cache.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2dbg.lo -MD -MP -MF .deps/H5B2dbg.Tpo -c -o H5B2dbg.lo H5B2dbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2dbg.lo -MD -MP -MF .deps/H5B2dbg.Tpo -c H5B2dbg.c -o H5B2dbg.o mv -f .deps/H5B2dbg.Tpo .deps/H5B2dbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2int.lo -MD -MP -MF .deps/H5B2int.Tpo -c -o H5B2int.lo H5B2int.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2int.lo -MD -MP -MF .deps/H5B2int.Tpo -c H5B2int.c -o H5B2int.o mv -f .deps/H5B2int.Tpo .deps/H5B2int.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2stat.lo -MD -MP -MF .deps/H5B2stat.Tpo -c -o H5B2stat.lo H5B2stat.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2stat.lo -MD -MP -MF .deps/H5B2stat.Tpo -c H5B2stat.c -o H5B2stat.o mv -f .deps/H5B2stat.Tpo .deps/H5B2stat.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2test.lo -MD -MP -MF .deps/H5B2test.Tpo -c -o H5B2test.lo H5B2test.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2test.lo -MD -MP -MF .deps/H5B2test.Tpo -c H5B2test.c -o H5B2test.o mv -f .deps/H5B2test.Tpo .deps/H5B2test.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5C.lo -MD -MP -MF .deps/H5C.Tpo -c -o H5C.lo H5C.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5C.lo -MD -MP -MF .deps/H5C.Tpo -c H5C.c -o H5C.o mv -f .deps/H5C.Tpo .deps/H5C.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5CS.lo -MD -MP -MF .deps/H5CS.Tpo -c -o H5CS.lo H5CS.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5CS.lo -MD -MP -MF .deps/H5CS.Tpo -c H5CS.c -o H5CS.o mv -f .deps/H5CS.Tpo .deps/H5CS.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5D.lo -MD -MP -MF .deps/H5D.Tpo -c -o H5D.lo H5D.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5D.lo -MD -MP -MF .deps/H5D.Tpo -c H5D.c -o H5D.o mv -f .deps/H5D.Tpo .deps/H5D.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dchunk.lo -MD -MP -MF .deps/H5Dchunk.Tpo -c -o H5Dchunk.lo H5Dchunk.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dchunk.lo -MD -MP -MF .deps/H5Dchunk.Tpo -c H5Dchunk.c -o H5Dchunk.o H5Dchunk.c: In function â??H5D_chunk_io_initâ??: H5Dchunk.c:188: warning: cast discards qualifiers from pointer target type H5Dchunk.c:419: warning: cast discards qualifiers from pointer target type H5Dchunk.c: In function â??H5D_create_chunk_map_singleâ??: H5Dchunk.c:541: warning: cast discards qualifiers from pointer target type H5Dchunk.c: In function â??H5D_create_chunk_file_map_hyperâ??: H5Dchunk.c:609: warning: cast discards qualifiers from pointer target type H5Dchunk.c: In function â??H5D_create_chunk_mem_map_hyperâ??: H5Dchunk.c:777: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Dchunk.Tpo .deps/H5Dchunk.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dcompact.lo -MD -MP -MF .deps/H5Dcompact.Tpo -c -o H5Dcompact.lo H5Dcompact.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dcompact.lo -MD -MP -MF .deps/H5Dcompact.Tpo -c H5Dcompact.c -o H5Dcompact.o mv -f .deps/H5Dcompact.Tpo .deps/H5Dcompact.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dcontig.lo -MD -MP -MF .deps/H5Dcontig.Tpo -c -o H5Dcontig.lo H5Dcontig.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dcontig.lo -MD -MP -MF .deps/H5Dcontig.Tpo -c H5Dcontig.c -o H5Dcontig.o mv -f .deps/H5Dcontig.Tpo .deps/H5Dcontig.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ddbg.lo -MD -MP -MF .deps/H5Ddbg.Tpo -c -o H5Ddbg.lo H5Ddbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ddbg.lo -MD -MP -MF .deps/H5Ddbg.Tpo -c H5Ddbg.c -o H5Ddbg.o mv -f .deps/H5Ddbg.Tpo .deps/H5Ddbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ddeprec.lo -MD -MP -MF .deps/H5Ddeprec.Tpo -c -o H5Ddeprec.lo H5Ddeprec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ddeprec.lo -MD -MP -MF .deps/H5Ddeprec.Tpo -c H5Ddeprec.c -o H5Ddeprec.o mv -f .deps/H5Ddeprec.Tpo .deps/H5Ddeprec.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Defl.lo -MD -MP -MF .deps/H5Defl.Tpo -c -o H5Defl.lo H5Defl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Defl.lo -MD -MP -MF .deps/H5Defl.Tpo -c H5Defl.c -o H5Defl.o mv -f .deps/H5Defl.Tpo .deps/H5Defl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dfill.lo -MD -MP -MF .deps/H5Dfill.Tpo -c -o H5Dfill.lo H5Dfill.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dfill.lo -MD -MP -MF .deps/H5Dfill.Tpo -c H5Dfill.c -o H5Dfill.o mv -f .deps/H5Dfill.Tpo .deps/H5Dfill.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dint.lo -MD -MP -MF .deps/H5Dint.Tpo -c -o H5Dint.lo H5Dint.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dint.lo -MD -MP -MF .deps/H5Dint.Tpo -c H5Dint.c -o H5Dint.o H5Dint.c: In function â??H5D_init_typeâ??: H5Dint.c:631: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Dint.Tpo .deps/H5Dint.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dio.lo -MD -MP -MF .deps/H5Dio.Tpo -c -o H5Dio.lo H5Dio.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dio.lo -MD -MP -MF .deps/H5Dio.Tpo -c H5Dio.c -o H5Dio.o mv -f .deps/H5Dio.Tpo .deps/H5Dio.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Distore.lo -MD -MP -MF .deps/H5Distore.Tpo -c -o H5Distore.lo H5Distore.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Distore.lo -MD -MP -MF .deps/H5Distore.Tpo -c H5Distore.c -o H5Distore.o H5Distore.c: In function â??H5D_istore_chunk_allocâ??: H5Distore.c:2377: warning: unused variable â??FUNCâ?? H5Distore.c: In function â??H5D_istore_allocateâ??: H5Distore.c:2538: warning: cast discards qualifiers from pointer target type H5Distore.c:2539: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Distore.Tpo .deps/H5Distore.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dmpio.lo -MD -MP -MF .deps/H5Dmpio.Tpo -c -o H5Dmpio.lo H5Dmpio.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dmpio.lo -MD -MP -MF .deps/H5Dmpio.Tpo -c H5Dmpio.c -o H5Dmpio.o mv -f .deps/H5Dmpio.Tpo .deps/H5Dmpio.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Doh.lo -MD -MP -MF .deps/H5Doh.Tpo -c -o H5Doh.lo H5Doh.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Doh.lo -MD -MP -MF .deps/H5Doh.Tpo -c H5Doh.c -o H5Doh.o mv -f .deps/H5Doh.Tpo .deps/H5Doh.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dscatgath.lo -MD -MP -MF .deps/H5Dscatgath.Tpo -c -o H5Dscatgath.lo H5Dscatgath.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dscatgath.lo -MD -MP -MF .deps/H5Dscatgath.Tpo -c H5Dscatgath.c -o H5Dscatgath.o mv -f .deps/H5Dscatgath.Tpo .deps/H5Dscatgath.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dselect.lo -MD -MP -MF .deps/H5Dselect.Tpo -c -o H5Dselect.lo H5Dselect.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dselect.lo -MD -MP -MF .deps/H5Dselect.Tpo -c H5Dselect.c -o H5Dselect.o mv -f .deps/H5Dselect.Tpo .deps/H5Dselect.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dtest.lo -MD -MP -MF .deps/H5Dtest.Tpo -c -o H5Dtest.lo H5Dtest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dtest.lo -MD -MP -MF .deps/H5Dtest.Tpo -c H5Dtest.c -o H5Dtest.o mv -f .deps/H5Dtest.Tpo .deps/H5Dtest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5E.lo -MD -MP -MF .deps/H5E.Tpo -c -o H5E.lo H5E.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5E.lo -MD -MP -MF .deps/H5E.Tpo -c H5E.c -o H5E.o mv -f .deps/H5E.Tpo .deps/H5E.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Edeprec.lo -MD -MP -MF .deps/H5Edeprec.Tpo -c -o H5Edeprec.lo H5Edeprec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Edeprec.lo -MD -MP -MF .deps/H5Edeprec.Tpo -c H5Edeprec.c -o H5Edeprec.o mv -f .deps/H5Edeprec.Tpo .deps/H5Edeprec.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Eint.lo -MD -MP -MF .deps/H5Eint.Tpo -c -o H5Eint.lo H5Eint.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Eint.lo -MD -MP -MF .deps/H5Eint.Tpo -c H5Eint.c -o H5Eint.o H5Eint.c: In function â??H5E_clear_entriesâ??: H5Eint.c:798: warning: cast discards qualifiers from pointer target type H5Eint.c:800: warning: cast discards qualifiers from pointer target type H5Eint.c:802: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Eint.Tpo .deps/H5Eint.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5F.lo -MD -MP -MF .deps/H5F.Tpo -c -o H5F.lo H5F.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5F.lo -MD -MP -MF .deps/H5F.Tpo -c H5F.c -o H5F.o mv -f .deps/H5F.Tpo .deps/H5F.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Fdbg.lo -MD -MP -MF .deps/H5Fdbg.Tpo -c -o H5Fdbg.lo H5Fdbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Fdbg.lo -MD -MP -MF .deps/H5Fdbg.Tpo -c H5Fdbg.c -o H5Fdbg.o mv -f .deps/H5Fdbg.Tpo .deps/H5Fdbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ffake.lo -MD -MP -MF .deps/H5Ffake.Tpo -c -o H5Ffake.lo H5Ffake.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ffake.lo -MD -MP -MF .deps/H5Ffake.Tpo -c H5Ffake.c -o H5Ffake.o mv -f .deps/H5Ffake.Tpo .deps/H5Ffake.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Fmount.lo -MD -MP -MF .deps/H5Fmount.Tpo -c -o H5Fmount.lo H5Fmount.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Fmount.lo -MD -MP -MF .deps/H5Fmount.Tpo -c H5Fmount.c -o H5Fmount.o mv -f .deps/H5Fmount.Tpo .deps/H5Fmount.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Fsfile.lo -MD -MP -MF .deps/H5Fsfile.Tpo -c -o H5Fsfile.lo H5Fsfile.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Fsfile.lo -MD -MP -MF .deps/H5Fsfile.Tpo -c H5Fsfile.c -o H5Fsfile.o mv -f .deps/H5Fsfile.Tpo .deps/H5Fsfile.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Fsuper.lo -MD -MP -MF .deps/H5Fsuper.Tpo -c -o H5Fsuper.lo H5Fsuper.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Fsuper.lo -MD -MP -MF .deps/H5Fsuper.Tpo -c H5Fsuper.c -o H5Fsuper.o mv -f .deps/H5Fsuper.Tpo .deps/H5Fsuper.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ftest.lo -MD -MP -MF .deps/H5Ftest.Tpo -c -o H5Ftest.lo H5Ftest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ftest.lo -MD -MP -MF .deps/H5Ftest.Tpo -c H5Ftest.c -o H5Ftest.o mv -f .deps/H5Ftest.Tpo .deps/H5Ftest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FD.lo -MD -MP -MF .deps/H5FD.Tpo -c -o H5FD.lo H5FD.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FD.lo -MD -MP -MF .deps/H5FD.Tpo -c H5FD.c -o H5FD.o mv -f .deps/H5FD.Tpo .deps/H5FD.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDcore.lo -MD -MP -MF .deps/H5FDcore.Tpo -c -o H5FDcore.lo H5FDcore.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDcore.lo -MD -MP -MF .deps/H5FDcore.Tpo -c H5FDcore.c -o H5FDcore.o mv -f .deps/H5FDcore.Tpo .deps/H5FDcore.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDdirect.lo -MD -MP -MF .deps/H5FDdirect.Tpo -c -o H5FDdirect.lo H5FDdirect.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDdirect.lo -MD -MP -MF .deps/H5FDdirect.Tpo -c H5FDdirect.c -o H5FDdirect.o H5private.h:1191: warning: â??H5_interface_initialize_gâ?? defined but not used H5private.h:1192: warning: â??H5FD_direct_init_interfaceâ?? declared â??staticâ?? but never defined mv -f .deps/H5FDdirect.Tpo .deps/H5FDdirect.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDfamily.lo -MD -MP -MF .deps/H5FDfamily.Tpo -c -o H5FDfamily.lo H5FDfamily.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDfamily.lo -MD -MP -MF .deps/H5FDfamily.Tpo -c H5FDfamily.c -o H5FDfamily.o mv -f .deps/H5FDfamily.Tpo .deps/H5FDfamily.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDlog.lo -MD -MP -MF .deps/H5FDlog.Tpo -c -o H5FDlog.lo H5FDlog.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDlog.lo -MD -MP -MF .deps/H5FDlog.Tpo -c H5FDlog.c -o H5FDlog.o H5FDlog.c: In function â??H5Pset_fapl_logâ??: H5FDlog.c:361: warning: cast discards qualifiers from pointer target type mv -f .deps/H5FDlog.Tpo .deps/H5FDlog.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDmpi.lo -MD -MP -MF .deps/H5FDmpi.Tpo -c -o H5FDmpi.lo H5FDmpi.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDmpi.lo -MD -MP -MF .deps/H5FDmpi.Tpo -c H5FDmpi.c -o H5FDmpi.o mv -f .deps/H5FDmpi.Tpo .deps/H5FDmpi.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDmpio.lo -MD -MP -MF .deps/H5FDmpio.Tpo -c -o H5FDmpio.lo H5FDmpio.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDmpio.lo -MD -MP -MF .deps/H5FDmpio.Tpo -c H5FDmpio.c -o H5FDmpio.o H5private.h:1191: warning: â??H5_interface_initialize_gâ?? defined but not used H5private.h:1192: warning: â??H5FD_mpio_init_interfaceâ?? declared â??staticâ?? but never defined mv -f .deps/H5FDmpio.Tpo .deps/H5FDmpio.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDmpiposix.lo -MD -MP -MF .deps/H5FDmpiposix.Tpo -c -o H5FDmpiposix.lo H5FDmpiposix.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDmpiposix.lo -MD -MP -MF .deps/H5FDmpiposix.Tpo -c H5FDmpiposix.c -o H5FDmpiposix.o H5private.h:1191: warning: â??H5_interface_initialize_gâ?? defined but not used H5private.h:1192: warning: â??H5FD_mpiposix_init_interfaceâ?? declared â??staticâ?? but never defined mv -f .deps/H5FDmpiposix.Tpo .deps/H5FDmpiposix.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDmulti.lo -MD -MP -MF .deps/H5FDmulti.Tpo -c -o H5FDmulti.lo H5FDmulti.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDmulti.lo -MD -MP -MF .deps/H5FDmulti.Tpo -c H5FDmulti.c -o H5FDmulti.o H5FDmulti.c: In function â??compute_nextâ??: H5FDmulti.c:1969: warning: declaration of â??_unmappedâ?? shadows a previous local H5FDmulti.c:1968: warning: shadowed declaration is here H5FDmulti.c:1969: warning: declaration of â??_seenâ?? shadows a previous local H5FDmulti.c:1968: warning: shadowed declaration is here mv -f .deps/H5FDmulti.Tpo .deps/H5FDmulti.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDsec2.lo -MD -MP -MF .deps/H5FDsec2.Tpo -c -o H5FDsec2.lo H5FDsec2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDsec2.lo -MD -MP -MF .deps/H5FDsec2.Tpo -c H5FDsec2.c -o H5FDsec2.o mv -f .deps/H5FDsec2.Tpo .deps/H5FDsec2.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDspace.lo -MD -MP -MF .deps/H5FDspace.Tpo -c -o H5FDspace.lo H5FDspace.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDspace.lo -MD -MP -MF .deps/H5FDspace.Tpo -c H5FDspace.c -o H5FDspace.o mv -f .deps/H5FDspace.Tpo .deps/H5FDspace.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDstdio.lo -MD -MP -MF .deps/H5FDstdio.Tpo -c -o H5FDstdio.lo H5FDstdio.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDstdio.lo -MD -MP -MF .deps/H5FDstdio.Tpo -c H5FDstdio.c -o H5FDstdio.o mv -f .deps/H5FDstdio.Tpo .deps/H5FDstdio.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FL.lo -MD -MP -MF .deps/H5FL.Tpo -c -o H5FL.lo H5FL.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FL.lo -MD -MP -MF .deps/H5FL.Tpo -c H5FL.c -o H5FL.o mv -f .deps/H5FL.Tpo .deps/H5FL.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FO.lo -MD -MP -MF .deps/H5FO.Tpo -c -o H5FO.lo H5FO.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FO.lo -MD -MP -MF .deps/H5FO.Tpo -c H5FO.c -o H5FO.o mv -f .deps/H5FO.Tpo .deps/H5FO.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FS.lo -MD -MP -MF .deps/H5FS.Tpo -c -o H5FS.lo H5FS.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FS.lo -MD -MP -MF .deps/H5FS.Tpo -c H5FS.c -o H5FS.o mv -f .deps/H5FS.Tpo .deps/H5FS.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FScache.lo -MD -MP -MF .deps/H5FScache.Tpo -c -o H5FScache.lo H5FScache.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FScache.lo -MD -MP -MF .deps/H5FScache.Tpo -c H5FScache.c -o H5FScache.o mv -f .deps/H5FScache.Tpo .deps/H5FScache.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FSdbg.lo -MD -MP -MF .deps/H5FSdbg.Tpo -c -o H5FSdbg.lo H5FSdbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FSdbg.lo -MD -MP -MF .deps/H5FSdbg.Tpo -c H5FSdbg.c -o H5FSdbg.o mv -f .deps/H5FSdbg.Tpo .deps/H5FSdbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FSsection.lo -MD -MP -MF .deps/H5FSsection.Tpo -c -o H5FSsection.lo H5FSsection.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FSsection.lo -MD -MP -MF .deps/H5FSsection.Tpo -c H5FSsection.c -o H5FSsection.o mv -f .deps/H5FSsection.Tpo .deps/H5FSsection.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5G.lo -MD -MP -MF .deps/H5G.Tpo -c -o H5G.lo H5G.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5G.lo -MD -MP -MF .deps/H5G.Tpo -c H5G.c -o H5G.o H5G.c: In function â??H5G_iterateâ??: H5G.c:1665: warning: â??grpâ?? is used uninitialized in this function mv -f .deps/H5G.Tpo .deps/H5G.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gbtree2.lo -MD -MP -MF .deps/H5Gbtree2.Tpo -c -o H5Gbtree2.lo H5Gbtree2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gbtree2.lo -MD -MP -MF .deps/H5Gbtree2.Tpo -c H5Gbtree2.c -o H5Gbtree2.o mv -f .deps/H5Gbtree2.Tpo .deps/H5Gbtree2.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gcompact.lo -MD -MP -MF .deps/H5Gcompact.Tpo -c -o H5Gcompact.lo H5Gcompact.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gcompact.lo -MD -MP -MF .deps/H5Gcompact.Tpo -c H5Gcompact.c -o H5Gcompact.o mv -f .deps/H5Gcompact.Tpo .deps/H5Gcompact.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gdense.lo -MD -MP -MF .deps/H5Gdense.Tpo -c -o H5Gdense.lo H5Gdense.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gdense.lo -MD -MP -MF .deps/H5Gdense.Tpo -c H5Gdense.c -o H5Gdense.o mv -f .deps/H5Gdense.Tpo .deps/H5Gdense.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gdeprec.lo -MD -MP -MF .deps/H5Gdeprec.Tpo -c -o H5Gdeprec.lo H5Gdeprec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gdeprec.lo -MD -MP -MF .deps/H5Gdeprec.Tpo -c H5Gdeprec.c -o H5Gdeprec.o mv -f .deps/H5Gdeprec.Tpo .deps/H5Gdeprec.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gent.lo -MD -MP -MF .deps/H5Gent.Tpo -c -o H5Gent.lo H5Gent.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gent.lo -MD -MP -MF .deps/H5Gent.Tpo -c H5Gent.c -o H5Gent.o H5Gent.c: In function â??H5G_ent_copyâ??: H5Gent.c:325: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Gent.Tpo .deps/H5Gent.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gint.lo -MD -MP -MF .deps/H5Gint.Tpo -c -o H5Gint.lo H5Gint.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gint.lo -MD -MP -MF .deps/H5Gint.Tpo -c H5Gint.c -o H5Gint.o H5private.h:1191: warning: â??H5_interface_initialize_gâ?? defined but not used H5Gint.c:96: warning: â??H5G_init_int_interfaceâ?? defined but not used mv -f .deps/H5Gint.Tpo .deps/H5Gint.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Glink.lo -MD -MP -MF .deps/H5Glink.Tpo -c -o H5Glink.lo H5Glink.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Glink.lo -MD -MP -MF .deps/H5Glink.Tpo -c H5Glink.c -o H5Glink.o H5Glink.c: In function â??H5G_link_copy_fileâ??: H5Glink.c:484: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Glink.Tpo .deps/H5Glink.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gloc.lo -MD -MP -MF .deps/H5Gloc.Tpo -c -o H5Gloc.lo H5Gloc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gloc.lo -MD -MP -MF .deps/H5Gloc.Tpo -c H5Gloc.c -o H5Gloc.o H5Gloc.c: In function â??H5G_loc_insertâ??: H5Gloc.c:617: warning: cast discards qualifiers from pointer target type H5Gloc.c: In function â??H5G_loc_set_comment_cbâ??: H5Gloc.c:745: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Gloc.Tpo .deps/H5Gloc.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gname.lo -MD -MP -MF .deps/H5Gname.Tpo -c -o H5Gname.lo H5Gname.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gname.lo -MD -MP -MF .deps/H5Gname.Tpo -c H5Gname.c -o H5Gname.o H5Gname.c: In function â??H5G_name_copyâ??: H5Gname.c:405: warning: cast discards qualifiers from pointer target type H5Gname.c: At top level: H5Gname.c:71: warning: â??H5_haddr_t_reg_free_listâ?? defined but not used mv -f .deps/H5Gname.Tpo .deps/H5Gname.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gnode.lo -MD -MP -MF .deps/H5Gnode.Tpo -c -o H5Gnode.lo H5Gnode.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gnode.lo -MD -MP -MF .deps/H5Gnode.Tpo -c H5Gnode.c -o H5Gnode.o H5Gnode.c: In function â??H5G_node_copyâ??: H5Gnode.c:1758: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Gnode.Tpo .deps/H5Gnode.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gobj.lo -MD -MP -MF .deps/H5Gobj.Tpo -c -o H5Gobj.lo H5Gobj.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gobj.lo -MD -MP -MF .deps/H5Gobj.Tpo -c H5Gobj.c -o H5Gobj.o H5Gobj.c: In function â??H5G_obj_createâ??: H5Gobj.c:199: warning: passing argument 5 of â??H5O_msg_createâ?? discards qualifiers from pointer target type H5Gobj.c:203: warning: passing argument 5 of â??H5O_msg_createâ?? discards qualifiers from pointer target type H5Gobj.c: In function â??H5G_obj_stab_to_new_cbâ??: H5Gobj.c:425: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Gobj.Tpo .deps/H5Gobj.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Goh.lo -MD -MP -MF .deps/H5Goh.Tpo -c -o H5Goh.lo H5Goh.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Goh.lo -MD -MP -MF .deps/H5Goh.Tpo -c H5Goh.c -o H5Goh.o mv -f .deps/H5Goh.Tpo .deps/H5Goh.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gstab.lo -MD -MP -MF .deps/H5Gstab.Tpo -c -o H5Gstab.lo H5Gstab.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gstab.lo -MD -MP -MF .deps/H5Gstab.Tpo -c H5Gstab.c -o H5Gstab.o mv -f .deps/H5Gstab.Tpo .deps/H5Gstab.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gtest.lo -MD -MP -MF .deps/H5Gtest.Tpo -c -o H5Gtest.lo H5Gtest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gtest.lo -MD -MP -MF .deps/H5Gtest.Tpo -c H5Gtest.c -o H5Gtest.o mv -f .deps/H5Gtest.Tpo .deps/H5Gtest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gtraverse.lo -MD -MP -MF .deps/H5Gtraverse.Tpo -c -o H5Gtraverse.lo H5Gtraverse.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gtraverse.lo -MD -MP -MF .deps/H5Gtraverse.Tpo -c H5Gtraverse.c -o H5Gtraverse.o mv -f .deps/H5Gtraverse.Tpo .deps/H5Gtraverse.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HF.lo -MD -MP -MF .deps/H5HF.Tpo -c -o H5HF.lo H5HF.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HF.lo -MD -MP -MF .deps/H5HF.Tpo -c H5HF.c -o H5HF.o H5HF.c: In function â??H5HF_op_writeâ??: H5HF.c:130: warning: cast discards qualifiers from pointer target type H5HF.c: In function â??H5HF_insertâ??: H5HF.c:389: warning: cast discards qualifiers from pointer target type mv -f .deps/H5HF.Tpo .deps/H5HF.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFbtree2.lo -MD -MP -MF .deps/H5HFbtree2.Tpo -c -o H5HFbtree2.lo H5HFbtree2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFbtree2.lo -MD -MP -MF .deps/H5HFbtree2.Tpo -c H5HFbtree2.c -o H5HFbtree2.o mv -f .deps/H5HFbtree2.Tpo .deps/H5HFbtree2.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFcache.lo -MD -MP -MF .deps/H5HFcache.Tpo -c -o H5HFcache.lo H5HFcache.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFcache.lo -MD -MP -MF .deps/H5HFcache.Tpo -c H5HFcache.c -o H5HFcache.o H5HFcache.c: In function â??H5HF_cache_dblock_loadâ??: H5HFcache.c:1354: warning: cast discards qualifiers from pointer target type mv -f .deps/H5HFcache.Tpo .deps/H5HFcache.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFdbg.lo -MD -MP -MF .deps/H5HFdbg.Tpo -c -o H5HFdbg.lo H5HFdbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFdbg.lo -MD -MP -MF .deps/H5HFdbg.Tpo -c H5HFdbg.c -o H5HFdbg.o mv -f .deps/H5HFdbg.Tpo .deps/H5HFdbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFdblock.lo -MD -MP -MF .deps/H5HFdblock.Tpo -c -o H5HFdblock.lo H5HFdblock.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFdblock.lo -MD -MP -MF .deps/H5HFdblock.Tpo -c H5HFdblock.c -o H5HFdblock.o mv -f .deps/H5HFdblock.Tpo .deps/H5HFdblock.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFdtable.lo -MD -MP -MF .deps/H5HFdtable.Tpo -c -o H5HFdtable.lo H5HFdtable.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFdtable.lo -MD -MP -MF .deps/H5HFdtable.Tpo -c H5HFdtable.c -o H5HFdtable.o mv -f .deps/H5HFdtable.Tpo .deps/H5HFdtable.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFhdr.lo -MD -MP -MF .deps/H5HFhdr.Tpo -c -o H5HFhdr.lo H5HFhdr.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFhdr.lo -MD -MP -MF .deps/H5HFhdr.Tpo -c H5HFhdr.c -o H5HFhdr.o mv -f .deps/H5HFhdr.Tpo .deps/H5HFhdr.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFhuge.lo -MD -MP -MF .deps/H5HFhuge.Tpo -c -o H5HFhuge.lo H5HFhuge.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFhuge.lo -MD -MP -MF .deps/H5HFhuge.Tpo -c H5HFhuge.c -o H5HFhuge.o H5HFhuge.c: In function â??H5HF_huge_writeâ??: H5HFhuge.c:733: warning: â??obj_sizeâ?? may be used uninitialized in this function mv -f .deps/H5HFhuge.Tpo .deps/H5HFhuge.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFiblock.lo -MD -MP -MF .deps/H5HFiblock.Tpo -c -o H5HFiblock.lo H5HFiblock.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFiblock.lo -MD -MP -MF .deps/H5HFiblock.Tpo -c H5HFiblock.c -o H5HFiblock.o mv -f .deps/H5HFiblock.Tpo .deps/H5HFiblock.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFiter.lo -MD -MP -MF .deps/H5HFiter.Tpo -c -o H5HFiter.lo H5HFiter.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFiter.lo -MD -MP -MF .deps/H5HFiter.Tpo -c H5HFiter.c -o H5HFiter.o mv -f .deps/H5HFiter.Tpo .deps/H5HFiter.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFman.lo -MD -MP -MF .deps/H5HFman.Tpo -c -o H5HFman.lo H5HFman.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFman.lo -MD -MP -MF .deps/H5HFman.Tpo -c H5HFman.c -o H5HFman.o H5HFman.c: In function â??H5HF_man_writeâ??: H5HFman.c:454: warning: cast discards qualifiers from pointer target type mv -f .deps/H5HFman.Tpo .deps/H5HFman.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFsection.lo -MD -MP -MF .deps/H5HFsection.Tpo -c -o H5HFsection.lo H5HFsection.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFsection.lo -MD -MP -MF .deps/H5HFsection.Tpo -c H5HFsection.c -o H5HFsection.o H5HFsection.c: In function â??H5HF_sect_single_validâ??: H5HFsection.c:1298: warning: cast discards qualifiers from pointer target type mv -f .deps/H5HFsection.Tpo .deps/H5HFsection.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFspace.lo -MD -MP -MF .deps/H5HFspace.Tpo -c -o H5HFspace.lo H5HFspace.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFspace.lo -MD -MP -MF .deps/H5HFspace.Tpo -c H5HFspace.c -o H5HFspace.o mv -f .deps/H5HFspace.Tpo .deps/H5HFspace.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFstat.lo -MD -MP -MF .deps/H5HFstat.Tpo -c -o H5HFstat.lo H5HFstat.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFstat.lo -MD -MP -MF .deps/H5HFstat.Tpo -c H5HFstat.c -o H5HFstat.o mv -f .deps/H5HFstat.Tpo .deps/H5HFstat.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFtest.lo -MD -MP -MF .deps/H5HFtest.Tpo -c -o H5HFtest.lo H5HFtest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFtest.lo -MD -MP -MF .deps/H5HFtest.Tpo -c H5HFtest.c -o H5HFtest.o mv -f .deps/H5HFtest.Tpo .deps/H5HFtest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFtiny.lo -MD -MP -MF .deps/H5HFtiny.Tpo -c -o H5HFtiny.lo H5HFtiny.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFtiny.lo -MD -MP -MF .deps/H5HFtiny.Tpo -c H5HFtiny.c -o H5HFtiny.o mv -f .deps/H5HFtiny.Tpo .deps/H5HFtiny.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HG.lo -MD -MP -MF .deps/H5HG.Tpo -c -o H5HG.lo H5HG.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HG.lo -MD -MP -MF .deps/H5HG.Tpo -c H5HG.c -o H5HG.o mv -f .deps/H5HG.Tpo .deps/H5HG.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HGdbg.lo -MD -MP -MF .deps/H5HGdbg.Tpo -c -o H5HGdbg.lo H5HGdbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HGdbg.lo -MD -MP -MF .deps/H5HGdbg.Tpo -c H5HGdbg.c -o H5HGdbg.o mv -f .deps/H5HGdbg.Tpo .deps/H5HGdbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HL.lo -MD -MP -MF .deps/H5HL.Tpo -c -o H5HL.lo H5HL.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HL.lo -MD -MP -MF .deps/H5HL.Tpo -c H5HL.c -o H5HL.o mv -f .deps/H5HL.Tpo .deps/H5HL.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HLdbg.lo -MD -MP -MF .deps/H5HLdbg.Tpo -c -o H5HLdbg.lo H5HLdbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HLdbg.lo -MD -MP -MF .deps/H5HLdbg.Tpo -c H5HLdbg.c -o H5HLdbg.o mv -f .deps/H5HLdbg.Tpo .deps/H5HLdbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HP.lo -MD -MP -MF .deps/H5HP.Tpo -c -o H5HP.lo H5HP.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HP.lo -MD -MP -MF .deps/H5HP.Tpo -c H5HP.c -o H5HP.o mv -f .deps/H5HP.Tpo .deps/H5HP.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5I.lo -MD -MP -MF .deps/H5I.Tpo -c -o H5I.lo H5I.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5I.lo -MD -MP -MF .deps/H5I.Tpo -c H5I.c -o H5I.o mv -f .deps/H5I.Tpo .deps/H5I.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5L.lo -MD -MP -MF .deps/H5L.Tpo -c -o H5L.lo H5L.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5L.lo -MD -MP -MF .deps/H5L.Tpo -c H5L.c -o H5L.o H5L.c: In function â??H5L_link_cbâ??: H5L.c:1709: warning: cast discards qualifiers from pointer target type H5L.c: In function â??H5L_move_dest_cbâ??: H5L.c:2411: warning: cast discards qualifiers from pointer target type mv -f .deps/H5L.Tpo .deps/H5L.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Lexternal.lo -MD -MP -MF .deps/H5Lexternal.Tpo -c -o H5Lexternal.lo H5Lexternal.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Lexternal.lo -MD -MP -MF .deps/H5Lexternal.Tpo -c H5Lexternal.c -o H5Lexternal.o mv -f .deps/H5Lexternal.Tpo .deps/H5Lexternal.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5MF.lo -MD -MP -MF .deps/H5MF.Tpo -c -o H5MF.lo H5MF.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5MF.lo -MD -MP -MF .deps/H5MF.Tpo -c H5MF.c -o H5MF.o H5MF.c:241: warning: â??H5MF_alloc_overflowâ?? defined but not used mv -f .deps/H5MF.Tpo .deps/H5MF.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5MM.lo -MD -MP -MF .deps/H5MM.Tpo -c -o H5MM.lo H5MM.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5MM.lo -MD -MP -MF .deps/H5MM.Tpo -c H5MM.c -o H5MM.o mv -f .deps/H5MM.Tpo .deps/H5MM.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5MP.lo -MD -MP -MF .deps/H5MP.Tpo -c -o H5MP.lo H5MP.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5MP.lo -MD -MP -MF .deps/H5MP.Tpo -c H5MP.c -o H5MP.o mv -f .deps/H5MP.Tpo .deps/H5MP.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5MPtest.lo -MD -MP -MF .deps/H5MPtest.Tpo -c -o H5MPtest.lo H5MPtest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5MPtest.lo -MD -MP -MF .deps/H5MPtest.Tpo -c H5MPtest.c -o H5MPtest.o mv -f .deps/H5MPtest.Tpo .deps/H5MPtest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5O.lo -MD -MP -MF .deps/H5O.Tpo -c -o H5O.lo H5O.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5O.lo -MD -MP -MF .deps/H5O.Tpo -c H5O.c -o H5O.o H5O.c: In function â??H5O_createâ??: H5O.c:1128: warning: comparison is always false due to limited range of data type H5O.c: In function â??H5O_loc_copyâ??: H5O.c:2168: warning: cast discards qualifiers from pointer target type mv -f .deps/H5O.Tpo .deps/H5O.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oainfo.lo -MD -MP -MF .deps/H5Oainfo.Tpo -c -o H5Oainfo.lo H5Oainfo.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oainfo.lo -MD -MP -MF .deps/H5Oainfo.Tpo -c H5Oainfo.c -o H5Oainfo.o mv -f .deps/H5Oainfo.Tpo .deps/H5Oainfo.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oalloc.lo -MD -MP -MF .deps/H5Oalloc.Tpo -c -o H5Oalloc.lo H5Oalloc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oalloc.lo -MD -MP -MF .deps/H5Oalloc.Tpo -c H5Oalloc.c -o H5Oalloc.o mv -f .deps/H5Oalloc.Tpo .deps/H5Oalloc.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oattr.lo -MD -MP -MF .deps/H5Oattr.Tpo -c -o H5Oattr.lo H5Oattr.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oattr.lo -MD -MP -MF .deps/H5Oattr.Tpo -c H5Oattr.c -o H5Oattr.o mv -f .deps/H5Oattr.Tpo .deps/H5Oattr.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oattribute.lo -MD -MP -MF .deps/H5Oattribute.Tpo -c -o H5Oattribute.lo H5Oattribute.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oattribute.lo -MD -MP -MF .deps/H5Oattribute.Tpo -c H5Oattribute.c -o H5Oattribute.o mv -f .deps/H5Oattribute.Tpo .deps/H5Oattribute.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Obogus.lo -MD -MP -MF .deps/H5Obogus.Tpo -c -o H5Obogus.lo H5Obogus.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Obogus.lo -MD -MP -MF .deps/H5Obogus.Tpo -c H5Obogus.c -o H5Obogus.o mv -f .deps/H5Obogus.Tpo .deps/H5Obogus.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Obtreek.lo -MD -MP -MF .deps/H5Obtreek.Tpo -c -o H5Obtreek.lo H5Obtreek.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Obtreek.lo -MD -MP -MF .deps/H5Obtreek.Tpo -c H5Obtreek.c -o H5Obtreek.o mv -f .deps/H5Obtreek.Tpo .deps/H5Obtreek.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ocache.lo -MD -MP -MF .deps/H5Ocache.Tpo -c -o H5Ocache.lo H5Ocache.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ocache.lo -MD -MP -MF .deps/H5Ocache.Tpo -c H5Ocache.c -o H5Ocache.o H5Ocache.c: In function â??H5O_loadâ??: H5Ocache.c:443: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Ocache.Tpo .deps/H5Ocache.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ocont.lo -MD -MP -MF .deps/H5Ocont.Tpo -c -o H5Ocont.lo H5Ocont.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ocont.lo -MD -MP -MF .deps/H5Ocont.Tpo -c H5Ocont.c -o H5Ocont.o mv -f .deps/H5Ocont.Tpo .deps/H5Ocont.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ocopy.lo -MD -MP -MF .deps/H5Ocopy.Tpo -c -o H5Ocopy.lo H5Ocopy.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ocopy.lo -MD -MP -MF .deps/H5Ocopy.Tpo -c H5Ocopy.c -o H5Ocopy.o mv -f .deps/H5Ocopy.Tpo .deps/H5Ocopy.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Odbg.lo -MD -MP -MF .deps/H5Odbg.Tpo -c -o H5Odbg.lo H5Odbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Odbg.lo -MD -MP -MF .deps/H5Odbg.Tpo -c H5Odbg.c -o H5Odbg.o mv -f .deps/H5Odbg.Tpo .deps/H5Odbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Odrvinfo.lo -MD -MP -MF .deps/H5Odrvinfo.Tpo -c -o H5Odrvinfo.lo H5Odrvinfo.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Odrvinfo.lo -MD -MP -MF .deps/H5Odrvinfo.Tpo -c H5Odrvinfo.c -o H5Odrvinfo.o mv -f .deps/H5Odrvinfo.Tpo .deps/H5Odrvinfo.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Odtype.lo -MD -MP -MF .deps/H5Odtype.Tpo -c -o H5Odtype.lo H5Odtype.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Odtype.lo -MD -MP -MF .deps/H5Odtype.Tpo -c H5Odtype.c -o H5Odtype.o In file included from H5Odtype.c:66: H5Oshared.h: In function â??H5O_dtype_shared_post_copy_fileâ??: H5Oshared.h:376: warning: unused parameter â??oloc_srcâ?? H5Oshared.h:376: warning: unused parameter â??mesg_srcâ?? H5Odtype.c: At top level: H5Oshared.h:378: warning: â??H5O_dtype_shared_post_copy_fileâ?? defined but not used mv -f .deps/H5Odtype.Tpo .deps/H5Odtype.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oefl.lo -MD -MP -MF .deps/H5Oefl.Tpo -c -o H5Oefl.lo H5Oefl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oefl.lo -MD -MP -MF .deps/H5Oefl.Tpo -c H5Oefl.c -o H5Oefl.o mv -f .deps/H5Oefl.Tpo .deps/H5Oefl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ofill.lo -MD -MP -MF .deps/H5Ofill.Tpo -c -o H5Ofill.lo H5Ofill.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ofill.lo -MD -MP -MF .deps/H5Ofill.Tpo -c H5Ofill.c -o H5Ofill.o In file included from H5Ofill.c:66: H5Oshared.h: In function â??H5O_fill_shared_post_copy_fileâ??: H5Oshared.h:376: warning: unused parameter â??oloc_srcâ?? H5Oshared.h:376: warning: unused parameter â??mesg_srcâ?? In file included from H5Ofill.c:101: H5Oshared.h: In function â??H5O_fill_new_shared_post_copy_fileâ??: H5Oshared.h:376: warning: unused parameter â??oloc_srcâ?? H5Oshared.h:376: warning: unused parameter â??mesg_srcâ?? H5Ofill.c: At top level: H5Oshared.h:378: warning: â??H5O_fill_shared_post_copy_fileâ?? defined but not used H5Oshared.h:378: warning: â??H5O_fill_new_shared_post_copy_fileâ?? defined but not used mv -f .deps/H5Ofill.Tpo .deps/H5Ofill.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oginfo.lo -MD -MP -MF .deps/H5Oginfo.Tpo -c -o H5Oginfo.lo H5Oginfo.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oginfo.lo -MD -MP -MF .deps/H5Oginfo.Tpo -c H5Oginfo.c -o H5Oginfo.o mv -f .deps/H5Oginfo.Tpo .deps/H5Oginfo.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Olayout.lo -MD -MP -MF .deps/H5Olayout.Tpo -c -o H5Olayout.lo H5Olayout.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Olayout.lo -MD -MP -MF .deps/H5Olayout.Tpo -c H5Olayout.c -o H5Olayout.o mv -f .deps/H5Olayout.Tpo .deps/H5Olayout.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Olinfo.lo -MD -MP -MF .deps/H5Olinfo.Tpo -c -o H5Olinfo.lo H5Olinfo.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Olinfo.lo -MD -MP -MF .deps/H5Olinfo.Tpo -c H5Olinfo.c -o H5Olinfo.o mv -f .deps/H5Olinfo.Tpo .deps/H5Olinfo.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Olink.lo -MD -MP -MF .deps/H5Olink.Tpo -c -o H5Olink.lo H5Olink.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Olink.lo -MD -MP -MF .deps/H5Olink.Tpo -c H5Olink.c -o H5Olink.o mv -f .deps/H5Olink.Tpo .deps/H5Olink.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Omessage.lo -MD -MP -MF .deps/H5Omessage.Tpo -c -o H5Omessage.lo H5Omessage.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Omessage.lo -MD -MP -MF .deps/H5Omessage.Tpo -c H5Omessage.c -o H5Omessage.o mv -f .deps/H5Omessage.Tpo .deps/H5Omessage.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Omtime.lo -MD -MP -MF .deps/H5Omtime.Tpo -c -o H5Omtime.lo H5Omtime.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Omtime.lo -MD -MP -MF .deps/H5Omtime.Tpo -c H5Omtime.c -o H5Omtime.o mv -f .deps/H5Omtime.Tpo .deps/H5Omtime.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oname.lo -MD -MP -MF .deps/H5Oname.Tpo -c -o H5Oname.lo H5Oname.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oname.lo -MD -MP -MF .deps/H5Oname.Tpo -c H5Oname.c -o H5Oname.o mv -f .deps/H5Oname.Tpo .deps/H5Oname.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Onull.lo -MD -MP -MF .deps/H5Onull.Tpo -c -o H5Onull.lo H5Onull.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Onull.lo -MD -MP -MF .deps/H5Onull.Tpo -c H5Onull.c -o H5Onull.o mv -f .deps/H5Onull.Tpo .deps/H5Onull.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Opline.lo -MD -MP -MF .deps/H5Opline.Tpo -c -o H5Opline.lo H5Opline.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Opline.lo -MD -MP -MF .deps/H5Opline.Tpo -c H5Opline.c -o H5Opline.o In file included from H5Opline.c:64: H5Oshared.h: In function â??H5O_pline_shared_post_copy_fileâ??: H5Oshared.h:376: warning: unused parameter â??oloc_srcâ?? H5Oshared.h:376: warning: unused parameter â??mesg_srcâ?? H5Opline.c: At top level: H5Oshared.h:378: warning: â??H5O_pline_shared_post_copy_fileâ?? defined but not used mv -f .deps/H5Opline.Tpo .deps/H5Opline.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Orefcount.lo -MD -MP -MF .deps/H5Orefcount.Tpo -c -o H5Orefcount.lo H5Orefcount.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Orefcount.lo -MD -MP -MF .deps/H5Orefcount.Tpo -c H5Orefcount.c -o H5Orefcount.o mv -f .deps/H5Orefcount.Tpo .deps/H5Orefcount.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Osdspace.lo -MD -MP -MF .deps/H5Osdspace.Tpo -c -o H5Osdspace.lo H5Osdspace.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Osdspace.lo -MD -MP -MF .deps/H5Osdspace.Tpo -c H5Osdspace.c -o H5Osdspace.o In file included from H5Osdspace.c:58: H5Oshared.h: In function â??H5O_sdspace_shared_post_copy_fileâ??: H5Oshared.h:376: warning: unused parameter â??oloc_srcâ?? H5Oshared.h:376: warning: unused parameter â??mesg_srcâ?? H5Osdspace.c: At top level: H5Oshared.h:378: warning: â??H5O_sdspace_shared_post_copy_fileâ?? defined but not used mv -f .deps/H5Osdspace.Tpo .deps/H5Osdspace.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oshared.lo -MD -MP -MF .deps/H5Oshared.Tpo -c -o H5Oshared.lo H5Oshared.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oshared.lo -MD -MP -MF .deps/H5Oshared.Tpo -c H5Oshared.c -o H5Oshared.o mv -f .deps/H5Oshared.Tpo .deps/H5Oshared.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ostab.lo -MD -MP -MF .deps/H5Ostab.Tpo -c -o H5Ostab.lo H5Ostab.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ostab.lo -MD -MP -MF .deps/H5Ostab.Tpo -c H5Ostab.c -o H5Ostab.o mv -f .deps/H5Ostab.Tpo .deps/H5Ostab.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oshmesg.lo -MD -MP -MF .deps/H5Oshmesg.Tpo -c -o H5Oshmesg.lo H5Oshmesg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oshmesg.lo -MD -MP -MF .deps/H5Oshmesg.Tpo -c H5Oshmesg.c -o H5Oshmesg.o mv -f .deps/H5Oshmesg.Tpo .deps/H5Oshmesg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Otest.lo -MD -MP -MF .deps/H5Otest.Tpo -c -o H5Otest.lo H5Otest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Otest.lo -MD -MP -MF .deps/H5Otest.Tpo -c H5Otest.c -o H5Otest.o mv -f .deps/H5Otest.Tpo .deps/H5Otest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ounknown.lo -MD -MP -MF .deps/H5Ounknown.Tpo -c -o H5Ounknown.lo H5Ounknown.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ounknown.lo -MD -MP -MF .deps/H5Ounknown.Tpo -c H5Ounknown.c -o H5Ounknown.o mv -f .deps/H5Ounknown.Tpo .deps/H5Ounknown.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5P.lo -MD -MP -MF .deps/H5P.Tpo -c -o H5P.lo H5P.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5P.lo -MD -MP -MF .deps/H5P.Tpo -c H5P.c -o H5P.o mv -f .deps/H5P.Tpo .deps/H5P.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pacpl.lo -MD -MP -MF .deps/H5Pacpl.Tpo -c -o H5Pacpl.lo H5Pacpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pacpl.lo -MD -MP -MF .deps/H5Pacpl.Tpo -c H5Pacpl.c -o H5Pacpl.o mv -f .deps/H5Pacpl.Tpo .deps/H5Pacpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pdcpl.lo -MD -MP -MF .deps/H5Pdcpl.Tpo -c -o H5Pdcpl.lo H5Pdcpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pdcpl.lo -MD -MP -MF .deps/H5Pdcpl.Tpo -c H5Pdcpl.c -o H5Pdcpl.o mv -f .deps/H5Pdcpl.Tpo .deps/H5Pdcpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pdeprec.lo -MD -MP -MF .deps/H5Pdeprec.Tpo -c -o H5Pdeprec.lo H5Pdeprec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pdeprec.lo -MD -MP -MF .deps/H5Pdeprec.Tpo -c H5Pdeprec.c -o H5Pdeprec.o mv -f .deps/H5Pdeprec.Tpo .deps/H5Pdeprec.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pdxpl.lo -MD -MP -MF .deps/H5Pdxpl.Tpo -c -o H5Pdxpl.lo H5Pdxpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pdxpl.lo -MD -MP -MF .deps/H5Pdxpl.Tpo -c H5Pdxpl.c -o H5Pdxpl.o mv -f .deps/H5Pdxpl.Tpo .deps/H5Pdxpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pfapl.lo -MD -MP -MF .deps/H5Pfapl.Tpo -c -o H5Pfapl.lo H5Pfapl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pfapl.lo -MD -MP -MF .deps/H5Pfapl.Tpo -c H5Pfapl.c -o H5Pfapl.o mv -f .deps/H5Pfapl.Tpo .deps/H5Pfapl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pfcpl.lo -MD -MP -MF .deps/H5Pfcpl.Tpo -c -o H5Pfcpl.lo H5Pfcpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pfcpl.lo -MD -MP -MF .deps/H5Pfcpl.Tpo -c H5Pfcpl.c -o H5Pfcpl.o mv -f .deps/H5Pfcpl.Tpo .deps/H5Pfcpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pfmpl.lo -MD -MP -MF .deps/H5Pfmpl.Tpo -c -o H5Pfmpl.lo H5Pfmpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pfmpl.lo -MD -MP -MF .deps/H5Pfmpl.Tpo -c H5Pfmpl.c -o H5Pfmpl.o mv -f .deps/H5Pfmpl.Tpo .deps/H5Pfmpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pgcpl.lo -MD -MP -MF .deps/H5Pgcpl.Tpo -c -o H5Pgcpl.lo H5Pgcpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pgcpl.lo -MD -MP -MF .deps/H5Pgcpl.Tpo -c H5Pgcpl.c -o H5Pgcpl.o mv -f .deps/H5Pgcpl.Tpo .deps/H5Pgcpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pint.lo -MD -MP -MF .deps/H5Pint.Tpo -c -o H5Pint.lo H5Pint.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pint.lo -MD -MP -MF .deps/H5Pint.Tpo -c H5Pint.c -o H5Pint.o mv -f .deps/H5Pint.Tpo .deps/H5Pint.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Plapl.lo -MD -MP -MF .deps/H5Plapl.Tpo -c -o H5Plapl.lo H5Plapl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Plapl.lo -MD -MP -MF .deps/H5Plapl.Tpo -c H5Plapl.c -o H5Plapl.o mv -f .deps/H5Plapl.Tpo .deps/H5Plapl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Plcpl.lo -MD -MP -MF .deps/H5Plcpl.Tpo -c -o H5Plcpl.lo H5Plcpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Plcpl.lo -MD -MP -MF .deps/H5Plcpl.Tpo -c H5Plcpl.c -o H5Plcpl.o mv -f .deps/H5Plcpl.Tpo .deps/H5Plcpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pocpl.lo -MD -MP -MF .deps/H5Pocpl.Tpo -c -o H5Pocpl.lo H5Pocpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pocpl.lo -MD -MP -MF .deps/H5Pocpl.Tpo -c H5Pocpl.c -o H5Pocpl.o mv -f .deps/H5Pocpl.Tpo .deps/H5Pocpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pocpypl.lo -MD -MP -MF .deps/H5Pocpypl.Tpo -c -o H5Pocpypl.lo H5Pocpypl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pocpypl.lo -MD -MP -MF .deps/H5Pocpypl.Tpo -c H5Pocpypl.c -o H5Pocpypl.o mv -f .deps/H5Pocpypl.Tpo .deps/H5Pocpypl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pstrcpl.lo -MD -MP -MF .deps/H5Pstrcpl.Tpo -c -o H5Pstrcpl.lo H5Pstrcpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pstrcpl.lo -MD -MP -MF .deps/H5Pstrcpl.Tpo -c H5Pstrcpl.c -o H5Pstrcpl.o mv -f .deps/H5Pstrcpl.Tpo .deps/H5Pstrcpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ptest.lo -MD -MP -MF .deps/H5Ptest.Tpo -c -o H5Ptest.lo H5Ptest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ptest.lo -MD -MP -MF .deps/H5Ptest.Tpo -c H5Ptest.c -o H5Ptest.o mv -f .deps/H5Ptest.Tpo .deps/H5Ptest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5R.lo -MD -MP -MF .deps/H5R.Tpo -c -o H5R.lo H5R.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5R.lo -MD -MP -MF .deps/H5R.Tpo -c H5R.c -o H5R.o mv -f .deps/H5R.Tpo .deps/H5R.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Rdeprec.lo -MD -MP -MF .deps/H5Rdeprec.Tpo -c -o H5Rdeprec.lo H5Rdeprec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Rdeprec.lo -MD -MP -MF .deps/H5Rdeprec.Tpo -c H5Rdeprec.c -o H5Rdeprec.o mv -f .deps/H5Rdeprec.Tpo .deps/H5Rdeprec.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5RC.lo -MD -MP -MF .deps/H5RC.Tpo -c -o H5RC.lo H5RC.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5RC.lo -MD -MP -MF .deps/H5RC.Tpo -c H5RC.c -o H5RC.o mv -f .deps/H5RC.Tpo .deps/H5RC.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5RS.lo -MD -MP -MF .deps/H5RS.Tpo -c -o H5RS.lo H5RS.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5RS.lo -MD -MP -MF .deps/H5RS.Tpo -c H5RS.c -o H5RS.o H5RS.c: In function â??H5RS_xstrdupâ??: H5RS.c:66: warning: unused variable â??FUNCâ?? H5RS.c: In function â??H5RS_wrapâ??: H5RS.c:151: warning: cast discards qualifiers from pointer target type mv -f .deps/H5RS.Tpo .deps/H5RS.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5S.lo -MD -MP -MF .deps/H5S.Tpo -c -o H5S.lo H5S.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5S.lo -MD -MP -MF .deps/H5S.Tpo -c H5S.c -o H5S.o mv -f .deps/H5S.Tpo .deps/H5S.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Sall.lo -MD -MP -MF .deps/H5Sall.Tpo -c -o H5Sall.lo H5Sall.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Sall.lo -MD -MP -MF .deps/H5Sall.Tpo -c H5Sall.c -o H5Sall.o H5Sall.c: In function â??H5S_all_offsetâ??: H5Sall.c:633: warning: unused parameter â??spaceâ?? mv -f .deps/H5Sall.Tpo .deps/H5Sall.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Sdbg.lo -MD -MP -MF .deps/H5Sdbg.Tpo -c -o H5Sdbg.lo H5Sdbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Sdbg.lo -MD -MP -MF .deps/H5Sdbg.Tpo -c H5Sdbg.c -o H5Sdbg.o mv -f .deps/H5Sdbg.Tpo .deps/H5Sdbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Shyper.lo -MD -MP -MF .deps/H5Shyper.Tpo -c -o H5Shyper.lo H5Shyper.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Shyper.lo -MD -MP -MF .deps/H5Shyper.Tpo -c H5Shyper.c -o H5Shyper.o mv -f .deps/H5Shyper.Tpo .deps/H5Shyper.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Smpio.lo -MD -MP -MF .deps/H5Smpio.Tpo -c -o H5Smpio.lo H5Smpio.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Smpio.lo -MD -MP -MF .deps/H5Smpio.Tpo -c H5Smpio.c -o H5Smpio.o mv -f .deps/H5Smpio.Tpo .deps/H5Smpio.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Snone.lo -MD -MP -MF .deps/H5Snone.Tpo -c -o H5Snone.lo H5Snone.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Snone.lo -MD -MP -MF .deps/H5Snone.Tpo -c H5Snone.c -o H5Snone.o H5Snone.c: In function â??H5S_none_offsetâ??: H5Snone.c:589: warning: unused parameter â??spaceâ?? H5Snone.c:589: warning: unused parameter â??offsetâ?? mv -f .deps/H5Snone.Tpo .deps/H5Snone.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Spoint.lo -MD -MP -MF .deps/H5Spoint.Tpo -c -o H5Spoint.lo H5Spoint.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Spoint.lo -MD -MP -MF .deps/H5Spoint.Tpo -c H5Spoint.c -o H5Spoint.o H5Spoint.c: In function â??H5S_point_deserializeâ??: H5Spoint.c:881: warning: passing argument 4 of â??H5S_select_elementsâ?? from incompatible pointer type mv -f .deps/H5Spoint.Tpo .deps/H5Spoint.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Sselect.lo -MD -MP -MF .deps/H5Sselect.Tpo -c -o H5Sselect.lo H5Sselect.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Sselect.lo -MD -MP -MF .deps/H5Sselect.Tpo -c H5Sselect.c -o H5Sselect.o mv -f .deps/H5Sselect.Tpo .deps/H5Sselect.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Stest.lo -MD -MP -MF .deps/H5Stest.Tpo -c -o H5Stest.lo H5Stest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Stest.lo -MD -MP -MF .deps/H5Stest.Tpo -c H5Stest.c -o H5Stest.o mv -f .deps/H5Stest.Tpo .deps/H5Stest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SL.lo -MD -MP -MF .deps/H5SL.Tpo -c -o H5SL.lo H5SL.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SL.lo -MD -MP -MF .deps/H5SL.Tpo -c H5SL.c -o H5SL.o H5SL.c: In function â??H5SL_release_commonâ??: H5SL.c:514: warning: cast discards qualifiers from pointer target type H5SL.c: In function â??H5SL_iterateâ??: H5SL.c:1497: warning: cast discards qualifiers from pointer target type mv -f .deps/H5SL.Tpo .deps/H5SL.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SM.lo -MD -MP -MF .deps/H5SM.Tpo -c -o H5SM.lo H5SM.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SM.lo -MD -MP -MF .deps/H5SM.Tpo -c H5SM.c -o H5SM.o mv -f .deps/H5SM.Tpo .deps/H5SM.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SMbtree2.lo -MD -MP -MF .deps/H5SMbtree2.Tpo -c -o H5SMbtree2.lo H5SMbtree2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SMbtree2.lo -MD -MP -MF .deps/H5SMbtree2.Tpo -c H5SMbtree2.c -o H5SMbtree2.o mv -f .deps/H5SMbtree2.Tpo .deps/H5SMbtree2.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SMcache.lo -MD -MP -MF .deps/H5SMcache.Tpo -c -o H5SMcache.lo H5SMcache.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SMcache.lo -MD -MP -MF .deps/H5SMcache.Tpo -c H5SMcache.c -o H5SMcache.o mv -f .deps/H5SMcache.Tpo .deps/H5SMcache.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SMtest.lo -MD -MP -MF .deps/H5SMtest.Tpo -c -o H5SMtest.lo H5SMtest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SMtest.lo -MD -MP -MF .deps/H5SMtest.Tpo -c H5SMtest.c -o H5SMtest.o mv -f .deps/H5SMtest.Tpo .deps/H5SMtest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5ST.lo -MD -MP -MF .deps/H5ST.Tpo -c -o H5ST.lo H5ST.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5ST.lo -MD -MP -MF .deps/H5ST.Tpo -c H5ST.c -o H5ST.o mv -f .deps/H5ST.Tpo .deps/H5ST.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5T.lo -MD -MP -MF .deps/H5T.Tpo -c -o H5T.lo H5T.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5T.lo -MD -MP -MF .deps/H5T.Tpo -c H5T.c -o H5T.o H5T.c: In function â??H5T_copyâ??: H5T.c:3138: warning: passing argument 1 of â??H5O_openâ?? discards qualifiers from pointer target type H5T.c:3162: warning: passing argument 1 of â??H5O_openâ?? discards qualifiers from pointer target type mv -f .deps/H5T.Tpo .deps/H5T.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tarray.lo -MD -MP -MF .deps/H5Tarray.Tpo -c -o H5Tarray.lo H5Tarray.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tarray.lo -MD -MP -MF .deps/H5Tarray.Tpo -c H5Tarray.c -o H5Tarray.o mv -f .deps/H5Tarray.Tpo .deps/H5Tarray.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tbit.lo -MD -MP -MF .deps/H5Tbit.Tpo -c -o H5Tbit.lo H5Tbit.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tbit.lo -MD -MP -MF .deps/H5Tbit.Tpo -c H5Tbit.c -o H5Tbit.o mv -f .deps/H5Tbit.Tpo .deps/H5Tbit.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tcommit.lo -MD -MP -MF .deps/H5Tcommit.Tpo -c -o H5Tcommit.lo H5Tcommit.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tcommit.lo -MD -MP -MF .deps/H5Tcommit.Tpo -c H5Tcommit.c -o H5Tcommit.o mv -f .deps/H5Tcommit.Tpo .deps/H5Tcommit.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tcompound.lo -MD -MP -MF .deps/H5Tcompound.Tpo -c -o H5Tcompound.lo H5Tcompound.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tcompound.lo -MD -MP -MF .deps/H5Tcompound.Tpo -c H5Tcompound.c -o H5Tcompound.o mv -f .deps/H5Tcompound.Tpo .deps/H5Tcompound.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tconv.lo -MD -MP -MF .deps/H5Tconv.Tpo -c -o H5Tconv.lo H5Tconv.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tconv.lo -MD -MP -MF .deps/H5Tconv.Tpo -c H5Tconv.c -o H5Tconv.o H5Tconv.c: In function â??H5T_conv_struct_initâ??: H5Tconv.c:1838: warning: comparison between signed and unsigned H5Tconv.c:1848: warning: comparison between signed and unsigned H5Tconv.c:1855: warning: empty body in an else-statement H5Tconv.c: In function â??H5T_conv_uchar_shortâ??: H5Tconv.c:4619: warning: comparison is always false due to limited range of data type H5Tconv.c:4619: warning: comparison is always false due to limited range of data type H5Tconv.c:4619: warning: comparison is always false due to limited range of data type H5Tconv.c:4619: warning: comparison is always false due to limited range of data type H5Tconv.c:4619: warning: comparison is always false due to limited range of data type H5Tconv.c:4619: warning: comparison is always false due to limited range of data type H5Tconv.c:4619: warning: comparison is always false due to limited range of data type H5Tconv.c:4619: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_uchar_intâ??: H5Tconv.c:4748: warning: comparison is always false due to limited range of data type H5Tconv.c:4748: warning: comparison is always false due to limited range of data type H5Tconv.c:4748: warning: comparison is always false due to limited range of data type H5Tconv.c:4748: warning: comparison is always false due to limited range of data type H5Tconv.c:4748: warning: comparison is always false due to limited range of data type H5Tconv.c:4748: warning: comparison is always false due to limited range of data type H5Tconv.c:4748: warning: comparison is always false due to limited range of data type H5Tconv.c:4748: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_uchar_longâ??: H5Tconv.c:4877: warning: comparison is always false due to limited range of data type H5Tconv.c:4877: warning: comparison is always false due to limited range of data type H5Tconv.c:4877: warning: comparison is always false due to limited range of data type H5Tconv.c:4877: warning: comparison is always false due to limited range of data type H5Tconv.c:4877: warning: comparison is always false due to limited range of data type H5Tconv.c:4877: warning: comparison is always false due to limited range of data type H5Tconv.c:4877: warning: comparison is always false due to limited range of data type H5Tconv.c:4877: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_uchar_llongâ??: H5Tconv.c:5009: warning: comparison is always false due to limited range of data type H5Tconv.c:5009: warning: comparison is always false due to limited range of data type H5Tconv.c:5009: warning: comparison is always false due to limited range of data type H5Tconv.c:5009: warning: comparison is always false due to limited range of data type H5Tconv.c:5009: warning: comparison is always false due to limited range of data type H5Tconv.c:5009: warning: comparison is always false due to limited range of data type H5Tconv.c:5009: warning: comparison is always false due to limited range of data type H5Tconv.c:5009: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_ushort_intâ??: H5Tconv.c:5339: warning: comparison is always false due to limited range of data type H5Tconv.c:5339: warning: comparison is always false due to limited range of data type H5Tconv.c:5339: warning: comparison is always false due to limited range of data type H5Tconv.c:5339: warning: comparison is always false due to limited range of data type H5Tconv.c:5339: warning: comparison is always false due to limited range of data type H5Tconv.c:5339: warning: comparison is always false due to limited range of data type H5Tconv.c:5339: warning: comparison is always false due to limited range of data type H5Tconv.c:5339: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_ushort_longâ??: H5Tconv.c:5471: warning: comparison is always false due to limited range of data type H5Tconv.c:5471: warning: comparison is always false due to limited range of data type H5Tconv.c:5471: warning: comparison is always false due to limited range of data type H5Tconv.c:5471: warning: comparison is always false due to limited range of data type H5Tconv.c:5471: warning: comparison is always false due to limited range of data type H5Tconv.c:5471: warning: comparison is always false due to limited range of data type H5Tconv.c:5471: warning: comparison is always false due to limited range of data type H5Tconv.c:5471: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_ushort_llongâ??: H5Tconv.c:5603: warning: comparison is always false due to limited range of data type H5Tconv.c:5603: warning: comparison is always false due to limited range of data type H5Tconv.c:5603: warning: comparison is always false due to limited range of data type H5Tconv.c:5603: warning: comparison is always false due to limited range of data type H5Tconv.c:5603: warning: comparison is always false due to limited range of data type H5Tconv.c:5603: warning: comparison is always false due to limited range of data type H5Tconv.c:5603: warning: comparison is always false due to limited range of data type H5Tconv.c:5603: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_uint_llongâ??: H5Tconv.c:6188: warning: comparison is always false due to limited range of data type H5Tconv.c:6188: warning: comparison is always false due to limited range of data type H5Tconv.c:6188: warning: comparison is always false due to limited range of data type H5Tconv.c:6188: warning: comparison is always false due to limited range of data type H5Tconv.c:6188: warning: comparison is always false due to limited range of data type H5Tconv.c:6188: warning: comparison is always false due to limited range of data type H5Tconv.c:6188: warning: comparison is always false due to limited range of data type H5Tconv.c:6188: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_ulong_llongâ??: H5Tconv.c:6771: warning: comparison is always false due to limited range of data type H5Tconv.c:6771: warning: comparison is always false due to limited range of data type H5Tconv.c:6771: warning: comparison is always false due to limited range of data type H5Tconv.c:6771: warning: comparison is always false due to limited range of data type H5Tconv.c:6771: warning: comparison is always false due to limited range of data type H5Tconv.c:6771: warning: comparison is always false due to limited range of data type H5Tconv.c:6771: warning: comparison is always false due to limited range of data type H5Tconv.c:6771: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_float_scharâ??: H5Tconv.c:8630: warning: comparing floating point with == or != is unsafe H5Tconv.c:8630: warning: comparing floating point with == or != is unsafe H5Tconv.c:8630: warning: comparing floating point with == or != is unsafe H5Tconv.c:8630: warning: comparing floating point with == or != is unsafe H5Tconv.c:8630: warning: comparing floating point with == or != is unsafe H5Tconv.c:8630: warning: comparing floating point with == or != is unsafe H5Tconv.c:8630: warning: comparing floating point with == or != is unsafe H5Tconv.c:8630: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_float_ucharâ??: H5Tconv.c:8662: warning: comparing floating point with == or != is unsafe H5Tconv.c:8662: warning: comparing floating point with == or != is unsafe H5Tconv.c:8662: warning: comparing floating point with == or != is unsafe H5Tconv.c:8662: warning: comparing floating point with == or != is unsafe H5Tconv.c:8662: warning: comparing floating point with == or != is unsafe H5Tconv.c:8662: warning: comparing floating point with == or != is unsafe H5Tconv.c:8662: warning: comparing floating point with == or != is unsafe H5Tconv.c:8662: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_scharâ??: H5Tconv.c:8694: warning: comparing floating point with == or != is unsafe H5Tconv.c:8694: warning: comparing floating point with == or != is unsafe H5Tconv.c:8694: warning: comparing floating point with == or != is unsafe H5Tconv.c:8694: warning: comparing floating point with == or != is unsafe H5Tconv.c:8694: warning: comparing floating point with == or != is unsafe H5Tconv.c:8694: warning: comparing floating point with == or != is unsafe H5Tconv.c:8694: warning: comparing floating point with == or != is unsafe H5Tconv.c:8694: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_ucharâ??: H5Tconv.c:8726: warning: comparing floating point with == or != is unsafe H5Tconv.c:8726: warning: comparing floating point with == or != is unsafe H5Tconv.c:8726: warning: comparing floating point with == or != is unsafe H5Tconv.c:8726: warning: comparing floating point with == or != is unsafe H5Tconv.c:8726: warning: comparing floating point with == or != is unsafe H5Tconv.c:8726: warning: comparing floating point with == or != is unsafe H5Tconv.c:8726: warning: comparing floating point with == or != is unsafe H5Tconv.c:8726: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_scharâ??: H5Tconv.c:8759: warning: comparing floating point with == or != is unsafe H5Tconv.c:8759: warning: comparing floating point with == or != is unsafe H5Tconv.c:8759: warning: comparing floating point with == or != is unsafe H5Tconv.c:8759: warning: comparing floating point with == or != is unsafe H5Tconv.c:8759: warning: comparing floating point with == or != is unsafe H5Tconv.c:8759: warning: comparing floating point with == or != is unsafe H5Tconv.c:8759: warning: comparing floating point with == or != is unsafe H5Tconv.c:8759: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_ucharâ??: H5Tconv.c:8793: warning: comparing floating point with == or != is unsafe H5Tconv.c:8793: warning: comparing floating point with == or != is unsafe H5Tconv.c:8793: warning: comparing floating point with == or != is unsafe H5Tconv.c:8793: warning: comparing floating point with == or != is unsafe H5Tconv.c:8793: warning: comparing floating point with == or != is unsafe H5Tconv.c:8793: warning: comparing floating point with == or != is unsafe H5Tconv.c:8793: warning: comparing floating point with == or != is unsafe H5Tconv.c:8793: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_float_shortâ??: H5Tconv.c:8826: warning: comparing floating point with == or != is unsafe H5Tconv.c:8826: warning: comparing floating point with == or != is unsafe H5Tconv.c:8826: warning: comparing floating point with == or != is unsafe H5Tconv.c:8826: warning: comparing floating point with == or != is unsafe H5Tconv.c:8826: warning: comparing floating point with == or != is unsafe H5Tconv.c:8826: warning: comparing floating point with == or != is unsafe H5Tconv.c:8826: warning: comparing floating point with == or != is unsafe H5Tconv.c:8826: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_float_ushortâ??: H5Tconv.c:8858: warning: comparing floating point with == or != is unsafe H5Tconv.c:8858: warning: comparing floating point with == or != is unsafe H5Tconv.c:8858: warning: comparing floating point with == or != is unsafe H5Tconv.c:8858: warning: comparing floating point with == or != is unsafe H5Tconv.c:8858: warning: comparing floating point with == or != is unsafe H5Tconv.c:8858: warning: comparing floating point with == or != is unsafe H5Tconv.c:8858: warning: comparing floating point with == or != is unsafe H5Tconv.c:8858: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_shortâ??: H5Tconv.c:8890: warning: comparing floating point with == or != is unsafe H5Tconv.c:8890: warning: comparing floating point with == or != is unsafe H5Tconv.c:8890: warning: comparing floating point with == or != is unsafe H5Tconv.c:8890: warning: comparing floating point with == or != is unsafe H5Tconv.c:8890: warning: comparing floating point with == or != is unsafe H5Tconv.c:8890: warning: comparing floating point with == or != is unsafe H5Tconv.c:8890: warning: comparing floating point with == or != is unsafe H5Tconv.c:8890: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_ushortâ??: H5Tconv.c:8922: warning: comparing floating point with == or != is unsafe H5Tconv.c:8922: warning: comparing floating point with == or != is unsafe H5Tconv.c:8922: warning: comparing floating point with == or != is unsafe H5Tconv.c:8922: warning: comparing floating point with == or != is unsafe H5Tconv.c:8922: warning: comparing floating point with == or != is unsafe H5Tconv.c:8922: warning: comparing floating point with == or != is unsafe H5Tconv.c:8922: warning: comparing floating point with == or != is unsafe H5Tconv.c:8922: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_shortâ??: H5Tconv.c:8955: warning: comparing floating point with == or != is unsafe H5Tconv.c:8955: warning: comparing floating point with == or != is unsafe H5Tconv.c:8955: warning: comparing floating point with == or != is unsafe H5Tconv.c:8955: warning: comparing floating point with == or != is unsafe H5Tconv.c:8955: warning: comparing floating point with == or != is unsafe H5Tconv.c:8955: warning: comparing floating point with == or != is unsafe H5Tconv.c:8955: warning: comparing floating point with == or != is unsafe H5Tconv.c:8955: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_ushortâ??: H5Tconv.c:8989: warning: comparing floating point with == or != is unsafe H5Tconv.c:8989: warning: comparing floating point with == or != is unsafe H5Tconv.c:8989: warning: comparing floating point with == or != is unsafe H5Tconv.c:8989: warning: comparing floating point with == or != is unsafe H5Tconv.c:8989: warning: comparing floating point with == or != is unsafe H5Tconv.c:8989: warning: comparing floating point with == or != is unsafe H5Tconv.c:8989: warning: comparing floating point with == or != is unsafe H5Tconv.c:8989: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_float_intâ??: H5Tconv.c:9022: warning: comparing floating point with == or != is unsafe H5Tconv.c:9022: warning: comparing floating point with == or != is unsafe H5Tconv.c:9022: warning: comparing floating point with == or != is unsafe H5Tconv.c:9022: warning: comparing floating point with == or != is unsafe H5Tconv.c:9022: warning: comparing floating point with == or != is unsafe H5Tconv.c:9022: warning: comparing floating point with == or != is unsafe H5Tconv.c:9022: warning: comparing floating point with == or != is unsafe H5Tconv.c:9022: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_float_uintâ??: H5Tconv.c:9054: warning: comparing floating point with == or != is unsafe H5Tconv.c:9054: warning: comparing floating point with == or != is unsafe H5Tconv.c:9054: warning: comparing floating point with == or != is unsafe H5Tconv.c:9054: warning: comparing floating point with == or != is unsafe H5Tconv.c:9054: warning: comparing floating point with == or != is unsafe H5Tconv.c:9054: warning: comparing floating point with == or != is unsafe H5Tconv.c:9054: warning: comparing floating point with == or != is unsafe H5Tconv.c:9054: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_intâ??: H5Tconv.c:9086: warning: comparing floating point with == or != is unsafe H5Tconv.c:9086: warning: comparing floating point with == or != is unsafe H5Tconv.c:9086: warning: comparing floating point with == or != is unsafe H5Tconv.c:9086: warning: comparing floating point with == or != is unsafe H5Tconv.c:9086: warning: comparing floating point with == or != is unsafe H5Tconv.c:9086: warning: comparing floating point with == or != is unsafe H5Tconv.c:9086: warning: comparing floating point with == or != is unsafe H5Tconv.c:9086: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_uintâ??: H5Tconv.c:9118: warning: comparing floating point with == or != is unsafe H5Tconv.c:9118: warning: comparing floating point with == or != is unsafe H5Tconv.c:9118: warning: comparing floating point with == or != is unsafe H5Tconv.c:9118: warning: comparing floating point with == or != is unsafe H5Tconv.c:9118: warning: comparing floating point with == or != is unsafe H5Tconv.c:9118: warning: comparing floating point with == or != is unsafe H5Tconv.c:9118: warning: comparing floating point with == or != is unsafe H5Tconv.c:9118: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_intâ??: H5Tconv.c:9151: warning: comparing floating point with == or != is unsafe H5Tconv.c:9151: warning: comparing floating point with == or != is unsafe H5Tconv.c:9151: warning: comparing floating point with == or != is unsafe H5Tconv.c:9151: warning: comparing floating point with == or != is unsafe H5Tconv.c:9151: warning: comparing floating point with == or != is unsafe H5Tconv.c:9151: warning: comparing floating point with == or != is unsafe H5Tconv.c:9151: warning: comparing floating point with == or != is unsafe H5Tconv.c:9151: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_uintâ??: H5Tconv.c:9185: warning: comparing floating point with == or != is unsafe H5Tconv.c:9185: warning: comparing floating point with == or != is unsafe H5Tconv.c:9185: warning: comparing floating point with == or != is unsafe H5Tconv.c:9185: warning: comparing floating point with == or != is unsafe H5Tconv.c:9185: warning: comparing floating point with == or != is unsafe H5Tconv.c:9185: warning: comparing floating point with == or != is unsafe H5Tconv.c:9185: warning: comparing floating point with == or != is unsafe H5Tconv.c:9185: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_float_longâ??: H5Tconv.c:9218: warning: comparing floating point with == or != is unsafe H5Tconv.c:9218: warning: comparing floating point with == or != is unsafe H5Tconv.c:9218: warning: comparing floating point with == or != is unsafe H5Tconv.c:9218: warning: comparing floating point with == or != is unsafe H5Tconv.c:9218: warning: comparing floating point with == or != is unsafe H5Tconv.c:9218: warning: comparing floating point with == or != is unsafe H5Tconv.c:9218: warning: comparing floating point with == or != is unsafe H5Tconv.c:9218: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_float_ulongâ??: H5Tconv.c:9250: warning: comparing floating point with == or != is unsafe H5Tconv.c:9250: warning: comparing floating point with == or != is unsafe H5Tconv.c:9250: warning: comparing floating point with == or != is unsafe H5Tconv.c:9250: warning: comparing floating point with == or != is unsafe H5Tconv.c:9250: warning: comparing floating point with == or != is unsafe H5Tconv.c:9250: warning: comparing floating point with == or != is unsafe H5Tconv.c:9250: warning: comparing floating point with == or != is unsafe H5Tconv.c:9250: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_longâ??: H5Tconv.c:9282: warning: comparing floating point with == or != is unsafe H5Tconv.c:9282: warning: comparing floating point with == or != is unsafe H5Tconv.c:9282: warning: comparing floating point with == or != is unsafe H5Tconv.c:9282: warning: comparing floating point with == or != is unsafe H5Tconv.c:9282: warning: comparing floating point with == or != is unsafe H5Tconv.c:9282: warning: comparing floating point with == or != is unsafe H5Tconv.c:9282: warning: comparing floating point with == or != is unsafe H5Tconv.c:9282: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_ulongâ??: H5Tconv.c:9314: warning: comparing floating point with == or != is unsafe H5Tconv.c:9314: warning: comparing floating point with == or != is unsafe H5Tconv.c:9314: warning: comparing floating point with == or != is unsafe H5Tconv.c:9314: warning: comparing floating point with == or != is unsafe H5Tconv.c:9314: warning: comparing floating point with == or != is unsafe H5Tconv.c:9314: warning: comparing floating point with == or != is unsafe H5Tconv.c:9314: warning: comparing floating point with == or != is unsafe H5Tconv.c:9314: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_longâ??: H5Tconv.c:9347: warning: comparing floating point with == or != is unsafe H5Tconv.c:9347: warning: comparing floating point with == or != is unsafe H5Tconv.c:9347: warning: comparing floating point with == or != is unsafe H5Tconv.c:9347: warning: comparing floating point with == or != is unsafe H5Tconv.c:9347: warning: comparing floating point with == or != is unsafe H5Tconv.c:9347: warning: comparing floating point with == or != is unsafe H5Tconv.c:9347: warning: comparing floating point with == or != is unsafe H5Tconv.c:9347: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_ulongâ??: H5Tconv.c:9381: warning: comparing floating point with == or != is unsafe H5Tconv.c:9381: warning: comparing floating point with == or != is unsafe H5Tconv.c:9381: warning: comparing floating point with == or != is unsafe H5Tconv.c:9381: warning: comparing floating point with == or != is unsafe H5Tconv.c:9381: warning: comparing floating point with == or != is unsafe H5Tconv.c:9381: warning: comparing floating point with == or != is unsafe H5Tconv.c:9381: warning: comparing floating point with == or != is unsafe H5Tconv.c:9381: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_float_llongâ??: H5Tconv.c:9415: warning: comparing floating point with == or != is unsafe H5Tconv.c:9415: warning: comparing floating point with == or != is unsafe H5Tconv.c:9415: warning: comparing floating point with == or != is unsafe H5Tconv.c:9415: warning: comparing floating point with == or != is unsafe H5Tconv.c:9415: warning: comparing floating point with == or != is unsafe H5Tconv.c:9415: warning: comparing floating point with == or != is unsafe H5Tconv.c:9415: warning: comparing floating point with == or != is unsafe H5Tconv.c:9415: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_llongâ??: H5Tconv.c:9483: warning: comparing floating point with == or != is unsafe H5Tconv.c:9483: warning: comparing floating point with == or != is unsafe H5Tconv.c:9483: warning: comparing floating point with == or != is unsafe H5Tconv.c:9483: warning: comparing floating point with == or != is unsafe H5Tconv.c:9483: warning: comparing floating point with == or != is unsafe H5Tconv.c:9483: warning: comparing floating point with == or != is unsafe H5Tconv.c:9483: warning: comparing floating point with == or != is unsafe H5Tconv.c:9483: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_llongâ??: H5Tconv.c:9551: warning: comparing floating point with == or != is unsafe H5Tconv.c:9551: warning: comparing floating point with == or != is unsafe H5Tconv.c:9551: warning: comparing floating point with == or != is unsafe H5Tconv.c:9551: warning: comparing floating point with == or != is unsafe H5Tconv.c:9551: warning: comparing floating point with == or != is unsafe H5Tconv.c:9551: warning: comparing floating point with == or != is unsafe H5Tconv.c:9551: warning: comparing floating point with == or != is unsafe H5Tconv.c:9551: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_f_iâ??: H5Tconv.c:9708: warning: cast from function call of type â??doubleâ?? to non-matching type â??long unsigned intâ?? H5Tconv.c: In function â??H5T_conv_i_fâ??: H5Tconv.c:10506: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long unsigned intâ?? mv -f .deps/H5Tconv.Tpo .deps/H5Tconv.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tcset.lo -MD -MP -MF .deps/H5Tcset.Tpo -c -o H5Tcset.lo H5Tcset.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tcset.lo -MD -MP -MF .deps/H5Tcset.Tpo -c H5Tcset.c -o H5Tcset.o mv -f .deps/H5Tcset.Tpo .deps/H5Tcset.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tdbg.lo -MD -MP -MF .deps/H5Tdbg.Tpo -c -o H5Tdbg.lo H5Tdbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tdbg.lo -MD -MP -MF .deps/H5Tdbg.Tpo -c H5Tdbg.c -o H5Tdbg.o mv -f .deps/H5Tdbg.Tpo .deps/H5Tdbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tdeprec.lo -MD -MP -MF .deps/H5Tdeprec.Tpo -c -o H5Tdeprec.lo H5Tdeprec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tdeprec.lo -MD -MP -MF .deps/H5Tdeprec.Tpo -c H5Tdeprec.c -o H5Tdeprec.o mv -f .deps/H5Tdeprec.Tpo .deps/H5Tdeprec.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tenum.lo -MD -MP -MF .deps/H5Tenum.Tpo -c -o H5Tenum.lo H5Tenum.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tenum.lo -MD -MP -MF .deps/H5Tenum.Tpo -c H5Tenum.c -o H5Tenum.o mv -f .deps/H5Tenum.Tpo .deps/H5Tenum.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tfields.lo -MD -MP -MF .deps/H5Tfields.Tpo -c -o H5Tfields.lo H5Tfields.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tfields.lo -MD -MP -MF .deps/H5Tfields.Tpo -c H5Tfields.c -o H5Tfields.o mv -f .deps/H5Tfields.Tpo .deps/H5Tfields.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tfixed.lo -MD -MP -MF .deps/H5Tfixed.Tpo -c -o H5Tfixed.lo H5Tfixed.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tfixed.lo -MD -MP -MF .deps/H5Tfixed.Tpo -c H5Tfixed.c -o H5Tfixed.o mv -f .deps/H5Tfixed.Tpo .deps/H5Tfixed.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tfloat.lo -MD -MP -MF .deps/H5Tfloat.Tpo -c -o H5Tfloat.lo H5Tfloat.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tfloat.lo -MD -MP -MF .deps/H5Tfloat.Tpo -c H5Tfloat.c -o H5Tfloat.o mv -f .deps/H5Tfloat.Tpo .deps/H5Tfloat.Plo gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -g -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5detect-H5detect.o -MD -MP -MF .deps/H5detect-H5detect.Tpo -c -o H5detect-H5detect.o `test -f 'H5detect.c' || echo './'`H5detect.c H5detect.c: In function â??detect_C89_integersâ??: H5detect.c:1158: warning: cast discards qualifiers from pointer target type H5detect.c:1158: warning: cast discards qualifiers from pointer target type H5detect.c:1159: warning: cast discards qualifiers from pointer target type H5detect.c:1159: warning: cast discards qualifiers from pointer target type H5detect.c:1160: warning: cast discards qualifiers from pointer target type H5detect.c:1160: warning: cast discards qualifiers from pointer target type H5detect.c:1161: warning: cast discards qualifiers from pointer target type H5detect.c:1161: warning: cast discards qualifiers from pointer target type H5detect.c:1162: warning: cast discards qualifiers from pointer target type H5detect.c:1162: warning: cast discards qualifiers from pointer target type H5detect.c:1163: warning: cast discards qualifiers from pointer target type H5detect.c:1163: warning: cast discards qualifiers from pointer target type H5detect.c:1164: warning: cast discards qualifiers from pointer target type H5detect.c:1164: warning: cast discards qualifiers from pointer target type H5detect.c:1165: warning: cast discards qualifiers from pointer target type H5detect.c:1165: warning: cast discards qualifiers from pointer target type H5detect.c: In function â??detect_C89_floatsâ??: H5detect.c:1186: warning: cast discards qualifiers from pointer target type H5detect.c:1186: warning: cast discards qualifiers from pointer target type H5detect.c:1186: warning: comparing floating point with == or != is unsafe H5detect.c:1187: warning: cast discards qualifiers from pointer target type H5detect.c:1187: warning: cast discards qualifiers from pointer target type H5detect.c:1187: warning: comparing floating point with == or != is unsafe H5detect.c: In function â??detect_C99_integers8â??: H5detect.c:1209: warning: cast discards qualifiers from pointer target type H5detect.c:1209: warning: cast discards qualifiers from pointer target type H5detect.c:1212: warning: cast discards qualifiers from pointer target type H5detect.c:1212: warning: cast discards qualifiers from pointer target type H5detect.c:1215: warning: cast discards qualifiers from pointer target type H5detect.c:1215: warning: cast discards qualifiers from pointer target type H5detect.c:1218: warning: cast discards qualifiers from pointer target type H5detect.c:1218: warning: cast discards qualifiers from pointer target type H5detect.c:1221: warning: cast discards qualifiers from pointer target type H5detect.c:1221: warning: cast discards qualifiers from pointer target type H5detect.c:1224: warning: cast discards qualifiers from pointer target type H5detect.c:1224: warning: cast discards qualifiers from pointer target type H5detect.c: In function â??detect_C99_integers16â??: H5detect.c:1247: warning: cast discards qualifiers from pointer target type H5detect.c:1247: warning: cast discards qualifiers from pointer target type H5detect.c:1250: warning: cast discards qualifiers from pointer target type H5detect.c:1250: warning: cast discards qualifiers from pointer target type H5detect.c:1253: warning: cast discards qualifiers from pointer target type H5detect.c:1253: warning: cast discards qualifiers from pointer target type H5detect.c:1256: warning: cast discards qualifiers from pointer target type H5detect.c:1256: warning: cast discards qualifiers from pointer target type H5detect.c:1259: warning: cast discards qualifiers from pointer target type H5detect.c:1259: warning: cast discards qualifiers from pointer target type H5detect.c:1262: warning: cast discards qualifiers from pointer target type H5detect.c:1262: warning: cast discards qualifiers from pointer target type H5detect.c: In function â??detect_C99_integers32â??: H5detect.c:1285: warning: cast discards qualifiers from pointer target type H5detect.c:1285: warning: cast discards qualifiers from pointer target type H5detect.c:1288: warning: cast discards qualifiers from pointer target type H5detect.c:1288: warning: cast discards qualifiers from pointer target type H5detect.c:1291: warning: cast discards qualifiers from pointer target type H5detect.c:1291: warning: cast discards qualifiers from pointer target type H5detect.c:1294: warning: cast discards qualifiers from pointer target type H5detect.c:1294: warning: cast discards qualifiers from pointer target type H5detect.c:1297: warning: cast discards qualifiers from pointer target type H5detect.c:1297: warning: cast discards qualifiers from pointer target type H5detect.c:1300: warning: cast discards qualifiers from pointer target type H5detect.c:1300: warning: cast discards qualifiers from pointer target type H5detect.c: In function â??detect_C99_integers64â??: H5detect.c:1323: warning: cast discards qualifiers from pointer target type H5detect.c:1323: warning: cast discards qualifiers from pointer target type H5detect.c:1326: warning: cast discards qualifiers from pointer target type H5detect.c:1326: warning: cast discards qualifiers from pointer target type H5detect.c:1329: warning: cast discards qualifiers from pointer target type H5detect.c:1329: warning: cast discards qualifiers from pointer target type H5detect.c:1332: warning: cast discards qualifiers from pointer target type H5detect.c:1332: warning: cast discards qualifiers from pointer target type H5detect.c:1335: warning: cast discards qualifiers from pointer target type H5detect.c:1335: warning: cast discards qualifiers from pointer target type H5detect.c:1338: warning: cast discards qualifiers from pointer target type H5detect.c:1338: warning: cast discards qualifiers from pointer target type H5detect.c:1342: warning: cast discards qualifiers from pointer target type H5detect.c:1342: warning: cast discards qualifiers from pointer target type H5detect.c:1343: warning: cast discards qualifiers from pointer target type H5detect.c:1343: warning: cast discards qualifiers from pointer target type H5detect.c: In function â??detect_C99_floatsâ??: H5detect.c:1408: warning: cast discards qualifiers from pointer target type H5detect.c:1408: warning: cast discards qualifiers from pointer target type H5detect.c:1408: warning: comparing floating point with == or != is unsafe H5detect.c: In function â??sigsegv_handlerâ??: H5detect.c:468: warning: function might be possible candidate for attribute â??noreturnâ?? H5detect.c: In function â??sigbus_handlerâ??: H5detect.c:493: warning: function might be possible candidate for attribute â??noreturnâ?? mv -f .deps/H5detect-H5detect.Tpo .deps/H5detect-H5detect.Po /bin/sh ../libtool --tag=CC --mode=link gcc -g -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o H5detect H5detect-H5detect.o -lz -lm libtool: link: gcc -g -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o H5detect H5detect-H5detect.o -L/usr/local/include/lib -lz -lm LD_LIBRARY_PATH="$LD_LIBRARY_PATH`echo -L/usr/local/include/lib | \ sed -e 's/-L/:/g' -e 's/ //g'`" \ ./H5detect > H5Tinit.c || \ (test $HDF5_Make_Ignore && echo "*** Error ignored") || \ (rm -f H5Tinit.c ; exit 1) /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tinit.lo -MD -MP -MF .deps/H5Tinit.Tpo -c -o H5Tinit.lo H5Tinit.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tinit.lo -MD -MP -MF .deps/H5Tinit.Tpo -c H5Tinit.c -o H5Tinit.o mv -f .deps/H5Tinit.Tpo .deps/H5Tinit.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tnative.lo -MD -MP -MF .deps/H5Tnative.Tpo -c -o H5Tnative.lo H5Tnative.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tnative.lo -MD -MP -MF .deps/H5Tnative.Tpo -c H5Tnative.c -o H5Tnative.o mv -f .deps/H5Tnative.Tpo .deps/H5Tnative.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Toffset.lo -MD -MP -MF .deps/H5Toffset.Tpo -c -o H5Toffset.lo H5Toffset.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Toffset.lo -MD -MP -MF .deps/H5Toffset.Tpo -c H5Toffset.c -o H5Toffset.o mv -f .deps/H5Toffset.Tpo .deps/H5Toffset.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Toh.lo -MD -MP -MF .deps/H5Toh.Tpo -c -o H5Toh.lo H5Toh.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Toh.lo -MD -MP -MF .deps/H5Toh.Tpo -c H5Toh.c -o H5Toh.o mv -f .deps/H5Toh.Tpo .deps/H5Toh.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Topaque.lo -MD -MP -MF .deps/H5Topaque.Tpo -c -o H5Topaque.lo H5Topaque.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Topaque.lo -MD -MP -MF .deps/H5Topaque.Tpo -c H5Topaque.c -o H5Topaque.o mv -f .deps/H5Topaque.Tpo .deps/H5Topaque.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Torder.lo -MD -MP -MF .deps/H5Torder.Tpo -c -o H5Torder.lo H5Torder.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Torder.lo -MD -MP -MF .deps/H5Torder.Tpo -c H5Torder.c -o H5Torder.o mv -f .deps/H5Torder.Tpo .deps/H5Torder.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tpad.lo -MD -MP -MF .deps/H5Tpad.Tpo -c -o H5Tpad.lo H5Tpad.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tpad.lo -MD -MP -MF .deps/H5Tpad.Tpo -c H5Tpad.c -o H5Tpad.o mv -f .deps/H5Tpad.Tpo .deps/H5Tpad.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tprecis.lo -MD -MP -MF .deps/H5Tprecis.Tpo -c -o H5Tprecis.lo H5Tprecis.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tprecis.lo -MD -MP -MF .deps/H5Tprecis.Tpo -c H5Tprecis.c -o H5Tprecis.o mv -f .deps/H5Tprecis.Tpo .deps/H5Tprecis.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tstrpad.lo -MD -MP -MF .deps/H5Tstrpad.Tpo -c -o H5Tstrpad.lo H5Tstrpad.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tstrpad.lo -MD -MP -MF .deps/H5Tstrpad.Tpo -c H5Tstrpad.c -o H5Tstrpad.o mv -f .deps/H5Tstrpad.Tpo .deps/H5Tstrpad.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tvisit.lo -MD -MP -MF .deps/H5Tvisit.Tpo -c -o H5Tvisit.lo H5Tvisit.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tvisit.lo -MD -MP -MF .deps/H5Tvisit.Tpo -c H5Tvisit.c -o H5Tvisit.o mv -f .deps/H5Tvisit.Tpo .deps/H5Tvisit.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tvlen.lo -MD -MP -MF .deps/H5Tvlen.Tpo -c -o H5Tvlen.lo H5Tvlen.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tvlen.lo -MD -MP -MF .deps/H5Tvlen.Tpo -c H5Tvlen.c -o H5Tvlen.o mv -f .deps/H5Tvlen.Tpo .deps/H5Tvlen.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5TS.lo -MD -MP -MF .deps/H5TS.Tpo -c -o H5TS.lo H5TS.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5TS.lo -MD -MP -MF .deps/H5TS.Tpo -c H5TS.c -o H5TS.o mv -f .deps/H5TS.Tpo .deps/H5TS.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5V.lo -MD -MP -MF .deps/H5V.Tpo -c -o H5V.lo H5V.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5V.lo -MD -MP -MF .deps/H5V.Tpo -c H5V.c -o H5V.o mv -f .deps/H5V.Tpo .deps/H5V.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5WB.lo -MD -MP -MF .deps/H5WB.Tpo -c -o H5WB.lo H5WB.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5WB.lo -MD -MP -MF .deps/H5WB.Tpo -c H5WB.c -o H5WB.o mv -f .deps/H5WB.Tpo .deps/H5WB.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Z.lo -MD -MP -MF .deps/H5Z.Tpo -c -o H5Z.lo H5Z.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Z.lo -MD -MP -MF .deps/H5Z.Tpo -c H5Z.c -o H5Z.o mv -f .deps/H5Z.Tpo .deps/H5Z.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zdeflate.lo -MD -MP -MF .deps/H5Zdeflate.Tpo -c -o H5Zdeflate.lo H5Zdeflate.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zdeflate.lo -MD -MP -MF .deps/H5Zdeflate.Tpo -c H5Zdeflate.c -o H5Zdeflate.o mv -f .deps/H5Zdeflate.Tpo .deps/H5Zdeflate.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zfletcher32.lo -MD -MP -MF .deps/H5Zfletcher32.Tpo -c -o H5Zfletcher32.lo H5Zfletcher32.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zfletcher32.lo -MD -MP -MF .deps/H5Zfletcher32.Tpo -c H5Zfletcher32.c -o H5Zfletcher32.o mv -f .deps/H5Zfletcher32.Tpo .deps/H5Zfletcher32.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Znbit.lo -MD -MP -MF .deps/H5Znbit.Tpo -c -o H5Znbit.lo H5Znbit.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Znbit.lo -MD -MP -MF .deps/H5Znbit.Tpo -c H5Znbit.c -o H5Znbit.o mv -f .deps/H5Znbit.Tpo .deps/H5Znbit.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zshuffle.lo -MD -MP -MF .deps/H5Zshuffle.Tpo -c -o H5Zshuffle.lo H5Zshuffle.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zshuffle.lo -MD -MP -MF .deps/H5Zshuffle.Tpo -c H5Zshuffle.c -o H5Zshuffle.o mv -f .deps/H5Zshuffle.Tpo .deps/H5Zshuffle.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zszip.lo -MD -MP -MF .deps/H5Zszip.Tpo -c -o H5Zszip.lo H5Zszip.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zszip.lo -MD -MP -MF .deps/H5Zszip.Tpo -c H5Zszip.c -o H5Zszip.o mv -f .deps/H5Zszip.Tpo .deps/H5Zszip.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zscaleoffset.lo -MD -MP -MF .deps/H5Zscaleoffset.Tpo -c -o H5Zscaleoffset.lo H5Zscaleoffset.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zscaleoffset.lo -MD -MP -MF .deps/H5Zscaleoffset.Tpo -c H5Zscaleoffset.c -o H5Zscaleoffset.o H5Zscaleoffset.c: In function â??H5Z_scaleoffset_postdecompress_fdâ??: H5Zscaleoffset.c:1382: warning: comparison between signed and unsigned H5Zscaleoffset.c:1382: warning: comparison between signed and unsigned H5Zscaleoffset.c:1382: warning: comparison between signed and unsigned H5Zscaleoffset.c:1385: warning: comparison between signed and unsigned H5Zscaleoffset.c:1385: warning: comparison between signed and unsigned H5Zscaleoffset.c:1385: warning: comparison between signed and unsigned H5Zscaleoffset.c: In function â??H5Z_scaleoffset_decompress_one_atomicâ??: H5Zscaleoffset.c:1449: warning: comparison between signed and unsigned H5Zscaleoffset.c: In function â??H5Z_scaleoffset_compress_one_atomicâ??: H5Zscaleoffset.c:1523: warning: comparison between signed and unsigned mv -f .deps/H5Zscaleoffset.Tpo .deps/H5Zscaleoffset.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ztrans.lo -MD -MP -MF .deps/H5Ztrans.Tpo -c -o H5Ztrans.lo H5Ztrans.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ztrans.lo -MD -MP -MF .deps/H5Ztrans.Tpo -c H5Ztrans.c -o H5Ztrans.o mv -f .deps/H5Ztrans.Tpo .deps/H5Ztrans.Plo /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -version-info 5:1:0 -L/usr/local/include/lib -o libhdf5.la -rpath /usr/local//lib H5.lo H5checksum.lo H5dbg.lo H5system.lo H5timer.lo H5trace.lo H5A.lo H5Abtree2.lo H5Adense.lo H5Adeprec.lo H5Aint.lo H5Atest.lo H5AC.lo H5B.lo H5Bcache.lo H5B2.lo H5B2cache.lo H5B2dbg.lo H5B2int.lo H5B2stat.lo H5B2test.lo H5C.lo H5CS.lo H5D.lo H5Dchunk.lo H5Dcompact.lo H5Dcontig.lo H5Ddbg.lo H5Ddeprec.lo H5Defl.lo H5Dfill.lo H5Dint.lo H5Dio.lo H5Distore.lo H5Dmpio.lo H5Doh.lo H5Dscatgath.lo H5Dselect.lo H5Dtest.lo H5E.lo H5Edeprec.lo H5Eint.lo H5F.lo H5Fdbg.lo H5Ffake.lo H5Fmount.lo H5Fsfile.lo H5Fsuper.lo H5Ftest.lo H5FD.lo H5FDcore.lo H5FDdirect.lo H5FDfamily.lo H5FDlog.lo H5FDmpi.lo H5FDmpio.lo H5FDmpiposix.lo H5FDmulti.lo H5FDsec2.lo H5FDspace.lo H5FDstdio.lo H5FL.lo H5FO.lo H5FS.lo H5FScache.lo H5FSdbg.lo H5FSsection.lo H5G.lo H5Gbtree2.lo H5Gcompact.lo H5Gdense.lo H5Gdeprec.lo H5Gent.lo H5Gint.lo H5Glink.lo H5Gloc.lo H5Gname.lo H5Gnode.lo H5Gobj.lo H5Goh.lo H5Gstab.lo H5Gtest.lo H5Gtraverse.lo H5HF.lo H5HFbtree2.lo H5HFcache.lo H5HFdbg.lo H5HFdblock.lo H5HFdtable.lo H5HFhdr.lo H5HFhuge.lo H5HFiblock.lo H5HFiter.lo H5HFman.lo H5HFsection.lo H5HFspace.lo H5HFstat.lo H5HFtest.lo H5HFtiny.lo H5HG.lo H5HGdbg.lo H5HL.lo H5HLdbg.lo H5HP.lo H5I.lo H5L.lo H5Lexternal.lo H5MF.lo H5MM.lo H5MP.lo H5MPtest.lo H5O.lo H5Oainfo.lo H5Oalloc.lo H5Oattr.lo H5Oattribute.lo H5Obogus.lo H5Obtreek.lo H5Ocache.lo H5Ocont.lo H5Ocopy.lo H5Odbg.lo H5Odrvinfo.lo H5Odtype.lo H5Oefl.lo H5Ofill.lo H5Oginfo.lo H5Olayout.lo H5Olinfo.lo H5Olink.lo H5Omessage.lo H5Omtime.lo H5Oname.lo H5Onull.lo H5Opline.lo H5Orefcount.lo H5Osdspace.lo H5Oshared.lo H5Ostab.lo H5Oshmesg.lo H5Otest.lo H5Ounknown.lo H5P.lo H5Pacpl.lo H5Pdcpl.lo H5Pdeprec.lo H5Pdxpl.lo H5Pfapl.lo H5Pfcpl.lo H5Pfmpl.lo H5Pgcpl.lo H5Pint.lo H5Plapl.lo H5Plcpl.lo H5Pocpl.lo H5Pocpypl.lo H5Pstrcpl.lo H5Ptest.lo H5R.lo H5Rdeprec.lo H5RC.lo H5RS.lo H5S.lo H5Sall.lo H5Sdbg.lo H5Shyper.lo H5Smpio.lo H5Snone.lo H5Spoint.lo H5Sselect.lo H5Stest.lo H5SL.lo H5SM.lo H5SMbtree2.lo H5SMcache.lo H5SMtest.lo H5ST.lo H5T.lo H5Tarray.lo H5Tbit.lo H5Tcommit.lo H5Tcompound.lo H5Tconv.lo H5Tcset.lo H5Tdbg.lo H5Tdeprec.lo H5Tenum.lo H5Tfields.lo H5Tfixed.lo H5Tfloat.lo H5Tinit.lo H5Tnative.lo H5Toffset.lo H5Toh.lo H5Topaque.lo H5Torder.lo H5Tpad.lo H5Tprecis.lo H5Tstrpad.lo H5Tvisit.lo H5Tvlen.lo H5TS.lo H5V.lo H5WB.lo H5Z.lo H5Zdeflate.lo H5Zfletcher32.lo H5Znbit.lo H5Zshuffle.lo H5Zszip.lo H5Zscaleoffset.lo H5Ztrans.lo -lz -lm libtool: link: ar cru .libs/libhdf5.a H5.o H5checksum.o H5dbg.o H5system.o H5timer.o H5trace.o H5A.o H5Abtree2.o H5Adense.o H5Adeprec.o H5Aint.o H5Atest.o H5AC.o H5B.o H5Bcache.o H5B2.o H5B2cache.o H5B2dbg.o H5B2int.o H5B2stat.o H5B2test.o H5C.o H5CS.o H5D.o H5Dchunk.o H5Dcompact.o H5Dcontig.o H5Ddbg.o H5Ddeprec.o H5Defl.o H5Dfill.o H5Dint.o H5Dio.o H5Distore.o H5Dmpio.o H5Doh.o H5Dscatgath.o H5Dselect.o H5Dtest.o H5E.o H5Edeprec.o H5Eint.o H5F.o H5Fdbg.o H5Ffake.o H5Fmount.o H5Fsfile.o H5Fsuper.o H5Ftest.o H5FD.o H5FDcore.o H5FDdirect.o H5FDfamily.o H5FDlog.o H5FDmpi.o H5FDmpio.o H5FDmpiposix.o H5FDmulti.o H5FDsec2.o H5FDspace.o H5FDstdio.o H5FL.o H5FO.o H5FS.o H5FScache.o H5FSdbg.o H5FSsection.o H5G.o H5Gbtree2.o H5Gcompact.o H5Gdense.o H5Gdeprec.o H5Gent.o H5Gint.o H5Glink.o H5Gloc.o H5Gname.o H5Gnode.o H5Gobj.o H5Goh.o H5Gstab.o H5Gtest.o H5Gtraverse.o H5HF.o H5HFbtree2.o H5HFcache.o H5HFdbg.o H5HFdblock.o H5HFdtable.o H5HFhdr.o H5HFhuge.o H5HFiblock.o H5HFiter.o H5HFman.o H5HFsection.o H5HFspace.o H5HFstat.o H5HFtest.o H5HFtiny.o H5HG.o H5HGdbg.o H5HL.o H5HLdbg.o H5HP.o H5I.o H5L.o H5Lexternal.o H5MF.o H5MM.o H5MP.o H5MPtest.o H5O.o H5Oainfo.o H5Oalloc.o H5Oattr.o H5Oattribute.o H5Obogus.o H5Obtreek.o H5Ocache.o H5Ocont.o H5Ocopy.o H5Odbg.o H5Odrvinfo.o H5Odtype.o H5Oefl.o H5Ofill.o H5Oginfo.o H5Olayout.o H5Olinfo.o H5Olink.o H5Omessage.o H5Omtime.o H5Oname.o H5Onull.o H5Opline.o H5Orefcount.o H5Osdspace.o H5Oshared.o H5Ostab.o H5Oshmesg.o H5Otest.o H5Ounknown.o H5P.o H5Pacpl.o H5Pdcpl.o H5Pdeprec.o H5Pdxpl.o H5Pfapl.o H5Pfcpl.o H5Pfmpl.o H5Pgcpl.o H5Pint.o H5Plapl.o H5Plcpl.o H5Pocpl.o H5Pocpypl.o H5Pstrcpl.o H5Ptest.o H5R.o H5Rdeprec.o H5RC.o H5RS.o H5S.o H5Sall.o H5Sdbg.o H5Shyper.o H5Smpio.o H5Snone.o H5Spoint.o H5Sselect.o H5Stest.o H5SL.o H5SM.o H5SMbtree2.o H5SMcache.o H5SMtest.o H5ST.o H5T.o H5Tarray.o H5Tbit.o H5Tcommit.o H5Tcompound.o H5Tconv.o H5Tcset.o H5Tdbg.o H5Tdeprec.o H5Tenum.o H5Tfields.o H5Tfixed.o H5Tfloat.o H5Tinit.o H5Tnative.o H5Toffset.o H5Toh.o H5Topaque.o H5Torder.o H5Tpad.o H5Tprecis.o H5Tstrpad.o H5Tvisit.o H5Tvlen.o H5TS.o H5V.o H5WB.o H5Z.o H5Zdeflate.o H5Zfletcher32.o H5Znbit.o H5Zshuffle.o H5Zszip.o H5Zscaleoffset.o H5Ztrans.o ranlib: file: .libs/libhdf5.a(H5CS.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Dmpio.o) has no symbols ranlib: file: .libs/libhdf5.a(H5FDdirect.o) has no symbols ranlib: file: .libs/libhdf5.a(H5FDmpio.o) has no symbols ranlib: file: .libs/libhdf5.a(H5FDmpiposix.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Obogus.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Smpio.o) has no symbols ranlib: file: .libs/libhdf5.a(H5TS.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Zszip.o) has no symbols libtool: link: ranlib .libs/libhdf5.a ranlib: file: .libs/libhdf5.a(H5CS.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Dmpio.o) has no symbols ranlib: file: .libs/libhdf5.a(H5FDdirect.o) has no symbols ranlib: file: .libs/libhdf5.a(H5FDmpio.o) has no symbols ranlib: file: .libs/libhdf5.a(H5FDmpiposix.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Obogus.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Smpio.o) has no symbols ranlib: file: .libs/libhdf5.a(H5TS.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Zszip.o) has no symbols libtool: link: ( cd ".libs" && rm -f "libhdf5.la" && ln -s "../libhdf5.la" "libhdf5.la" ) Making all in test /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5test.lo -MD -MP -MF .deps/h5test.Tpo -c -o h5test.lo h5test.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5test.lo -MD -MP -MF .deps/h5test.Tpo -c h5test.c -o h5test.o h5test.c: In function â??h5_fixnameâ??: h5test.c:420: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype h5test.c: In function â??print_funcâ??: h5test.c:885: warning: function might be possible candidate for â??printfâ?? format attribute mv -f .deps/h5test.Tpo .deps/h5test.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT testframe.lo -MD -MP -MF .deps/testframe.Tpo -c -o testframe.lo testframe.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT testframe.lo -MD -MP -MF .deps/testframe.Tpo -c testframe.c -o testframe.o testframe.c: In function â??TestErrPrintfâ??: testframe.c:534: warning: function might be possible candidate for â??printfâ?? format attribute mv -f .deps/testframe.Tpo .deps/testframe.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT cache_common.lo -MD -MP -MF .deps/cache_common.Tpo -c -o cache_common.lo cache_common.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT cache_common.lo -MD -MP -MF .deps/cache_common.Tpo -c cache_common.c -o cache_common.o mv -f .deps/cache_common.Tpo .deps/cache_common.Plo /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o libh5test.la h5test.lo testframe.lo cache_common.lo -lz -lm libtool: link: ar cru .libs/libh5test.a h5test.o testframe.o cache_common.o libtool: link: ranlib .libs/libh5test.a libtool: link: ( cd ".libs" && rm -f "libh5test.la" && ln -s "../libh5test.la" "libh5test.la" ) gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT testhdf5.o -MD -MP -MF .deps/testhdf5.Tpo -c -o testhdf5.o testhdf5.c mv -f .deps/testhdf5.Tpo .deps/testhdf5.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tarray.o -MD -MP -MF .deps/tarray.Tpo -c -o tarray.o tarray.c mv -f .deps/tarray.Tpo .deps/tarray.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tattr.o -MD -MP -MF .deps/tattr.Tpo -c -o tattr.o tattr.c tattr.c: In function â??test_attr_compound_readâ??: tattr.c:833: warning: cast from function call of type â??H5T_order_tâ?? to non-matching type â??long intâ?? tattr.c:842: warning: cast from function call of type â??H5T_order_tâ?? to non-matching type â??long intâ?? tattr.c:851: warning: cast from function call of type â??H5T_order_tâ?? to non-matching type â??long intâ?? tattr.c: In function â??test_attr_mult_readâ??: tattr.c:1214: warning: cast from function call of type â??H5T_order_tâ?? to non-matching type â??long intâ?? tattr.c:1269: warning: cast from function call of type â??H5T_order_tâ?? to non-matching type â??long intâ?? tattr.c:1327: warning: cast from function call of type â??H5T_order_tâ?? to non-matching type â??long intâ?? tattr.c: In function â??test_attr_corder_create_compactâ??: tattr.c:3605: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attr_corder_create_denseâ??: tattr.c:3803: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attr_corder_deleteâ??: tattr.c:4544: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attr_info_by_idxâ??: tattr.c:4892: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attr_delete_by_idxâ??: tattr.c:5102: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attr_iterate2â??: tattr.c:6060: warning: â??dsetnameâ?? may be used uninitialized in this function tattr.c:6043: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attr_open_by_idxâ??: tattr.c:6407: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attr_open_by_nameâ??: tattr.c:6766: warning: â??dsetnameâ?? may be used uninitialized in this function tattr.c:6754: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attr_create_by_nameâ??: tattr.c:7020: warning: â??dsetnameâ?? may be used uninitialized in this function tattr.c:7008: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attrâ??: tattr.c:4138: warning: â??my_datasetâ?? may be used uninitialized in this function mv -f .deps/tattr.Tpo .deps/tattr.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tchecksum.o -MD -MP -MF .deps/tchecksum.Tpo -c -o tchecksum.o tchecksum.c mv -f .deps/tchecksum.Tpo .deps/tchecksum.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tconfig.o -MD -MP -MF .deps/tconfig.Tpo -c -o tconfig.o tconfig.c mv -f .deps/tconfig.Tpo .deps/tconfig.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tfile.o -MD -MP -MF .deps/tfile.Tpo -c -o tfile.o tfile.c mv -f .deps/tfile.Tpo .deps/tfile.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tgenprop.o -MD -MP -MF .deps/tgenprop.Tpo -c -o tgenprop.o tgenprop.c mv -f .deps/tgenprop.Tpo .deps/tgenprop.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT th5o.o -MD -MP -MF .deps/th5o.Tpo -c -o th5o.o th5o.c th5o.c: In function â??test_h5o_closeâ??: th5o.c:165: warning: cast from function call of type â??H5I_type_tâ?? to non-matching type â??long intâ?? mv -f .deps/th5o.Tpo .deps/th5o.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT th5s.o -MD -MP -MF .deps/th5s.Tpo -c -o th5s.o th5s.c mv -f .deps/th5s.Tpo .deps/th5s.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tcoords.o -MD -MP -MF .deps/tcoords.Tpo -c -o tcoords.o tcoords.c mv -f .deps/tcoords.Tpo .deps/tcoords.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT theap.o -MD -MP -MF .deps/theap.Tpo -c -o theap.o theap.c mv -f .deps/theap.Tpo .deps/theap.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tid.o -MD -MP -MF .deps/tid.Tpo -c -o tid.o tid.c mv -f .deps/tid.Tpo .deps/tid.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT titerate.o -MD -MP -MF .deps/titerate.Tpo -c -o titerate.o titerate.c mv -f .deps/titerate.Tpo .deps/titerate.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tmeta.o -MD -MP -MF .deps/tmeta.Tpo -c -o tmeta.o tmeta.c mv -f .deps/tmeta.Tpo .deps/tmeta.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tmisc.o -MD -MP -MF .deps/tmisc.Tpo -c -o tmisc.o tmisc.c tmisc.c: In function â??test_misc16â??: tmisc.c:2690: warning: initialization makes integer from pointer without a cast tmisc.c: In function â??test_misc17â??: tmisc.c:2769: warning: initialization makes integer from pointer without a cast mv -f .deps/tmisc.Tpo .deps/tmisc.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT trefer.o -MD -MP -MF .deps/trefer.Tpo -c -o trefer.o trefer.c trefer.c: In function â??test_reference_regionâ??: trefer.c:331: warning: missing braces around initializer trefer.c:331: warning: (near initialization for â??nvrbuf[0]â??) trefer.c:331: warning: large integer implicitly truncated to unsigned type trefer.c:410: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type trefer.c: In function â??test_reference_region_1Dâ??: trefer.c:682: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type trefer.c: In function â??test_reference_compatâ??: trefer.c:1267: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type mv -f .deps/trefer.Tpo .deps/trefer.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT trefstr.o -MD -MP -MF .deps/trefstr.Tpo -c -o trefstr.o trefstr.c trefstr.c: In function â??test_refstr_ownâ??: trefstr.c:293: warning: unused variable â??FUNCâ?? mv -f .deps/trefstr.Tpo .deps/trefstr.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tselect.o -MD -MP -MF .deps/tselect.Tpo -c -o tselect.o tselect.c tselect.c: In function â??test_select_pointâ??: tselect.c:450: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:475: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:500: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:529: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:571: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:595: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_select_comboâ??: tselect.c:948: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_select_point_copyâ??: tselect.c:1783: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:1797: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:1841: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_select_point_offsetâ??: tselect.c:2230: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:2265: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:2301: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_select_point_chunkâ??: tselect.c:4251: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:4287: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_select_fill_pointâ??: tselect.c:5041: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_scalar_selectâ??: tselect.c:5579: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_scalar_select2â??: tselect.c:5698: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_scalar_select3â??: tselect.c:5766: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_shape_sameâ??: tselect.c:5927: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:5945: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:6626: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_select_boundsâ??: tselect.c:7978: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type mv -f .deps/tselect.Tpo .deps/tselect.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tskiplist.o -MD -MP -MF .deps/tskiplist.Tpo -c -o tskiplist.o tskiplist.c mv -f .deps/tskiplist.Tpo .deps/tskiplist.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tsohm.o -MD -MP -MF .deps/tsohm.Tpo -c -o tsohm.o tsohm.c tsohm.c:1320: warning: â??size2_dump_structâ?? defined but not used mv -f .deps/tsohm.Tpo .deps/tsohm.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ttime.o -MD -MP -MF .deps/ttime.Tpo -c -o ttime.o ttime.c mv -f .deps/ttime.Tpo .deps/ttime.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ttst.o -MD -MP -MF .deps/ttst.Tpo -c -o ttst.o ttst.c ttst.c: In function â??test_tst_initâ??: ttst.c:110: warning: cast discards qualifiers from pointer target type mv -f .deps/ttst.Tpo .deps/ttst.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tunicode.o -MD -MP -MF .deps/tunicode.Tpo -c -o tunicode.o tunicode.c mv -f .deps/tunicode.Tpo .deps/tunicode.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tvlstr.o -MD -MP -MF .deps/tvlstr.Tpo -c -o tvlstr.o tvlstr.c mv -f .deps/tvlstr.Tpo .deps/tvlstr.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tvltypes.o -MD -MP -MF .deps/tvltypes.Tpo -c -o tvltypes.o tvltypes.c tvltypes.c: In function â??test_vltypes_fill_valueâ??: tvltypes.c:2438: warning: initialization discards qualifiers from pointer target type tvltypes.c:2438: warning: initialization discards qualifiers from pointer target type tvltypes.c:2438: warning: initialization discards qualifiers from pointer target type tvltypes.c:2438: warning: initialization discards qualifiers from pointer target type tvltypes.c:2438: warning: initialization discards qualifiers from pointer target type tvltypes.c:2438: warning: initialization discards qualifiers from pointer target type tvltypes.c:2439: warning: initialization discards qualifiers from pointer target type tvltypes.c:2439: warning: initialization discards qualifiers from pointer target type tvltypes.c:2439: warning: initialization discards qualifiers from pointer target type tvltypes.c:2439: warning: initialization discards qualifiers from pointer target type tvltypes.c:2439: warning: initialization discards qualifiers from pointer target type tvltypes.c:2439: warning: initialization discards qualifiers from pointer target type tvltypes.c: In function â??test_vltypesâ??: tvltypes.c:2422: warning: â??dset_dspace_idâ?? may be used uninitialized in this function tvltypes.c:2437: warning: â??dset_elmtsâ?? may be used uninitialized in this function tvltypes.c:2423: warning: â??dset_select_dspace_idâ?? may be used uninitialized in this function mv -f .deps/tvltypes.Tpo .deps/tvltypes.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o testhdf5 testhdf5.o tarray.o tattr.o tchecksum.o tconfig.o tfile.o tgenprop.o th5o.o th5s.o tcoords.o theap.o tid.o titerate.o tmeta.o tmisc.o trefer.o trefstr.o tselect.o tskiplist.o tsohm.o ttime.o ttst.o tunicode.o tvlstr.o tvltypes.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o testhdf5 testhdf5.o tarray.o tattr.o tchecksum.o tconfig.o tfile.o tgenprop.o th5o.o th5s.o tcoords.o theap.o tid.o titerate.o tmeta.o tmisc.o trefer.o trefstr.o tselect.o tskiplist.o tsohm.o ttime.o ttst.o tunicode.o tvlstr.o tvltypes.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT lheap.o -MD -MP -MF .deps/lheap.Tpo -c -o lheap.o lheap.c mv -f .deps/lheap.Tpo .deps/lheap.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o lheap lheap.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o lheap lheap.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ohdr.o -MD -MP -MF .deps/ohdr.Tpo -c -o ohdr.o ohdr.c mv -f .deps/ohdr.Tpo .deps/ohdr.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o ohdr ohdr.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o ohdr ohdr.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT stab.o -MD -MP -MF .deps/stab.Tpo -c -o stab.o stab.c stab.c: In function â??old_apiâ??: stab.c:1014: warning: â??small_file_sizeâ?? may be used uninitialized in this function mv -f .deps/stab.Tpo .deps/stab.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o stab stab.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o stab stab.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT gheap.o -MD -MP -MF .deps/gheap.Tpo -c -o gheap.o gheap.c mv -f .deps/gheap.Tpo .deps/gheap.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o gheap gheap.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o gheap gheap.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT cache.o -MD -MP -MF .deps/cache.Tpo -c -o cache.o cache.c cache.c: In function â??check_auto_cache_resize_input_errsâ??: cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c: In function â??check_auto_cache_resize_aux_fcnsâ??: cache.c:27717: warning: comparing floating point with == or != is unsafe cache.c:27751: warning: comparing floating point with == or != is unsafe cache.c:27797: warning: comparing floating point with == or != is unsafe cache.c:27881: warning: comparing floating point with == or != is unsafe mv -f .deps/cache.Tpo .deps/cache.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o cache cache.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o cache cache.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT cache_api.o -MD -MP -MF .deps/cache_api.Tpo -c -o cache_api.o cache_api.c cache_api.c: In function â??check_fapl_mdc_api_callsâ??: cache_api.c:274: warning: comparing floating point with == or != is unsafe cache_api.c:274: warning: comparing floating point with == or != is unsafe cache_api.c:274: warning: comparing floating point with == or != is unsafe cache_api.c:274: warning: comparing floating point with == or != is unsafe cache_api.c:274: warning: comparing floating point with == or != is unsafe cache_api.c:274: warning: comparing floating point with == or != is unsafe cache_api.c:274: warning: comparing floating point with == or != is unsafe cache_api.c:274: warning: comparing floating point with == or != is unsafe cache_api.c:308: warning: comparing floating point with == or != is unsafe cache_api.c:308: warning: comparing floating point with == or != is unsafe cache_api.c:308: warning: comparing floating point with == or != is unsafe cache_api.c:308: warning: comparing floating point with == or != is unsafe cache_api.c:308: warning: comparing floating point with == or != is unsafe cache_api.c:308: warning: comparing floating point with == or != is unsafe cache_api.c:308: warning: comparing floating point with == or != is unsafe cache_api.c:308: warning: comparing floating point with == or != is unsafe cache_api.c:385: warning: comparing floating point with == or != is unsafe cache_api.c:385: warning: comparing floating point with == or != is unsafe cache_api.c:385: warning: comparing floating point with == or != is unsafe cache_api.c:385: warning: comparing floating point with == or != is unsafe cache_api.c:385: warning: comparing floating point with == or != is unsafe cache_api.c:385: warning: comparing floating point with == or != is unsafe cache_api.c:385: warning: comparing floating point with == or != is unsafe cache_api.c:385: warning: comparing floating point with == or != is unsafe cache_api.c:420: warning: comparing floating point with == or != is unsafe cache_api.c:420: warning: comparing floating point with == or != is unsafe cache_api.c:420: warning: comparing floating point with == or != is unsafe cache_api.c:420: warning: comparing floating point with == or != is unsafe cache_api.c:420: warning: comparing floating point with == or != is unsafe cache_api.c:420: warning: comparing floating point with == or != is unsafe cache_api.c:420: warning: comparing floating point with == or != is unsafe cache_api.c:420: warning: comparing floating point with == or != is unsafe cache_api.c:534: warning: comparing floating point with == or != is unsafe cache_api.c:534: warning: comparing floating point with == or != is unsafe cache_api.c:534: warning: comparing floating point with == or != is unsafe cache_api.c:534: warning: comparing floating point with == or != is unsafe cache_api.c:534: warning: comparing floating point with == or != is unsafe cache_api.c:534: warning: comparing floating point with == or != is unsafe cache_api.c:534: warning: comparing floating point with == or != is unsafe cache_api.c:534: warning: comparing floating point with == or != is unsafe cache_api.c:569: warning: comparing floating point with == or != is unsafe cache_api.c:569: warning: comparing floating point with == or != is unsafe cache_api.c:569: warning: comparing floating point with == or != is unsafe cache_api.c:569: warning: comparing floating point with == or != is unsafe cache_api.c:569: warning: comparing floating point with == or != is unsafe cache_api.c:569: warning: comparing floating point with == or != is unsafe cache_api.c:569: warning: comparing floating point with == or != is unsafe cache_api.c:569: warning: comparing floating point with == or != is unsafe cache_api.c: In function â??validate_mdc_configâ??: cache_api.c:685: warning: comparing floating point with == or != is unsafe cache_api.c:685: warning: comparing floating point with == or != is unsafe cache_api.c:685: warning: comparing floating point with == or != is unsafe cache_api.c:685: warning: comparing floating point with == or != is unsafe cache_api.c:685: warning: comparing floating point with == or != is unsafe cache_api.c:685: warning: comparing floating point with == or != is unsafe cache_api.c:685: warning: comparing floating point with == or != is unsafe cache_api.c:685: warning: comparing floating point with == or != is unsafe cache_api.c:722: warning: comparing floating point with == or != is unsafe cache_api.c:722: warning: comparing floating point with == or != is unsafe cache_api.c:722: warning: comparing floating point with == or != is unsafe cache_api.c:722: warning: comparing floating point with == or != is unsafe cache_api.c:722: warning: comparing floating point with == or != is unsafe cache_api.c:722: warning: comparing floating point with == or != is unsafe cache_api.c:722: warning: comparing floating point with == or != is unsafe cache_api.c:722: warning: comparing floating point with == or != is unsafe cache_api.c: In function â??check_file_mdc_api_callsâ??: cache_api.c:1010: warning: comparing floating point with == or != is unsafe cache_api.c: In function â??check_and_validate_cache_hit_rateâ??: cache_api.c:1172: warning: comparing floating point with == or != is unsafe cache_api.c: In function â??check_fapl_mdc_api_errsâ??: cache_api.c:3573: warning: comparing floating point with == or != is unsafe cache_api.c:3573: warning: comparing floating point with == or != is unsafe cache_api.c:3573: warning: comparing floating point with == or != is unsafe cache_api.c:3573: warning: comparing floating point with == or != is unsafe cache_api.c:3573: warning: comparing floating point with == or != is unsafe cache_api.c:3573: warning: comparing floating point with == or != is unsafe cache_api.c:3573: warning: comparing floating point with == or != is unsafe cache_api.c:3573: warning: comparing floating point with == or != is unsafe cache_api.c:3662: warning: comparing floating point with == or != is unsafe cache_api.c:3662: warning: comparing floating point with == or != is unsafe cache_api.c:3662: warning: comparing floating point with == or != is unsafe cache_api.c:3662: warning: comparing floating point with == or != is unsafe cache_api.c:3662: warning: comparing floating point with == or != is unsafe cache_api.c:3662: warning: comparing floating point with == or != is unsafe cache_api.c:3662: warning: comparing floating point with == or != is unsafe cache_api.c:3662: warning: comparing floating point with == or != is unsafe mv -f .deps/cache_api.Tpo .deps/cache_api.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o cache_api cache_api.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o cache_api cache_api.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT pool.o -MD -MP -MF .deps/pool.Tpo -c -o pool.o pool.c mv -f .deps/pool.Tpo .deps/pool.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o pool pool.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o pool pool.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT hyperslab.o -MD -MP -MF .deps/hyperslab.Tpo -c -o hyperslab.o hyperslab.c mv -f .deps/hyperslab.Tpo .deps/hyperslab.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o hyperslab hyperslab.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o hyperslab hyperslab.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT istore.o -MD -MP -MF .deps/istore.Tpo -c -o istore.o istore.c mv -f .deps/istore.Tpo .deps/istore.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o istore istore.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o istore istore.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT bittests.o -MD -MP -MF .deps/bittests.Tpo -c -o bittests.o bittests.c mv -f .deps/bittests.Tpo .deps/bittests.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o bittests bittests.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o bittests bittests.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT dt_arith.o -MD -MP -MF .deps/dt_arith.Tpo -c -o dt_arith.o dt_arith.c dt_arith.c: In function â??generates_sigfpeâ??: dt_arith.c:575: warning: passing argument 1 of â??some_dummy_funcâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype dt_arith.c: In function â??test_conv_int_1â??: dt_arith.c:1776: warning: comparison is always true due to limited range of data type dt_arith.c:1776: warning: comparison is always true due to limited range of data type dt_arith.c:1776: warning: comparison is always true due to limited range of data type dt_arith.c:1776: warning: comparison is always true due to limited range of data type dt_arith.c:1776: warning: comparison is always true due to limited range of data type dt_arith.c:1776: warning: comparison is always true due to limited range of data type dt_arith.c:1778: warning: comparison is always true due to limited range of data type dt_arith.c:1778: warning: comparison is always true due to limited range of data type dt_arith.c:1778: warning: comparison is always true due to limited range of data type dt_arith.c:1778: warning: comparison is always true due to limited range of data type dt_arith.c:1778: warning: comparison is always true due to limited range of data type dt_arith.c:1778: warning: comparison is always true due to limited range of data type dt_arith.c:1780: warning: comparison is always true due to limited range of data type dt_arith.c:1780: warning: comparison is always true due to limited range of data type dt_arith.c:1780: warning: comparison is always true due to limited range of data type dt_arith.c:1780: warning: comparison is always true due to limited range of data type dt_arith.c:1780: warning: comparison is always true due to limited range of data type dt_arith.c:1780: warning: comparison is always true due to limited range of data type dt_arith.c:1782: warning: comparison is always true due to limited range of data type dt_arith.c:1782: warning: comparison is always true due to limited range of data type dt_arith.c:1782: warning: comparison is always true due to limited range of data type dt_arith.c:1782: warning: comparison is always true due to limited range of data type dt_arith.c:1782: warning: comparison is always true due to limited range of data type dt_arith.c:1782: warning: comparison is always true due to limited range of data type dt_arith.c:1786: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:1786: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:1786: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:1790: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:1790: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:1790: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:1794: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:1794: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:1794: warning: comparison of unsigned expression >= 0 is always true dt_arith.c: In function â??my_isnanâ??: dt_arith.c:2629: warning: comparing floating point with == or != is unsafe dt_arith.c:2633: warning: comparing floating point with == or != is unsafe dt_arith.c:2638: warning: comparing floating point with == or != is unsafe dt_arith.c: In function â??test_conv_flt_1â??: dt_arith.c:3193: warning: passing argument 1 of â??frexpfâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype dt_arith.c:3194: warning: passing argument 1 of â??frexpfâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype dt_arith.c: In function â??test_conv_int_fpâ??: dt_arith.c:3694: warning: comparison is always true due to limited range of data type dt_arith.c:3694: warning: comparison is always true due to limited range of data type dt_arith.c:3694: warning: comparison is always true due to limited range of data type dt_arith.c:3694: warning: comparison is always true due to limited range of data type dt_arith.c:3694: warning: comparison is always true due to limited range of data type dt_arith.c:3694: warning: comparison is always true due to limited range of data type dt_arith.c:3696: warning: comparison is always true due to limited range of data type dt_arith.c:3696: warning: comparison is always true due to limited range of data type dt_arith.c:3696: warning: comparison is always true due to limited range of data type dt_arith.c:3696: warning: comparison is always true due to limited range of data type dt_arith.c:3696: warning: comparison is always true due to limited range of data type dt_arith.c:3696: warning: comparison is always true due to limited range of data type dt_arith.c:3698: warning: comparison is always true due to limited range of data type dt_arith.c:3698: warning: comparison is always true due to limited range of data type dt_arith.c:3698: warning: comparison is always true due to limited range of data type dt_arith.c:3698: warning: comparison is always true due to limited range of data type dt_arith.c:3698: warning: comparison is always true due to limited range of data type dt_arith.c:3698: warning: comparison is always true due to limited range of data type dt_arith.c:3700: warning: comparison is always true due to limited range of data type dt_arith.c:3700: warning: comparison is always true due to limited range of data type dt_arith.c:3700: warning: comparison is always true due to limited range of data type dt_arith.c:3700: warning: comparison is always true due to limited range of data type dt_arith.c:3700: warning: comparison is always true due to limited range of data type dt_arith.c:3700: warning: comparison is always true due to limited range of data type dt_arith.c:3704: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3704: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3704: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3708: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3708: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3708: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3712: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3712: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3712: warning: comparison of unsigned expression >= 0 is always true dt_arith.c: In function â??fpe_handlerâ??: dt_arith.c:413: warning: function might be possible candidate for attribute â??noreturnâ?? dt_arith.c: In function â??test_conv_flt_1â??: dt_arith.c:2790: warning: â??overflowâ?? may be used uninitialized in this function dt_arith.c:3415: warning: control reaches end of non-void function mv -f .deps/dt_arith.Tpo .deps/dt_arith.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o dt_arith dt_arith.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o dt_arith dt_arith.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT dtypes.o -MD -MP -MF .deps/dtypes.Tpo -c -o dtypes.o dtypes.c dtypes.c: In function â??test_compound_9â??: dtypes.c:1516: warning: initialization discards qualifiers from pointer target type dtypes.c: In function â??test_compound_11â??: dtypes.c:1978: warning: comparing floating point with == or != is unsafe dtypes.c:2018: warning: comparing floating point with == or != is unsafe dtypes.c:2052: warning: comparing floating point with == or != is unsafe dtypes.c: In function â??test_compound_13â??: dtypes.c:2265: warning: comparing floating point with == or != is unsafe dtypes.c: In function â??test_int_float_exceptâ??: dtypes.c:4709: warning: comparing floating point with == or != is unsafe dtypes.c:4730: warning: comparing floating point with == or != is unsafe mv -f .deps/dtypes.Tpo .deps/dtypes.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o dtypes dtypes.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o dtypes dtypes.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT dsets.o -MD -MP -MF .deps/dsets.Tpo -c -o dsets.o dsets.c dsets.c: In function â??test_nbit_intâ??: dsets.c:2587: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c: In function â??test_nbit_floatâ??: dsets.c:2764: warning: comparing floating point with == or != is unsafe dsets.c:2765: warning: comparing floating point with == or != is unsafe dsets.c: In function â??test_nbit_doubleâ??: dsets.c:2897: warning: comparing floating point with == or != is unsafe dsets.c:2898: warning: comparing floating point with == or != is unsafe dsets.c: In function â??test_nbit_arrayâ??: dsets.c:3001: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c: In function â??test_nbit_compoundâ??: dsets.c:3181: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3183: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3185: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3241: warning: comparing floating point with == or != is unsafe dsets.c:3241: warning: comparing floating point with == or != is unsafe dsets.c: In function â??test_nbit_compound_2â??: dsets.c:3428: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3430: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3432: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3436: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3441: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3446: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3448: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3450: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3514: warning: comparing floating point with == or != is unsafe dsets.c:3515: warning: comparing floating point with == or != is unsafe dsets.c:3524: warning: comparing floating point with == or != is unsafe dsets.c:3525: warning: comparing floating point with == or != is unsafe dsets.c: In function â??test_random_chunksâ??: dsets.c:6047: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type dsets.c:6072: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type dsets.c:6137: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type dsets.c:6162: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type mv -f .deps/dsets.Tpo .deps/dsets.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o dsets dsets.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o dsets dsets.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT cmpd_dset.o -MD -MP -MF .deps/cmpd_dset.Tpo -c -o cmpd_dset.o cmpd_dset.c mv -f .deps/cmpd_dset.Tpo .deps/cmpd_dset.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o cmpd_dset cmpd_dset.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o cmpd_dset cmpd_dset.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT extend.o -MD -MP -MF .deps/extend.Tpo -c -o extend.o extend.c mv -f .deps/extend.Tpo .deps/extend.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o extend extend.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o extend extend.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT external.o -MD -MP -MF .deps/external.Tpo -c -o external.o external.c external.c: In function â??test_4â??: external.c:841: warning: â??xid2â?? may be used uninitialized in this function external.c:841: warning: â??xidâ?? may be used uninitialized in this function external.c:841: warning: â??gidâ?? may be used uninitialized in this function mv -f .deps/external.Tpo .deps/external.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o external external.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o external external.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT objcopy.o -MD -MP -MF .deps/objcopy.Tpo -c -o objcopy.o objcopy.c objcopy.c: In function â??attach_reg_ref_attrâ??: objcopy.c:328: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type objcopy.c: In function â??create_reg_ref_datasetâ??: objcopy.c:411: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type objcopy.c: In function â??compare_dataâ??: objcopy.c:931: warning: assignment discards qualifiers from pointer target type objcopy.c:932: warning: assignment discards qualifiers from pointer target type objcopy.c: At top level: objcopy.c:376: warning: â??create_reg_ref_datasetâ?? defined but not used mv -f .deps/objcopy.Tpo .deps/objcopy.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o objcopy objcopy.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o objcopy objcopy.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT links.o -MD -MP -MF .deps/links.Tpo -c -o links.o links.c links.c: In function â??external_link_envâ??: links.c:2638: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c: In function â??external_link_prefixâ??: links.c:2729: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c: In function â??external_link_abs_mainpathâ??: links.c:2822: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c: In function â??external_link_rel_mainpathâ??: links.c:2913: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c: In function â??external_link_cwdâ??: links.c:3002: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c: In function â??external_link_abstarâ??: links.c:3096: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c: In function â??external_link_abstar_curâ??: links.c:3195: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c: In function â??external_link_reltarâ??: links.c:3286: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c: In function â??external_link_chdirâ??: links.c:3378: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c: In function â??open_by_idx_checkâ??: links.c:9885: warning: â??group_idâ?? may be used uninitialized in this function links.c: In function â??object_info_checkâ??: links.c:10353: warning: â??group_idâ?? may be used uninitialized in this function mv -f .deps/links.Tpo .deps/links.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o links links.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o links links.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT unlink.o -MD -MP -MF .deps/unlink.Tpo -c -o unlink.o unlink.c mv -f .deps/unlink.Tpo .deps/unlink.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o unlink unlink.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o unlink unlink.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT big.o -MD -MP -MF .deps/big.Tpo -c -o big.o big.c mv -f .deps/big.Tpo .deps/big.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o big big.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o big big.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT mtime.o -MD -MP -MF .deps/mtime.Tpo -c -o mtime.o mtime.c mv -f .deps/mtime.Tpo .deps/mtime.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o mtime mtime.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o mtime mtime.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT fillval.o -MD -MP -MF .deps/fillval.Tpo -c -o fillval.o fillval.c fillval.c: In function â??test_createâ??: fillval.c:624: warning: comparing floating point with == or != is unsafe fillval.c:624: warning: comparing floating point with == or != is unsafe fillval.c:697: warning: comparing floating point with == or != is unsafe fillval.c:697: warning: comparing floating point with == or != is unsafe fillval.c: In function â??test_rdwr_casesâ??: fillval.c:812: warning: comparing floating point with == or != is unsafe fillval.c:813: warning: comparing floating point with == or != is unsafe fillval.c:880: warning: comparing floating point with == or != is unsafe fillval.c:881: warning: comparing floating point with == or != is unsafe fillval.c:994: warning: comparing floating point with == or != is unsafe fillval.c:995: warning: comparing floating point with == or != is unsafe fillval.c:1013: warning: comparing floating point with == or != is unsafe fillval.c:1014: warning: comparing floating point with == or != is unsafe fillval.c: In function â??test_extend_casesâ??: fillval.c:1439: warning: initialization discards qualifiers from pointer target type fillval.c:1439: warning: initialization discards qualifiers from pointer target type fillval.c: In function â??test_extendâ??: fillval.c:1838: warning: initialization discards qualifiers from pointer target type fillval.c:1838: warning: initialization discards qualifiers from pointer target type fillval.c: In function â??test_rdwr_casesâ??: fillval.c:761: warning: â??fill_c.aâ?? may be used uninitialized in this function fillval.c:761: warning: â??fill_c.xâ?? may be used uninitialized in this function fillval.c:761: warning: â??fill_c.yâ?? may be used uninitialized in this function fillval.c:761: warning: â??fill_c.zâ?? may be used uninitialized in this function mv -f .deps/fillval.Tpo .deps/fillval.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o fillval fillval.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o fillval fillval.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT mount.o -MD -MP -MF .deps/mount.Tpo -c -o mount.o mount.c mv -f .deps/mount.Tpo .deps/mount.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o mount mount.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o mount mount.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT flush1.o -MD -MP -MF .deps/flush1.Tpo -c -o flush1.o flush1.c mv -f .deps/flush1.Tpo .deps/flush1.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o flush1 flush1.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o flush1 flush1.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT flush2.o -MD -MP -MF .deps/flush2.Tpo -c -o flush2.o flush2.c mv -f .deps/flush2.Tpo .deps/flush2.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o flush2 flush2.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o flush2 flush2.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT enum.o -MD -MP -MF .deps/enum.Tpo -c -o enum.o enum.c mv -f .deps/enum.Tpo .deps/enum.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o enum enum.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o enum enum.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT set_extent.o -MD -MP -MF .deps/set_extent.Tpo -c -o set_extent.o set_extent.c mv -f .deps/set_extent.Tpo .deps/set_extent.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o set_extent set_extent.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o set_extent set_extent.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ttsafe.o -MD -MP -MF .deps/ttsafe.Tpo -c -o ttsafe.o ttsafe.c mv -f .deps/ttsafe.Tpo .deps/ttsafe.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ttsafe_dcreate.o -MD -MP -MF .deps/ttsafe_dcreate.Tpo -c -o ttsafe_dcreate.o ttsafe_dcreate.c mv -f .deps/ttsafe_dcreate.Tpo .deps/ttsafe_dcreate.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ttsafe_error.o -MD -MP -MF .deps/ttsafe_error.Tpo -c -o ttsafe_error.o ttsafe_error.c mv -f .deps/ttsafe_error.Tpo .deps/ttsafe_error.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ttsafe_cancel.o -MD -MP -MF .deps/ttsafe_cancel.Tpo -c -o ttsafe_cancel.o ttsafe_cancel.c mv -f .deps/ttsafe_cancel.Tpo .deps/ttsafe_cancel.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ttsafe_acreate.o -MD -MP -MF .deps/ttsafe_acreate.Tpo -c -o ttsafe_acreate.o ttsafe_acreate.c mv -f .deps/ttsafe_acreate.Tpo .deps/ttsafe_acreate.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o ttsafe ttsafe.o ttsafe_dcreate.o ttsafe_error.o ttsafe_cancel.o ttsafe_acreate.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o ttsafe ttsafe.o ttsafe_dcreate.o ttsafe_error.o ttsafe_cancel.o ttsafe_acreate.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT getname.o -MD -MP -MF .deps/getname.Tpo -c -o getname.o getname.c getname.c: In function â??test_reg_refâ??: getname.c:2728: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type mv -f .deps/getname.Tpo .deps/getname.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o getname getname.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o getname getname.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT vfd.o -MD -MP -MF .deps/vfd.Tpo -c -o vfd.o vfd.c mv -f .deps/vfd.Tpo .deps/vfd.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o vfd vfd.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o vfd vfd.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ntypes.o -MD -MP -MF .deps/ntypes.Tpo -c -o ntypes.o ntypes.c mv -f .deps/ntypes.Tpo .deps/ntypes.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o ntypes ntypes.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o ntypes ntypes.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT dangle.o -MD -MP -MF .deps/dangle.Tpo -c -o dangle.o dangle.c mv -f .deps/dangle.Tpo .deps/dangle.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o dangle dangle.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o dangle dangle.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT dtransform.o -MD -MP -MF .deps/dtransform.Tpo -c -o dtransform.o dtransform.c mv -f .deps/dtransform.Tpo .deps/dtransform.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o dtransform dtransform.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o dtransform dtransform.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT reserved.o -MD -MP -MF .deps/reserved.Tpo -c -o reserved.o reserved.c mv -f .deps/reserved.Tpo .deps/reserved.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o reserved reserved.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o reserved reserved.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT cross_read.o -MD -MP -MF .deps/cross_read.Tpo -c -o cross_read.o cross_read.c cross_read.c: In function â??read_dataâ??: cross_read.c:102: warning: comparing floating point with == or != is unsafe mv -f .deps/cross_read.Tpo .deps/cross_read.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o cross_read cross_read.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o cross_read cross_read.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT btree2.o -MD -MP -MF .deps/btree2.Tpo -c -o btree2.o btree2.c mv -f .deps/btree2.Tpo .deps/btree2.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o btree2 btree2.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o btree2 btree2.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT fheap.o -MD -MP -MF .deps/fheap.Tpo -c -o fheap.o fheap.c mv -f .deps/fheap.Tpo .deps/fheap.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o fheap fheap.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o fheap fheap.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT error_test.o -MD -MP -MF .deps/error_test.Tpo -c -o error_test.o error_test.c mv -f .deps/error_test.Tpo .deps/error_test.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o error_test error_test.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o error_test error_test.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT err_compat.o -MD -MP -MF .deps/err_compat.Tpo -c -o err_compat.o err_compat.c mv -f .deps/err_compat.Tpo .deps/err_compat.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o err_compat err_compat.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o err_compat err_compat.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT testmeta.o -MD -MP -MF .deps/testmeta.Tpo -c -o testmeta.o testmeta.c mv -f .deps/testmeta.Tpo .deps/testmeta.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o testmeta testmeta.o libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o testmeta testmeta.o -L/usr/local/include/lib ./.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm Making all in tools Making all in lib /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools.lo -MD -MP -MF .deps/h5tools.Tpo -c -o h5tools.lo h5tools.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools.lo -MD -MP -MF .deps/h5tools.Tpo -c h5tools.c -o h5tools.o h5tools.c: In function â??h5tools_dump_simple_memâ??: h5tools.c:1300: warning: comparison between signed and unsigned h5tools.c:1305: warning: comparison between signed and unsigned h5tools.c: In function â??init_acc_posâ??: h5tools.c:1495: warning: comparison between signed and unsigned mv -f .deps/h5tools.Tpo .deps/h5tools.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_str.lo -MD -MP -MF .deps/h5tools_str.Tpo -c -o h5tools_str.lo h5tools_str.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_str.lo -MD -MP -MF .deps/h5tools_str.Tpo -c h5tools_str.c -o h5tools_str.o h5tools_str.c: In function â??h5tools_str_appendâ??: h5tools_str.c:150: warning: function might be possible candidate for â??printfâ?? format attribute h5tools_str.c: In function â??h5tools_str_sprintâ??: h5tools_str.c:637: warning: passing argument 3 of â??h5tools_print_charâ?? with different width due to prototype h5tools_str.c:691: warning: passing argument 3 of â??h5tools_print_charâ?? with different width due to prototype mv -f .deps/h5tools_str.Tpo .deps/h5tools_str.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_utils.lo -MD -MP -MF .deps/h5tools_utils.Tpo -c -o h5tools_utils.lo h5tools_utils.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_utils.lo -MD -MP -MF .deps/h5tools_utils.Tpo -c h5tools_utils.c -o h5tools_utils.o h5tools_utils.c: In function â??error_msgâ??: h5tools_utils.c:74: warning: function might be possible candidate for â??printfâ?? format attribute h5tools_utils.c: In function â??warn_msgâ??: h5tools_utils.c:107: warning: function might be possible candidate for â??printfâ?? format attribute mv -f .deps/h5tools_utils.Tpo .deps/h5tools_utils.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff.lo -MD -MP -MF .deps/h5diff.Tpo -c -o h5diff.lo h5diff.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff.lo -MD -MP -MF .deps/h5diff.Tpo -c h5diff.c -o h5diff.o mv -f .deps/h5diff.Tpo .deps/h5diff.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_array.lo -MD -MP -MF .deps/h5diff_array.Tpo -c -o h5diff_array.lo h5diff_array.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_array.lo -MD -MP -MF .deps/h5diff_array.Tpo -c h5diff_array.c -o h5diff_array.o h5diff_array.c: In function â??diff_datumâ??: h5diff_array.c:1788: warning: comparing floating point with == or != is unsafe h5diff_array.c:1788: warning: comparing floating point with == or != is unsafe h5diff_array.c:1788: warning: comparing floating point with == or != is unsafe h5diff_array.c:1821: warning: comparing floating point with == or != is unsafe h5diff_array.c:1821: warning: comparing floating point with == or != is unsafe h5diff_array.c:1821: warning: comparing floating point with == or != is unsafe h5diff_array.c:1942: warning: comparing floating point with == or != is unsafe h5diff_array.c:1942: warning: comparing floating point with == or != is unsafe h5diff_array.c:1942: warning: comparing floating point with == or != is unsafe h5diff_array.c:1992: warning: comparing floating point with == or != is unsafe h5diff_array.c:1992: warning: comparing floating point with == or != is unsafe h5diff_array.c:1992: warning: comparing floating point with == or != is unsafe h5diff_array.c:2029: warning: passing argument 1 of â??equal_floatâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype h5diff_array.c:2029: warning: passing argument 2 of â??equal_floatâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype h5diff_array.c:2110: warning: comparing floating point with == or != is unsafe h5diff_array.c:2110: warning: comparing floating point with == or != is unsafe h5diff_array.c:2110: warning: comparing floating point with == or != is unsafe h5diff_array.c:2160: warning: comparing floating point with == or != is unsafe h5diff_array.c:2160: warning: comparing floating point with == or != is unsafe h5diff_array.c:2160: warning: comparing floating point with == or != is unsafe h5diff_array.c: In function â??diff_floatâ??: h5diff_array.c:2699: warning: comparing floating point with == or != is unsafe h5diff_array.c:2699: warning: comparing floating point with == or != is unsafe h5diff_array.c:2699: warning: comparing floating point with == or != is unsafe h5diff_array.c:2758: warning: comparing floating point with == or != is unsafe h5diff_array.c:2758: warning: comparing floating point with == or != is unsafe h5diff_array.c:2758: warning: comparing floating point with == or != is unsafe h5diff_array.c:2824: warning: passing argument 1 of â??equal_floatâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype h5diff_array.c:2824: warning: passing argument 2 of â??equal_floatâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype h5diff_array.c: In function â??diff_doubleâ??: h5diff_array.c:2931: warning: comparing floating point with == or != is unsafe h5diff_array.c:2931: warning: comparing floating point with == or != is unsafe h5diff_array.c:2931: warning: comparing floating point with == or != is unsafe h5diff_array.c:2976: warning: comparing floating point with == or != is unsafe h5diff_array.c:2976: warning: comparing floating point with == or != is unsafe h5diff_array.c:2976: warning: comparing floating point with == or != is unsafe h5diff_array.c: In function â??diff_ullongâ??: h5diff_array.c:4733: warning: comparing floating point with == or != is unsafe h5diff_array.c:4733: warning: comparing floating point with == or != is unsafe h5diff_array.c:4733: warning: comparing floating point with == or != is unsafe h5diff_array.c:4779: warning: comparing floating point with == or != is unsafe h5diff_array.c:4779: warning: comparing floating point with == or != is unsafe h5diff_array.c:4779: warning: comparing floating point with == or != is unsafe h5diff_array.c: In function â??equal_doubleâ??: h5diff_array.c:4949: warning: comparing floating point with == or != is unsafe h5diff_array.c:4949: warning: comparing floating point with == or != is unsafe h5diff_array.c:4953: warning: comparing floating point with == or != is unsafe h5diff_array.c: In function â??equal_floatâ??: h5diff_array.c:5018: warning: comparing floating point with == or != is unsafe h5diff_array.c:5018: warning: comparing floating point with == or != is unsafe h5diff_array.c:5022: warning: comparing floating point with == or != is unsafe h5diff_array.c:5024: warning: passing argument 1 of â??equal_floatâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype h5diff_array.c:5024: warning: passing argument 2 of â??equal_floatâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype h5diff_array.c: In function â??my_isnanâ??: h5diff_array.c:5061: warning: comparing floating point with == or != is unsafe h5diff_array.c:5070: warning: comparing floating point with == or != is unsafe h5diff_array.c:5077: warning: comparing floating point with == or != is unsafe mv -f .deps/h5diff_array.Tpo .deps/h5diff_array.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_attr.lo -MD -MP -MF .deps/h5diff_attr.Tpo -c -o h5diff_attr.lo h5diff_attr.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_attr.lo -MD -MP -MF .deps/h5diff_attr.Tpo -c h5diff_attr.c -o h5diff_attr.o mv -f .deps/h5diff_attr.Tpo .deps/h5diff_attr.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_dset.lo -MD -MP -MF .deps/h5diff_dset.Tpo -c -o h5diff_dset.lo h5diff_dset.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_dset.lo -MD -MP -MF .deps/h5diff_dset.Tpo -c h5diff_dset.c -o h5diff_dset.o mv -f .deps/h5diff_dset.Tpo .deps/h5diff_dset.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_util.lo -MD -MP -MF .deps/h5diff_util.Tpo -c -o h5diff_util.lo h5diff_util.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_util.lo -MD -MP -MF .deps/h5diff_util.Tpo -c h5diff_util.c -o h5diff_util.o h5diff_util.c: In function â??parallel_printâ??: h5diff_util.c:46: warning: function might be possible candidate for â??printfâ?? format attribute h5diff_util.c:55: warning: passing argument 2 of â??vsnprintfâ?? as unsigned due to prototype h5diff_util.c:55: warning: function might be possible candidate for â??printfâ?? format attribute h5diff_util.c:81: warning: function might be possible candidate for â??printfâ?? format attribute h5diff_util.c:87: warning: function might be possible candidate for â??printfâ?? format attribute mv -f .deps/h5diff_util.Tpo .deps/h5diff_util.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5trav.lo -MD -MP -MF .deps/h5trav.Tpo -c -o h5trav.lo h5trav.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5trav.lo -MD -MP -MF .deps/h5trav.Tpo -c h5trav.c -o h5trav.o h5trav.c:600: warning: â??trav_table_searchâ?? defined but not used mv -f .deps/h5trav.Tpo .deps/h5trav.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_filters.lo -MD -MP -MF .deps/h5tools_filters.Tpo -c -o h5tools_filters.lo h5tools_filters.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_filters.lo -MD -MP -MF .deps/h5tools_filters.Tpo -c h5tools_filters.c -o h5tools_filters.o mv -f .deps/h5tools_filters.Tpo .deps/h5tools_filters.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_ref.lo -MD -MP -MF .deps/h5tools_ref.Tpo -c -o h5tools_ref.lo h5tools_ref.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_ref.lo -MD -MP -MF .deps/h5tools_ref.Tpo -c h5tools_ref.c -o h5tools_ref.o h5tools_ref.c: In function â??free_ref_path_infoâ??: h5tools_ref.c:71: warning: cast discards qualifiers from pointer target type mv -f .deps/h5tools_ref.Tpo .deps/h5tools_ref.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_type.lo -MD -MP -MF .deps/h5tools_type.Tpo -c -o h5tools_type.lo h5tools_type.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_type.lo -MD -MP -MF .deps/h5tools_type.Tpo -c h5tools_type.c -o h5tools_type.o mv -f .deps/h5tools_type.Tpo .deps/h5tools_type.Plo /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o libh5tools.la h5tools.lo h5tools_str.lo h5tools_utils.lo h5diff.lo h5diff_array.lo h5diff_attr.lo h5diff_dset.lo h5diff_util.lo h5trav.lo h5tools_filters.lo h5tools_ref.lo h5tools_type.lo -lz -lm libtool: link: ar cru .libs/libh5tools.a h5tools.o h5tools_str.o h5tools_utils.o h5diff.o h5diff_array.o h5diff_attr.o h5diff_dset.o h5diff_util.o h5trav.o h5tools_filters.o h5tools_ref.o h5tools_type.o libtool: link: ranlib .libs/libh5tools.a libtool: link: ( cd ".libs" && rm -f "libh5tools.la" && ln -s "../libh5tools.la" "libh5tools.la" ) gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT talign.o -MD -MP -MF .deps/talign.Tpo -c -o talign.o talign.c talign.c: In function â??mainâ??: talign.c:140: warning: comparing floating point with == or != is unsafe talign.c:141: warning: comparing floating point with == or != is unsafe talign.c:141: warning: comparing floating point with == or != is unsafe talign.c:141: warning: comparing floating point with == or != is unsafe mv -f .deps/talign.Tpo .deps/talign.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o talign talign.o libh5tools.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o talign talign.o -L/usr/local/include/lib ./.libs/libh5tools.a ../../src/.libs/libhdf5.a -lz -lm Making all in h5dump gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5dump.o -MD -MP -MF .deps/h5dump.Tpo -c -o h5dump.o h5dump.c h5dump.c: In function â??dump_dataâ??: h5dump.c:2243: warning: reading through null pointer (argument 3) h5dump.c: In function â??dump_dcplâ??: h5dump.c:2528: warning: declaration of â??sizeâ?? shadows a previous local h5dump.c:2482: warning: shadowed declaration is here h5dump.c: In function â??handle_attributesâ??: h5dump.c:3134: warning: unused parameter â??peâ?? h5dump.c: In function â??parse_hsize_listâ??: h5dump.c:3193: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long unsigned intâ?? h5dump.c: In function â??handle_linksâ??: h5dump.c:3491: warning: unused parameter â??peâ?? mv -f .deps/h5dump.Tpo .deps/h5dump.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o h5dump h5dump.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5dump h5dump.o -L/usr/local/include/lib ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5dumpgentest.o -MD -MP -MF .deps/h5dumpgentest.Tpo -c -o h5dumpgentest.o h5dumpgentest.c h5dumpgentest.c: In function â??gent_dataregâ??: h5dumpgentest.c:1820: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type h5dumpgentest.c: In function â??gent_bigdimsâ??: h5dumpgentest.c:5615: warning: â??m_sidâ?? may be used uninitialized in this function h5dumpgentest.c:5613: warning: â??didâ?? may be used uninitialized in this function h5dumpgentest.c:5614: warning: â??f_sidâ?? may be used uninitialized in this function h5dumpgentest.c: In function â??gent_group_creation_orderâ??: h5dumpgentest.c:5747: warning: â??gidâ?? may be used uninitialized in this function h5dumpgentest.c:5748: warning: â??gcpl_idâ?? may be used uninitialized in this function h5dumpgentest.c:5746: warning: â??fidâ?? may be used uninitialized in this function h5dumpgentest.c: In function â??gent_attr_creation_orderâ??: h5dumpgentest.c:5887: warning: â??gidâ?? may be used uninitialized in this function h5dumpgentest.c:5888: warning: â??didâ?? may be used uninitialized in this function h5dumpgentest.c:5889: warning: â??sidâ?? may be used uninitialized in this function h5dumpgentest.c:5894: warning: â??tcpl_idâ?? may be used uninitialized in this function h5dumpgentest.c:5893: warning: â??dcpl_idâ?? may be used uninitialized in this function h5dumpgentest.c:5892: warning: â??gcpl_idâ?? may be used uninitialized in this function mv -f .deps/h5dumpgentest.Tpo .deps/h5dumpgentest.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o h5dumpgentest h5dumpgentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5dumpgentest h5dumpgentest.o -L/usr/local/include/lib ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT binread.o -MD -MP -MF .deps/binread.Tpo -c -o binread.o binread.c mv -f .deps/binread.Tpo .deps/binread.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o binread binread.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o binread binread.o -L/usr/local/include/lib ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lz -lm Making all in h5diff gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_main.o -MD -MP -MF .deps/h5diff_main.Tpo -c -o h5diff_main.o h5diff_main.c h5diff_main.c: In function â??mainâ??: h5diff_main.c:79: warning: passing argument 3 of â??parse_command_lineâ?? from incompatible pointer type h5diff_main.c:79: warning: passing argument 4 of â??parse_command_lineâ?? from incompatible pointer type h5diff_main.c:79: warning: passing argument 5 of â??parse_command_lineâ?? from incompatible pointer type h5diff_main.c:79: warning: passing argument 6 of â??parse_command_lineâ?? from incompatible pointer type mv -f .deps/h5diff_main.Tpo .deps/h5diff_main.Po gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_common.o -MD -MP -MF .deps/h5diff_common.Tpo -c -o h5diff_common.o h5diff_common.c h5diff_common.c: In function â??h5diff_exitâ??: h5diff_common.c:397: warning: function might be possible candidate for attribute â??noreturnâ?? mv -f .deps/h5diff_common.Tpo .deps/h5diff_common.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o h5diff h5diff_main.o h5diff_common.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5diff h5diff_main.o h5diff_common.o -L/usr/local/include/lib ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diffgentest.o -MD -MP -MF .deps/h5diffgentest.Tpo -c -o h5diffgentest.o h5diffgentest.c mv -f .deps/h5diffgentest.Tpo .deps/h5diffgentest.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o h5diffgentest h5diffgentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5diffgentest h5diffgentest.o -L/usr/local/include/lib ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lz -lm Making all in h5ls gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5ls.o -MD -MP -MF .deps/h5ls.Tpo -c -o h5ls.o h5ls.c mv -f .deps/h5ls.Tpo .deps/h5ls.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o h5ls h5ls.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5ls h5ls.o -L/usr/local/include/lib ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lz -lm Making all in misc gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5debug.o -MD -MP -MF .deps/h5debug.Tpo -c -o h5debug.o h5debug.c mv -f .deps/h5debug.Tpo .deps/h5debug.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o h5debug h5debug.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5debug h5debug.o -L/usr/local/include/lib ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repart.o -MD -MP -MF .deps/h5repart.Tpo -c -o h5repart.o h5repart.c h5repart.c: In function â??usageâ??: h5repart.c:92: warning: function might be possible candidate for attribute â??noreturnâ?? mv -f .deps/h5repart.Tpo .deps/h5repart.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o h5repart h5repart.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5repart h5repart.o -L/usr/local/include/lib ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5mkgrp.o -MD -MP -MF .deps/h5mkgrp.Tpo -c -o h5mkgrp.o h5mkgrp.c mv -f .deps/h5mkgrp.Tpo .deps/h5mkgrp.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o h5mkgrp h5mkgrp.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5mkgrp h5mkgrp.o -L/usr/local/include/lib ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repart_gentest.o -MD -MP -MF .deps/h5repart_gentest.Tpo -c -o h5repart_gentest.o h5repart_gentest.c mv -f .deps/h5repart_gentest.Tpo .deps/h5repart_gentest.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o h5repart_gentest h5repart_gentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5repart_gentest h5repart_gentest.o -L/usr/local/include/lib ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT repart_test.o -MD -MP -MF .deps/repart_test.Tpo -c -o repart_test.o repart_test.c mv -f .deps/repart_test.Tpo .deps/repart_test.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o repart_test repart_test.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o repart_test repart_test.o -L/usr/local/include/lib ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lz -lm Making all in h5import gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5import.o -MD -MP -MF .deps/h5import.Tpo -c -o h5import.o h5import.c mv -f .deps/h5import.Tpo .deps/h5import.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o h5import h5import.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5import h5import.o -L/usr/local/include/lib ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5importtest.o -MD -MP -MF .deps/h5importtest.Tpo -c -o h5importtest.o h5importtest.c mv -f .deps/h5importtest.Tpo .deps/h5importtest.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o h5importtest h5importtest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5importtest h5importtest.o -L/usr/local/include/lib ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lz -lm Making all in h5repack gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repack.o -MD -MP -MF .deps/h5repack.Tpo -c -o h5repack.o h5repack.c h5repack.c: In function â??h5repack_initâ??: h5repack.c:104: warning: negative integer implicitly converted to unsigned type h5repack.c:106: warning: negative integer implicitly converted to unsigned type mv -f .deps/h5repack.Tpo .deps/h5repack.Po gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repack_copy.o -MD -MP -MF .deps/h5repack_copy.Tpo -c -o h5repack_copy.o h5repack_copy.c mv -f .deps/h5repack_copy.Tpo .deps/h5repack_copy.Po gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repack_filters.o -MD -MP -MF .deps/h5repack_filters.Tpo -c -o h5repack_filters.o h5repack_filters.c mv -f .deps/h5repack_filters.Tpo .deps/h5repack_filters.Po gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repack_opttable.o -MD -MP -MF .deps/h5repack_opttable.Tpo -c -o h5repack_opttable.o h5repack_opttable.c h5repack_opttable.c: In function â??init_packobjectâ??: h5repack_opttable.c:42: warning: negative integer implicitly converted to unsigned type mv -f .deps/h5repack_opttable.Tpo .deps/h5repack_opttable.Po gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repack_parse.o -MD -MP -MF .deps/h5repack_parse.Tpo -c -o h5repack_parse.o h5repack_parse.c h5repack_parse.c: In function â??parse_filterâ??: h5repack_parse.c:415: warning: comparison of unsigned expression < 0 is always false h5repack_parse.c:456: warning: comparison of unsigned expression < 0 is always false mv -f .deps/h5repack_parse.Tpo .deps/h5repack_parse.Po gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repack_refs.o -MD -MP -MF .deps/h5repack_refs.Tpo -c -o h5repack_refs.o h5repack_refs.c mv -f .deps/h5repack_refs.Tpo .deps/h5repack_refs.Po gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repack_verify.o -MD -MP -MF .deps/h5repack_verify.Tpo -c -o h5repack_verify.o h5repack_verify.c h5repack_verify.c: In function â??h5repack_verifyâ??: h5repack_verify.c:85: warning: passing argument 3 of â??has_filtersâ?? as unsigned due to prototype h5repack_verify.c:154: warning: passing argument 3 of â??has_filtersâ?? as unsigned due to prototype h5repack_verify.c: In function â??has_filtersâ??: h5repack_verify.c:457: warning: comparison of unsigned expression < 0 is always false h5repack_verify.c: In function â??h5repack_verifyâ??: h5repack_verify.c:52: warning: â??pidâ?? may be used uninitialized in this function h5repack_verify.c:53: warning: â??sidâ?? may be used uninitialized in this function h5repack_verify.c:51: warning: â??didâ?? may be used uninitialized in this function mv -f .deps/h5repack_verify.Tpo .deps/h5repack_verify.Po gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repack_main.o -MD -MP -MF .deps/h5repack_main.Tpo -c -o h5repack_main.o h5repack_main.c h5repack_main.c: In function â??mainâ??: h5repack_main.c:260: warning: passing argument 2 of â??parse_command_lineâ?? from incompatible pointer type h5repack_main.c: In function â??parse_command_lineâ??: h5repack_main.c:458: warning: passing argument 1 of â??parse_numberâ?? discards qualifiers from pointer target type mv -f .deps/h5repack_main.Tpo .deps/h5repack_main.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o h5repack h5repack.o h5repack_copy.o h5repack_filters.o h5repack_opttable.o h5repack_parse.o h5repack_refs.o h5repack_verify.o h5repack_main.o ../../tools/lib/libh5tools.la ../../test/libh5test.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5repack h5repack.o h5repack_copy.o h5repack_filters.o h5repack_opttable.o h5repack_parse.o h5repack_refs.o h5repack_verify.o h5repack_main.o -L/usr/local/include/lib ../../tools/lib/.libs/libh5tools.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT testh5repack_detect_szip.o -MD -MP -MF .deps/testh5repack_detect_szip.Tpo -c -o testh5repack_detect_szip.o testh5repack_detect_szip.c mv -f .deps/testh5repack_detect_szip.Tpo .deps/testh5repack_detect_szip.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o testh5repack_detect_szip testh5repack_detect_szip.o ../../tools/lib/libh5tools.la ../../test/libh5test.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o testh5repack_detect_szip testh5repack_detect_szip.o -L/usr/local/include/lib ../../tools/lib/.libs/libh5tools.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repacktst.o -MD -MP -MF .deps/h5repacktst.Tpo -c -o h5repacktst.o h5repacktst.c mv -f .deps/h5repacktst.Tpo .deps/h5repacktst.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o h5repacktst h5repack.o h5repack_copy.o h5repack_filters.o h5repack_opttable.o h5repack_parse.o h5repack_refs.o h5repack_verify.o h5repacktst.o ../../tools/lib/libh5tools.la ../../test/libh5test.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5repacktst h5repack.o h5repack_copy.o h5repack_filters.o h5repack_opttable.o h5repack_parse.o h5repack_refs.o h5repack_verify.o h5repacktst.o -L/usr/local/include/lib ../../tools/lib/.libs/libh5tools.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lz -lm Making all in h5jam gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5jam.o -MD -MP -MF .deps/h5jam.Tpo -c -o h5jam.o h5jam.c mv -f .deps/h5jam.Tpo .deps/h5jam.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o h5jam h5jam.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5jam h5jam.o -L/usr/local/include/lib ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5unjam.o -MD -MP -MF .deps/h5unjam.Tpo -c -o h5unjam.o h5unjam.c mv -f .deps/h5unjam.Tpo .deps/h5unjam.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o h5unjam h5unjam.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5unjam h5unjam.o -L/usr/local/include/lib ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tellub.o -MD -MP -MF .deps/tellub.Tpo -c -o tellub.o tellub.c mv -f .deps/tellub.Tpo .deps/tellub.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o tellub tellub.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o tellub tellub.o -L/usr/local/include/lib ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5jamgentest.o -MD -MP -MF .deps/h5jamgentest.Tpo -c -o h5jamgentest.o h5jamgentest.c h5jamgentest.c: In function â??create_textfileâ??: h5jamgentest.c:339: warning: passing argument 2 of â??creatâ?? with different width due to prototype mv -f .deps/h5jamgentest.Tpo .deps/h5jamgentest.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o h5jamgentest h5jamgentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5jamgentest h5jamgentest.o -L/usr/local/include/lib ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT getub.o -MD -MP -MF .deps/getub.Tpo -c -o getub.o getub.c mv -f .deps/getub.Tpo .deps/getub.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o getub getub.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o getub getub.o -L/usr/local/include/lib ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lz -lm Making all in h5copy gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5copy.o -MD -MP -MF .deps/h5copy.Tpo -c -o h5copy.o h5copy.c mv -f .deps/h5copy.Tpo .deps/h5copy.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o h5copy h5copy.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5copy h5copy.o -L/usr/local/include/lib ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5copygentest.o -MD -MP -MF .deps/h5copygentest.Tpo -c -o h5copygentest.o h5copygentest.c mv -f .deps/h5copygentest.Tpo .deps/h5copygentest.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o h5copygentest h5copygentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5copygentest h5copygentest.o -L/usr/local/include/lib ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lz -lm Making all in h5stat gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5stat.o -MD -MP -MF .deps/h5stat.Tpo -c -o h5stat.o h5stat.c mv -f .deps/h5stat.Tpo .deps/h5stat.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o h5stat h5stat.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5stat h5stat.o -L/usr/local/include/lib ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5stat_gentest.o -MD -MP -MF .deps/h5stat_gentest.Tpo -c -o h5stat_gentest.o h5stat_gentest.c mv -f .deps/h5stat_gentest.Tpo .deps/h5stat_gentest.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o h5stat_gentest h5stat_gentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5stat_gentest h5stat_gentest.o -L/usr/local/include/lib ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lz -lm make[2]: Nothing to be done for `all-am'. Making all in . gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT pio_perf.o -MD -MP -MF .deps/pio_perf.Tpo -c -o pio_perf.o pio_perf.c mv -f .deps/pio_perf.Tpo .deps/pio_perf.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT pio_engine.o -MD -MP -MF .deps/pio_engine.Tpo -c -o pio_engine.o pio_engine.c mv -f .deps/pio_engine.Tpo .deps/pio_engine.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT pio_timer.o -MD -MP -MF .deps/pio_timer.Tpo -c -o pio_timer.o pio_timer.c mv -f .deps/pio_timer.Tpo .deps/pio_timer.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o h5perf pio_perf.o pio_engine.o pio_timer.o ../tools/lib/libh5tools.la ../test/libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5perf pio_perf.o pio_engine.o pio_timer.o -L/usr/local/include/lib ../tools/lib/.libs/libh5tools.a ../test/.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT sio_perf.o -MD -MP -MF .deps/sio_perf.Tpo -c -o sio_perf.o sio_perf.c sio_perf.c: In function â??mainâ??: sio_perf.c:343: warning: unused variable â??retâ?? sio_perf.c: In function â??run_test_loopâ??: sio_perf.c:399: warning: unused variable â??doing_sioâ?? sio_perf.c: In function â??run_testâ??: sio_perf.c:452: warning: unused variable â??comm_sizeâ?? sio_perf.c: In function â??output_resultsâ??: sio_perf.c:766: warning: comparing floating point with == or != is unsafe sio_perf.c:774: warning: comparing floating point with == or != is unsafe sio_perf.c:781: warning: comparing floating point with == or != is unsafe sio_perf.c: In function â??output_reportâ??: sio_perf.c:801: warning: function might be possible candidate for â??printfâ?? format attribute sio_perf.c: In function â??parse_command_lineâ??: sio_perf.c:983: warning: declaration of â??iâ?? shadows a previous local sio_perf.c:940: warning: shadowed declaration is here sio_perf.c:1023: warning: declaration of â??iâ?? shadows a previous local sio_perf.c:940: warning: shadowed declaration is here sio_perf.c:1052: warning: declaration of â??iâ?? shadows a previous local sio_perf.c:940: warning: shadowed declaration is here sio_perf.c:1111: warning: declaration of â??iâ?? shadows a previous local sio_perf.c:940: warning: shadowed declaration is here sio_perf.c:1180: warning: declaration of â??iâ?? shadows a previous local sio_perf.c:940: warning: shadowed declaration is here sio_perf.c:1209: warning: declaration of â??iâ?? shadows a previous local sio_perf.c:940: warning: shadowed declaration is here sio_perf.c: In function â??run_testâ??: sio_perf.c:502: warning: function call has aggregate value mv -f .deps/sio_perf.Tpo .deps/sio_perf.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT sio_engine.o -MD -MP -MF .deps/sio_engine.Tpo -c -o sio_engine.o sio_engine.c sio_engine.c: In function â??sio_create_filenameâ??: sio_engine.c:398: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype sio_engine.c: In function â??do_writeâ??: sio_engine.c:464: warning: comparison between signed and unsigned sio_engine.c: In function â??dset_writeâ??: sio_engine.c:691: warning: comparison between signed and unsigned sio_engine.c: In function â??posix_buffer_writeâ??: sio_engine.c:738: warning: comparison between signed and unsigned sio_engine.c:764: warning: passing argument 2 of â??lseekâ?? with different width due to prototype sio_engine.c: In function â??do_readâ??: sio_engine.c:802: warning: comparison between signed and unsigned sio_engine.c:865: warning: format â??%ldâ?? expects type â??long intâ??, but argument 3 has type â??off_tâ?? sio_engine.c: In function â??posix_buffer_readâ??: sio_engine.c:1019: warning: comparison between signed and unsigned sio_engine.c:1040: warning: passing argument 2 of â??lseekâ?? with different width due to prototype sio_engine.c: In function â??set_vfdâ??: sio_engine.c:1128: warning: declaration of â??faplâ?? shadows a global declaration sio_engine.c:143: warning: shadowed declaration is here sio_engine.c: In function â??do_sioâ??: sio_engine.c:167: warning: function returns an aggregate sio_engine.c:178: warning: â??res.timersâ?? may be used uninitialized in this function mv -f .deps/sio_engine.Tpo .deps/sio_engine.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT sio_timer.o -MD -MP -MF .deps/sio_timer.Tpo -c -o sio_timer.o sio_timer.c mv -f .deps/sio_timer.Tpo .deps/sio_timer.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o h5perf_serial sio_perf.o sio_engine.o sio_timer.o ../tools/lib/libh5tools.la ../test/libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5perf_serial sio_perf.o sio_engine.o sio_timer.o -L/usr/local/include/lib ../tools/lib/.libs/libh5tools.a ../test/.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT iopipe.o -MD -MP -MF .deps/iopipe.Tpo -c -o iopipe.o iopipe.c mv -f .deps/iopipe.Tpo .deps/iopipe.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o iopipe iopipe.o ../test/libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o iopipe iopipe.o -L/usr/local/include/lib ../test/.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT chunk.o -MD -MP -MF .deps/chunk.Tpo -c -o chunk.o chunk.c mv -f .deps/chunk.Tpo .deps/chunk.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o chunk chunk.o ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o chunk chunk.o -L/usr/local/include/lib ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT overhead.o -MD -MP -MF .deps/overhead.Tpo -c -o overhead.o overhead.c mv -f .deps/overhead.Tpo .deps/overhead.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o overhead overhead.o ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o overhead overhead.o -L/usr/local/include/lib ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT zip_perf.o -MD -MP -MF .deps/zip_perf.Tpo -c -o zip_perf.o zip_perf.c zip_perf.c: In function â??errorâ??: zip_perf.c:186: warning: function might be possible candidate for â??printfâ?? format attribute zip_perf.c:181: warning: function might be possible candidate for attribute â??noreturnâ?? mv -f .deps/zip_perf.Tpo .deps/zip_perf.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o zip_perf zip_perf.o ../tools/lib/libh5tools.la ../test/libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o zip_perf zip_perf.o -L/usr/local/include/lib ../tools/lib/.libs/libh5tools.a ../test/.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT perf_meta.o -MD -MP -MF .deps/perf_meta.Tpo -c -o perf_meta.o perf_meta.c mv -f .deps/perf_meta.Tpo .deps/perf_meta.Po /bin/sh ../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o perf_meta perf_meta.o ../test/libh5test.la ../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o perf_meta perf_meta.o -L/usr/local/include/lib ../test/.libs/libh5test.a ../src/.libs/libhdf5.a -lz -lm Making all in hl Making all in src /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5DS.lo -MD -MP -MF .deps/H5DS.Tpo -c -o H5DS.lo H5DS.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5DS.lo -MD -MP -MF .deps/H5DS.Tpo -c H5DS.c -o H5DS.o mv -f .deps/H5DS.Tpo .deps/H5DS.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5IM.lo -MD -MP -MF .deps/H5IM.Tpo -c -o H5IM.lo H5IM.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5IM.lo -MD -MP -MF .deps/H5IM.Tpo -c H5IM.c -o H5IM.o mv -f .deps/H5IM.Tpo .deps/H5IM.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5LT.lo -MD -MP -MF .deps/H5LT.Tpo -c -o H5LT.lo H5LT.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5LT.lo -MD -MP -MF .deps/H5LT.Tpo -c H5LT.c -o H5LT.o H5LT.c: In function â??H5LTfind_datasetâ??: H5LT.c:819: warning: cast discards qualifiers from pointer target type H5LT.c: In function â??H5LT_find_attributeâ??: H5LT.c:1426: warning: cast discards qualifiers from pointer target type H5LT.c: In function â??H5LTtext_to_dtypeâ??: H5LT.c:1597: warning: nested extern declaration of â??H5LTyyparseâ?? mv -f .deps/H5LT.Tpo .deps/H5LT.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5LTanalyze.lo -MD -MP -MF .deps/H5LTanalyze.Tpo -c -o H5LTanalyze.lo H5LTanalyze.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5LTanalyze.lo -MD -MP -MF .deps/H5LTanalyze.Tpo -c H5LTanalyze.c -o H5LTanalyze.o H5LTanalyze.c:867:5: warning: "YY_STACK_USED" is not defined H5LTanalyze.c:979: warning: no previous prototype for â??H5LTyylexâ?? H5LTanalyze.l: In function â??H5LTyylexâ??: H5LTanalyze.l:174: warning: passing argument 2 of â??fwriteâ?? as unsigned due to prototype H5LTanalyze.c: In function â??yy_get_next_bufferâ??: H5LTanalyze.c:1566: warning: old-style function definition H5LTanalyze.c: In function â??yy_get_previous_stateâ??: H5LTanalyze.c:1698: warning: old-style function definition H5LTanalyze.c: In function â??inputâ??: H5LTanalyze.c:1805: warning: old-style function definition H5LTanalyze.c:1998:5: warning: "YY_ALWAYS_INTERACTIVE" is not defined H5LTanalyze.c:2001:5: warning: "YY_NEVER_INTERACTIVE" is not defined H5LTanalyze.c:2292:5: warning: "YY_MAIN" is not defined H5LTanalyze.l: In function â??my_yyinputâ??: H5LTanalyze.l:179: warning: passing argument 3 of â??memcpyâ?? as unsigned due to prototype H5LTanalyze.l:175: warning: unused parameter â??max_sizeâ?? H5LTanalyze.l: At top level: H5LTanalyze.l:185: warning: no previous prototype for â??H5LTyyerrorâ?? H5LTanalyze.l: In function â??H5LTyyerrorâ??: H5LTanalyze.l:187: warning: no return statement in function returning non-void H5LTanalyze.l: In function â??H5LTyywrapâ??: H5LTanalyze.l:190: warning: old-style function definition H5LTanalyze.l: In function â??H5LTyyerrorâ??: H5LTanalyze.l:187: warning: control reaches end of non-void function H5LTanalyze.l: At top level: H5LTanalyze.c:2271: warning: â??yy_flex_reallocâ?? defined but not used H5LTanalyze.c:1762: warning: â??yyunputâ?? defined but not used mv -f .deps/H5LTanalyze.Tpo .deps/H5LTanalyze.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5LTparse.lo -MD -MP -MF .deps/H5LTparse.Tpo -c -o H5LTparse.lo H5LTparse.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5LTparse.lo -MD -MP -MF .deps/H5LTparse.Tpo -c H5LTparse.c -o H5LTparse.o H5LTparse.c:33: warning: function declaration isnâ??t a prototype H5LTparse.y:21: warning: function declaration isnâ??t a prototype H5LTparse.c:465: warning: function declaration isnâ??t a prototype H5LTparse.c: In function â??yygrowstackâ??: H5LTparse.c:465: warning: old-style function definition H5LTparse.c: At top level: H5LTparse.c:523: warning: no previous prototype for â??H5LTyyparseâ?? H5LTparse.c: In function â??H5LTyyparseâ??: H5LTparse.c:590: warning: passing argument 1 of â??H5LTyyerrorâ?? discards qualifiers from pointer target type H5LTparse.y:176: warning: passing argument 3 of â??H5Tinsertâ?? as unsigned due to prototype H5LTparse.y:189: warning: passing argument 3 of â??H5Tinsertâ?? as unsigned due to prototype H5LTparse.c:1113: warning: passing argument 1 of â??H5LTyyerrorâ?? discards qualifiers from pointer target type mv -f .deps/H5LTparse.Tpo .deps/H5LTparse.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5PT.lo -MD -MP -MF .deps/H5PT.Tpo -c -o H5PT.lo H5PT.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5PT.lo -MD -MP -MF .deps/H5PT.Tpo -c H5PT.c -o H5PT.o mv -f .deps/H5PT.Tpo .deps/H5PT.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5TB.lo -MD -MP -MF .deps/H5TB.Tpo -c -o H5TB.lo H5TB.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5TB.lo -MD -MP -MF .deps/H5TB.Tpo -c H5TB.c -o H5TB.o mv -f .deps/H5TB.Tpo .deps/H5TB.Plo /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o libhdf5_hl.la -rpath /usr/local//lib H5DS.lo H5IM.lo H5LT.lo H5LTanalyze.lo H5LTparse.lo H5PT.lo H5TB.lo -lz -lm libtool: link: ar cru .libs/libhdf5_hl.a H5DS.o H5IM.o H5LT.o H5LTanalyze.o H5LTparse.o H5PT.o H5TB.o libtool: link: ranlib .libs/libhdf5_hl.a libtool: link: ( cd ".libs" && rm -f "libhdf5_hl.la" && ln -s "../libhdf5_hl.la" "libhdf5_hl.la" ) Making all in test gcc -DHAVE_CONFIG_H -I. -I../../src -I. -I. -I../../src -I../../src -I../../test -I../../test -I../../hl/src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT test_lite.o -MD -MP -MF .deps/test_lite.Tpo -c -o test_lite.o test_lite.c test_lite.c: In function â??test_dsetsâ??: test_lite.c:302: warning: comparing floating point with == or != is unsafe test_lite.c:313: warning: comparing floating point with == or != is unsafe test_lite.c:338: warning: comparing floating point with == or != is unsafe test_lite.c:349: warning: comparing floating point with == or != is unsafe test_lite.c: In function â??make_attributesâ??: test_lite.c:933: warning: comparing floating point with == or != is unsafe test_lite.c:944: warning: comparing floating point with == or != is unsafe test_lite.c:977: warning: comparing floating point with == or != is unsafe test_lite.c:988: warning: comparing floating point with == or != is unsafe mv -f .deps/test_lite.Tpo .deps/test_lite.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o test_lite test_lite.o ../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o test_lite test_lite.o -L/usr/local/include/lib ../../hl/src/.libs/libhdf5_hl.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I. -I. -I../../src -I../../src -I../../test -I../../test -I../../hl/src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT test_image.o -MD -MP -MF .deps/test_image.Tpo -c -o test_image.o test_image.c test_image.c: In function â??test_simpleâ??: test_image.c:185: warning: comparison between signed and unsigned test_image.c:213: warning: comparison between signed and unsigned mv -f .deps/test_image.Tpo .deps/test_image.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o test_image test_image.o ../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o test_image test_image.o -L/usr/local/include/lib ../../hl/src/.libs/libhdf5_hl.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I. -I. -I../../src -I../../src -I../../test -I../../test -I../../hl/src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT test_table.o -MD -MP -MF .deps/test_table.Tpo -c -o test_table.o test_table.c test_table.c:132: warning: declaration of â??writeâ?? shadows a global declaration /usr/include/unistd.h:509: warning: shadowed declaration is here test_table.c:133: warning: no previous prototype for â??test_tableâ?? test_table.c: In function â??test_tableâ??: test_table.c:370: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:370: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:413: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:413: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:456: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:456: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:496: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:496: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:501: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:501: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:540: warning: comparison between signed and unsigned test_table.c:542: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:542: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:548: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:548: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:554: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:554: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:560: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:560: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:632: warning: comparison between signed and unsigned test_table.c:663: warning: comparison between signed and unsigned test_table.c:694: warning: comparison between signed and unsigned test_table.c:725: warning: comparison between signed and unsigned test_table.c:733: warning: comparison between signed and unsigned test_table.c:735: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:735: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:780: warning: comparison between signed and unsigned test_table.c:782: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:782: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:788: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:788: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:794: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:794: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:839: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:839: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:844: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:844: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:881: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:881: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:886: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:886: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:947: warning: comparing floating point with == or != is unsafe test_table.c:1004: warning: comparing floating point with == or != is unsafe test_table.c:1067: warning: comparing floating point with == or != is unsafe test_table.c:1096: warning: comparing floating point with == or != is unsafe test_table.c:1155: warning: comparing floating point with == or != is unsafe test_table.c:1208: warning: comparing floating point with == or != is unsafe test_table.c:1274: warning: comparing floating point with == or != is unsafe test_table.c:1305: warning: comparing floating point with == or != is unsafe test_table.c:1348: warning: comparing floating point with == or != is unsafe test_table.c:1349: warning: comparing floating point with == or != is unsafe test_table.c:1389: warning: comparing floating point with == or != is unsafe test_table.c: In function â??cmp_parâ??: test_table.c:1583: warning: comparing floating point with == or != is unsafe test_table.c:1584: warning: comparing floating point with == or != is unsafe mv -f .deps/test_table.Tpo .deps/test_table.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o test_table test_table.o ../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o test_table test_table.o -L/usr/local/include/lib ../../hl/src/.libs/libhdf5_hl.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I. -I. -I../../src -I../../src -I../../test -I../../test -I../../hl/src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT test_ds.o -MD -MP -MF .deps/test_ds.Tpo -c -o test_ds.o test_ds.c mv -f .deps/test_ds.Tpo .deps/test_ds.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o test_ds test_ds.o ../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o test_ds test_ds.o -L/usr/local/include/lib ../../hl/src/.libs/libhdf5_hl.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I. -I. -I../../src -I../../src -I../../test -I../../test -I../../hl/src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT test_packet.o -MD -MP -MF .deps/test_packet.Tpo -c -o test_packet.o test_packet.c test_packet.c: In function â??cmp_parâ??: test_packet.c:76: warning: comparing floating point with == or != is unsafe test_packet.c:77: warning: comparing floating point with == or != is unsafe mv -f .deps/test_packet.Tpo .deps/test_packet.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o test_packet test_packet.o ../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o test_packet test_packet.o -L/usr/local/include/lib ../../hl/src/.libs/libhdf5_hl.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lz -lm Making all in tools Making all in gif2h5 gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT gif2hdf.o -MD -MP -MF .deps/gif2hdf.Tpo -c -o gif2hdf.o gif2hdf.c gif2hdf.c: In function â??mainâ??: gif2hdf.c:98: warning: function call has aggregate value mv -f .deps/gif2hdf.Tpo .deps/gif2hdf.Po gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT gif2mem.o -MD -MP -MF .deps/gif2mem.Tpo -c -o gif2mem.o gif2mem.c gif2mem.c: In function â??Gif2Memâ??: gif2mem.c:44: warning: function returns an aggregate mv -f .deps/gif2mem.Tpo .deps/gif2mem.Po gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT decompress.o -MD -MP -MF .deps/decompress.Tpo -c -o decompress.o decompress.c decompress.c: In function â??Decompressâ??: decompress.c:249: warning: passing argument 1 of â??AddToPixelâ?? with different width due to prototype decompress.c:289: warning: passing argument 1 of â??AddToPixelâ?? with different width due to prototype mv -f .deps/decompress.Tpo .deps/decompress.Po gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT gifread.o -MD -MP -MF .deps/gifread.Tpo -c -o gifread.o gifread.c mv -f .deps/gifread.Tpo .deps/gifread.Po gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT writehdf.o -MD -MP -MF .deps/writehdf.Tpo -c -o writehdf.o writehdf.c writehdf.c: In function â??WriteHDFâ??: writehdf.c:40: warning: unused parameter â??GIFFileNameâ?? mv -f .deps/writehdf.Tpo .deps/writehdf.Po /bin/sh ../../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o gif2h5 gif2hdf.o gif2mem.o decompress.o gifread.o writehdf.o ../../../hl/src/libhdf5_hl.la ../../../tools/lib/libh5tools.la ../../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o gif2h5 gif2hdf.o gif2mem.o decompress.o gifread.o writehdf.o -L/usr/local/include/lib ../../../hl/src/.libs/libhdf5_hl.a ../../../tools/lib/.libs/libh5tools.a ../../../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT hdf2gif.o -MD -MP -MF .deps/hdf2gif.Tpo -c -o hdf2gif.o hdf2gif.c hdf2gif.c: In function â??mainâ??: hdf2gif.c:64: warning: â??numcolsâ?? may be used uninitialized in this function mv -f .deps/hdf2gif.Tpo .deps/hdf2gif.Po gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT hdfgifwr.o -MD -MP -MF .deps/hdfgifwr.Tpo -c -o hdfgifwr.o hdfgifwr.c mv -f .deps/hdfgifwr.Tpo .deps/hdfgifwr.Po /bin/sh ../../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o h52gif hdf2gif.o hdfgifwr.o ../../../hl/src/libhdf5_hl.la ../../../tools/lib/libh5tools.la ../../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h52gif hdf2gif.o hdfgifwr.o -L/usr/local/include/lib ../../../hl/src/.libs/libhdf5_hl.a ../../../tools/lib/.libs/libh5tools.a ../../../src/.libs/libhdf5.a -lz -lm gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I/usr/local/include/include -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h52gifgentst.o -MD -MP -MF .deps/h52gifgentst.Tpo -c -o h52gifgentst.o h52gifgentst.c mv -f .deps/h52gifgentst.Tpo .deps/h52gifgentst.Po /bin/sh ../../../libtool --tag=CC --mode=link gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -L/usr/local/include/lib -o h52gifgentst h52gifgentst.o ../../../hl/src/libhdf5_hl.la ../../../tools/lib/libh5tools.la ../../../src/libhdf5.la -lz -lm libtool: link: gcc -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h52gifgentst h52gifgentst.o -L/usr/local/include/lib ../../../hl/src/.libs/libhdf5_hl.a ../../../tools/lib/.libs/libh5tools.a ../../../src/.libs/libhdf5.a -lz -lm make[3]: Nothing to be done for `all-am'. make[2]: Nothing to be done for `all-am'. Making all in perform make[1]: Nothing to be done for `all'. dhcp-235:hdf5-1.8.1 edo$ sudo make check Making check in src make check-TESTS make[4]: Nothing to be done for `_exec_check-s'. Making check in test make testhdf5 lheap ohdr stab gheap cache cache_api pool hyperslab istore bittests dt_arith dtypes dsets cmpd_dset extend external objcopy links unlink big mtime fillval mount flush1 flush2 enum set_extent ttsafe getname vfd ntypes dangle dtransform reserved cross_read btree2 fheap error_test err_compat testmeta testerror.sh make[2]: `testhdf5' is up to date. make[2]: `lheap' is up to date. make[2]: `ohdr' is up to date. make[2]: `stab' is up to date. make[2]: `gheap' is up to date. make[2]: `cache' is up to date. make[2]: `cache_api' is up to date. make[2]: `pool' is up to date. make[2]: `hyperslab' is up to date. make[2]: `istore' is up to date. make[2]: `bittests' is up to date. make[2]: `dt_arith' is up to date. make[2]: `dtypes' is up to date. make[2]: `dsets' is up to date. make[2]: `cmpd_dset' is up to date. make[2]: `extend' is up to date. make[2]: `external' is up to date. make[2]: `objcopy' is up to date. make[2]: `links' is up to date. make[2]: `unlink' is up to date. make[2]: `big' is up to date. make[2]: `mtime' is up to date. make[2]: `fillval' is up to date. make[2]: `mount' is up to date. make[2]: `flush1' is up to date. make[2]: `flush2' is up to date. make[2]: `enum' is up to date. make[2]: `set_extent' is up to date. make[2]: `ttsafe' is up to date. make[2]: `getname' is up to date. make[2]: `vfd' is up to date. make[2]: `ntypes' is up to date. make[2]: `dangle' is up to date. make[2]: `dtransform' is up to date. make[2]: `reserved' is up to date. make[2]: `cross_read' is up to date. make[2]: `btree2' is up to date. make[2]: `fheap' is up to date. make[2]: `error_test' is up to date. make[2]: `err_compat' is up to date. make[2]: `testmeta' is up to date. make[2]: `testerror.sh' is up to date. make check-TESTS ===Serial tests in test begin Mon Feb 9 17:19:40 EST 2009=== ============================ Testing testhdf5 Finished testing testhdf5 ============================ testhdf5 Test Log ============================ For help use: ./testhdf5 -help Linked with hdf5 version 1.8 release 1 Testing -- Configure definitions (config) Testing -- Encoding/decoding metadata (metadata) Testing -- Checksum algorithm (checksum) Testing -- Ternary Search Trees (tst) Testing -- Memory Heaps (heap) Testing -- Skip Lists (skiplist) Testing -- Reference Counted Strings (refstr) Testing -- Low-Level File I/O (file) Testing -- Generic Object Functions (objects) Testing -- Dataspaces (h5s) Testing -- Dataspace coordinates (coords) Testing -- Shared Object Header Messages (sohm) Testing -- Attributes (attr) Testing -- Selections (select) Testing -- Time Datatypes (time) Testing -- References (reference) Testing -- Variable-Length Datatypes (vltypes) Testing -- Variable-Length Strings (vlstrings) Testing -- Group & Attribute Iteration (iterate) Testing -- Array Datatypes (array) Testing -- Generic Properties (genprop) Testing -- UTF-8 Encoding (unicode) Testing -- User-Created Identifiers (id) Testing -- Miscellaneous (misc) All tests were successful. Cleaning Up temp files... 14.95 real 11.11 user 2.15 sys Finished testing testhdf5 ============================ ============================ Testing lheap Finished testing lheap ============================ lheap Test Log ============================ Testing local heap write PASSED Testing local heap read PASSED All local heap tests passed. 0.00 real 0.00 user 0.00 sys Finished testing lheap ============================ ============================ Testing ohdr Finished testing ohdr ============================ ohdr Test Log ============================ Using default file format: Testing object header creation PASSED Testing message creation PASSED Testing message modification PASSED Testing object header overflow in memory PASSED Testing close & re-open object header PASSED Testing object header overflow on disk PASSED Testing message deletion PASSED Testing constant message handling PASSED Testing object header closing PASSED Accessing objects with unknown header messages: Testing object with unknown header message and no flags set PASSED Testing object with unknown header message & 'fail if unknown' flag set PASSED Testing object with unknown header message & 'mark if unknown' flag set PASSED Using new file format: Testing object header creation PASSED Testing message creation PASSED Testing message modification PASSED Testing object header overflow in memory PASSED Testing close & re-open object header PASSED Testing object header overflow on disk PASSED Testing message deletion PASSED Testing constant message handling PASSED Testing object header closing PASSED Accessing objects with unknown header messages: Testing object with unknown header message and no flags set PASSED Testing object with unknown header message & 'fail if unknown' flag set PASSED Testing object with unknown header message & 'mark if unknown' flag set PASSED All object header tests passed. 0.01 real 0.00 user 0.00 sys Finished testing ohdr ============================ ============================ Testing stab Finished testing stab ============================ stab Test Log ============================ Testing miscellaneous group tests PASSED Testing long names PASSED Testing large directories PASSED Testing miscellaneous group tests (w/new group format) PASSED Testing long names (w/new group format) PASSED Testing large directories (w/new group format) PASSED Testing group lifecycle PASSED Testing long link names in compact groups PASSED Testing reading old groups PASSED Testing group without compact form PASSED Testing setting root group creation properties PASSED Testing old API routines PASSED All symbol table tests passed. 0.37 real 0.26 user 0.06 sys Finished testing stab ============================ ============================ Testing gheap Finished testing gheap ============================ gheap Test Log ============================ Testing monotonically increasing lengths PASSED Testing monotonically decreasing lengths PASSED Testing complete object removal PASSED Testing partial object removal PASSED All global heap tests passed. 0.02 real 0.01 user 0.00 sys Finished testing gheap ============================ ============================ Testing cache Finished testing cache ============================ cache Test Log ============================ Testing smoke check #1 -- all clean, ins, dest, ren, 4/2 MB cache PASSED Testing smoke check #2 -- ~1/2 dirty, ins, dest, ren, 4/2 MB cache PASSED Testing smoke check #3 -- all clean, ins, dest, ren, 2/1 KB cache PASSED Testing smoke check #4 -- ~1/2 dirty, ins, dest, ren, 2/1 KB cache PASSED Testing smoke check #5 -- all clean, ins, prot, unprot, AR cache 1 PASSED Testing smoke check #6 -- ~1/2 dirty, ins, prot, unprot, AR cache 1 PASSED Testing smoke check #7 -- all clean, ins, prot, unprot, AR cache 2 PASSED Testing smoke check #8 -- ~1/2 dirty, ins, prot, unprot, AR cache 2 PASSED Testing smoke check #9 -- all clean, ins, dest, ren, 4/2 MB, corked PASSED Testing smoke check #10 -- ~1/2 dirty, ins, dest, ren, 4/2 MB, corked PASSED Testing write permitted check -- 1/0 MB cache -SKIP- Clean and dirty LRU lists disabled. Testing H5C_insert_entry() functionality PASSED Testing H5C_flush_cache() functionality PASSED Testing H5C_get_entry_status() functionality PASSED Testing H5C_expunge_entry() functionality PASSED Testing multiple read only protects on a single entry PASSED Testing H5C_rename_entry() functionality PASSED Testing H5C_pin_protected_entry() functionality PASSED Testing entry resize functionality PASSED Testing evictions enabled/disabled functionality PASSED Testing flush cache with protected entry error PASSED Testing destroy cache with permanently pinned entry error PASSED Testing destroy cache with protected entry error PASSED Testing duplicate entry insertion error PASSED Testing rename to existing entry errors PASSED Testing pin a pinned entry error PASSED Testing unpin an unpinned entry error PASSED Testing pin entry related errors PASSED Testing protect a protected entry error PASSED Testing unprotect an unprotected entry error PASSED Testing mark entry dirty related errors PASSED Testing expunge entry related errors PASSED Testing resize entry related errors PASSED Testing unprotect a read only entry dirty error PASSED Testing protect a read only entry rw error PASSED Testing get/set evictions enabled errors PASSED Testing automatic cache resizing PASSED Testing automatic cache resize disable PASSED Testing automatic cache resize epoch marker management PASSED Testing automatic cache resize input errors PASSED Testing automatic cache resize auxilary functions PASSED 35.06 real 34.98 user 0.06 sys Finished testing cache ============================ ============================ Testing cache_api Finished testing cache_api ============================ cache_api Test Log ============================ Testing MDC/FAPL related API calls PASSED Testing MDC/FILE related API calls PASSED Testing MDC API smoke check -SKIP- Long tests disabled. Testing MDC/FAPL related API input errors PASSED Testing MDC/FILE related API input errors PASSED 0.00 real 0.00 user 0.00 sys Finished testing cache_api ============================ ============================ Testing pool Finished testing pool ============================ pool Test Log ============================ Testing memory pool creation PASSED Testing closing pool with blocks still allocated in one page PASSED Testing allocating first block in pool PASSED Testing allocating large first block in pool PASSED Testing splitting block in pool PASSED Testing allocating many small blocks PASSED Testing allocate normal-sized block in new page PASSED Testing allocate large-sized block in new page PASSED Testing allocate many random sized blocks PASSED All memory pool tests passed. 0.89 real 0.86 user 0.03 sys Finished testing pool ============================ ============================ Testing hyperslab Finished testing hyperslab ============================ hyperslab Test Log ============================ Test sizes: SMALL MEDIUM Testing hyperslab fill 11 variable hyperslab PASSED Testing hyperslab fill 11x10 variable hyperslab PASSED Testing hyperslab fill 3x5x5 variable hyperslab PASSED Testing hyperslab fill 113 variable hyperslab PASSED Testing hyperslab fill 15x11 variable hyperslab PASSED Testing hyperslab fill 5x7x7 variable hyperslab PASSED Testing hyperslab copy 11 variable source PASSED Testing hyperslab copy 11 variable destination PASSED Testing hyperslab copy 11 sync source & dest PASSED Testing hyperslab copy 179 variable source PASSED Testing hyperslab copy 179 variable destination PASSED Testing hyperslab copy 179 sync source & dest PASSED Testing hyperslab copy 11x10 variable source PASSED Testing hyperslab copy 11x10 variable destination PASSED Testing hyperslab copy 11x10 sync source & dest PASSED Testing hyperslab copy 13x19 variable source PASSED Testing hyperslab copy 13x19 variable destination PASSED Testing hyperslab copy 13x19 sync source & dest PASSED Testing hyperslab copy 73x67 variable source PASSED Testing hyperslab copy 73x67 variable destination PASSED Testing hyperslab copy 73x67 sync source & dest PASSED Testing hyperslab copy 3x5x5 variable source PASSED Testing hyperslab copy 3x5x5 variable destination PASSED Testing hyperslab copy 3x5x5 sync source & dest PASSED Testing hyperslab copy 7x9x5 variable source PASSED Testing hyperslab copy 7x9x5 variable destination PASSED Testing hyperslab copy 7x9x5 sync source & dest PASSED Testing multi-byte fill value PASSED Testing multi-byte fill value PASSED Testing endian conversion by stride PASSED Testing 2d transpose by stride 9x9d PASSED Testing 2d transpose by stride 3x11d PASSED Testing endian conversion by stride PASSED Testing 2d transpose by stride 1200x1200d PASSED Testing 2d transpose by stride 800x1800d PASSED Testing image sampling 10x20 to 5x10 PASSED Testing image sampling 5x10 to 10x20 PASSED Testing image sampling 960x1280 to 480x640 PASSED Testing image sampling 480x640 to 960x1280 PASSED Testing array filling 1-9 elements PASSED Testing array filling 9-257 elements PASSED Testing array offset 13x 11x 7 elements PASSED Testing array offset 347x 193x 71 elements PASSED All hyperslab tests passed. 1.35 real 1.29 user 0.06 sys Finished testing hyperslab ============================ ============================ Testing istore Finished testing istore ============================ istore Test Log ============================ Test sizes: SMALL Testing istore create PASSED Testing istore extend: 10 PASSED Testing istore extend: 10x10 PASSED Testing istore extend: 10x10x10 PASSED Testing istore sparse: 5 PASSED Testing istore sparse: 3x4 PASSED Testing istore sparse: 2x3x4 PASSED All i-store tests passed. 0.29 real 0.01 user 0.02 sys Finished testing istore ============================ ============================ Testing bittests Finished testing bittests ============================ bittests Test Log ============================ Testing bit search operations PASSED Testing bit set operations PASSED Testing bit clear operations PASSED Testing bit copy operations PASSED Testing bit shift operations PASSED Testing bit increment operations PASSED Testing bit decrement operations PASSED Testing bit negate operations PASSED All bit tests passed. 0.20 real 0.20 user 0.00 sys Finished testing bittests ============================ ============================ Testing dt_arith Finished testing dt_arith ============================ dt_arith Test Log ============================ Testing non-aligned conversions (ALIGNMENT=1).... Testing query functions of compiler conversion PASSED Testing user-define and query functions of floating-point types PASSED Testing user-define and query functions of integer types PASSED Floating-point overflow cases will be tested. Testing noop float -> float conversions PASSED Testing noop double -> double conversions PASSED Testing noop long double -> long double conversions PASSED Testing hard normalized float -> double conversions PASSED Testing hard normalized double -> float conversions PASSED Testing hard normalized float -> long double conversions PASSED Testing hard normalized double -> long double conversions PASSED Testing hard normalized long double -> float conversions PASSED Testing hard normalized long double -> double conversions PASSED Testing hard denormalized float -> double conversions PASSED Testing hard denormalized double -> float conversions PASSED Testing hard denormalized float -> long double conversions PASSED Testing hard denormalized double -> long double conversions PASSED Testing hard denormalized long double -> float conversions PASSED Testing hard denormalized long double -> double conversions PASSED Testing hard special float -> double conversions PASSED Testing hard special double -> float conversions PASSED Testing hard special float -> long double conversions PASSED Testing hard special double -> long double conversions PASSED Testing hard special long double -> float conversions PASSED Testing hard special long double -> double conversions PASSED Testing hard signed char -> unsigned char conversions PASSED Testing hard signed char -> short conversions PASSED Testing hard signed char -> unsigned short conversions PASSED Testing hard signed char -> int conversions PASSED Testing hard signed char -> unsigned int conversions PASSED Testing hard signed char -> long long conversions PASSED Testing hard signed char -> unsigned long long conversions PASSED Testing hard unsigned char -> signed char conversions PASSED Testing hard unsigned char -> short conversions PASSED Testing hard unsigned char -> unsigned short conversions PASSED Testing hard unsigned char -> int conversions PASSED Testing hard unsigned char -> unsigned int conversions PASSED Testing hard unsigned char -> long long conversions PASSED Testing hard unsigned char -> unsigned long long conversions PASSED Testing hard short -> signed char conversions PASSED Testing hard short -> unsigned char conversions PASSED Testing hard short -> unsigned short conversions PASSED Testing hard short -> int conversions PASSED Testing hard short -> unsigned int conversions PASSED Testing hard short -> long long conversions PASSED Testing hard short -> unsigned long long conversions PASSED Testing hard unsigned short -> signed char conversions PASSED Testing hard unsigned short -> unsigned char conversions PASSED Testing hard unsigned short -> short conversions PASSED Testing hard unsigned short -> int conversions PASSED Testing hard unsigned short -> unsigned int conversions PASSED Testing hard unsigned short -> long long conversions PASSED Testing hard unsigned short -> unsigned long long conversions PASSED Testing hard int -> signed char conversions PASSED Testing hard int -> unsigned char conversions PASSED Testing hard int -> short conversions PASSED Testing hard int -> unsigned short conversions PASSED Testing hard int -> unsigned int conversions PASSED Testing hard int -> long long conversions PASSED Testing hard int -> unsigned long long conversions PASSED Testing hard unsigned int -> signed char conversions PASSED Testing hard unsigned int -> unsigned char conversions PASSED Testing hard unsigned int -> short conversions PASSED Testing hard unsigned int -> unsigned short conversions PASSED Testing hard unsigned int -> int conversions PASSED Testing hard unsigned int -> long long conversions PASSED Testing hard unsigned int -> unsigned long long conversions PASSED Testing hard long long -> signed char conversions PASSED Testing hard long long -> unsigned char conversions PASSED Testing hard long long -> short conversions PASSED Testing hard long long -> unsigned short conversions PASSED Testing hard long long -> int conversions PASSED Testing hard long long -> unsigned int conversions PASSED Testing hard long long -> unsigned long long conversions PASSED Testing hard unsigned long long -> signed char conversions PASSED Testing hard unsigned long long -> unsigned char conversions PASSED Testing hard unsigned long long -> short conversions PASSED Testing hard unsigned long long -> unsigned short conversions PASSED Testing hard unsigned long long -> int conversions PASSED Testing hard unsigned long long -> unsigned int conversions PASSED Testing hard unsigned long long -> long long conversions PASSED Testing hard signed char -> float conversions PASSED Testing hard signed char -> double conversions PASSED Testing hard unsigned char -> float conversions PASSED Testing hard unsigned char -> double conversions PASSED Testing hard short -> float conversions PASSED Testing hard short -> double conversions PASSED Testing hard unsigned short -> float conversions PASSED Testing hard unsigned short -> double conversions PASSED Testing hard int -> float conversions PASSED Testing hard int -> double conversions PASSED Testing hard unsigned int -> float conversions PASSED Testing hard unsigned int -> double conversions PASSED Testing hard long long -> float conversions PASSED Testing hard long long -> double conversions PASSED Testing hard unsigned long long -> float conversions PASSED Testing hard unsigned long long -> double conversions PASSED Testing hard signed char -> long double conversions PASSED Testing hard unsigned char -> long double conversions PASSED Testing hard short -> long double conversions PASSED Testing hard unsigned short -> long double conversions PASSED Testing hard int -> long double conversions PASSED Testing hard unsigned int -> long double conversions PASSED Testing hard long long -> long double conversions PASSED Testing hard unsigned long long -> long double conversions PASSED Testing hard normalized float -> signed char conversions PASSED Testing hard normalized double -> signed char conversions PASSED Testing hard normalized float -> unsigned char conversions PASSED Testing hard normalized double -> unsigned char conversions PASSED Testing hard normalized float -> short conversions PASSED Testing hard normalized double -> short conversions PASSED Testing hard normalized float -> unsigned short conversions PASSED Testing hard normalized double -> unsigned short conversions PASSED Testing hard normalized float -> int conversions PASSED Testing hard normalized double -> int conversions PASSED Testing hard normalized float -> unsigned int conversions PASSED Testing hard normalized double -> unsigned int conversions PASSED Testing hard normalized float -> long long conversions PASSED Testing hard normalized double -> long long conversions PASSED Testing hard float -> unsigned long long conversions -SKIP- Test skipped due to hardware conversion error. Testing hard double -> unsigned long long conversions -SKIP- Test skipped due to hardware conversion error. Testing hard normalized long double -> signed char conversions PASSED Testing hard normalized long double -> unsigned char conversions PASSED Testing hard normalized long double -> short conversions PASSED Testing hard normalized long double -> unsigned short conversions PASSED Testing hard normalized long double -> int conversions PASSED Testing hard normalized long double -> unsigned int conversions PASSED Testing hard normalized long double -> long long conversions PASSED Testing hard long double -> unsigned long long conversions -SKIP- Test skipped due to hardware conversion error. Testing hard denormalized float -> signed char conversions PASSED Testing hard denormalized double -> signed char conversions PASSED Testing hard denormalized float -> unsigned char conversions PASSED Testing hard denormalized double -> unsigned char conversions PASSED Testing hard denormalized float -> short conversions PASSED Testing hard denormalized double -> short conversions PASSED Testing hard denormalized float -> unsigned short conversions PASSED Testing hard denormalized double -> unsigned short conversions PASSED Testing hard denormalized float -> int conversions PASSED Testing hard denormalized double -> int conversions PASSED Testing hard denormalized float -> unsigned int conversions PASSED Testing hard denormalized double -> unsigned int conversions PASSED Testing hard denormalized float -> long long conversions PASSED Testing hard denormalized double -> long long conversions PASSED Testing hard float -> unsigned long long conversions -SKIP- Test skipped due to hardware conversion error. Testing hard double -> unsigned long long conversions -SKIP- Test skipped due to hardware conversion error. Testing hard denormalized long double -> signed char conversions PASSED Testing hard denormalized long double -> unsigned char conversions PASSED Testing hard denormalized long double -> short conversions PASSED Testing hard denormalized long double -> unsigned short conversions PASSED Testing hard denormalized long double -> int conversions PASSED Testing hard denormalized long double -> unsigned int conversions PASSED Testing hard denormalized long double -> long long conversions PASSED Testing hard long double -> unsigned long long conversions -SKIP- Test skipped due to hardware conversion error. Testing hard special float -> signed char conversions PASSED Testing hard special double -> signed char conversions PASSED Testing hard special float -> unsigned char conversions PASSED Testing hard special double -> unsigned char conversions PASSED Testing hard special float -> short conversions PASSED Testing hard special double -> short conversions PASSED Testing hard special float -> unsigned short conversions PASSED Testing hard special double -> unsigned short conversions PASSED Testing hard special float -> int conversions PASSED Testing hard special double -> int conversions PASSED Testing hard special float -> unsigned int conversions PASSED Testing hard special double -> unsigned int conversions PASSED Testing hard special float -> long long conversions PASSED Testing hard special double -> long long conversions PASSED Testing hard float -> unsigned long long conversions -SKIP- Test skipped due to hardware conversion error. Testing hard double -> unsigned long long conversions -SKIP- Test skipped due to hardware conversion error. Testing hard special long double -> signed char conversions PASSED Testing hard special long double -> unsigned char conversions PASSED Testing hard special long double -> short conversions PASSED Testing hard special long double -> unsigned short conversions PASSED Testing hard special long double -> int conversions PASSED Testing hard special long double -> unsigned int conversions PASSED Testing hard special long double -> long long conversions PASSED Testing hard long double -> unsigned long long conversions -SKIP- Test skipped due to hardware conversion error. Testing hard particular floating number -> integer conversions PASSED Testing soft normalized float -> double conversions PASSED Testing soft normalized double -> float conversions PASSED Testing soft normalized float -> long double conversions PASSED Testing soft normalized double -> long double conversions PASSED Testing soft normalized long double -> float conversions PASSED Testing soft normalized long double -> double conversions PASSED Testing soft denormalized float -> double conversions PASSED Testing soft denormalized double -> float conversions PASSED Testing soft denormalized float -> long double conversions PASSED Testing soft denormalized double -> long double conversions PASSED Testing soft denormalized long double -> float conversions PASSED Testing soft denormalized long double -> double conversions PASSED Testing soft special float -> double conversions PASSED Testing soft special double -> float conversions PASSED Testing soft special float -> long double conversions PASSED Testing soft special double -> long double conversions PASSED Testing soft special long double -> float conversions PASSED Testing soft special long double -> double conversions PASSED Testing overlap calculations PASSED Testing soft signed char -> unsigned char conversions PASSED Testing soft signed char -> short conversions PASSED Testing soft signed char -> unsigned short conversions PASSED Testing soft signed char -> int conversions PASSED Testing soft signed char -> unsigned int conversions PASSED Testing soft signed char -> long long conversions PASSED Testing soft signed char -> unsigned long long conversions PASSED Testing soft unsigned char -> signed char conversions PASSED Testing soft unsigned char -> short conversions PASSED Testing soft unsigned char -> unsigned short conversions PASSED Testing soft unsigned char -> int conversions PASSED Testing soft unsigned char -> unsigned int conversions PASSED Testing soft unsigned char -> long long conversions PASSED Testing soft unsigned char -> unsigned long long conversions PASSED Testing soft short -> signed char conversions PASSED Testing soft short -> unsigned char conversions PASSED Testing soft short -> unsigned short conversions PASSED Testing soft short -> int conversions PASSED Testing soft short -> unsigned int conversions PASSED Testing soft short -> long long conversions PASSED Testing soft short -> unsigned long long conversions PASSED Testing soft unsigned short -> signed char conversions PASSED Testing soft unsigned short -> unsigned char conversions PASSED Testing soft unsigned short -> short conversions PASSED Testing soft unsigned short -> int conversions PASSED Testing soft unsigned short -> unsigned int conversions PASSED Testing soft unsigned short -> long long conversions PASSED Testing soft unsigned short -> unsigned long long conversions PASSED Testing soft int -> signed char conversions PASSED Testing soft int -> unsigned char conversions PASSED Testing soft int -> short conversions PASSED Testing soft int -> unsigned short conversions PASSED Testing soft int -> unsigned int conversions PASSED Testing soft int -> long long conversions PASSED Testing soft int -> unsigned long long conversions PASSED Testing soft unsigned int -> signed char conversions PASSED Testing soft unsigned int -> unsigned char conversions PASSED Testing soft unsigned int -> short conversions PASSED Testing soft unsigned int -> unsigned short conversions PASSED Testing soft unsigned int -> int conversions PASSED Testing soft unsigned int -> long long conversions PASSED Testing soft unsigned int -> unsigned long long conversions PASSED Testing soft long long -> signed char conversions PASSED Testing soft long long -> unsigned char conversions PASSED Testing soft long long -> short conversions PASSED Testing soft long long -> unsigned short conversions PASSED Testing soft long long -> int conversions PASSED Testing soft long long -> unsigned int conversions PASSED Testing soft long long -> unsigned long long conversions PASSED Testing soft unsigned long long -> signed char conversions PASSED Testing soft unsigned long long -> unsigned char conversions PASSED Testing soft unsigned long long -> short conversions PASSED Testing soft unsigned long long -> unsigned short conversions PASSED Testing soft unsigned long long -> int conversions PASSED Testing soft unsigned long long -> unsigned int conversions PASSED Testing soft unsigned long long -> long long conversions PASSED Testing soft normalized float -> signed char conversions PASSED Testing soft normalized double -> signed char conversions PASSED Testing soft normalized float -> unsigned char conversions PASSED Testing soft normalized double -> unsigned char conversions PASSED Testing soft normalized float -> short conversions PASSED Testing soft normalized double -> short conversions PASSED Testing soft normalized float -> unsigned short conversions PASSED Testing soft normalized double -> unsigned short conversions PASSED Testing soft normalized float -> int conversions PASSED Testing soft normalized double -> int conversions PASSED Testing soft normalized float -> unsigned int conversions PASSED Testing soft normalized double -> unsigned int conversions PASSED Testing soft normalized float -> long long conversions PASSED Testing soft normalized double -> long long conversions PASSED Testing soft float -> unsigned long long conversions -SKIP- Test skipped due to hardware conversion error. Testing soft double -> unsigned long long conversions -SKIP- Test skipped due to hardware conversion error. Testing soft normalized long double -> signed char conversions PASSED Testing soft normalized long double -> unsigned char conversions PASSED Testing soft normalized long double -> short conversions PASSED Testing soft normalized long double -> unsigned short conversions PASSED Testing soft normalized long double -> int conversions PASSED Testing soft normalized long double -> unsigned int conversions PASSED Testing soft normalized long double -> long long conversions PASSED Testing soft long double -> unsigned long long conversions -SKIP- Test skipped due to hardware conversion error. Testing soft denormalized float -> signed char conversions PASSED Testing soft denormalized double -> signed char conversions PASSED Testing soft denormalized float -> unsigned char conversions PASSED Testing soft denormalized double -> unsigned char conversions PASSED Testing soft denormalized float -> short conversions PASSED Testing soft denormalized double -> short conversions PASSED Testing soft denormalized float -> unsigned short conversions PASSED Testing soft denormalized double -> unsigned short conversions PASSED Testing soft denormalized float -> int conversions PASSED Testing soft denormalized double -> int conversions PASSED Testing soft denormalized float -> unsigned int conversions PASSED Testing soft denormalized double -> unsigned int conversions PASSED Testing soft denormalized float -> long long conversions PASSED Testing soft denormalized double -> long long conversions PASSED Testing soft float -> unsigned long long conversions -SKIP- Test skipped due to hardware conversion error. Testing soft double -> unsigned long long conversions -SKIP- Test skipped due to hardware conversion error. Testing soft denormalized long double -> signed char conversions PASSED Testing soft denormalized long double -> unsigned char conversions PASSED Testing soft denormalized long double -> short conversions PASSED Testing soft denormalized long double -> unsigned short conversions PASSED Testing soft denormalized long double -> int conversions PASSED Testing soft denormalized long double -> unsigned int conversions PASSED Testing soft denormalized long double -> long long conversions PASSED Testing soft long double -> unsigned long long conversions -SKIP- Test skipped due to hardware conversion error. Testing soft special float -> signed char conversions PASSED Testing soft special double -> signed char conversions PASSED Testing soft special float -> unsigned char conversions PASSED Testing soft special double -> unsigned char conversions PASSED Testing soft special float -> short conversions PASSED Testing soft special double -> short conversions PASSED Testing soft special float -> unsigned short conversions PASSED Testing soft special double -> unsigned short conversions PASSED Testing soft special float -> int conversions PASSED Testing soft special double -> int conversions PASSED Testing soft special float -> unsigned int conversions PASSED Testing soft special double -> unsigned int conversions PASSED Testing soft special float -> long long conversions PASSED Testing soft special double -> long long conversions PASSED Testing soft float -> unsigned long long conversions -SKIP- Test skipped due to hardware conversion error. Testing soft double -> unsigned long long conversions -SKIP- Test skipped due to hardware conversion error. Testing soft special long double -> signed char conversions PASSED Testing soft special long double -> unsigned char conversions PASSED Testing soft special long double -> short conversions PASSED Testing soft special long double -> unsigned short conversions PASSED Testing soft special long double -> int conversions PASSED Testing soft special long double -> unsigned int conversions PASSED Testing soft special long double -> long long conversions PASSED Testing soft long double -> unsigned long long conversions -SKIP- Test skipped due to hardware conversion error. Testing soft signed char -> float conversions PASSED Testing soft signed char -> double conversions PASSED Testing soft unsigned char -> float conversions PASSED Testing soft unsigned char -> double conversions PASSED Testing soft short -> float conversions PASSED Testing soft short -> double conversions PASSED Testing soft unsigned short -> float conversions PASSED Testing soft unsigned short -> double conversions PASSED Testing soft int -> float conversions PASSED Testing soft int -> double conversions PASSED Testing soft unsigned int -> float conversions PASSED Testing soft unsigned int -> double conversions PASSED Testing soft long long -> float conversions PASSED Testing soft long long -> double conversions PASSED Testing soft unsigned long long -> float conversions PASSED Testing soft unsigned long long -> double conversions PASSED Testing soft signed char -> long double conversions PASSED Testing soft unsigned char -> long double conversions PASSED Testing soft short -> long double conversions PASSED Testing soft unsigned short -> long double conversions PASSED Testing soft int -> long double conversions PASSED Testing soft unsigned int -> long double conversions PASSED Testing soft long long -> long double conversions PASSED Testing soft unsigned long long -> long double conversions PASSED All data type tests passed. 3.35 real 3.31 user 0.04 sys Finished testing dt_arith ============================ ============================ Testing dtypes Finished testing dtypes ============================ dtypes Test Log ============================ Testing non-aligned conversions (ALIGNMENT=1).... Testing H5Tget_class() PASSED Testing H5Tcopy() PASSED Testing H5Tdetect_class() PASSED Testing compound datatypes PASSED Testing query functions of compound and enumeration types PASSED Testing transient datatypes PASSED Testing named datatypes PASSED Testing functions of encoding and decoding datatypes PASSED Testing encoding datatypes with the 'use the latest format' flag PASSED Testing exceptions for int <-> float conversions PASSED Testing deprected API routines for datatypes PASSED Testing string conversions PASSED Testing random string conversion speed PASSED Testing some type functions for string PASSED Testing compound element reordering PASSED Testing compound subset conversions PASSED Testing compound element shrinking & reordering PASSED Testing optimized struct converter PASSED Testing compound element growing PASSED Testing compound element insertion PASSED Testing packing compound datatypes PASSED Testing compound datatype with VL string PASSED Testing array datatype of compound type with VL string PASSED Testing registering type conversion routine with compound conversions PASSED Testing adjust size of compound datatypes PASSED Testing compound datatypes of boundary size with latest format PASSED Testing random enum conversion O(N) PASSED Testing random enum conversion O(N log N) PASSED Testing non-native enumeration type conversion PASSED Testing bitfield conversions PASSED Testing some type functions for bitfield PASSED Testing opaque datatypes PASSED All datatype tests passed. 0.33 real 0.29 user 0.04 sys Finished testing dtypes ============================ ============================ Testing dsets Finished testing dsets ============================ dsets Test Log ============================ Testing with old file format: Testing create, open, close PASSED Testing simple I/O PASSED Testing compact dataset I/O PASSED Testing compact dataset of maximal size PASSED Testing data type conversion buffer size PASSED Testing data type conversion PASSED Testing H5Zget_filter_info PASSED Testing 'null' filter Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing Fletcher32 checksum(enabled for read) Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing Fletcher32 checksum(disabled for read) Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing Fletcher32 checksum(when data is corrupted) Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing deflate filter Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing szip filter -SKIP- Szip filter not enabled Testing shuffle filter Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing shuffle+deflate+checksum filters(checksum first) Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing shuffle+deflate+checksum filters(checksum last) Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing shuffle+szip+fletcher32 filters -SKIP- Szip, shuffle, or fletcher32 checksum filter not enabled Testing 8-bit shuffling (setup) PASSED Testing 8-bit shuffling (write) PASSED Testing 8-bit shuffling (read) PASSED Testing nbit filter Testing nbit int (setup) PASSED Testing nbit int (write) PASSED Testing nbit int (read) PASSED Testing nbit float (setup) PASSED Testing nbit float (write) PASSED Testing nbit float (read) PASSED Testing nbit double (setup) PASSED Testing nbit double (write) PASSED Testing nbit double (read) PASSED Testing nbit array (setup) PASSED Testing nbit array (write) PASSED Testing nbit array (read) PASSED Testing nbit compound (setup) PASSED Testing nbit compound (write) PASSED Testing nbit compound (read) PASSED Testing nbit compound complex (setup) PASSED Testing nbit compound complex (write) PASSED Testing nbit compound complex (read) PASSED Testing nbit compound with no-op type (setup) PASSED Testing nbit compound with no-op type (write) PASSED Testing nbit compound with no-op type (read) PASSED Testing scaleoffset filter Testing scaleoffset int without fill value (setup) PASSED Testing scaleoffset int without fill value (write) PASSED Testing scaleoffset int without fill value (read) PASSED Testing scaleoffset int with fill value (setup) PASSED Testing scaleoffset int with fill value (write) PASSED Testing scaleoffset int with fill value (read) PASSED Testing scaleoffset float without fill value, D-scaling (setup) PASSED Testing scaleoffset float without fill value, D-scaling (write) PASSED Testing scaleoffset float without fill value, D-scaling (read) PASSED Testing scaleoffset float with fill value, D-scaling (setup) PASSED Testing scaleoffset float with fill value, D-scaling (write) PASSED Testing scaleoffset float with fill value, D-scaling (read) PASSED Testing scaleoffset double without fill value, D-scaling (setup) PASSED Testing scaleoffset double without fill value, D-scaling (write) PASSED Testing scaleoffset double without fill value, D-scaling (read) PASSED Testing scaleoffset double with fill value, D-scaling (setup) PASSED Testing scaleoffset double with fill value, D-scaling (write) PASSED Testing scaleoffset double with fill value, D-scaling (read) PASSED Testing multi-open with extending PASSED Testing various datatypes PASSED Testing dataset offset with user block PASSED Testing dataset access with missing filter PASSED Testing dataset filter 'can apply' callback PASSED Testing dataset filter 'set local' callback PASSED Testing dataset szip filter 'can apply' callback -SKIP- Szip filter is not enabled. Testing comparing dataset creation property lists PASSED Testing filter deletion PASSED Testing filters with big-endian/little-endian data PASSED Testing I/O on datasets with zero-sized dims PASSED Testing Read dataset with unwritten chunk & undefined fill value PASSED Testing Write/read on randomly selected chunks PASSED Testing deprecated API routines PASSED Testing creating dataset with >4GB chunks PASSED Testing with new file format: Testing create, open, close PASSED Testing simple I/O PASSED Testing compact dataset I/O PASSED Testing compact dataset of maximal size PASSED Testing data type conversion buffer size PASSED Testing data type conversion PASSED Testing H5Zget_filter_info PASSED Testing 'null' filter Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing Fletcher32 checksum(enabled for read) Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing Fletcher32 checksum(disabled for read) Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing Fletcher32 checksum(when data is corrupted) Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing deflate filter Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing szip filter -SKIP- Szip filter not enabled Testing shuffle filter Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing shuffle+deflate+checksum filters(checksum first) Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing shuffle+deflate+checksum filters(checksum last) Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing shuffle+szip+fletcher32 filters -SKIP- Szip, shuffle, or fletcher32 checksum filter not enabled Testing 8-bit shuffling (setup) PASSED Testing 8-bit shuffling (write) PASSED Testing 8-bit shuffling (read) PASSED Testing nbit filter Testing nbit int (setup) PASSED Testing nbit int (write) PASSED Testing nbit int (read) PASSED Testing nbit float (setup) PASSED Testing nbit float (write) PASSED Testing nbit float (read) PASSED Testing nbit double (setup) PASSED Testing nbit double (write) PASSED Testing nbit double (read) PASSED Testing nbit array (setup) PASSED Testing nbit array (write) PASSED Testing nbit array (read) PASSED Testing nbit compound (setup) PASSED Testing nbit compound (write) PASSED Testing nbit compound (read) PASSED Testing nbit compound complex (setup) PASSED Testing nbit compound complex (write) PASSED Testing nbit compound complex (read) PASSED Testing nbit compound with no-op type (setup) PASSED Testing nbit compound with no-op type (write) PASSED Testing nbit compound with no-op type (read) PASSED Testing scaleoffset filter Testing scaleoffset int without fill value (setup) PASSED Testing scaleoffset int without fill value (write) PASSED Testing scaleoffset int without fill value (read) PASSED Testing scaleoffset int with fill value (setup) PASSED Testing scaleoffset int with fill value (write) PASSED Testing scaleoffset int with fill value (read) PASSED Testing scaleoffset float without fill value, D-scaling (setup) PASSED Testing scaleoffset float without fill value, D-scaling (write) PASSED Testing scaleoffset float without fill value, D-scaling (read) PASSED Testing scaleoffset float with fill value, D-scaling (setup) PASSED Testing scaleoffset float with fill value, D-scaling (write) PASSED Testing scaleoffset float with fill value, D-scaling (read) PASSED Testing scaleoffset double without fill value, D-scaling (setup) PASSED Testing scaleoffset double without fill value, D-scaling (write) PASSED Testing scaleoffset double without fill value, D-scaling (read) PASSED Testing scaleoffset double with fill value, D-scaling (setup) PASSED Testing scaleoffset double with fill value, D-scaling (write) PASSED Testing scaleoffset double with fill value, D-scaling (read) PASSED Testing multi-open with extending PASSED Testing various datatypes PASSED Testing dataset offset with user block PASSED Testing dataset access with missing filter PASSED Testing dataset filter 'can apply' callback PASSED Testing dataset filter 'set local' callback PASSED Testing dataset szip filter 'can apply' callback -SKIP- Szip filter is not enabled. Testing comparing dataset creation property lists PASSED Testing filter deletion PASSED Testing filters with big-endian/little-endian data PASSED Testing I/O on datasets with zero-sized dims PASSED Testing Read dataset with unwritten chunk & undefined fill value PASSED Testing Write/read on randomly selected chunks PASSED Testing deprecated API routines PASSED Testing creating dataset with >4GB chunks PASSED All dataset tests passed. 2.64 real 0.82 user 0.76 sys Finished testing dsets ============================ ============================ Testing cmpd_dset Finished testing cmpd_dset ============================ cmpd_dset Test Log ============================ Testing compound dataset: Testing basic compound write PASSED Testing basic compound read PASSED Testing reversal of struct members PASSED Testing subset struct read PASSED Testing partially initialized superset read PASSED Testing partially initialized superset optimized read PASSED Testing partially initialized superset write PASSED Testing explicit data space PASSED Testing hyperslab partial read to array PASSED Testing hyperslab partial read to another hyperslab PASSED Testing hyperslab to hyperslab part initialized read PASSED Testing hyperslab part initialized write PASSED Testing the optimization of when the source type is a subset of the dest: Testing writing data to contiguous and chunked datasets PASSED Testing rewriting data with a subset of original data type PASSED Testing reading data with a subset of original data type PASSED Testing the optimization of when the dest type is a subset of the source: Testing writing data to contiguous and chunked datasets PASSED Testing rewriting data with a subset of original data type PASSED Testing reading data with a subset of original data type PASSED All compound dataset tests passed. 7.23 real 0.47 user 0.52 sys Finished testing cmpd_dset ============================ ============================ Testing extend Finished testing extend ============================ extend Test Log ============================ Testing extendible dataset with incr. allocation PASSED Testing extendible dataset with incr. allocation w/deprec. symbols PASSED Testing extendible dataset with early allocation PASSED Testing extendible dataset with early allocation w/deprec. symbols PASSED All extend tests passed. 0.21 real 0.01 user 0.01 sys Finished testing extend ============================ ============================ Testing external Finished testing external ============================ external Test Log ============================ Testing fixed-size data space, exact storage PASSED Testing external storage is too small PASSED Testing extendible dataspace, exact external size PASSED Testing extendible dataspace, external storage is too small PASSED Testing unlimited dataspace, unlimited external storage PASSED Testing multiple external files PASSED Testing external file following unlimited file PASSED Testing address overflow in external files PASSED Testing read external dataset PASSED Testing write external dataset PASSED Testing opening external link twice PASSED All external storage tests passed. 0.08 real 0.00 user 0.00 sys Finished testing external ============================ ============================ Testing objcopy Finished testing objcopy ============================ objcopy Test Log ============================ Testing without shared src messages: Testing without shared dst messages: Testing with old group format: Testing H5Ocopy(): named datatype PASSED Testing H5Ocopy(): named vlen datatype PASSED Testing H5Ocopy(): named nested vlen datatype PASSED Testing H5Ocopy(): simple dataset PASSED Testing H5Ocopy(): empty contiguous dataset PASSED Testing H5Ocopy(): compound dataset PASSED Testing H5Ocopy(): chunked dataset PASSED Testing H5Ocopy(): empty chunked dataset PASSED Testing H5Ocopy(): sparse dataset PASSED Testing H5Ocopy(): compressed dataset PASSED Testing H5Ocopy(): compact dataset PASSED Testing H5Ocopy(): external dataset PASSED Testing H5Ocopy(): dataset that uses named datatype PASSED Testing H5Ocopy(): hier. of datasets using named datatype inside hier. PASSED Testing H5Ocopy(): hier. of datasets using named datatype outside hier. PASSED Testing H5Ocopy(): datasets that have multiple ohdr chunks PASSED Testing H5Ocopy(): objects with attributes using named datatypes PASSED Testing H5Ocopy(): contiguous dataset with VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with VLEN datatype PASSED Testing H5Ocopy(): compact dataset with VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with VLEN datatype PASSED Testing H5Ocopy(): variable length attribute PASSED Testing H5Ocopy(): compact dataset with named VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with named VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with named VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with named VLEN datatype PASSED Testing H5Ocopy(): compact dataset with nested VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with nested VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with nested VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with nested VLEN datatype PASSED Testing H5Ocopy(): empty group PASSED Testing H5Ocopy(): root group PASSED Testing H5Ocopy(): simple nested groups PASSED Testing H5Ocopy(): deep nested groups PASSED Testing H5Ocopy(): nested groups with loop PASSED Testing H5Ocopy(): wide nested groups with loop PASSED Testing H5Ocopy(): group with links PASSED Testing H5Ocopy(): object through soft link PASSED Testing H5Ocopy(): object through external link PASSED Testing H5Ocopy(): existing object PASSED Testing H5Ocopy(): full path PASSED Testing H5Ocopy(): named datatype in same file PASSED Testing H5Ocopy(): dataset with old layout format PASSED Testing H5Ocopy(): without attributes PASSED Testing H5Ocopy(): with missing groups PASSED Testing H5Ocopy(): expand soft link PASSED Testing H5Ocopy(): shallow group copy PASSED Testing H5Ocopy(): expand object reference PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing with shared src messages: Testing without shared dst messages: Testing with old group format: Testing H5Ocopy(): named datatype PASSED Testing H5Ocopy(): named vlen datatype PASSED Testing H5Ocopy(): named nested vlen datatype PASSED Testing H5Ocopy(): simple dataset PASSED Testing H5Ocopy(): empty contiguous dataset PASSED Testing H5Ocopy(): compound dataset PASSED Testing H5Ocopy(): chunked dataset PASSED Testing H5Ocopy(): empty chunked dataset PASSED Testing H5Ocopy(): sparse dataset PASSED Testing H5Ocopy(): compressed dataset PASSED Testing H5Ocopy(): compact dataset PASSED Testing H5Ocopy(): external dataset PASSED Testing H5Ocopy(): dataset that uses named datatype PASSED Testing H5Ocopy(): hier. of datasets using named datatype inside hier. PASSED Testing H5Ocopy(): hier. of datasets using named datatype outside hier. PASSED Testing H5Ocopy(): datasets that have multiple ohdr chunks PASSED Testing H5Ocopy(): objects with attributes using named datatypes PASSED Testing H5Ocopy(): contiguous dataset with VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with VLEN datatype PASSED Testing H5Ocopy(): compact dataset with VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with VLEN datatype PASSED Testing H5Ocopy(): variable length attribute PASSED Testing H5Ocopy(): compact dataset with named VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with named VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with named VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with named VLEN datatype PASSED Testing H5Ocopy(): compact dataset with nested VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with nested VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with nested VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with nested VLEN datatype PASSED Testing H5Ocopy(): empty group PASSED Testing H5Ocopy(): root group PASSED Testing H5Ocopy(): simple nested groups PASSED Testing H5Ocopy(): deep nested groups PASSED Testing H5Ocopy(): nested groups with loop PASSED Testing H5Ocopy(): wide nested groups with loop PASSED Testing H5Ocopy(): group with links PASSED Testing H5Ocopy(): object through soft link PASSED Testing H5Ocopy(): object through external link PASSED Testing H5Ocopy(): existing object PASSED Testing H5Ocopy(): full path PASSED Testing H5Ocopy(): named datatype in same file PASSED Testing H5Ocopy(): dataset with old layout format PASSED Testing H5Ocopy(): without attributes PASSED Testing H5Ocopy(): with missing groups PASSED Testing H5Ocopy(): expand soft link PASSED Testing H5Ocopy(): shallow group copy PASSED Testing H5Ocopy(): expand object reference PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing without shared src messages: Testing with shared dst messages: Testing with old group format: Testing H5Ocopy(): named datatype PASSED Testing H5Ocopy(): named vlen datatype PASSED Testing H5Ocopy(): named nested vlen datatype PASSED Testing H5Ocopy(): simple dataset PASSED Testing H5Ocopy(): empty contiguous dataset PASSED Testing H5Ocopy(): compound dataset PASSED Testing H5Ocopy(): chunked dataset PASSED Testing H5Ocopy(): empty chunked dataset PASSED Testing H5Ocopy(): sparse dataset PASSED Testing H5Ocopy(): compressed dataset PASSED Testing H5Ocopy(): compact dataset PASSED Testing H5Ocopy(): external dataset PASSED Testing H5Ocopy(): dataset that uses named datatype PASSED Testing H5Ocopy(): hier. of datasets using named datatype inside hier. PASSED Testing H5Ocopy(): hier. of datasets using named datatype outside hier. PASSED Testing H5Ocopy(): datasets that have multiple ohdr chunks PASSED Testing H5Ocopy(): objects with attributes using named datatypes PASSED Testing H5Ocopy(): contiguous dataset with VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with VLEN datatype PASSED Testing H5Ocopy(): compact dataset with VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with VLEN datatype PASSED Testing H5Ocopy(): variable length attribute PASSED Testing H5Ocopy(): compact dataset with named VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with named VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with named VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with named VLEN datatype PASSED Testing H5Ocopy(): compact dataset with nested VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with nested VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with nested VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with nested VLEN datatype PASSED Testing H5Ocopy(): empty group PASSED Testing H5Ocopy(): root group PASSED Testing H5Ocopy(): simple nested groups PASSED Testing H5Ocopy(): deep nested groups PASSED Testing H5Ocopy(): nested groups with loop PASSED Testing H5Ocopy(): wide nested groups with loop PASSED Testing H5Ocopy(): group with links PASSED Testing H5Ocopy(): object through soft link PASSED Testing H5Ocopy(): object through external link PASSED Testing H5Ocopy(): existing object PASSED Testing H5Ocopy(): full path PASSED Testing H5Ocopy(): named datatype in same file PASSED Testing H5Ocopy(): dataset with old layout format PASSED Testing H5Ocopy(): without attributes PASSED Testing H5Ocopy(): with missing groups PASSED Testing H5Ocopy(): expand soft link PASSED Testing H5Ocopy(): shallow group copy PASSED Testing H5Ocopy(): expand object reference PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing with shared src messages: Testing with shared dst messages: Testing with old group format: Testing H5Ocopy(): named datatype PASSED Testing H5Ocopy(): named vlen datatype PASSED Testing H5Ocopy(): named nested vlen datatype PASSED Testing H5Ocopy(): simple dataset PASSED Testing H5Ocopy(): empty contiguous dataset PASSED Testing H5Ocopy(): compound dataset PASSED Testing H5Ocopy(): chunked dataset PASSED Testing H5Ocopy(): empty chunked dataset PASSED Testing H5Ocopy(): sparse dataset PASSED Testing H5Ocopy(): compressed dataset PASSED Testing H5Ocopy(): compact dataset PASSED Testing H5Ocopy(): external dataset PASSED Testing H5Ocopy(): dataset that uses named datatype PASSED Testing H5Ocopy(): hier. of datasets using named datatype inside hier. PASSED Testing H5Ocopy(): hier. of datasets using named datatype outside hier. PASSED Testing H5Ocopy(): datasets that have multiple ohdr chunks PASSED Testing H5Ocopy(): objects with attributes using named datatypes PASSED Testing H5Ocopy(): contiguous dataset with VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with VLEN datatype PASSED Testing H5Ocopy(): compact dataset with VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with VLEN datatype PASSED Testing H5Ocopy(): variable length attribute PASSED Testing H5Ocopy(): compact dataset with named VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with named VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with named VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with named VLEN datatype PASSED Testing H5Ocopy(): compact dataset with nested VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with nested VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with nested VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with nested VLEN datatype PASSED Testing H5Ocopy(): empty group PASSED Testing H5Ocopy(): root group PASSED Testing H5Ocopy(): simple nested groups PASSED Testing H5Ocopy(): deep nested groups PASSED Testing H5Ocopy(): nested groups with loop PASSED Testing H5Ocopy(): wide nested groups with loop PASSED Testing H5Ocopy(): group with links PASSED Testing H5Ocopy(): object through soft link PASSED Testing H5Ocopy(): object through external link PASSED Testing H5Ocopy(): existing object PASSED Testing H5Ocopy(): full path PASSED Testing H5Ocopy(): named datatype in same file PASSED Testing H5Ocopy(): dataset with old layout format PASSED Testing H5Ocopy(): without attributes PASSED Testing H5Ocopy(): with missing groups PASSED Testing H5Ocopy(): expand soft link PASSED Testing H5Ocopy(): shallow group copy PASSED Testing H5Ocopy(): expand object reference PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing without shared src messages: Testing without shared dst messages: Testing with new group format: Testing H5Ocopy(): named datatype PASSED Testing H5Ocopy(): named vlen datatype PASSED Testing H5Ocopy(): named nested vlen datatype PASSED Testing H5Ocopy(): simple dataset PASSED Testing H5Ocopy(): empty contiguous dataset PASSED Testing H5Ocopy(): compound dataset PASSED Testing H5Ocopy(): chunked dataset PASSED Testing H5Ocopy(): empty chunked dataset PASSED Testing H5Ocopy(): sparse dataset PASSED Testing H5Ocopy(): compressed dataset PASSED Testing H5Ocopy(): compact dataset PASSED Testing H5Ocopy(): external dataset PASSED Testing H5Ocopy(): dataset that uses named datatype PASSED Testing H5Ocopy(): hier. of datasets using named datatype inside hier. PASSED Testing H5Ocopy(): hier. of datasets using named datatype outside hier. PASSED Testing H5Ocopy(): datasets that have multiple ohdr chunks PASSED Testing H5Ocopy(): objects with attributes using named datatypes PASSED Testing H5Ocopy(): contiguous dataset with VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with VLEN datatype PASSED Testing H5Ocopy(): compact dataset with VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with VLEN datatype PASSED Testing H5Ocopy(): variable length attribute PASSED Testing H5Ocopy(): compact dataset with named VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with named VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with named VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with named VLEN datatype PASSED Testing H5Ocopy(): compact dataset with nested VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with nested VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with nested VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with nested VLEN datatype PASSED Testing H5Ocopy(): empty group PASSED Testing H5Ocopy(): root group PASSED Testing H5Ocopy(): simple nested groups PASSED Testing H5Ocopy(): deep nested groups PASSED Testing H5Ocopy(): nested groups with loop PASSED Testing H5Ocopy(): wide nested groups with loop PASSED Testing H5Ocopy(): group with links PASSED Testing H5Ocopy(): object through soft link PASSED Testing H5Ocopy(): object through external link PASSED Testing H5Ocopy(): existing object PASSED Testing H5Ocopy(): full path PASSED Testing H5Ocopy(): named datatype in same file PASSED Testing H5Ocopy(): dataset with old layout format PASSED Testing H5Ocopy(): without attributes PASSED Testing H5Ocopy(): with missing groups PASSED Testing H5Ocopy(): expand soft link PASSED Testing H5Ocopy(): shallow group copy PASSED Testing H5Ocopy(): expand object reference PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing with shared src messages: Testing without shared dst messages: Testing with new group format: Testing H5Ocopy(): named datatype PASSED Testing H5Ocopy(): named vlen datatype PASSED Testing H5Ocopy(): named nested vlen datatype PASSED Testing H5Ocopy(): simple dataset PASSED Testing H5Ocopy(): empty contiguous dataset PASSED Testing H5Ocopy(): compound dataset PASSED Testing H5Ocopy(): chunked dataset PASSED Testing H5Ocopy(): empty chunked dataset PASSED Testing H5Ocopy(): sparse dataset PASSED Testing H5Ocopy(): compressed dataset PASSED Testing H5Ocopy(): compact dataset PASSED Testing H5Ocopy(): external dataset PASSED Testing H5Ocopy(): dataset that uses named datatype PASSED Testing H5Ocopy(): hier. of datasets using named datatype inside hier. PASSED Testing H5Ocopy(): hier. of datasets using named datatype outside hier. PASSED Testing H5Ocopy(): datasets that have multiple ohdr chunks PASSED Testing H5Ocopy(): objects with attributes using named datatypes PASSED Testing H5Ocopy(): contiguous dataset with VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with VLEN datatype PASSED Testing H5Ocopy(): compact dataset with VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with VLEN datatype PASSED Testing H5Ocopy(): variable length attribute PASSED Testing H5Ocopy(): compact dataset with named VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with named VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with named VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with named VLEN datatype PASSED Testing H5Ocopy(): compact dataset with nested VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with nested VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with nested VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with nested VLEN datatype PASSED Testing H5Ocopy(): empty group PASSED Testing H5Ocopy(): root group PASSED Testing H5Ocopy(): simple nested groups PASSED Testing H5Ocopy(): deep nested groups PASSED Testing H5Ocopy(): nested groups with loop PASSED Testing H5Ocopy(): wide nested groups with loop PASSED Testing H5Ocopy(): group with links PASSED Testing H5Ocopy(): object through soft link PASSED Testing H5Ocopy(): object through external link PASSED Testing H5Ocopy(): existing object PASSED Testing H5Ocopy(): full path PASSED Testing H5Ocopy(): named datatype in same file PASSED Testing H5Ocopy(): dataset with old layout format PASSED Testing H5Ocopy(): without attributes PASSED Testing H5Ocopy(): with missing groups PASSED Testing H5Ocopy(): expand soft link PASSED Testing H5Ocopy(): shallow group copy PASSED Testing H5Ocopy(): expand object reference PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing without shared src messages: Testing with shared dst messages: Testing with new group format: Testing H5Ocopy(): named datatype PASSED Testing H5Ocopy(): named vlen datatype PASSED Testing H5Ocopy(): named nested vlen datatype PASSED Testing H5Ocopy(): simple dataset PASSED Testing H5Ocopy(): empty contiguous dataset PASSED Testing H5Ocopy(): compound dataset PASSED Testing H5Ocopy(): chunked dataset PASSED Testing H5Ocopy(): empty chunked dataset PASSED Testing H5Ocopy(): sparse dataset PASSED Testing H5Ocopy(): compressed dataset PASSED Testing H5Ocopy(): compact dataset PASSED Testing H5Ocopy(): external dataset PASSED Testing H5Ocopy(): dataset that uses named datatype PASSED Testing H5Ocopy(): hier. of datasets using named datatype inside hier. PASSED Testing H5Ocopy(): hier. of datasets using named datatype outside hier. PASSED Testing H5Ocopy(): datasets that have multiple ohdr chunks PASSED Testing H5Ocopy(): objects with attributes using named datatypes PASSED Testing H5Ocopy(): contiguous dataset with VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with VLEN datatype PASSED Testing H5Ocopy(): compact dataset with VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with VLEN datatype PASSED Testing H5Ocopy(): variable length attribute PASSED Testing H5Ocopy(): compact dataset with named VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with named VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with named VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with named VLEN datatype PASSED Testing H5Ocopy(): compact dataset with nested VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with nested VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with nested VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with nested VLEN datatype PASSED Testing H5Ocopy(): empty group PASSED Testing H5Ocopy(): root group PASSED Testing H5Ocopy(): simple nested groups PASSED Testing H5Ocopy(): deep nested groups PASSED Testing H5Ocopy(): nested groups with loop PASSED Testing H5Ocopy(): wide nested groups with loop PASSED Testing H5Ocopy(): group with links PASSED Testing H5Ocopy(): object through soft link PASSED Testing H5Ocopy(): object through external link PASSED Testing H5Ocopy(): existing object PASSED Testing H5Ocopy(): full path PASSED Testing H5Ocopy(): named datatype in same file PASSED Testing H5Ocopy(): dataset with old layout format PASSED Testing H5Ocopy(): without attributes PASSED Testing H5Ocopy(): with missing groups PASSED Testing H5Ocopy(): expand soft link PASSED Testing H5Ocopy(): shallow group copy PASSED Testing H5Ocopy(): expand object reference PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing with shared src messages: Testing with shared dst messages: Testing with new group format: Testing H5Ocopy(): named datatype PASSED Testing H5Ocopy(): named vlen datatype PASSED Testing H5Ocopy(): named nested vlen datatype PASSED Testing H5Ocopy(): simple dataset PASSED Testing H5Ocopy(): empty contiguous dataset PASSED Testing H5Ocopy(): compound dataset PASSED Testing H5Ocopy(): chunked dataset PASSED Testing H5Ocopy(): empty chunked dataset PASSED Testing H5Ocopy(): sparse dataset PASSED Testing H5Ocopy(): compressed dataset PASSED Testing H5Ocopy(): compact dataset PASSED Testing H5Ocopy(): external dataset PASSED Testing H5Ocopy(): dataset that uses named datatype PASSED Testing H5Ocopy(): hier. of datasets using named datatype inside hier. PASSED Testing H5Ocopy(): hier. of datasets using named datatype outside hier. PASSED Testing H5Ocopy(): datasets that have multiple ohdr chunks PASSED Testing H5Ocopy(): objects with attributes using named datatypes PASSED Testing H5Ocopy(): contiguous dataset with VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with VLEN datatype PASSED Testing H5Ocopy(): compact dataset with VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with VLEN datatype PASSED Testing H5Ocopy(): variable length attribute PASSED Testing H5Ocopy(): compact dataset with named VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with named VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with named VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with named VLEN datatype PASSED Testing H5Ocopy(): compact dataset with nested VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with nested VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with nested VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with nested VLEN datatype PASSED Testing H5Ocopy(): empty group PASSED Testing H5Ocopy(): root group PASSED Testing H5Ocopy(): simple nested groups PASSED Testing H5Ocopy(): deep nested groups PASSED Testing H5Ocopy(): nested groups with loop PASSED Testing H5Ocopy(): wide nested groups with loop PASSED Testing H5Ocopy(): group with links PASSED Testing H5Ocopy(): object through soft link PASSED Testing H5Ocopy(): object through external link PASSED Testing H5Ocopy(): existing object PASSED Testing H5Ocopy(): full path PASSED Testing H5Ocopy(): named datatype in same file PASSED Testing H5Ocopy(): dataset with old layout format PASSED Testing H5Ocopy(): without attributes PASSED Testing H5Ocopy(): with missing groups PASSED Testing H5Ocopy(): expand soft link PASSED Testing H5Ocopy(): shallow group copy PASSED Testing H5Ocopy(): expand object reference PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing H5Ocopy(): preserve NULL messages PASSED All object copying tests passed. 10.64 real 7.62 user 1.89 sys Finished testing objcopy ============================ ============================ Testing links Finished testing links ============================ links Test Log ============================ Testing link creation PASSED Testing link queries PASSED Testing H5Lcreate functions PASSED Testing new link queries PASSED Testing long names for objects & links PASSED Testing too many links PASSED Testing link creation property lists PASSED Testing H5Lmove PASSED Testing H5Lcopy PASSED Testing moving and copying links preserves their properties PASSED Testing backwards compatibility PASSED Testing external link to root PASSED Testing external link to object on path PASSED Testing external links across multiple files PASSED Testing external link to self PASSED Testing external links back and forth PASSED Testing too many external links PASSED Testing dangling external links PASSED Testing recursive external links PASSED Testing query aspects of external link PASSED Testing unlinking external link in compact group PASSED Testing unlinking external link in dense group PASSED Testing move external link PASSED Testing external link along for the ride PASSED Testing that external files are closed during traversal PASSED Testing endianness of external links PASSED Testing that external files work with strong file close degree PASSED Testing external links via environment variable -SKIP- Testing external links via H5Pset_elink_prefix() PASSED Testing external links via main file's absolute path PASSED Testing external links via main file's CWD + relative path PASSED Testing external links via current working directory PASSED Testing external links via target's absolute path PASSED Testing external links via main file's CWD PASSED Testing external links via main file's CWD + target's relative path PASSED Testing external links via chdir and found in current working directory PASSED Testing user-defined link callbacks PASSED Testing user-defined link error conditions PASSED Testing user data passed through lapl PASSED Testing adjusting nlinks with LAPL PASSED Testing link type field in H5Lget_info PASSED Testing link visiting PASSED Testing link visiting by name PASSED Testing object visiting PASSED Testing object visiting by name PASSED Testing that all files were closed correctly PASSED Testing link creation (w/new group format) PASSED Testing link queries (w/new group format) PASSED Testing H5Lcreate functions (w/new group format) PASSED Testing new link queries (w/new group format) PASSED Testing long names for objects & links (w/new group format) PASSED Testing too many links (w/new group format) PASSED Testing link creation property lists (w/new group format) PASSED Testing H5Lmove (w/new group format) PASSED Testing H5Lcopy (w/new group format) PASSED Testing moving and copying links preserves their properties (w/new group format) PASSED Testing backwards compatibility (w/new group format) PASSED Testing external link to root (w/new group format) PASSED Testing external link to object on path (w/new group format) PASSED Testing external links across multiple files (w/new group format) PASSED Testing external link to self (w/new group format) PASSED Testing external links back and forth (w/new group format) PASSED Testing too many external links (w/new group format) PASSED Testing dangling external links (w/new group format) PASSED Testing recursive external links (w/new group format) PASSED Testing query aspects of external link (w/new group format) PASSED Testing unlinking external link in compact group (w/new group format) PASSED Testing unlinking external link in dense group (w/new group format) PASSED Testing move external link (w/new group format) PASSED Testing external link along for the ride (w/new group format) PASSED Testing that external files are closed during traversal (w/new group format) PASSED Testing endianness of external links (w/new group format) PASSED Testing that external files work with strong file close degree (w/new group format) PASSED Testing external links via environment variable (w/new group format) -SKIP- Testing external links via H5Pset_elink_prefix()(w/new group format) PASSED Testing external links via main file's absolute path (w/new group format) PASSED Testing external links via main file's CWD + relative path(w/new group format) PASSED Testing external links via current working directory(w/new group format) PASSED Testing external links via target's absolute path (w/new group format) PASSED Testing external links via main file's CWD (w/new group format) PASSED Testing external links via main file's CWD + target's relative path(w/new group format) PASSED Testing external links via chdir and found in current working directory (w/new group format) PASSED Testing user-defined hard link (w/new group format) PASSED Testing registering a new class for existing UD links (w/new group format) PASSED Testing user-defined link callbacks (w/new group format) PASSED Testing user-defined link error conditions (w/new group format) PASSED Testing user data passed through lapl (w/new group format) PASSED Testing adjusting nlinks with LAPL (w/new group format) PASSED Testing link type field in H5Lget_info (w/new group format) PASSED Testing link visiting (w/new group format) PASSED Testing link visiting by name (w/new group format) PASSED Testing object visiting (w/new group format) PASSED Testing object visiting by name (w/new group format) PASSED Testing that all files were closed correctly (w/new group format) PASSED Testing creating empty group with creation order indexing PASSED Testing creating compact group with creation order indexing PASSED Testing creating dense group with creation order indexing PASSED Testing transitioning group with creation order indexing between dense & compact forms PASSED Testing deleting group with creation order indexing in dense form PASSED Testing querying info by index w/o creation order index, using soft links PASSED Testing querying info by index w/creation order index, using soft links PASSED Testing querying info by index w/o creation order index, using hard links PASSED Testing querying info by index w/creation order index, using hard links PASSED Testing deleting links by name index in increasing order w/o creation order index PASSED Testing deleting links by name index in increasing order w/creation order index PASSED Testing deleting links by name index in decreasing order w/o creation order index PASSED Testing deleting links by name index in decreasing order w/creation order index PASSED Testing deleting links by creation order index in increasing order w/o creation order index PASSED Testing deleting links by creation order index in increasing order w/creation order index PASSED Testing deleting links by creation order index in decreasing order w/o creation order index PASSED Testing deleting links by creation order index in decreasing order w/creation order index PASSED Testing iterating over links by name index in increasing order w/o creation order index PASSED Testing iterating over links by name index in increasing order w/creation order index PASSED Testing iterating over links by name index in decreasing order w/o creation order index PASSED Testing iterating over links by name index in decreasing order w/creation order index PASSED Testing iterating over links by name index in native order w/o creation order index PASSED Testing iterating over links by name index in native order w/creation order index PASSED Testing iterating over links by creation order index in increasing order w/o creation order index PASSED Testing iterating over links by creation order index in increasing order w/creation order index PASSED Testing iterating over links by creation order index in decreasing order w/o creation order index PASSED Testing iterating over links by creation order index in decreasing order w/creation order index PASSED Testing iterating over links by creation order index in native order w/o creation order index PASSED Testing iterating over links by creation order index in native order w/creation order index PASSED Testing open object by name index in increasing order w/o creation order index PASSED Testing open object by name index in increasing order w/creation order index PASSED Testing open object by name index in decreasing order w/o creation order index PASSED Testing open object by name index in decreasing order w/creation order index PASSED Testing open object by name index in native order w/o creation order index PASSED Testing open object by name index in native order w/creation order index PASSED Testing open object by creation order index in increasing order w/o creation order index PASSED Testing open object by creation order index in increasing order w/creation order index PASSED Testing open object by creation order index in decreasing order w/o creation order index PASSED Testing open object by creation order index in decreasing order w/creation order index PASSED Testing open object by creation order index in native order w/o creation order index PASSED Testing open object by creation order index in native order w/creation order index PASSED Testing query object info by name index in increasing order w/o creation order index PASSED Testing query object info by name index in increasing order w/creation order index PASSED Testing query object info by name index in decreasing order w/o creation order index PASSED Testing query object info by name index in decreasing order w/creation order index PASSED Testing query object info by name index in native order w/o creation order index PASSED Testing query object info by name index in native order w/creation order index PASSED Testing query object info by creation order index in increasing order w/o creation order index PASSED Testing query object info by creation order index in increasing order w/creation order index PASSED Testing query object info by creation order index in decreasing order w/o creation order index PASSED Testing query object info by creation order index in decreasing order w/creation order index PASSED Testing query object info by creation order index in native order w/o creation order index PASSED Testing query object info by creation order index in native order w/creation order index PASSED Testing query group info by name index in increasing order w/o creation order index PASSED Testing query group info by name index in increasing order w/creation order index PASSED Testing query group info by name index in decreasing order w/o creation order index PASSED Testing query group info by name index in decreasing order w/creation order index PASSED Testing query group info by name index in native order w/o creation order index PASSED Testing query group info by name index in native order w/creation order index PASSED Testing query group info by creation order index in increasing order w/o creation order index PASSED Testing query group info by creation order index in increasing order w/creation order index PASSED Testing query group info by creation order index in decreasing order w/o creation order index PASSED Testing query group info by creation order index in decreasing order w/creation order index PASSED Testing query group info by creation order index in native order w/o creation order index PASSED Testing query group info by creation order index in native order w/creation order index PASSED Testing timestamps on objects PASSED Testing querying info by index in old-style group, using soft links PASSED Testing querying info by index in old-style group, using hard links PASSED Testing deleting links by index in increasing order in old-style group PASSED Testing deleting links by index in decreasing order in old-style group PASSED Testing iterating over links by name index in increasing order in old-style group PASSED Testing iterating over links by name index in decreasing order in old-style group PASSED Testing iterating over links by name index in native order in old-style group PASSED Testing open object by name index in increasing order in old-style group PASSED Testing open object by name index in decreasing order in old-style group PASSED Testing open object by name index in native order in old-style group PASSED Testing query object info by name index in increasing order in old-style group PASSED Testing query object info by name index in decreasing order in old-style group PASSED Testing query object info by name index in native order in old-style group PASSED Testing query group info by name index in increasing order in old-style group PASSED Testing query group info by name index in decreasing order in old-style group PASSED Testing query group info by name index in native order in old-style group PASSED All link tests passed. 1.78 real 1.47 user 0.16 sys Finished testing links ============================ ============================ Testing unlink Finished testing unlink ============================ unlink Test Log ============================ Testing with old group format: Testing unlink by absolute name PASSED Testing unlink by local name PASSED Testing unlink without a name PASSED Testing forward unlink PASSED Testing backward unlink PASSED Testing inward unlink PASSED Testing outward unlink PASSED Testing symlink removal PASSED Testing object renaming PASSED Testing symlink renaming PASSED Testing new move PASSED Testing check new move function PASSED Testing file space gets reused: Testing contiguous dataset with late allocation PASSED Testing contiguous dataset with early allocation PASSED Testing chunked dataset with late allocation PASSED Testing chunked dataset with early allocation PASSED Testing compressed, chunked dataset PASSED Testing re-writing compressed, chunked dataset PASSED Testing compact dataset PASSED Testing object header continuations PASSED Testing named datatype PASSED Testing single group PASSED Testing multiple groups PASSED Testing simple group hierarchy PASSED Testing complex group hierarchy PASSED Testing duplicate dataset PASSED Testing duplicate group PASSED Testing duplicate named datatype PASSED Testing duplicate attribute PASSED Testing create and unlink large number of objects PASSED Testing create and unlink large number of objects with small cache PASSED Testing creating links with multiple slashes PASSED Testing deleting links with multiple slashes PASSED Testing deleting right-most child in non-leaf B-tree node PASSED Testing deleting right-most child in non-leaf B-tree node PASSED Testing deleting right-most child in non-leaf B-tree node PASSED Testing resurrecting dataset after deletion PASSED Testing resurrecting datatype after deletion PASSED Testing resurrecting group after deletion PASSED Testing unlinking chunked dataset PASSED Testing with new group format: Testing unlink by absolute name PASSED Testing unlink by local name PASSED Testing unlink without a name PASSED Testing forward unlink PASSED Testing backward unlink PASSED Testing inward unlink PASSED Testing outward unlink PASSED Testing symlink removal PASSED Testing object renaming PASSED Testing symlink renaming PASSED Testing new move PASSED Testing check new move function PASSED Testing file space gets reused: Testing contiguous dataset with late allocation PASSED Testing contiguous dataset with early allocation PASSED Testing chunked dataset with late allocation PASSED Testing chunked dataset with early allocation PASSED Testing compressed, chunked dataset PASSED Testing re-writing compressed, chunked dataset PASSED Testing compact dataset PASSED Testing object header continuations PASSED Testing named datatype PASSED Testing single group PASSED Testing multiple groups PASSED Testing simple group hierarchy PASSED Testing complex group hierarchy PASSED Testing duplicate dataset PASSED Testing duplicate group PASSED Testing duplicate named datatype PASSED Testing duplicate attribute PASSED Testing create and unlink large number of objects PASSED Testing create and unlink large number of objects with small cache PASSED Testing creating links with multiple slashes PASSED Testing deleting links with multiple slashes PASSED Testing resurrecting dataset after deletion PASSED Testing resurrecting datatype after deletion PASSED Testing resurrecting group after deletion PASSED Testing unlinking chunked dataset PASSED Testing unlinking non-empty compact group PASSED Testing unlinking non-empty dense group PASSED All unlink tests passed. 3.45 real 2.93 user 0.46 sys Finished testing unlink ============================ ============================ Testing big Finished testing big ============================ big Test Log ============================ Testing big file with the Family Driver Changing file drivers to the family driver, 1073741824 bytes each Checking if file system is adequate for this test... Test skipped because file system does not support holes. Usage: big [-h] [-c] [-fsize <fsize>} -h Print the help page -c File system Checking skipped. Caution: this test generates many big files and may fill up the file system. -fsize Change family size default to <fsize> where <fsize> is a positive float point number. Default value is 1073741824. Examples: big -fsize 2.1e9 # test with file size just under 2GB big -fsize 2.2e9 # test with file size just above 2GB Be sure the file system can support the file size requested 0.00 real 0.00 user 0.00 sys Finished testing big ============================ ============================ Testing mtime Finished testing mtime ============================ mtime Test Log ============================ Testing modification time messages -SKIP- The modification time could not be decoded on this OS. Modification times will be mantained in the file but cannot be queried on this system. See H5O_mtime_decode(). 0.00 real 0.00 user 0.00 sys Finished testing mtime ============================ ============================ Testing fillval Finished testing fillval ============================ fillval Test Log ============================ Testing property lists PASSED Testing property lists, with variable-length datatype PASSED Testing with old file format: Testing chunked dataset creation PASSED Testing chunked dataset I/O PASSED Testing chunked dataset extend PASSED Testing contiguous dataset creation PASSED Testing contiguous dataset I/O PASSED Testing contiguous dataset extend -SKIP- Not implemented yet -- needs H5S_SELECT_DIFF operator Testing contiguous dataset compatibility with v. 1.4 PASSED Testing compact dataset creation PASSED Testing compact dataset I/O PASSED Testing with new file format: Testing chunked dataset creation PASSED Testing chunked dataset I/O PASSED Testing chunked dataset extend PASSED Testing contiguous dataset creation PASSED Testing contiguous dataset I/O PASSED Testing contiguous dataset extend -SKIP- Not implemented yet -- needs H5S_SELECT_DIFF operator Testing contiguous dataset compatibility with v. 1.4 PASSED Testing compact dataset creation PASSED Testing compact dataset I/O PASSED All fill value tests passed. 23.44 real 9.41 user 6.82 sys Finished testing fillval ============================ ============================ Testing mount Finished testing mount ============================ mount Test Log ============================ Testing basic functionality PASSED Testing illegal mount operations PASSED Testing name hiding under mount point PASSED Testing mount point open PASSED Testing multi-linked mount point PASSED Testing mount point unlinking PASSED Testing object renaming PASSED Testing mount point renaming PASSED Testing preopening objects under the mount point PASSED Testing open object access after unmount PASSED Testing interfile hard links PASSED Testing file handle uniformity PASSED Testing file handle close PASSED Testing mounting on group after file is closed PASSED Testing mounting after file is unmounted PASSED Testing missing unmount PASSED Testing hold open w/file PASSED Testing hold open w/group PASSED Testing file close degrees must be same PASSED Testing 'semi' file close degree PASSED Testing 'strong' file close degree PASSED Testing access permissions PASSED Testing multiple mounts PASSED Testing nested mounts survive PASSED Testing close parent PASSED Testing cutting mount graph PASSED Testing symlinks PASSED All mount tests passed. 0.08 real 0.05 user 0.03 sys Finished testing mount ============================ ============================ Testing flush1 Finished testing flush1 ============================ flush1 Test Log ============================ Testing H5Fflush (part1) PASSED 0.01 real 0.00 user 0.00 sys Finished testing flush1 ============================ ============================ Testing flush2 Finished testing flush2 ============================ flush2 Test Log ============================ Testing H5Fflush (part2 with flush) PASSED Testing H5Fflush (part2 without flush) PASSED Testing H5Fflush (part2 with flush and later addition) PASSED 0.01 real 0.00 user 0.00 sys Finished testing flush2 ============================ ============================ Testing enum Finished testing enum ============================ enum Test Log ============================ Testing named enumeration types PASSED Testing no-conversion datasets PASSED Testing O(1) conversions PASSED Testing O(log N) converions PASSED Testing for non-existing name and value PASSED Testing some functions with enumeration types PASSED All enum tests passed. 0.00 real 0.00 user 0.00 sys Finished testing enum ============================ ============================ Testing set_extent Finished testing set_extent ============================ set_extent Test Log ============================ Testing extend dataset create with fill value PASSED Testing extend dataset create without fill value PASSED Testing extend dataset read with fill value PASSED Testing extend dataset read without fill value PASSED All set_extent tests passed. 0.01 real 0.00 user 0.00 sys Finished testing set_extent ============================ ============================ Testing ttsafe Finished testing ttsafe ============================ ttsafe Test Log ============================ Test skipped because THREADSAFE not enabled 0.00 real 0.00 user 0.00 sys Finished testing ttsafe ============================ ============================ Testing getname Finished testing getname ============================ getname Test Log ============================ Testing H5Iget_name with one group PASSED Testing H5Iget_name with more than one group PASSED Testing H5Iget_name with H5Gopen2 PASSED Testing H5Iget_name with H5Dcreate2 PASSED Testing H5Iget_name with H5Dopen2 PASSED Testing H5Iget_name with a long path PASSED Testing H5Iget_name with H5Tcommit2 PASSED Testing H5Iget_name with H5Topen2 PASSED Testing H5Iget_name with H5Lmove and H5Gopen2 PASSED Testing H5Iget_name with H5Lmove and H5Dopen2 PASSED Testing H5Iget_name with H5Lmove and H5Topen2 PASSED Testing H5Iget_name with H5Lmove and relative names PASSED Testing H5Iget_name with H5Lmove and a long path PASSED Testing H5Iget_name with H5Lmove and a long path #2 PASSED Testing H5Iget_name with H5Ldelete PASSED Testing H5Iget_name with H5Ldelete and a long path PASSED Testing H5Iget_name with H5Ldelete, same names PASSED Testing H5Iget_name with H5Fmount; with IDs on the list PASSED Testing H5Iget_name with H5Fmount; long name PASSED Testing H5Iget_name with H5Funmount PASSED Testing H5Iget_name with a defined type dataset PASSED Testing H5Iget_name with datasets that have two names PASSED Testing H5Iget_name with different files PASSED Testing H5Iget_name with different files #2 PASSED Testing H5Iget_name with a small buffer for name PASSED Testing H5Iget_name with a dynamic buffer for name PASSED Testing H5Iget_name with invalid IDs PASSED Testing H5Iget_name with added names with mounting PASSED Testing H5Iget_name with H5Fclose PASSED Testing H5Iget_name with H5Fmount and H5Ldelete PASSED Testing H5Iget_name with H5Fmount and H5Lmove PASSED Testing H5Iget_name with H5Lcreate_hard PASSED Testing H5Iget_name with H5Lcreate_soft PASSED Testing H5Iget_name with H5Lcreate_soft and move target PASSED Testing H5Iget_name with H5Lcreate_soft and move source PASSED Testing H5Iget_name with H5Lcreate_soft and unlink target PASSED Testing H5Iget_name with H5Lcreate_soft and unlink source PASSED Testing H5Iget_name with several nested mounted files PASSED Testing H5Iget_name and H5Lmove with repeated path components PASSED Testing H5Iget_name with higher mounted file PASSED Testing H5Iget_name with multiple hard links and mounted files PASSED Testing H5Iget_name with mounted files and unlinking PASSED Testing H5Iget_name with mounting already mounted files PASSED Testing H5Iget_name with opening object in unmounted file PASSED Testing getting path to normal dataset in root group PASSED Testing getting path to dataset in /Group1 PASSED Testing getting path to /Group1 PASSED Testing getting path to datatype in /Group1 PASSED Testing getting path to dataset in nested group PASSED Testing getting path to nested group PASSED Testing getting path to dataset created via hard link PASSED Testing getting path to root group PASSED Testing getting path to dataset hidden by a mounted file PASSED Testing getting path to dataset that has been unlinked PASSED Testing H5Rget_name to get name from region reference(hyperslab) PASSED Testing H5Iget_name to get name from region reference(hyperslab) PASSED Testing H5Rget_name to get name from region reference(pnt selec) PASSED Testing H5Iget_name to get name from region reference(pnt selec) PASSED All getname tests passed. 0.04 real 0.03 user 0.01 sys Finished testing getname ============================ ============================ Testing vfd Finished testing vfd ============================ vfd Test Log ============================ Testing SEC2 file driver PASSED Testing CORE file driver PASSED Testing FAMILY file driver PASSED Testing FAMILY file driver backward compatibility PASSED Testing MULTI file driver PASSED Testing Direct I/O file driver -SKIP- All Virtual File Driver tests passed. 0.03 real 0.00 user 0.01 sys Finished testing vfd ============================ ============================ Testing ntypes Finished testing ntypes ============================ ntypes Test Log ============================ Testing atomic datatype PASSED Testing compound datatype PASSED Testing nested compound datatype PASSED Testing compound datatype with array as field PASSED Testing compound datatype with opaque field PASSED Testing enum datatype PASSED Testing array of compound datatype PASSED Testing array of atomic datatype PASSED Testing variable length datatype PASSED Testing variable length string datatype PASSED Testing fixed-length string datatype PASSED Testing reference datatype PASSED Testing dataset region reference PASSED Testing opaque datatype PASSED Testing bitfield datatype PASSED Testing native integer PASSED All native datatype tests passed. 0.08 real 0.04 user 0.02 sys Finished testing ntypes ============================ ============================ Testing dangle Finished testing dangle ============================ dangle Test Log ============================ Testing dangling objects with weak file close: Testing dangling dataset IDs PASSED Testing dangling group IDs PASSED Testing dangling named datatype IDs PASSED Testing dangling named datatype ID used by dataset PASSED Testing dangling attribute IDs PASSED Testing dangling objects with semi file close: Testing dangling dataset IDs PASSED Testing dangling group IDs PASSED Testing dangling named datatype IDs PASSED Testing dangling named datatype ID used by dataset PASSED Testing dangling attribute IDs PASSED Testing dangling objects with strong file close: Testing dangling dataset IDs PASSED Testing dangling group IDs PASSED Testing dangling named datatype IDs PASSED Testing dangling named datatype ID used by dataset PASSED Testing dangling attribute IDs PASSED All dangling ID tests passed. 0.08 real 0.07 user 0.00 sys Finished testing dangle ============================ ============================ Testing dtransform Finished testing dtransform ============================ dtransform Test Log ============================ Testing Intializing test... PASSED Testing H5Pget_data_transform (get before set) PASSED Testing H5Pset_data_transform (set with NULL transform) PASSED Testing H5Pset_data_transform (set with invalid transform 1) PASSED Testing H5Pset_data_transform (set with invalid transform 2) PASSED Testing H5Pset_data_transform (set with invalid transform 3) PASSED Testing H5Pset_data_transform (set with invalid transform 4) PASSED Testing H5Pset_data_transform (set with invalid transform 5) PASSED Testing H5Pset_data_transform (set with invalid transform 6) PASSED Testing H5Pset_data_transform (set with invalid transform 7) PASSED Testing H5Pset_data_transform (set with invalid transform 8) PASSED Testing contiguous, no data type conversion (char->char) PASSED Testing contiguous, no data type conversion (uchar->uchar) PASSED Testing contiguous, no data type conversion (schar->schar) PASSED Testing contiguous, with type conversion (float->schar) PASSED Testing contiguous, no data type conversion (short->short) PASSED Testing contiguous, with type conversion (float->short) PASSED Testing contiguous, no data type conversion (ushort->ushort) PASSED Testing contiguous, no data type conversion (int->int) PASSED Testing contiguous, with type conversion (float->int) PASSED Testing contiguous, no data type conversion (uint->uint) PASSED Testing contiguous, no data type conversion (long->long) PASSED Testing contiguous, with type conversion (float->long) PASSED Testing contiguous, no data type conversion (ulong->ulong) PASSED Testing contiguous, no data type conversion (llong->llong) PASSED Testing contiguous, with type conversion (float->llong) PASSED Testing contiguous, no data type conversion (ullong->ullong) PASSED Testing contiguous, no data type conversion (float->float) PASSED Testing contiguous, with type conversion (float->float) PASSED Testing contiguous, no data type conversion (double->double) PASSED Testing contiguous, with type conversion (float->double) PASSED Testing contiguous, no data type conversion (ldouble->ldouble) PASSED Testing contiguous, with type conversion (float->ldouble) PASSED Testing chunked, no data type conversion (char->char) PASSED Testing chunked, no data type conversion (uchar->uchar) PASSED Testing chunked, no data type conversion (schar->schar) PASSED Testing chunked, with type conversion (float->schar) PASSED Testing chunked, no data type conversion (short->short) PASSED Testing chunked, with type conversion (float->short) PASSED Testing chunked, no data type conversion (ushort->ushort) PASSED Testing chunked, no data type conversion (int->int) PASSED Testing chunked, with type conversion (float->int) PASSED Testing chunked, no data type conversion (uint->uint) PASSED Testing chunked, no data type conversion (long->long) PASSED Testing chunked, with type conversion (float->long) PASSED Testing chunked, no data type conversion (ulong->ulong) PASSED Testing chunked, no data type conversion (llong->llong) PASSED Testing chunked, with type conversion (float->llong) PASSED Testing chunked, no data type conversion (ullong->ullong) PASSED Testing chunked, no data type conversion (float->float) PASSED Testing chunked, with type conversion (float->float) PASSED Testing chunked, no data type conversion (double->double) PASSED Testing chunked, with type conversion (float->double) PASSED Testing chunked, no data type conversion (ldouble->ldouble) PASSED Testing chunked, with type conversion (float->ldouble) PASSED Testing data transform, linear transform w/ copied property PASSED Testing data transform, polynomial transform w/ copied property PASSED Testing data transform, trivial transform, without type conversion PASSED Testing data transform, trivial transform, with type conversion PASSED Testing data transform, polynomial transform (int->float) PASSED Testing data transform, polynomial transform (float->int) PASSED Testing H5Pget_data_transform PASSED Testing data transform, read after reseting of transform property PASSED Testing H5Pget_data_transform, after resetting transform property PASSED 0.01 real 0.00 user 0.00 sys Finished testing dtransform ============================ ============================ Testing reserved Finished testing reserved ============================ reserved Test Log ============================ -SKIP- 0.00 real 0.00 user 0.00 sys Finished testing reserved ============================ ============================ Testing cross_read Finished testing cross_read ============================ cross_read Test Log ============================ Testing reading data created on OpenVMS PASSED Testing reading data created on Linux PASSED Testing reading data created on Solaris PASSED All data type tests passed. 0.03 real 0.00 user 0.00 sys Finished testing cross_read ============================ ============================ Testing btree2 Finished testing btree2 ============================ btree2 Test Log ============================ Testing B-tree creation PASSED Testing B-tree insert: several records PASSED Testing B-tree insert: split root PASSED Testing B-tree insert: redistribute 2 leaves in level 1 B-tree (l->r) PASSED Testing B-tree insert: redistribute 2 leaves in level 1 B-tree (r->l) PASSED Testing B-tree insert: split side leaf into 2 leaves in level 1 B-tree (l->r) PASSED Testing B-tree insert: split side leaf into 2 leaves in level 1 B-tree (r->l) PASSED Testing B-tree insert: redistribute 3 leaves in level 1 B-tree PASSED Testing B-tree insert: split middle leaf into 2 leaves in level 1 B-tree PASSED Testing B-tree insert: make level 2 B-tree PASSED Testing B-tree insert: redistrib right-most leaf in level 2 B-tree PASSED Testing B-tree insert: redistrib left-most leaf in level 2 B-tree PASSED Testing B-tree insert: redistrib middle leaf in level 2 B-tree PASSED Testing B-tree insert: split right-most leaf in level 2 B-tree PASSED Testing B-tree insert: split left-most leaf in level 2 B-tree PASSED Testing B-tree insert: split middle leaf in level 2 B-tree PASSED Testing B-tree insert: redist. 2 internal (r->l) in level 2 B-tree PASSED Testing B-tree insert: redist. 2 internal (l->r) in level 2 B-tree PASSED Testing B-tree insert: split side internal node to 2 in level 2 B-tree (r->l) PASSED Testing B-tree insert: split side internal node to 2 in level 2 B-tree (l->2) PASSED Testing B-tree insert: redistrib 3 internals in level 2 B-tree PASSED Testing B-tree insert: split 3 internals to 4 in level 2 B-tree PASSED Testing B-tree insert: create random level 4 B-tree PASSED Testing B-tree insert: attempt duplicate record in level 4 B-tree PASSED Testing B-tree remove: record from empty B-tree PASSED Testing B-tree remove: non-existant record from 1 record B-tree PASSED Testing B-tree remove: existant record from 1 record B-tree PASSED Testing B-tree remove: adding records to B-tree after removal PASSED Testing B-tree remove: non-existant record from level-0 B-tree PASSED Testing B-tree remove: mult. existant records from level-0 B-tree PASSED Testing B-tree remove: non-existant record from level-1 B-tree PASSED Testing B-tree remove: record from right leaf of level-1 B-tree PASSED Testing B-tree remove: record from left leaf of level-1 B-tree PASSED Testing B-tree remove: record from middle leaf of level-1 B-tree PASSED Testing B-tree remove: redistribute 2 leaves in level-1 B-tree (r->l) PASSED Testing B-tree remove: redistribute 2 leaves in level-1 B-tree (l->r) PASSED Testing B-tree remove: redistribute 3 leaves in level-1 B-tree PASSED Testing B-tree remove: merge 2 leaves to 1 in level-1 B-tree (r->l) PASSED Testing B-tree remove: merge 2 leaves to 1 in level-1 B-tree (l->r) PASSED Testing B-tree remove: merge 3 leaves to 2 in level-1 B-tree PASSED Testing B-tree remove: promote from right leaf of level-1 B-tree PASSED Testing B-tree remove: promote from left leaf of level-1 B-tree PASSED Testing B-tree remove: promote from middle leaf of level-1 B-tree PASSED Testing B-tree remove: promote from leaf of level-1 B-tree w/2 node redistrib PASSED Testing B-tree remove: promote from leaf of level-1 B-tree w/3 node redistrib PASSED Testing B-tree remove: promote from leaf of level-1 B-tree w/2->1 merge PASSED Testing B-tree remove: promote from leaf of level-1 B-tree w/3->2 merge PASSED Testing B-tree remove: collapse level-1 B-tree back to level-0 PASSED Testing B-tree remove: promote from right internal of level-2 B-tree PASSED Testing B-tree remove: promote from left internal of level-2 B-tree PASSED Testing B-tree remove: promote from middle internal of level-2 B-tree PASSED Testing B-tree remove: promote record from root of level-2 B-tree PASSED Testing B-tree remove: promote from right internal of level-2 B-tree w/redistrib PASSED Testing B-tree remove: promote from left internal of level-2 B-tree w/redistrib PASSED Testing B-tree remove: promote from right internal of level-2 B-tree w/merge PASSED Testing B-tree remove: promote from middle internal of level-2 B-tree w/merge PASSED Testing B-tree remove: merge 2 internal nodes to 1 in level-2 B-tree (l->r) PASSED Testing B-tree remove: merge 2 internal nodes to 1 in level-2 B-tree (r->l) PASSED Testing B-tree remove: merge 3 internal nodes to 2 in level-2 B-tree PASSED Testing B-tree remove: collapse level-2 B-tree back to level-1 (r->l) PASSED Testing B-tree remove: create random level 4 B-tree and delete all records in random order PASSED Testing B-tree remove: create random level 4 B-tree and delete all records by index, in random order PASSED Testing B-tree remove: create random level 4 B-tree and delete all records by index, in increasing order PASSED Testing B-tree remove: create random level 4 B-tree and delete all records by index, in decreasing order PASSED Testing B-tree find: nearest neighbor less than a value PASSED Testing B-tree find: nearest neighbor greater than a value PASSED Testing B-tree delete: delete empty B-tree PASSED Testing B-tree delete: delete level-0 B-tree PASSED Testing B-tree delete: delete level-1 B-tree PASSED Testing B-tree delete: delete level-2 B-tree PASSED Testing B-tree modify: attempt to modify non-existant record PASSED Testing B-tree modify: modify record in leaf node PASSED Testing B-tree modify: modify record in internal node PASSED Testing B-tree modify: modify record in root node PASSED All v2 B-tree tests passed. 43.94 real 27.17 user 16.20 sys Finished testing btree2 ============================ ============================ Testing fheap 0Finished testing fheap ============================ fheap Test Log ============================ Testing with normal parameters Testing fractal heap creation PASSED Testing query heap creation parameters PASSED Testing create, close & reopen fractal heap PASSED Testing open fractal heap twice PASSED Testing deleting open fractal heap PASSED Testing limits of heap ID lengths PASSED Testing creating heaps with I/O filters PASSED Testing querying heap statistics PASSED Bulk-filling blocks w/large objects Testing inserting 'weird' sized objects into absolute heap PASSED Testing inserting objects to create first direct block in recursive indirect blocks five levels deep PASSED Testing removing bad heap IDs from absolute heap PASSED Testing removing single object from absolute heap PASSED Testing removing two objects from absolute heap PASSED Testing removing single larger object from absolute heap PASSED Testing removing two larger objects from absolute heap (forward) PASSED Testing removing two larger objects from absolute heap (reverse) PASSED Testing removing three larger objects from absolute heap (forward) PASSED Testing removing three larger objects from absolute heap (reverse) PASSED Testing removing all objects from root direct block of absolute heap (all - forward) PASSED Testing removing all objects from two direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - forward) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - forward) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - forward) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - forward) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - forward) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - forward) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing removing all objects from root direct block of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from two direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first row of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (half, refill, all - forward) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (half, refill, all - forward) PASSED Testing inserting object that is too large for starting block, then remove all objects (half, refill, all - forward) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (half, refill, all - forward) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (half, refill, all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing removing all objects from root direct block of absolute heap (all - reverse) PASSED Testing removing all objects from two direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - reverse) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - reverse) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - reverse) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - reverse) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - reverse) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - reverse) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing removing all objects from root direct block of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from two direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first row of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (half, refill, all - reverse) PASSED Testing inserting object that is too large for starting block, then remove all objects (half, refill, all - reverse) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (half, refill, all - reverse) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (half, refill, all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing removing all objects from root direct block of absolute heap (all - deleting heap) PASSED Testing removing all objects from two direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - deleting heap) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - deleting heap) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - deleting heap) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - deleting heap) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - deleting heap) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - deleting heap) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Bulk-filling blocks w/single object Testing inserting 'weird' sized objects into absolute heap PASSED Testing inserting objects to create first direct block in recursive indirect blocks five levels deep PASSED Testing removing bad heap IDs from absolute heap PASSED Testing removing single object from absolute heap PASSED Testing removing two objects from absolute heap PASSED Testing removing single larger object from absolute heap PASSED Testing removing two larger objects from absolute heap (forward) PASSED Testing removing two larger objects from absolute heap (reverse) PASSED Testing removing three larger objects from absolute heap (forward) PASSED Testing removing three larger objects from absolute heap (reverse) PASSED Testing removing all objects from root direct block of absolute heap (all - forward) PASSED Testing removing all objects from two direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - forward) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - forward) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - forward) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - forward) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - forward) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - forward) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing removing all objects from root direct block of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from two direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first row of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (half, refill, all - forward) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (half, refill, all - forward) PASSED Testing inserting object that is too large for starting block, then remove all objects (half, refill, all - forward) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (half, refill, all - forward) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (half, refill, all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing removing all objects from root direct block of absolute heap (all - reverse) PASSED Testing removing all objects from two direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - reverse) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - reverse) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - reverse) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - reverse) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - reverse) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - reverse) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing removing all objects from root direct block of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from two direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first row of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (half, refill, all - reverse) PASSED Testing inserting object that is too large for starting block, then remove all objects (half, refill, all - reverse) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (half, refill, all - reverse) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (half, refill, all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing removing all objects from root direct block of absolute heap (all - deleting heap) PASSED Testing removing all objects from two direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - deleting heap) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - deleting heap) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - deleting heap) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - deleting heap) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - deleting heap) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - deleting heap) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Using 'normal' heap ID format for 'huge' objects Testing insert one huge object, then remove (all - forward) PASSED Testing insert two huge objects, then remove (all - forward) PASSED Testing insert three huge objects, then remove (all - forward) PASSED Testing insert mix of normal & huge objects, then remove (all - forward) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - forward) PASSED Testing insert one tiny object, then remove (all - forward) PASSED Testing insert two tiny objects, then remove (all - forward) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - forward) PASSED Testing insert one huge object, then remove (all - reverse) PASSED Testing insert two huge objects, then remove (all - reverse) PASSED Testing insert three huge objects, then remove (all - reverse) PASSED Testing insert mix of normal & huge objects, then remove (all - reverse) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - reverse) PASSED Testing insert one tiny object, then remove (all - reverse) PASSED Testing insert two tiny objects, then remove (all - reverse) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - reverse) PASSED Testing insert one huge object, then remove (all - deleting heap) PASSED Testing insert two huge objects, then remove (all - deleting heap) PASSED Testing insert three huge objects, then remove (all - deleting heap) PASSED Testing insert mix of normal & huge objects, then remove (all - deleting heap) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - deleting heap) PASSED Testing insert one tiny object, then remove (all - deleting heap) PASSED Testing insert two tiny objects, then remove (all - deleting heap) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - deleting heap) PASSED Using 'direct' heap ID format for 'huge' objects Testing insert one huge object, then remove (all - forward) PASSED Testing insert two huge objects, then remove (all - forward) PASSED Testing insert three huge objects, then remove (all - forward) PASSED Testing insert mix of normal & huge objects, then remove (all - forward) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - forward) PASSED Testing insert one tiny object, then remove (all - forward) PASSED Testing insert two tiny objects, then remove (all - forward) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - forward) PASSED Testing insert one huge object, then remove (all - reverse) PASSED Testing insert two huge objects, then remove (all - reverse) PASSED Testing insert three huge objects, then remove (all - reverse) PASSED Testing insert mix of normal & huge objects, then remove (all - reverse) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - reverse) PASSED Testing insert one tiny object, then remove (all - reverse) PASSED Testing insert two tiny objects, then remove (all - reverse) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - reverse) PASSED Testing insert one huge object, then remove (all - deleting heap) PASSED Testing insert two huge objects, then remove (all - deleting heap) PASSED Testing insert three huge objects, then remove (all - deleting heap) PASSED Testing insert mix of normal & huge objects, then remove (all - deleting heap) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - deleting heap) PASSED Testing insert one tiny object, then remove (all - deleting heap) PASSED Testing insert two tiny objects, then remove (all - deleting heap) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - deleting heap) PASSED Using 'direct' heap ID format for 'huge' objects and larger IDs for 'tiny' objects Testing insert one huge object, then remove (all - forward) PASSED Testing insert two huge objects, then remove (all - forward) PASSED Testing insert three huge objects, then remove (all - forward) PASSED Testing insert mix of normal & huge objects, then remove (all - forward) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - forward) PASSED Testing insert one tiny object, then remove (all - forward) PASSED Testing insert two tiny objects, then remove (all - forward) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - forward) PASSED Testing insert one huge object, then remove (all - reverse) PASSED Testing insert two huge objects, then remove (all - reverse) PASSED Testing insert three huge objects, then remove (all - reverse) PASSED Testing insert mix of normal & huge objects, then remove (all - reverse) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - reverse) PASSED Testing insert one tiny object, then remove (all - reverse) PASSED Testing insert two tiny objects, then remove (all - reverse) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - reverse) PASSED Testing insert one huge object, then remove (all - deleting heap) PASSED Testing insert two huge objects, then remove (all - deleting heap) PASSED Testing insert three huge objects, then remove (all - deleting heap) PASSED Testing insert mix of normal & huge objects, then remove (all - deleting heap) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - deleting heap) PASSED Testing insert one tiny object, then remove (all - deleting heap) PASSED Testing insert two tiny objects, then remove (all - deleting heap) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - deleting heap) PASSED Testing insert one 'managed' object into heap with I/O filters, then remove (all - forward) PASSED Testing insert two 'managed' objects into heap with I/O filters, then remove (all - forward) PASSED Testing inserting random-sized objects in heap with compressed blocks, then remove all objects (all - random) PASSED Testing inserting random-sized objects with power of 2 distribution in heap with compressed blocks, then remove all objects (all - random) PASSED Testing insert one 'managed' object into heap with I/O filters, then remove (all - reverse) PASSED Testing insert two 'managed' objects into heap with I/O filters, then remove (all - reverse) PASSED Testing inserting random-sized objects in heap with compressed blocks, then remove all objects (all - random) PASSED Testing inserting random-sized objects with power of 2 distribution in heap with compressed blocks, then remove all objects (all - random) PASSED Testing insert one 'managed' object into heap with I/O filters, then remove (all - deleting heap) PASSED Testing insert two 'managed' objects into heap with I/O filters, then remove (all - deleting heap) PASSED Testing inserting random-sized objects in heap with compressed blocks, then remove all objects (all - deleting heap) PASSED Testing inserting random-sized objects with power of 2 distribution in heap with compressed blocks, then remove all objects (all - deleting heap) PASSED Using 'small' heap creation parameters Testing inserting random-sized objects, then remove all objects (all - random) PASSED Testing inserting random-sized objects with power of 2 distribution, then remove all objects (all - random) PASSED Testing inserting random-sized objects, then remove all objects (all - deleting heap) PASSED Testing inserting random-sized objects with power of 2 distribution, then remove all objects (all - deleting heap) PASSED Using 'large' heap creation parameters Testing inserting random-sized objects, then remove all objects (all - random) PASSED Testing inserting random-sized objects with power of 2 distribution, then remove all objects (all - random) PASSED Testing inserting random-sized objects, then remove all objects (all - deleting heap) PASSED Testing inserting random-sized objects with power of 2 distribution, then remove all objects (all - deleting heap) PASSED Testing writing objects in heap PASSED Testing writing objects in heap with compressed blocks PASSED Testing with reopen heap flag set Testing fractal heap creation PASSED Testing query heap creation parameters PASSED Testing create, close & reopen fractal heap PASSED Testing open fractal heap twice PASSED Testing deleting open fractal heap PASSED Testing limits of heap ID lengths PASSED Testing creating heaps with I/O filters PASSED Testing querying heap statistics PASSED Bulk-filling blocks w/large objects Testing inserting 'weird' sized objects into absolute heap PASSED Testing inserting objects to create first direct block in recursive indirect blocks five levels deep PASSED Testing removing bad heap IDs from absolute heap PASSED Testing removing single object from absolute heap PASSED Testing removing two objects from absolute heap PASSED Testing removing single larger object from absolute heap PASSED Testing removing two larger objects from absolute heap (forward) PASSED Testing removing two larger objects from absolute heap (reverse) PASSED Testing removing three larger objects from absolute heap (forward) PASSED Testing removing three larger objects from absolute heap (reverse) PASSED Testing removing all objects from root direct block of absolute heap (all - forward) PASSED Testing removing all objects from two direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - forward) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - forward) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - forward) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - forward) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - forward) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - forward) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing removing all objects from root direct block of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from two direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first row of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (half, refill, all - forward) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (half, refill, all - forward) PASSED Testing inserting object that is too large for starting block, then remove all objects (half, refill, all - forward) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (half, refill, all - forward) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (half, refill, all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing removing all objects from root direct block of absolute heap (all - reverse) PASSED Testing removing all objects from two direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - reverse) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - reverse) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - reverse) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - reverse) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - reverse) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - reverse) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing removing all objects from root direct block of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from two direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first row of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (half, refill, all - reverse) PASSED Testing inserting object that is too large for starting block, then remove all objects (half, refill, all - reverse) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (half, refill, all - reverse) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (half, refill, all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing removing all objects from root direct block of absolute heap (all - deleting heap) PASSED Testing removing all objects from two direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - deleting heap) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - deleting heap) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - deleting heap) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - deleting heap) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - deleting heap) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - deleting heap) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Bulk-filling blocks w/single object Testing inserting 'weird' sized objects into absolute heap PASSED Testing inserting objects to create first direct block in recursive indirect blocks five levels deep PASSED Testing removing bad heap IDs from absolute heap PASSED Testing removing single object from absolute heap PASSED Testing removing two objects from absolute heap PASSED Testing removing single larger object from absolute heap PASSED Testing removing two larger objects from absolute heap (forward) PASSED Testing removing two larger objects from absolute heap (reverse) PASSED Testing removing three larger objects from absolute heap (forward) PASSED Testing removing three larger objects from absolute heap (reverse) PASSED Testing removing all objects from root direct block of absolute heap (all - forward) PASSED Testing removing all objects from two direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - forward) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - forward) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - forward) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - forward) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - forward) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - forward) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing removing all objects from root direct block of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from two direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first row of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (half, refill, all - forward) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (half, refill, all - forward) PASSED Testing inserting object that is too large for starting block, then remove all objects (half, refill, all - forward) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (half, refill, all - forward) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (half, refill, all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing removing all objects from root direct block of absolute heap (all - reverse) PASSED Testing removing all objects from two direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - reverse) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - reverse) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - reverse) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - reverse) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - reverse) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - reverse) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing removing all objects from root direct block of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from two direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first row of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (half, refill, all - reverse) PASSED Testing inserting object that is too large for starting block, then remove all objects (half, refill, all - reverse) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (half, refill, all - reverse) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (half, refill, all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing removing all objects from root direct block of absolute heap (all - deleting heap) PASSED Testing removing all objects from two direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - deleting heap) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - deleting heap) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - deleting heap) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - deleting heap) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - deleting heap) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - deleting heap) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Using 'normal' heap ID format for 'huge' objects Testing insert one huge object, then remove (all - forward) PASSED Testing insert two huge objects, then remove (all - forward) PASSED Testing insert three huge objects, then remove (all - forward) PASSED Testing insert mix of normal & huge objects, then remove (all - forward) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - forward) PASSED Testing insert one tiny object, then remove (all - forward) PASSED Testing insert two tiny objects, then remove (all - forward) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - forward) PASSED Testing insert one huge object, then remove (all - reverse) PASSED Testing insert two huge objects, then remove (all - reverse) PASSED Testing insert three huge objects, then remove (all - reverse) PASSED Testing insert mix of normal & huge objects, then remove (all - reverse) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - reverse) PASSED Testing insert one tiny object, then remove (all - reverse) PASSED Testing insert two tiny objects, then remove (all - reverse) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - reverse) PASSED Testing insert one huge object, then remove (all - deleting heap) PASSED Testing insert two huge objects, then remove (all - deleting heap) PASSED Testing insert three huge objects, then remove (all - deleting heap) PASSED Testing insert mix of normal & huge objects, then remove (all - deleting heap) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - deleting heap) PASSED Testing insert one tiny object, then remove (all - deleting heap) PASSED Testing insert two tiny objects, then remove (all - deleting heap) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - deleting heap) PASSED Using 'direct' heap ID format for 'huge' objects Testing insert one huge object, then remove (all - forward) PASSED Testing insert two huge objects, then remove (all - forward) PASSED Testing insert three huge objects, then remove (all - forward) PASSED Testing insert mix of normal & huge objects, then remove (all - forward) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - forward) PASSED Testing insert one tiny object, then remove (all - forward) PASSED Testing insert two tiny objects, then remove (all - forward) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - forward) PASSED Testing insert one huge object, then remove (all - reverse) PASSED Testing insert two huge objects, then remove (all - reverse) PASSED Testing insert three huge objects, then remove (all - reverse) PASSED Testing insert mix of normal & huge objects, then remove (all - reverse) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - reverse) PASSED Testing insert one tiny object, then remove (all - reverse) PASSED Testing insert two tiny objects, then remove (all - reverse) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - reverse) PASSED Testing insert one huge object, then remove (all - deleting heap) PASSED Testing insert two huge objects, then remove (all - deleting heap) PASSED Testing insert three huge objects, then remove (all - deleting heap) PASSED Testing insert mix of normal & huge objects, then remove (all - deleting heap) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - deleting heap) PASSED Testing insert one tiny object, then remove (all - deleting heap) PASSED Testing insert two tiny objects, then remove (all - deleting heap) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - deleting heap) PASSED Using 'direct' heap ID format for 'huge' objects and larger IDs for 'tiny' objects Testing insert one huge object, then remove (all - forward) PASSED Testing insert two huge objects, then remove (all - forward) PASSED Testing insert three huge objects, then remove (all - forward) PASSED Testing insert mix of normal & huge objects, then remove (all - forward) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - forward) PASSED Testing insert one tiny object, then remove (all - forward) PASSED Testing insert two tiny objects, then remove (all - forward) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - forward) PASSED Testing insert one huge object, then remove (all - reverse) PASSED Testing insert two huge objects, then remove (all - reverse) PASSED Testing insert three huge objects, then remove (all - reverse) PASSED Testing insert mix of normal & huge objects, then remove (all - reverse) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - reverse) PASSED Testing insert one tiny object, then remove (all - reverse) PASSED Testing insert two tiny objects, then remove (all - reverse) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - reverse) PASSED Testing insert one huge object, then remove (all - deleting heap) PASSED Testing insert two huge objects, then remove (all - deleting heap) PASSED Testing insert three huge objects, then remove (all - deleting heap) PASSED Testing insert mix of normal & huge objects, then remove (all - deleting heap) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - deleting heap) PASSED Testing insert one tiny object, then remove (all - deleting heap) PASSED Testing insert two tiny objects, then remove (all - deleting heap) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - deleting heap) PASSED Testing insert one 'managed' object into heap with I/O filters, then remove (all - forward) PASSED Testing insert two 'managed' objects into heap with I/O filters, then remove (all - forward) PASSED Testing inserting random-sized objects in heap with compressed blocks, then remove all objects (all - random) PASSED Testing inserting random-sized objects with power of 2 distribution in heap with compressed blocks, then remove all objects (all - random) PASSED Testing insert one 'managed' object into heap with I/O filters, then remove (all - reverse) PASSED Testing insert two 'managed' objects into heap with I/O filters, then remove (all - reverse) PASSED Testing inserting random-sized objects in heap with compressed blocks, then remove all objects (all - random) PASSED Testing inserting random-sized objects with power of 2 distribution in heap with compressed blocks, then remove all objects (all - random) PASSED Testing insert one 'managed' object into heap with I/O filters, then remove (all - deleting heap) PASSED Testing insert two 'managed' objects into heap with I/O filters, then remove (all - deleting heap) PASSED Testing inserting random-sized objects in heap with compressed blocks, then remove all objects (all - deleting heap) PASSED Testing inserting random-sized objects with power of 2 distribution in heap with compressed blocks, then remove all objects (all - deleting heap) PASSED Using 'small' heap creation parameters Testing inserting random-sized objects, then remove all objects (all - random) PASSED Testing inserting random-sized objects with power of 2 distribution, then remove all objects (all - random) PASSED Testing inserting random-sized objects, then remove all objects (all - deleting heap) PASSED Testing inserting random-sized objects with power of 2 distribution, then remove all objects (all - deleting heap) PASSED Using 'large' heap creation parameters Testing inserting random-sized objects, then remove all objects (all - random) PASSED Testing inserting random-sized objects with power of 2 distribution, then remove all objects (all - random) PASSED Testing inserting random-sized objects, then remove all objects (all - deleting heap) PASSED Testing inserting random-sized objects with power of 2 distribution, then remove all objects (all - deleting heap) PASSED Testing writing objects in heap PASSED Testing writing objects in heap with compressed blocks PASSED Testing bug1: inserting several objects & removing one, then re-inserting PASSED All fractal heap tests passed. 135.89 real 80.09 user 24.50 sys Finished testing fheap ============================ ============================ Testing testerror.sh Finished testing testerror.sh ============================ testerror.sh Test Log ============================ Testing err_compat PASSED Testing error_test PASSED All Error API tests passed. 0.09 real 0.02 user 0.04 sys Finished testing testerror.sh ============================ ============================ ===Serial tests in test ended Mon Feb 9 17:24:28 EST 2009=== Making check in tools Making check in lib make talign make[3]: `talign' is up to date. make check-TESTS ===Serial tests in lib begin Mon Feb 9 17:24:28 EST 2009=== ============================ Testing talign Finished testing talign ============================ talign Test Log ============================ Testing alignment in compound datatypes PASSED 0.00 real 0.00 user 0.00 sys Finished testing talign ============================ ===Serial tests in lib ended Mon Feb 9 17:24:28 EST 2009=== Making check in h5dump make h5dumpgentest binread testh5dump.sh testh5dumpxml.sh make[3]: `h5dumpgentest' is up to date. make[3]: `binread' is up to date. make[3]: `testh5dump.sh' is up to date. make[3]: `testh5dumpxml.sh' is up to date. make check-TESTS ===Serial tests in h5dump begin Mon Feb 9 17:24:28 EST 2009=== ============================ Testing h5dumpgentest Finished testing h5dumpgentest ============================ h5dumpgentest Test Log ============================ 0.09 real 0.04 user 0.04 sys Finished testing h5dumpgentest ============================ ============================ Testing testh5dump.sh Finished testing testh5dump.sh ============================ testh5dump.sh Test Log ============================ Testing h5dump tgroup.h5 PASSED Testing h5dump --group=/g2 --group / -g /y tgroup.h5 PASSED Testing h5dump tdset.h5 PASSED Testing h5dump -H -d dset1 -d /dset2 --dataset=dset3 tdset.h5 PASSED Testing h5dump tattr.h5 PASSED Testing h5dump -a /attr1 --attribute /attr4 --attribute=/attr5 tattr.h PASSED Testing h5dump --header -a /attr2 --attribute=/attr tattr.h5 PASSED Testing h5dump tnamed_dtype_attr.h5 PASSED Testing h5dump tslink.h5 PASSED Testing h5dump tudlink.h5 PASSED Testing h5dump -l slink2 tslink.h5 PASSED Testing h5dump -l udlink2 tudlink.h5 PASSED Testing h5dump thlink.h5 PASSED Testing h5dump -d /g1/dset2 --dataset /dset1 --dataset=/g1/g1.1/dset3 PASSED Testing h5dump -d /g1/g1.1/dset3 --dataset /g1/dset2 --dataset=/dset1 PASSED Testing h5dump -g /g1 thlink.h5 PASSED Testing h5dump -d /dset1 -g /g2 -d /g1/dset2 thlink.h5 PASSED Testing h5dump tcompound.h5 PASSED Testing h5dump -t /type1 --datatype /type2 --datatype=/group1/type3 tc PASSED Testing h5dump -t /#6632 -g /group2 tcompound.h5 PASSED Testing h5dump tcompound_complex.h5 PASSED Testing h5dump tnestedcomp.h5 PASSED Testing h5dump tall.h5 PASSED Testing h5dump --header -g /g1/g1.1 -a attr2 tall.h5 PASSED Testing h5dump -d /g2/dset2.1 -l /g1/g1.2/g1.2.1/slink tall.h5 PASSED Testing h5dump tloop.h5 PASSED Testing h5dump tstr.h5 PASSED Testing h5dump tstr2.h5 PASSED Testing h5dump tsaf.h5 PASSED Testing h5dump tvldtypes1.h5 PASSED Testing h5dump tvldtypes2.h5 PASSED Testing h5dump tvldtypes3.h5 PASSED Testing h5dump tvldtypes4.h5 PASSED Testing h5dump tvldtypes5.h5 PASSED Testing h5dump tvlstr.h5 PASSED Testing h5dump tarray1.h5 PASSED Testing h5dump tarray2.h5 PASSED Testing h5dump tarray3.h5 PASSED Testing h5dump tarray4.h5 PASSED Testing h5dump tarray5.h5 PASSED Testing h5dump tarray6.h5 PASSED Testing h5dump tarray7.h5 PASSED Testing h5dump tempty.h5 PASSED Testing h5dump tgrp_comments.h5 PASSED Testing h5dump --filedriver=split tsplit_file PASSED Testing h5dump --filedriver=family tfamily%05d.h5 PASSED Testing h5dump --filedriver=multi tmulti PASSED Testing h5dump -w157 tlarge_objname.h5 PASSED Testing h5dump -A tall.h5 PASSED Testing h5dump -A -r tall.h5 PASSED Testing h5dump --dataset=/g1/g1.1/dset1.1.1 --start=1,1 --stride=2,3 - PASSED Testing h5dump -d /g1/g1.1/dset1.1.2[0;2;10;] tall.h5 PASSED Testing h5dump -d /dset1[1,1;;;] tdset.h5 PASSED Testing h5dump -r tchar.h5 PASSED Testing h5dump PASSED Testing h5dump -H -B -d dset tfcontents1.h5 PASSED Testing h5dump -B tfcontents2.h5 PASSED Testing h5dump -p -d bogus tfcontents1.h5 PASSED Testing h5dump -n tfcontents1.h5 PASSED Testing h5dump -H -p -d compact tfilters.h5 PASSED Testing h5dump -H -p -d contiguous tfilters.h5 PASSED Testing h5dump -H -p -d chunked tfilters.h5 PASSED Testing h5dump -H -p -d external tfilters.h5 PASSED Testing h5dump -p tfvalues.h5 PASSED Testing h5dump tattr2.h5 PASSED Testing h5dump -e tstr3.h5 PASSED Testing h5dump tstr3.h5 PASSED Testing h5dump -r -d str4 tstr3.h5 PASSED Testing h5dump taindices.h5 PASSED Testing h5dump -y taindices.h5 PASSED Testing h5dump -d 1d -s 1 -S 10 -c 2 -k 3 taindices.h5 PASSED Testing h5dump -d 2d -s 1,2 -S 3,3 -c 3,2 -k 2,2 taindices.h5 PASSED Testing h5dump -d 3d -s 0,1,2 -S 1,3,3 -c 2,2,2 -k 1,2,2 taindices.h5 PASSED Testing h5dump -d 4d -s 0,0,1,2 -c 2,2,3,2 -S 1,1,3,3 -k 1,1,2,2 taind PASSED Testing h5dump -H -p -d szip tfilters.h5 -SKIP- Testing h5dump -H -p -d deflate tfilters.h5 PASSED Testing h5dump -H -p -d shuffle tfilters.h5 PASSED Testing h5dump -H -p -d fletcher32 tfilters.h5 PASSED Testing h5dump -H -p -d nbit tfilters.h5 PASSED Testing h5dump -H -p -d scaleoffset tfilters.h5 PASSED Testing h5dump -H -p -d all tfilters.h5 -SKIP- Testing h5dump -H -p -d myfilter tfilters.h5 PASSED Testing h5dump tlonglinks.h5 PASSED Testing h5dump -d dset4gb -s 4294967284 -c 22 tbigdims.h5 PASSED Testing h5dump thyperslab.h5 PASSED Testing h5dump tnullspace.h5 PASSED Testing h5dump tvms.h5 PASSED Testing h5dump -d integer -o /Users/edo/Downloads/hdf5-1.8.1/tools/h5d PASSED Testing h5dump -d float -o /Users/edo/Downloads/hdf5-1.8.1/tools/h5dum PASSED Testing h5dump -d integer -o /Users/edo/Downloads/hdf5-1.8.1/tools/h5d PASSED Running h5import /Users/edo/Downloads/hdf5-1.8.1/tools/h5dump/../test PASSED Running h5diff tbinary.h5 /Users/edo/Downloads/hdf5-1.8.1/tools/h5dum PASSED Testing h5dump -d double -o /Users/edo/Downloads/hdf5-1.8.1/tools/h5du PASSED Testing h5dump tdatareg.h5 PASSED Testing h5dump --group=1 --sort_by=creation_order --sort_order=ascendi PASSED Testing h5dump --group=1 --sort_by=creation_order --sort_order=descend PASSED Testing h5dump -g 2 -q name -z ascending tordergr.h5 PASSED Testing h5dump -g 2 -q name -z descending tordergr.h5 PASSED Testing h5dump -q creation_order tordergr.h5 PASSED Testing h5dump -H --sort_by=name --sort_order=ascending torderattr.h5 PASSED Testing h5dump -H --sort_by=name --sort_order=descending torderattr.h5 PASSED Testing h5dump -H --sort_by=creation_order --sort_order=ascending tord PASSED Testing h5dump -H --sort_by=creation_order --sort_order=descending tor PASSED Testing h5dump -m %.7f tfpformat.h5 PASSED All h5dump tests passed. 2.77 real 0.91 user 1.56 sys Finished testing testh5dump.sh ============================ ============================ ============================ Testing testh5dumpxml.sh Finished testing testh5dumpxml.sh ============================ testh5dumpxml.sh Test Log ============================ Testing h5dump --xml tall.h5 PASSED Testing h5dump --xml tattr.h5 PASSED Testing h5dump --xml tbitfields.h5 PASSED Testing h5dump --xml tcompound.h5 PASSED Testing h5dump --xml tcompound2.h5 PASSED Testing h5dump --xml tdatareg.h5 PASSED Testing h5dump --xml tdset.h5 PASSED Testing h5dump --xml tdset2.h5 PASSED Testing h5dump --xml tenum.h5 PASSED Testing h5dump --xml tgroup.h5 PASSED Testing h5dump --xml thlink.h5 PASSED Testing h5dump --xml tloop.h5 PASSED Testing h5dump --xml tloop2.h5 PASSED Testing h5dump --xml tmany.h5 PASSED Testing h5dump --xml tnestedcomp.h5 PASSED Testing h5dump --xml tcompound_complex.h5 PASSED Testing h5dump --xml tobjref.h5 PASSED Testing h5dump --xml topaque.h5 PASSED Testing h5dump --xml tslink.h5 PASSED Testing h5dump --xml tudlink.h5 PASSED Testing h5dump --xml textlink.h5 PASSED Testing h5dump --xml tstr.h5 PASSED Testing h5dump --xml tstr2.h5 PASSED Testing h5dump --xml tref.h5 PASSED Testing h5dump --xml tname-amp.h5 PASSED Testing h5dump --xml tname-apos.h5 PASSED Testing h5dump --xml tname-gt.h5 PASSED Testing h5dump --xml tname-lt.h5 PASSED Testing h5dump --xml tname-quot.h5 PASSED Testing h5dump --xml tname-sp.h5 PASSED Testing h5dump --xml tstring.h5 PASSED Testing h5dump --xml tstring-at.h5 PASSED Testing h5dump --xml tref-escapes.h5 PASSED Testing h5dump --xml tref-escapes-at.h5 PASSED Testing h5dump --xml tnodata.h5 PASSED Testing h5dump --xml tarray1.h5 PASSED Testing h5dump --xml tarray2.h5 PASSED Testing h5dump --xml tarray3.h5 PASSED Testing h5dump --xml tarray6.h5 PASSED Testing h5dump --xml tarray7.h5 PASSED Testing h5dump --xml tvldtypes1.h5 PASSED Testing h5dump --xml tvldtypes2.h5 PASSED Testing h5dump --xml tvldtypes3.h5 PASSED Testing h5dump --xml tvldtypes4.h5 PASSED Testing h5dump --xml tvldtypes5.h5 PASSED Testing h5dump --xml tvlstr.h5 PASSED Testing h5dump --xml tsaf.h5 PASSED Testing h5dump --xml tempty.h5 PASSED Testing h5dump --xml tnamed_dtype_attr.h5 PASSED Testing h5dump --xml --use-dtd tempty.h5 PASSED Testing h5dump --xml -u tempty.h5 PASSED Testing h5dump --xml -X : tempty.h5 PASSED Testing h5dump --xml --xml-ns=: tempty.h5 PASSED Testing h5dump --xml -X thing: tempty.h5 PASSED Testing h5dump --xml --xml-ns=thing: tempty.h5 PASSED Testing h5dump --xml --xml-ns=: --xml-dtd=http://somewhere.net tempty. PASSED Testing h5dump --xml --use-dtd --xml-dtd=http://somewhere.net tempty.h PASSED Testing h5dump --xml -A tall.h5 PASSED Testing h5dump --xml -H --sort_by=name --sort_order=ascending torderat PASSED Testing h5dump --xml -H --sort_by=name --sort_order=descending tordera PASSED Testing h5dump --xml -H --sort_by=creation_order --sort_order=ascendin PASSED Testing h5dump --xml -H --sort_by=creation_order --sort_order=descendi PASSED All h5dump tests passed. 1.48 real 0.47 user 0.94 sys Finished testing testh5dumpxml.sh ============================ ============================ ===Serial tests in h5dump ended Mon Feb 9 17:24:32 EST 2009=== Making check in h5diff make h5diffgentest ./testh5diff.sh make[3]: `h5diffgentest' is up to date. make[3]: Nothing to be done for `testh5diff.sh'. make check-TESTS ===Serial tests in h5diff begin Mon Feb 9 17:24:33 EST 2009=== ============================ Testing h5diffgentest Finished testing h5diffgentest ============================ h5diffgentest Test Log ============================ 0.33 real 0.31 user 0.01 sys Finished testing h5diffgentest ============================ ============================ Testing testh5diff.sh Finished testing testh5diff.sh ============================ testh5diff.sh Test Log ============================ Testing h5diff -h PASSED Testing h5diff h5diff_basic1.h5 h5diff_basic2.h5 PASSED Testing h5diff h5diff_basic1.h5 h5diff_basic2.h5 g1/dset1 g1/dset2 PASSED Testing h5diff -r h5diff_basic1.h5 h5diff_basic2.h5 PASSED Testing h5diff -r h5diff_basic1.h5 h5diff_basic2.h5 g1/dset1 g1/dset2 PASSED Testing h5diff --report --delta=5 h5diff_basic1.h5 h5diff_basic2.h5 g1 PASSED Testing h5diff -v -p 0.02 h5diff_basic1.h5 h5diff_basic1.h5 g1/dset5 g PASSED Testing h5diff --verbose --relative=0.02 h5diff_basic1.h5 h5diff_basic PASSED Testing h5diff -v -p 0.02 h5diff_basic1.h5 h5diff_basic1.h5 g1/dset9 g PASSED Testing h5diff -v h5diff_basic1.h5 h5diff_basic2.h5 PASSED Testing h5diff -q h5diff_basic1.h5 h5diff_basic2.h5 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 dset g1 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 dset l1 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 dset t1 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 g1 g1 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 t1 t1 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 l1 l1 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 g1 g2 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 t1 t2 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 l1 l2 PASSED Testing h5diff -v h5diff_dtypes.h5 h5diff_dtypes.h5 dset0a dset0b PASSED Testing h5diff -v h5diff_dtypes.h5 h5diff_dtypes.h5 dset1a dset1b PASSED Testing h5diff -v h5diff_dtypes.h5 h5diff_dtypes.h5 dset2a dset2b PASSED Testing h5diff -v h5diff_dtypes.h5 h5diff_dtypes.h5 dset3a dset4b PASSED Testing h5diff -v h5diff_dtypes.h5 h5diff_dtypes.h5 dset4a dset4b PASSED Testing h5diff -v h5diff_dtypes.h5 h5diff_dtypes.h5 dset5a dset5b PASSED Testing h5diff -v h5diff_dtypes.h5 h5diff_dtypes.h5 dset6a dset6b PASSED Testing h5diff -v h5diff_dtypes.h5 h5diff_dtypes.h5 dset7a dset7b PASSED Testing h5diff -v h5diff_dset1.h5 h5diff_dset2.h5 refreg PASSED Testing h5diff h5diff_basic1.h5 PASSED Testing h5diff -d h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset4 PASSED Testing h5diff -d -4 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dse PASSED Testing h5diff -d 0 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -d u h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -d 0x1 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/ds PASSED Testing h5diff -d 1 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -d 1 -d 2 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1 PASSED Testing h5diff -d 200 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/ds PASSED Testing h5diff -d 1 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -r -p h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dse PASSED Testing h5diff -p -4 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dse PASSED Testing h5diff -p 0 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -p u h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -p 0x1 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/ds PASSED Testing h5diff -p 0.21 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/d PASSED Testing h5diff -p 0.21 -p 0.22 h5diff_basic1.h5 h5diff_basic2.h5 g1/ds PASSED Testing h5diff -p 2 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -p 0.005 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/ PASSED Testing h5diff -n h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset4 PASSED Testing h5diff -n -4 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dse PASSED Testing h5diff -n 0 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -n u h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -n 0x1 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/ds PASSED Testing h5diff -n 2 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -n 2 -n 3 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1 PASSED Testing h5diff --count=200 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 PASSED Testing h5diff -n 1 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff file1.h6 file2.h6 PASSED Testing h5diff -v h5diff_attr1.h5 h5diff_attr2.h5 PASSED Testing h5diff -v h5diff_dset1.h5 h5diff_dset2.h5 PASSED Testing h5diff -v h5diff_basic2.h5 h5diff_basic2.h5 PASSED Testing h5diff -v h5diff_hyper1.h5 h5diff_hyper2.h5 PASSED Testing h5diff -v h5diff_basic1.h5 h5diff_basic1.h5 g1/d1 g1/d2 PASSED Testing h5diff -v h5diff_basic1.h5 h5diff_basic1.h5 g1/fp1 g1/fp2 PASSED All h5diff tests passed. 9.37 real 7.13 user 2.00 sys Finished testing testh5diff.sh ============================ ============================ ===Serial tests in h5diff ended Mon Feb 9 17:24:42 EST 2009=== Making check in h5ls make ./testh5ls.sh make[3]: Nothing to be done for `testh5ls.sh'. make check-TESTS ===Serial tests in h5ls begin Mon Feb 9 17:24:42 EST 2009=== ============================ Testing testh5ls.sh Finished testing testh5ls.sh ============================ testh5ls.sh Test Log ============================ Testing h5ls -w80 -h PASSED Testing h5ls -w80 -help PASSED Testing h5ls -w80 -? PASSED Testing h5ls -w80 tall.h5 PASSED Testing h5ls -w80 -r -d tall.h5 PASSED Testing h5ls -w80 tgroup.h5 PASSED Testing h5ls -w80 -r -g tgroup.h5 PASSED Testing h5ls -w80 -g tgroup.h5/g1 PASSED Testing h5ls -w80 -r -d tdset.h5 PASSED Testing h5ls -w80 -r tslink.h5 PASSED Testing h5ls -w80 -r textlink.h5 PASSED Testing h5ls -w80 -r tudlink.h5 PASSED Testing h5ls -w80 thlink.h5 PASSED Testing h5ls -w80 -r -d tcompound.h5 PASSED Testing h5ls -w80 -r -d tnestedcomp.h5 PASSED Testing h5ls -w80 -r -d tloop.h5 PASSED Testing h5ls -w80 -r -d tstr.h5 PASSED Testing h5ls -w80 -r -d tsaf.h5 PASSED Testing h5ls -w80 -r -d tvldtypes1.h5 PASSED Testing h5ls -w80 -r -d tarray1.h5 PASSED Testing h5ls -w80 -d tempty.h5 PASSED Testing h5ls -w80 -v -S tattr2.h5 PASSED Testing h5ls nosuchfile.h5 PASSED All h5ls tests passed. 0.60 real 0.17 user 0.35 sys Finished testing testh5ls.sh ============================ ============================ ===Serial tests in h5ls ended Mon Feb 9 17:24:43 EST 2009=== Making check in misc make h5repart_gentest repart_test testh5repart.sh ./testh5mkgrp.sh make[3]: `h5repart_gentest' is up to date. make[3]: `repart_test' is up to date. make[3]: `testh5repart.sh' is up to date. make[3]: Nothing to be done for `testh5mkgrp.sh'. make check-TESTS ===Serial tests in misc begin Mon Feb 9 17:24:43 EST 2009=== ============================ Testing h5repart_gentest Finished testing h5repart_gentest ============================ h5repart_gentest Test Log ============================ PASSED 0.00 real 0.00 user 0.00 sys Finished testing h5repart_gentest ============================ ============================ Testing testh5repart.sh Finished testing testh5repart.sh ============================ testh5repart.sh Test Log ============================ Testing h5repart -m 20000 family_file%05d.h5 /Users/edo/Downloads/hdf5 PASSED Testing h5repart -m 5k family_file%05d.h5 /Users/edo/Downloads/hdf5-1. PASSED Testing h5repart -m 20000 -family_to_sec2 family_file%05d.h5 /Users/ed PASSED Testing repart_test PASSED All h5repart tests passed. 0.06 real 0.02 user 0.03 sys Finished testing testh5repart.sh ============================ ============================ ============================ Testing testh5mkgrp.sh Finished testing testh5mkgrp.sh ============================ testh5mkgrp.sh Test Log ============================ Testing h5mkgrp -h ../testfiles/h5mkgrp_help.h5 PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_help.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_help.h5 Testing h5mkgrp -V ../testfiles/h5mkgrp_version.h5 PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_version.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_version.h5 Testing h5mkgrp ../testfiles/h5mkgrp_single.h5 single PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_single.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_single.h5 Testing h5mkgrp -v ../testfiles/h5mkgrp_single.h5 single PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_single.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_single.h5 Testing h5mkgrp -p ../testfiles/h5mkgrp_single.h5 single PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_single.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_single.h5 Testing h5mkgrp -l ../testfiles/h5mkgrp_single_latest.h5 latest PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_single_latest.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_single_latest.h5 Testing h5mkgrp ../testfiles/h5mkgrp_several.h5 one two PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_several.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_several.h5 Testing h5mkgrp -v ../testfiles/h5mkgrp_several.h5 one two PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_several.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_several.h5 Testing h5mkgrp -p ../testfiles/h5mkgrp_several.h5 one two PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_several.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_several.h5 Testing h5mkgrp -l ../testfiles/h5mkgrp_several_latest.h5 one two PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_several_latest.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_several_latest.h5 Testing h5mkgrp -p ../testfiles/h5mkgrp_nested.h5 /one/two PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_nested.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_nested.h5 Testing h5mkgrp -lp ../testfiles/h5mkgrp_nested_latest.h5 /one/two PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_nested_latest.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_nested_latest.h5 Testing h5mkgrp -p ../testfiles/h5mkgrp_nested_mult.h5 /one/two /three PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_nested_mult.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_nested_mult.h5 Testing h5mkgrp -lp ../testfiles/h5mkgrp_nested_mult_latest.h5 /one/tw PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_nested_mult_latest. PASSED FILEOUT= ../testfiles/h5mkgrp_nested_mult_latest.h5 All h5mkgrp tests passed. 0.49 real 0.17 user 0.38 sys Finished testing testh5mkgrp.sh ============================ ============================ ===Serial tests in misc ended Mon Feb 9 17:24:44 EST 2009=== Making check in h5import make h5importtest make[3]: `h5importtest' is up to date. make check-TESTS ===Serial tests in h5import begin Mon Feb 9 17:24:44 EST 2009=== ============================ Testing h5importtest Finished testing h5importtest ============================ h5importtest Test Log ============================ 0.00 real 0.00 user 0.00 sys Finished testing h5importtest ============================ ============================ Testing h5importtestutil.sh Finished testing h5importtestutil.sh ============================ h5importtestutil.sh Test Log ============================ ============================== H5IMPORT tests started ============================== Testing ASCII I32 rank 3 - Output BE PASSED Testing ASCII I16 rank 3 - Output LE - CHUNKED - extended PASSED Testing ASCII I8 - rank 3 - Output I16 LE-Chunked+Extended+Compressed PASSED Testing ASCII UI32 - rank 3 - Output BE PASSED Testing ASCII UI16 - rank 2 - Output LE+Chunked+Compressed PASSED Testing ASCII F32 - rank 3 - Output LE PASSED Testing ASCII F64 - rank 3 - Output BE + CHUNKED+Extended+Compressed PASSED Testing BINARY F64 - rank 3 - Output LE+CHUNKED+Extended+Compressed PASSED Testing BINARY I16 - rank 3 - Output order LE + CHUNKED + extended PASSED Testing BINARY I8 - rank 3 - Output I16LE + Chunked+Extended+Compresse PASSED Testing BINARY I32 - rank 3 - Output BE + CHUNKED PASSED Testing BINARY UI16 - rank 3 - Output byte BE + CHUNKED PASSED Testing BINARY UI32 - rank 3 - Output LE + CHUNKED PASSED Testing STR PASSED ====================================== H5IMPORT Utilities tests have passed. ====================================== 0.51 real 0.15 user 0.23 sys Finished testing h5importtestutil.sh ============================ ============================ ===Serial tests in h5import ended Mon Feb 9 17:24:44 EST 2009=== Making check in h5repack make h5repacktst h5repack.sh make[3]: `h5repacktst' is up to date. make[3]: `h5repack.sh' is up to date. make check-TESTS ===Serial tests in h5repack begin Mon Feb 9 17:24:45 EST 2009=== ============================ Testing h5repacktst Finished testing h5repacktst ============================ h5repacktst Test Log ============================ Testing h5repack: Testing generating datasets PASSED Testing copy of datasets (fill values) PASSED Testing copy of datasets (all datatypes) PASSED Testing copy of datasets (attributes) PASSED Testing copy of datasets (hardlinks) PASSED Testing copy of allocation early file PASSED Testing adding deflate filter PASSED Testing adding deflate filter to all PASSED Testing adding szip filter -SKIP- Testing adding szip filter to all -SKIP- Testing addding shuffle filter PASSED Testing addding shuffle filter to all PASSED Testing adding checksum filter PASSED Testing adding checksum filter to all PASSED Testing filter queue fletcher, shuffle, deflate, szip PASSED Testing adding layout chunked PASSED Testing adding layout chunked to all PASSED Testing adding layout contiguous PASSED Testing adding layout contiguous to all PASSED Testing adding layout compact PASSED Testing adding layout compact to all PASSED Testing layout compact to contiguous conversion PASSED Testing layout compact to chunk conversion PASSED Testing layout compact to compact conversion PASSED Testing layout contiguous to compact conversion PASSED Testing layout contiguous to chunk conversion PASSED Testing layout contiguous to contiguous conversion PASSED Testing layout chunked to compact conversion PASSED Testing layout chunked to contiguous conversion PASSED Testing layout chunked to chunk conversion PASSED Testing copy of szip filter -SKIP- Testing removing szip filter -SKIP- Testing copy of deflate filter PASSED Testing removing deflate filter PASSED Testing copy of shuffle filter PASSED Testing removing shuffle filter PASSED Testing copy of fletcher filter PASSED Testing removing fletcher filter PASSED Testing copy of nbit filter PASSED Testing removing nbit filter PASSED Testing adding nbit filter PASSED Testing copy of scaleoffset filter PASSED Testing removing scaleoffset filter PASSED Testing adding scaleoffset filter PASSED Testing filter conversion from deflate to szip -SKIP- Testing filter conversion from szip to deflate -SKIP- Testing removing all filters -SKIP- Testing big file PASSED Testing external datasets PASSED Testing file with userblock PASSED Testing latest file format options PASSED Testing several global filters PASSED All h5repack tests passed. 2.27 real 2.07 user 0.14 sys Finished testing h5repacktst ============================ ============================ Testing h5repack.sh Finished testing h5repack.sh ============================ h5repack.sh Test Log ============================ Testing h5repack h5repack_fill.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_fill.h5 /Users/edo/Dow PASSED Testing h5repack h5repack_objs.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_objs.h5 /Users/edo/Dow PASSED Testing h5repack h5repack_attr.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_attr.h5 /Users/edo/Dow PASSED Testing h5repack h5repack_hlink.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_hlink.h5 /Users/edo/Do PASSED Testing h5repack h5repack_layout.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_early.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_early.h5 /Users/edo/Do PASSED Testing h5repack h5repack_layout.h5 -f dset1:GZIP=1 -l dset1:CHUNK=20x PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -f GZIP=1 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -f dset2:SZIP=8,EC -l dset2:CHUNK= -SKIP- Testing h5repack h5repack_layout.h5 -f SZIP=8,NN -SKIP- Testing h5repack h5repack_layout.h5 -f dset2:SHUF -l dset2:CHUNK=20x10 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -f SHUF PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -f dset2:FLET -l dset2:CHUNK=20x10 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -f FLET PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -f dset2:SHUF -f dset2:FLET -f dse -SKIP- Testing h5repack h5repack_szip.h5 -SKIP- Testing h5repack h5repack_szip.h5 --filter=dset_szip:NONE -SKIP- Testing h5repack h5repack_deflate.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_deflate.h5 /Users/edo/ PASSED Testing h5repack h5repack_deflate.h5 -f dset_deflate:NONE PASSED Verifying h5diff output ./../testfiles/h5repack_deflate.h5 /Users/edo/ PASSED Testing h5repack h5repack_shuffle.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_shuffle.h5 /Users/edo/ PASSED Testing h5repack h5repack_shuffle.h5 -f dset_shuffle:NONE PASSED Verifying h5diff output ./../testfiles/h5repack_shuffle.h5 /Users/edo/ PASSED Testing h5repack h5repack_fletcher.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_fletcher.h5 /Users/edo PASSED Testing h5repack h5repack_fletcher.h5 -f dset_fletcher32:NONE PASSED Verifying h5diff output ./../testfiles/h5repack_fletcher.h5 /Users/edo PASSED Testing h5repack h5repack_nbit.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_nbit.h5 /Users/edo/Dow PASSED Testing h5repack h5repack_nbit.h5 -f dset_nbit:NONE PASSED Verifying h5diff output ./../testfiles/h5repack_nbit.h5 /Users/edo/Dow PASSED Testing h5repack h5repack_nbit.h5 -f dset_int31:NBIT PASSED Verifying h5diff output ./../testfiles/h5repack_nbit.h5 /Users/edo/Dow PASSED Testing h5repack h5repack_soffset.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_soffset.h5 /Users/edo/ PASSED Testing h5repack h5repack_soffset.h5 -f dset_none:SOFF=31,IN PASSED Verifying h5diff output ./../testfiles/h5repack_soffset.h5 /Users/edo/ PASSED Testing h5repack h5repack_soffset.h5 -f dset_scaleoffset:NONE PASSED Verifying h5diff output ./../testfiles/h5repack_soffset.h5 /Users/edo/ PASSED Testing h5repack h5repack_filters.h5 -f NONE -SKIP- Testing h5repack h5repack_deflate.h5 -f dset_deflate:SZIP=8,NN -SKIP- Testing h5repack h5repack_szip.h5 -f dset_szip:GZIP=1 -SKIP- Testing h5repack h5repack_layout.h5 -f GZIP=1 -m 1024 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -e ../testfiles/info.h5repack PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 --layout=dset2:CHUNK=20x10 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l CHUNK=20x10 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset2:CONTI PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l CONTI PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset2:COMPA PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l COMPA PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_compact:CONTI PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_compact:CHUNK=2x5 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_compact:COMPA PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_contiguous:COMPA PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_contiguous:CHUNK=3x6 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_contiguous:CONTI PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_chunk:COMPA PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_chunk:CONTI PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_chunk:CHUNK=18x13 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_objs.h5 -n PASSED Verifying h5diff output ./../testfiles/h5repack_objs.h5 /Users/edo/Dow PASSED Testing h5repack h5repack_layout.h5 --layout CHUNK=20x10 --filter GZIP PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l CHUNK=20x10 -f GZIP=1 -m 10 -n PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 --filter GZIP=1 --filter SHUF PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l CHUNK=20x10 -f GZIP=1 -m 10 -n PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED All h5repack tests passed. 1.49 real 0.69 user 1.02 sys Finished testing h5repack.sh ============================ ============================ ===Serial tests in h5repack ended Mon Feb 9 17:24:48 EST 2009=== Making check in h5jam make tellub h5jamgentest getub testh5jam.sh make[3]: `tellub' is up to date. make[3]: `h5jamgentest' is up to date. make[3]: `getub' is up to date. make[3]: `testh5jam.sh' is up to date. make check-TESTS ===Serial tests in h5jam begin Mon Feb 9 17:24:49 EST 2009=== ============================ Testing testh5jam.sh Finished testing testh5jam.sh ============================ testh5jam.sh Test Log ============================ Testing h5jam -u u10.txt -i tall.h5 -o ta2.h5 PASSED Compare ta2.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u511.txt -i tall.h5 -o ta3.h5 PASSED Compare ta3.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u512.txt -i tall.h5 -o ta4.h5 PASSED Compare ta4.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u513.txt -i tall.h5 -o ta5.h5 PASSED Compare ta5.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u10.txt -i ta.h5 PASSED Compare ta.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u511.txt -i ta.h5 PASSED Compare ta.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u512.txt -i ta.h5 PASSED Compare ta.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u513.txt -i ta.h5 PASSED Compare ta.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u10.txt -i twithub.h5 -o tax2.h5 PASSED Compare tax2.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u511.txt -i twithub.h5 -o tax3.h5 PASSED Compare tax3.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u512.txt -i twithub.h5 -o tax4.h5 PASSED Compare tax4.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u513.txt -i twithub.h5 -o tax5.h5 PASSED Compare tax5.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u10.txt -i twithub513.h5 -o tax6.h5 PASSED Compare tax6.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u511.txt -i twithub513.h5 -o tax7.h5 PASSED Compare tax7.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u512.txt -i twithub513.h5 -o tax8.h5 PASSED Compare tax8.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u513.txt -i twithub513.h5 -o tax9.h5 PASSED Compare tax9.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u10.txt -i twithub.h5 -o taz2.h5 --clobber PASSED Compare taz2.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u511.txt -i twithub.h5 -o taz3.h5 --clobber PASSED Compare taz3.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u512.txt -i twithub.h5 -o taz4.h5 --clobber PASSED Compare taz4.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u513.txt -i twithub.h5 -o taz5.h5 --clobber PASSED Compare taz5.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u10.txt -i twithub513.h5 -o taz6.h5 --clobber PASSED Compare taz6.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u511.txt -i twithub513.h5 -o taz7.h5 --clobber PASSED Compare taz7.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u512.txt -i twithub513.h5 -o taz8.h5 --clobber PASSED Compare taz8.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u513.txt -i twithub513.h5 -o taz9.h5 --clobber PASSED Compare taz9.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u10.txt -i tay2.h5 --clobber PASSED Compare tay2.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u511.txt -i tay3.h5 --clobber PASSED Compare tay3.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u512.txt -i tay4.h5 --clobber PASSED Compare tay4.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u513.txt -i tay5.h5 --clobber PASSED Compare tay5.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u10.txt -i tay6.h5 --clobber PASSED Compare tay6.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u511.txt -i tay7.h5 --clobber PASSED Compare tay7.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u512.txt -i tay8.h5 --clobber PASSED Compare tay8.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u513.txt -i tay9.h5 --clobber PASSED Compare tay9.h5 to ./../testfiles/tall.h5 PASSED Testing h5unjam -i tai1.h5 -u o10.txt -o taa1.h5 PASSED Compare taa1.h5 to ./../testfiles/tall.h5 PASSED Testing h5unjam -i tai2.h5 -u o512.txt -o taa2.h5 PASSED Compare taa2.h5 to ./../testfiles/tall.h5 PASSED Testing h5unjam -i tai3.h5 -o taa3.h5 > uofile PASSED Compare taa3.h5 to ./../testfiles/tall.h5 PASSED Testing h5unjam -i tai4.h5 -o taa4.h5 > uofile PASSED Compare taa4.h5 to ./../testfiles/tall.h5 PASSED Testing h5unjam -i taj2.h5 -o tac2.h5 --delete PASSED Compare tac2.h5 to ./../testfiles/tall.h5 PASSED Testing h5unjam -i taj3.h5 -o tac3.h5 --delete PASSED Compare tac3.h5 to ./../testfiles/tall.h5 PASSED All h5jam tests passed. 3.00 real 1.05 user 2.20 sys Finished testing testh5jam.sh ============================ ============================ ===Serial tests in h5jam ended Mon Feb 9 17:24:52 EST 2009=== Making check in h5copy make h5copygentest ./testh5copy.sh make[3]: `h5copygentest' is up to date. make[3]: Nothing to be done for `testh5copy.sh'. make check-TESTS ===Serial tests in h5copy begin Mon Feb 9 17:24:52 EST 2009=== ============================ Testing h5copygentest Finished testing h5copygentest ============================ h5copygentest Test Log ============================ 0.01 real 0.00 user 0.00 sys Finished testing h5copygentest ============================ ============================ Testing testh5copy.sh Finished testing testh5copy.sh ============================ testh5copy.sh Test Log ============================ Test copying various forms of datasets Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Test copying dataset within group in source file to root of destination Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Test copying & renaming dataset Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Test copying empty, 'full' & 'nested' groups Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Test copying dataset within group in source file to group in destination Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Test copying & renaming group Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Test copying 'full' group hierarchy into group in destination file Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Test copying objects into group hier. that doesn't exist yet in destination file Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Verifying h5ls file structure ../testfiles/h5copytst.out.h5 PASSED All h5copy tests passed. 0.59 real 0.28 user 0.41 sys Finished testing testh5copy.sh ============================ ============================ ===Serial tests in h5copy ended Mon Feb 9 17:24:52 EST 2009=== Making check in h5stat make h5stat_gentest testh5stat.sh make[3]: `h5stat_gentest' is up to date. make[3]: `testh5stat.sh' is up to date. make check-TESTS ===Serial tests in h5stat begin Mon Feb 9 17:24:52 EST 2009=== ============================ Testing h5stat_gentest Finished testing h5stat_gentest ============================ h5stat_gentest Test Log ============================ 1.37 real 0.75 user 0.06 sys Finished testing h5stat_gentest ============================ ============================ Testing testh5stat.sh Finished testing testh5stat.sh ============================ testh5stat.sh Test Log ============================ Testing h5stat -h PASSED Testing h5stat --help PASSED Testing h5stat h5stat_filters.h5 PASSED Testing h5stat -f h5stat_filters.h5 PASSED Testing h5stat -F h5stat_filters.h5 PASSED Testing h5stat -d h5stat_filters.h5 PASSED Testing h5stat -g h5stat_filters.h5 PASSED Testing h5stat -dT h5stat_filters.h5 PASSED Testing h5stat h5stat_tsohm.h5 PASSED Testing h5stat h5stat_newgrat.h5 PASSED All h5stat tests passed. 2.54 real 0.89 user 0.34 sys Finished testing testh5stat.sh ============================ ============================ ===Serial tests in h5stat ended Mon Feb 9 17:24:56 EST 2009=== make check-TESTS make[5]: Nothing to be done for `_exec_check-s'. Making check in . make[2]: Nothing to be done for `all'. Making check in hl Making check in src make check-TESTS make[5]: Nothing to be done for `_exec_check-s'. Making check in test make test_lite test_image test_table test_ds test_packet make[3]: `test_lite' is up to date. make[3]: `test_image' is up to date. make[3]: `test_table' is up to date. make[3]: `test_ds' is up to date. make[3]: `test_packet' is up to date. make check-TESTS ===Serial tests in test begin Mon Feb 9 17:24:57 EST 2009=== ============================ Testing test_lite Finished testing test_lite ============================ test_lite Test Log ============================ Testing H5LTmake_dataset PASSED Testing H5LTread_dataset PASSED Testing H5LTmake_dataset_char PASSED Testing H5LTmake_dataset_short PASSED Testing H5LTmake_dataset_int PASSED Testing H5LTmake_dataset_long PASSED Testing H5LTmake_dataset_float PASSED Testing H5LTmake_dataset_double PASSED Testing H5LTmake_dataset_string PASSED Testing H5LTset_attribute_string PASSED Testing H5LTget_attribute_string PASSED Testing H5LTset_attribute_char PASSED Testing H5LTget_attribute_char PASSED Testing H5LTset_attribute_short PASSED Testing H5LTget_attribute_short PASSED Testing H5LTset_attribute_int PASSED Testing H5LTget_attribute_int PASSED Testing H5LTset_attribute_long PASSED Testing H5LTget_attribute_long PASSED Testing H5LTset_attribute_uchar PASSED Testing H5LTget_attribute_uchar PASSED Testing H5LTset_attribute_ushort PASSED Testing H5LTget_attribute_ushort PASSED Testing H5LTset_attribute_uint PASSED Testing H5LTget_attribute_uint PASSED Testing H5LTset_attribute_ulong PASSED Testing H5LTget_attribute_ulong PASSED Testing H5LTset_attribute_float PASSED Testing H5LTget_attribute_float PASSED Testing H5LTset_attribute_double PASSED Testing H5LTget_attribute_double PASSED Testing H5LTget_attribute_ndims PASSED Testing H5LTget_attribute_info PASSED Testing H5LTset_attribute_string PASSED Testing H5LTget_attribute_string PASSED Testing H5LTset_attribute_char PASSED Testing H5LTget_attribute_char PASSED Testing H5LTset_attribute_short PASSED Testing H5LTget_attribute_short PASSED Testing H5LTset_attribute_int PASSED Testing H5LTget_attribute_int PASSED Testing H5LTset_attribute_long PASSED Testing H5LTget_attribute_long PASSED Testing H5LTset_attribute_uchar PASSED Testing H5LTget_attribute_uchar PASSED Testing H5LTset_attribute_ushort PASSED Testing H5LTget_attribute_ushort PASSED Testing H5LTset_attribute_uint PASSED Testing H5LTget_attribute_uint PASSED Testing H5LTset_attribute_ulong PASSED Testing H5LTget_attribute_ulong PASSED Testing H5LTset_attribute_float PASSED Testing H5LTget_attribute_float PASSED Testing H5LTset_attribute_double PASSED Testing H5LTget_attribute_double PASSED Testing H5LTget_attribute_ndims PASSED Testing H5LTget_attribute_info PASSED Testing H5LTset_attribute_string PASSED Testing H5LTget_attribute_string PASSED Testing H5LTset_attribute_char PASSED Testing H5LTget_attribute_char PASSED Testing H5LTset_attribute_short PASSED Testing H5LTget_attribute_short PASSED Testing H5LTset_attribute_int PASSED Testing H5LTget_attribute_int PASSED Testing H5LTset_attribute_long PASSED Testing H5LTget_attribute_long PASSED Testing H5LTset_attribute_uchar PASSED Testing H5LTget_attribute_uchar PASSED Testing H5LTset_attribute_ushort PASSED Testing H5LTget_attribute_ushort PASSED Testing H5LTset_attribute_uint PASSED Testing H5LTget_attribute_uint PASSED Testing H5LTset_attribute_ulong PASSED Testing H5LTget_attribute_ulong PASSED Testing H5LTset_attribute_float PASSED Testing H5LTget_attribute_float PASSED Testing H5LTset_attribute_double PASSED Testing H5LTget_attribute_double PASSED Testing H5LTget_attribute_ndims PASSED Testing H5LTget_attribute_info PASSED Testing H5LTtext_to_dtype text for integer types PASSED text for floating-point types PASSED text for string types PASSED text for opaque types PASSED text for enum types PASSED text for variable types PASSED text for array types PASSED text for compound types PASSED text for complicated compound types PASSED 0.02 real 0.01 user 0.00 sys Finished testing test_lite ============================ ============================ Testing test_image Finished testing test_image ============================ test_image Test Log ============================ Testing indexed image PASSED Testing true color image PASSED Testing pallete functions PASSED Testing read ascii image data and generate images Testing make indexed image PASSED Testing attaching palettes PASSED Testing make true color image with pixel interlace PASSED Testing make true color image with plane interlace PASSED Testing read and process data and make indexed images Testing make indexed image from all the data PASSED Testing make indexed image from land data PASSED Testing make indexed image from sea data PASSED Testing attaching palettes PASSED All image tests passed. 0.42 real 0.29 user 0.01 sys Finished testing test_image ============================ ============================ Testing test_table Finished testing test_table ============================ test_table Test Log ============================ Testing table with file creation mode (read/write in native architecture): Testing making table PASSED Testing reading table PASSED Testing writing records PASSED Testing reading records PASSED Testing appending records PASSED Testing inserting records PASSED Testing deleting records PASSED Testing adding records PASSED Testing combining tables PASSED Testing writing fields by name PASSED Testing reading fields by name PASSED Testing writing fields by index PASSED Testing reading fields by index PASSED Testing inserting fields PASSED Testing deleting fields PASSED Testing getting table info PASSED Testing getting field info PASSED Testing table with file open mode (read big-endian data): Testing reading table PASSED Testing reading records PASSED Testing reading fields by name PASSED Testing reading fields by index PASSED Testing getting table info PASSED Testing getting field info PASSED Testing table with file open mode (read little-endian data): Testing reading table PASSED Testing reading records PASSED Testing reading fields by name PASSED Testing reading fields by index PASSED Testing getting table info PASSED Testing getting field info PASSED Testing table with file open mode (read Cray data): Testing reading table PASSED Testing reading records PASSED Testing reading fields by name PASSED Testing reading fields by index PASSED Testing getting table info PASSED Testing getting field info PASSED 0.09 real 0.04 user 0.03 sys Finished testing test_table ============================ ============================ Testing test_ds Finished testing test_ds ============================ test_ds Test Log ============================ Testing API functions Testing attach scales PASSED Testing get number of scales PASSED Testing detach scales PASSED Testing attach only to 1 dimension PASSED Testing set/get label PASSED Testing set scale/get scale name PASSED Testing iterate scales (verify scale) PASSED Testing iterate scales (read scale values) PASSED Testing iterate scales (verify the scale sizes match) PASSED Testing iterate scales (verify the scale sizes do not match) PASSED Testing error conditions Testing attach a dataset to itself PASSED Testing attach a group with a dataset PASSED Testing attach a dataset with a group PASSED Testing set scale for a group PASSED Testing attach a scale that has scales PASSED Testing attach to a dataset that is a scale PASSED Testing attach to a dataset that is a reserved class dataset PASSED Testing is scale PASSED Testing detach scale from dataset it is not attached to PASSED Testing detach scale from group PASSED Testing detach scale when scale is group PASSED Testing ranks Testing attach PASSED Testing detach PASSED Testing attach, set, get names, labels PASSED Testing attach a scalar scale PASSED Testing iterators Testing iterate when the dataset has no scales PASSED Testing iterate on dimension that is outside the rank PASSED Testing iterate for dimension with many scales PASSED Testing iterate on group PASSED Testing iterate in deleted scales PASSED Testing scales with several datatypes Testing floating point and short scales PASSED Testing string scales PASSED Testing reading ASCII data and generate HDF5 data with scales Testing generating scales PASSED All dimension scales tests passed. 0.15 real 0.13 user 0.00 sys Finished testing test_ds ============================ ============================ Testing test_packet Finished testing test_packet ============================ test_packet Test Log ============================ Testing packet table Testing H5PTcreate_fl and H5PTclose PASSED Testing H5PTopen PASSED Testing H5PTappend PASSED Testing H5PTread_packets PASSED Testing H5PTget_next PASSED Testing large packet table PASSED Testing opaque data PASSED Testing packet table compression PASSED Testing error conditions PASSED 0.11 real 0.09 user 0.01 sys Finished testing test_packet ============================ ===Serial tests in test ended Mon Feb 9 17:24:58 EST 2009=== Making check in tools Making check in gif2h5 make ./h52giftest.sh make[4]: Nothing to be done for `h52giftest.sh'. make check-TESTS ===Serial tests in gif2h5 begin Mon Feb 9 17:24:58 EST 2009=== ============================ Testing h52giftest.sh Finished testing h52giftest.sh ============================ h52giftest.sh Test Log ============================ Testing ./h52gif h52giftst.h5 image1.gif -i image PASSED Testing ./gif2h5 image1.gif image1.h5 PASSED 0.03 real 0.01 user 0.01 sys Finished testing h52giftest.sh ============================ ============================ ===Serial tests in gif2h5 ended Mon Feb 9 17:24:58 EST 2009=== make check-TESTS make[6]: Nothing to be done for `_exec_check-s'. make check-TESTS make[3]: Nothing to be done for `check-TESTS'. Making check in perform make iopipe chunk overhead zip_perf perf_meta h5perf_serial make[2]: `iopipe' is up to date. make[2]: `chunk' is up to date. make[2]: `overhead' is up to date. make[2]: `zip_perf' is up to date. make[2]: `perf_meta' is up to date. make[2]: `h5perf_serial' is up to date. make check-TESTS ===Serial tests in perform begin Mon Feb 9 17:24:58 EST 2009=== ============================ Testing iopipe Finished testing iopipe ============================ iopipe Test Log ============================ fill raw ============================================= fill hdf5 ============================================= out raw ============================================= out hdf5 ============================================= in raw ============================================= in hdf5 ============================================= in hdf5 partial ============================================= I/O request size is 1000000.0MB Before getrusage() call fill raw 0.00user 0.00system 0.00elapsed 11219.15MB/s fill hdf5 0.01user 0.00system 0.01elapsed 6400.46MB/s out raw 0.00user 0.01system 0.01elapsed 3498.20MB/s out hdf5 0.00user 0.01system 0.01elapsed 3527.75MB/s in raw 0.00user 0.01system 0.01elapsed 3481.09MB/s in hdf5 0.00user 0.01system 0.01elapsed 3491.89MB/s in hdf5 partial 0.01user 0.02system 0.03elapsed 1408.85MB/s 0.74 real 0.03 user 0.14 sys Finished testing iopipe ============================ ============================ Testing chunk Finished testing chunk ============================ chunk Test Log ============================ Test CacheSz ChunkSz Effic --------- -------- -------- -------- Rowmaj-rd 25 0.50 0.50 Rowmaj-rd 25 1.00 1.00 Rowmaj-rd 25 1.50 0.55 Rowmaj-rd 25 2.00 1.00 Rowmaj-rd 25 2.50 0.69 Rowmaj-rd 25 3.00 1.00 Rowmaj-rd 25 3.50 0.76 Rowmaj-rd 25 4.00 1.00 Rowmaj-rd 25 4.50 0.83 Rowmaj-rd 25 5.00 1.00 Rowmaj-wr 25 0.50 0.25 Rowmaj-wr 25 1.00 1.00 Rowmaj-wr 25 1.50 0.31 Rowmaj-wr 25 2.00 1.00 Rowmaj-wr 25 2.50 0.45 Rowmaj-wr 25 3.00 1.00 Rowmaj-wr 25 3.50 0.52 Rowmaj-wr 25 4.00 1.00 Rowmaj-wr 25 4.50 0.62 Rowmaj-wr 25 5.00 1.00 Diag-rd 25 0.50 0.26 Diag-rd 25 1.00 0.51 Diag-rd 25 1.50 0.36 Diag-rd 25 2.00 1.00 Diag-rd 25 2.50 0.45 Diag-rd 25 3.00 0.55 Diag-rd 25 3.50 0.50 Diag-rd 25 4.00 0.76 Diag-rd 25 4.50 0.59 Diag-rd 25 5.00 0.63 Diag-wr 25 0.50 0.13 Diag-wr 25 1.00 0.26 Diag-wr 25 1.50 0.19 Diag-wr 25 2.00 1.00 Diag-wr 25 2.50 0.27 Diag-wr 25 3.00 0.38 Diag-wr 25 3.50 0.32 Diag-wr 25 4.00 0.76 Diag-wr 25 4.50 0.40 Diag-wr 25 5.00 0.49 0.67 real 0.24 user 0.16 sys Finished testing chunk ============================ ============================ Testing overhead Finished testing overhead ============================ overhead Test Log ============================ Style Bytes/Chunk ----- ----------- forward 41.320 reverse 43.416 inward 70.664 outward 41.320 random 51.800 0.08 real 0.05 user 0.02 sys Finished testing overhead ============================ ============================ Testing zip_perf Finished testing zip_perf ============================ zip_perf Test Log ============================ Filesize: 67108864 Compression Level: 6 Buffer size == 128KB Uncompressed Write Time: 1.16s Uncompressed Write Throughput: 55.11MB/s Compression Ratio: 0.00113678 Compressed Write Time: 0.88s Compressed Write Throughput: 72.41MB/s Compression Time: 0.877886s Buffer size == 256KB Uncompressed Write Time: 1.12s Uncompressed Write Throughput: 57.03MB/s Compression Ratio: 0.00105667 Compressed Write Time: 0.87s Compressed Write Throughput: 73.65MB/s Compression Time: 0.865665s Buffer size == 512KB Uncompressed Write Time: 1.13s Uncompressed Write Throughput: 56.80MB/s Compression Ratio: 0.0010128 Compressed Write Time: 0.86s Compressed Write Throughput: 74.81MB/s Compression Time: 0.853734s Buffer size == 1MB Uncompressed Write Time: 1.13s Uncompressed Write Throughput: 56.76MB/s Compression Ratio: 0.000990868 Compressed Write Time: 0.85s Compressed Write Throughput: 75.03MB/s Compression Time: 0.851845s 8.19 real 3.33 user 0.34 sys Finished testing zip_perf ============================ ============================ Testing perf_meta Finished testing perf_meta ============================ perf_meta Test Log ============================ Performance result of metadata for datasets and attributes 1. Create 8 attributes for each of 16 existing datasets H5Dopen2: avg=0.000018s; max=0.000048s; min=0.000015s H5Dclose: avg=0.000006s; max=0.000008s; min=0.000005s H5A(create & close): avg=0.000014s; max=0.000077s; min=0.000007s 2. Create 8 attributes for each of 16 new datasets H5Dcreate2: avg=0.000022s; max=0.000025s; min=0.000020s H5Dclose: avg=0.000001s; max=0.000002s; min=0.000001s H5A(create & close): avg=0.000008s; max=0.000024s; min=0.000006s 3. Create 2 attributes for each of 16 existing datasets for 4 times H5Dopen2: avg=0.000014s; max=0.000023s; min=0.000012s H5Dclose: avg=0.000005s; max=0.000014s; min=0.000004s H5A(create & close): avg=0.000010s; max=0.000022s; min=0.000006s All metadata performance tests passed. 0.01 real 0.01 user 0.00 sys Finished testing perf_meta ============================ ============================ Testing h5perf_serial Finished testing h5perf_serial ============================ h5perf_serial Test Log ============================ HDF5 Library: Version 1.8.1 ==== Parameters ==== IO API=posix hdf5 Number of iterations=1 Dataset size=100 200 Transfer buffer size=10 20 Dimension access order=1 2 HDF5 data storage method=Contiguous HDF5 file driver=sec2 ==== End of Parameters ==== Transfer Buffer Size (bytes): 200 File Size(MB): 0.02 IO API = POSIX Write (1 iteration(s)): Maximum Throughput: 3.44 MB/s Average Throughput: 3.44 MB/s Minimum Throughput: 3.44 MB/s Write Open-Close (1 iteration(s)): Maximum Throughput: 3.35 MB/s Average Throughput: 3.35 MB/s Minimum Throughput: 3.35 MB/s Read (1 iteration(s)): Maximum Throughput: 4.68 MB/s Average Throughput: 4.68 MB/s Minimum Throughput: 4.68 MB/s Read Open-Close (1 iteration(s)): Maximum Throughput: 4.66 MB/s Average Throughput: 4.66 MB/s Minimum Throughput: 4.66 MB/s IO API = HDF5 Write (1 iteration(s)): Maximum Throughput: 27.29 MB/s Average Throughput: 27.29 MB/s Minimum Throughput: 27.29 MB/s Write Open-Close (1 iteration(s)): Maximum Throughput: 6.58 MB/s Average Throughput: 6.58 MB/s Minimum Throughput: 6.58 MB/s Read (1 iteration(s)): Maximum Throughput: 39.01 MB/s Average Throughput: 39.01 MB/s Minimum Throughput: 39.01 MB/s Read Open-Close (1 iteration(s)): Maximum Throughput: 17.95 MB/s Average Throughput: 17.95 MB/s Minimum Throughput: 17.95 MB/s 0.01 real 0.00 user 0.00 sys Finished testing h5perf_serial ============================ ===Serial tests in perform ended Mon Feb 9 17:25:08 EST 2009=== dhcp-235:hdf5-1.8.1 edo$ 0 -bash: 0: command not found dhcp-235:hdf5-1.8.1 edo$ dhcp-235:hdf5-1.8.1 edo$ dhcp-235:hdf5-1.8.1 edo$ sudo make install Password: Making install in src test -z "/usr/local//lib" || ../bin/install-sh -c -d "/usr/local//lib" /bin/sh ../libtool --mode=install /usr/bin/install -c 'libhdf5.la' '/usr/local//lib/libhdf5.la' libtool: install: /usr/bin/install -c .libs/libhdf5.lai /usr/local//lib/libhdf5.la libtool: install: /usr/bin/install -c .libs/libhdf5.a /usr/local//lib/libhdf5.a libtool: install: chmod 644 /usr/local//lib/libhdf5.a libtool: install: ranlib /usr/local//lib/libhdf5.a ranlib: file: /usr/local//lib/libhdf5.a(H5CS.o) has no symbols ranlib: file: /usr/local//lib/libhdf5.a(H5Dmpio.o) has no symbols ranlib: file: /usr/local//lib/libhdf5.a(H5FDdirect.o) has no symbols ranlib: file: /usr/local//lib/libhdf5.a(H5FDmpio.o) has no symbols ranlib: file: /usr/local//lib/libhdf5.a(H5FDmpiposix.o) has no symbols ranlib: file: /usr/local//lib/libhdf5.a(H5Obogus.o) has no symbols ranlib: file: /usr/local//lib/libhdf5.a(H5Smpio.o) has no symbols ranlib: file: /usr/local//lib/libhdf5.a(H5TS.o) has no symbols ranlib: file: /usr/local//lib/libhdf5.a(H5Zszip.o) has no symbols ---------------------------------------------------------------------- Libraries have been installed in: /usr/local//lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable during execution See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/usr/local//include" || ../bin/install-sh -c -d "/usr/local//include" /usr/bin/install -c -m 644 'hdf5.h' '/usr/local//include/hdf5.h' /usr/bin/install -c -m 644 'H5api_adpt.h' '/usr/local//include/H5api_adpt.h' /usr/bin/install -c -m 644 'H5pubconf.h' '/usr/local//include/H5pubconf.h' /usr/bin/install -c -m 644 'H5public.h' '/usr/local//include/H5public.h' /usr/bin/install -c -m 644 'H5version.h' '/usr/local//include/H5version.h' /usr/bin/install -c -m 644 'H5Apublic.h' '/usr/local//include/H5Apublic.h' /usr/bin/install -c -m 644 'H5ACpublic.h' '/usr/local//include/H5ACpublic.h' /usr/bin/install -c -m 644 'H5Cpublic.h' '/usr/local//include/H5Cpublic.h' /usr/bin/install -c -m 644 'H5Dpublic.h' '/usr/local//include/H5Dpublic.h' /usr/bin/install -c -m 644 'H5Epubgen.h' '/usr/local//include/H5Epubgen.h' /usr/bin/install -c -m 644 'H5Epublic.h' '/usr/local//include/H5Epublic.h' /usr/bin/install -c -m 644 'H5Fpublic.h' '/usr/local//include/H5Fpublic.h' /usr/bin/install -c -m 644 'H5FDpublic.h' '/usr/local//include/H5FDpublic.h' /usr/bin/install -c -m 644 'H5FDcore.h' '/usr/local//include/H5FDcore.h' /usr/bin/install -c -m 644 'H5FDdirect.h' '/usr/local//include/H5FDdirect.h' /usr/bin/install -c -m 644 'H5FDfamily.h' '/usr/local//include/H5FDfamily.h' /usr/bin/install -c -m 644 'H5FDlog.h' '/usr/local//include/H5FDlog.h' /usr/bin/install -c -m 644 'H5FDmpi.h' '/usr/local//include/H5FDmpi.h' /usr/bin/install -c -m 644 'H5FDmpio.h' '/usr/local//include/H5FDmpio.h' /usr/bin/install -c -m 644 'H5FDmpiposix.h' '/usr/local//include/H5FDmpiposix.h' /usr/bin/install -c -m 644 'H5FDmulti.h' '/usr/local//include/H5FDmulti.h' /usr/bin/install -c -m 644 'H5FDsec2.h' '/usr/local//include/H5FDsec2.h' /usr/bin/install -c -m 644 'H5FDstdio.h' '/usr/local//include/H5FDstdio.h' /usr/bin/install -c -m 644 'H5Gpublic.h' '/usr/local//include/H5Gpublic.h' /usr/bin/install -c -m 644 'H5Ipublic.h' '/usr/local//include/H5Ipublic.h' /usr/bin/install -c -m 644 'H5Lpublic.h' '/usr/local//include/H5Lpublic.h' /usr/bin/install -c -m 644 'H5MMpublic.h' '/usr/local//include/H5MMpublic.h' /usr/bin/install -c -m 644 'H5Opublic.h' '/usr/local//include/H5Opublic.h' /usr/bin/install -c -m 644 'H5Ppublic.h' '/usr/local//include/H5Ppublic.h' /usr/bin/install -c -m 644 'H5Rpublic.h' '/usr/local//include/H5Rpublic.h' /usr/bin/install -c -m 644 'H5Spublic.h' '/usr/local//include/H5Spublic.h' /usr/bin/install -c -m 644 'H5Tpublic.h' '/usr/local//include/H5Tpublic.h' /usr/bin/install -c -m 644 'H5Zpublic.h' '/usr/local//include/H5Zpublic.h' test -z "/usr/local//lib" || ../bin/install-sh -c -d "/usr/local//lib" /usr/bin/install -c -m 644 'libhdf5.settings' '/usr/local//lib/libhdf5.settings' Making install in test make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. Making install in tools Making install in lib make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. Making install in h5dump test -z "/usr/local//bin" || ../../bin/install-sh -c -d "/usr/local//bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5dump' '/usr/local//bin/h5dump' libtool: install: /usr/bin/install -c h5dump /usr/local//bin/h5dump make[3]: Nothing to be done for `install-data-am'. Making install in h5diff test -z "/usr/local//bin" || ../../bin/install-sh -c -d "/usr/local//bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5diff' '/usr/local//bin/h5diff' libtool: install: /usr/bin/install -c h5diff /usr/local//bin/h5diff make[3]: Nothing to be done for `install-data-am'. Making install in h5ls test -z "/usr/local//bin" || ../../bin/install-sh -c -d "/usr/local//bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5ls' '/usr/local//bin/h5ls' libtool: install: /usr/bin/install -c h5ls /usr/local//bin/h5ls make[3]: Nothing to be done for `install-data-am'. Making install in misc test -z "/usr/local//bin" || ../../bin/install-sh -c -d "/usr/local//bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5debug' '/usr/local//bin/h5debug' libtool: install: /usr/bin/install -c h5debug /usr/local//bin/h5debug /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5repart' '/usr/local//bin/h5repart' libtool: install: /usr/bin/install -c h5repart /usr/local//bin/h5repart /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5mkgrp' '/usr/local//bin/h5mkgrp' libtool: install: /usr/bin/install -c h5mkgrp /usr/local//bin/h5mkgrp test -z "/usr/local//bin" || ../../bin/install-sh -c -d "/usr/local//bin" /usr/bin/install -c 'h5redeploy' '/usr/local//bin/h5redeploy' make[3]: Nothing to be done for `install-data-am'. Making install in h5import test -z "/usr/local//bin" || ../../bin/install-sh -c -d "/usr/local//bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5import' '/usr/local//bin/h5import' libtool: install: /usr/bin/install -c h5import /usr/local//bin/h5import make[3]: Nothing to be done for `install-data-am'. Making install in h5repack test -z "/usr/local//bin" || ../../bin/install-sh -c -d "/usr/local//bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5repack' '/usr/local//bin/h5repack' libtool: install: /usr/bin/install -c h5repack /usr/local//bin/h5repack make[3]: Nothing to be done for `install-data-am'. Making install in h5jam test -z "/usr/local//bin" || ../../bin/install-sh -c -d "/usr/local//bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5jam' '/usr/local//bin/h5jam' libtool: install: /usr/bin/install -c h5jam /usr/local//bin/h5jam /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5unjam' '/usr/local//bin/h5unjam' libtool: install: /usr/bin/install -c h5unjam /usr/local//bin/h5unjam make[3]: Nothing to be done for `install-data-am'. Making install in h5copy test -z "/usr/local//bin" || ../../bin/install-sh -c -d "/usr/local//bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5copy' '/usr/local//bin/h5copy' libtool: install: /usr/bin/install -c h5copy /usr/local//bin/h5copy make[3]: Nothing to be done for `install-data-am'. Making install in h5stat test -z "/usr/local//bin" || ../../bin/install-sh -c -d "/usr/local//bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5stat' '/usr/local//bin/h5stat' libtool: install: /usr/bin/install -c h5stat /usr/local//bin/h5stat test -z "/usr/local//bin" || ../../bin/install-sh -c -d "/usr/local//bin" make[3]: Nothing to be done for `install-data-am'. make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. Making install in . make[2]: Nothing to be done for `all'. test -z "/usr/local//bin" || ../bin/install-sh -c -d "/usr/local//bin" /bin/sh ../libtool --mode=install /usr/bin/install -c 'h5perf' '/usr/local//bin/h5perf' libtool: install: /usr/bin/install -c h5perf /usr/local//bin/h5perf /bin/sh ../libtool --mode=install /usr/bin/install -c 'h5perf_serial' '/usr/local//bin/h5perf_serial' libtool: install: /usr/bin/install -c h5perf_serial /usr/local//bin/h5perf_serial make[4]: Nothing to be done for `install-data-am'. make[2]: Nothing to be done for `install-data-am'. Making install in hl Making install in src test -z "/usr/local//lib" || ../../bin/install-sh -c -d "/usr/local//lib" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'libhdf5_hl.la' '/usr/local//lib/libhdf5_hl.la' libtool: install: /usr/bin/install -c .libs/libhdf5_hl.lai /usr/local//lib/libhdf5_hl.la libtool: install: /usr/bin/install -c .libs/libhdf5_hl.a /usr/local//lib/libhdf5_hl.a libtool: install: chmod 644 /usr/local//lib/libhdf5_hl.a libtool: install: ranlib /usr/local//lib/libhdf5_hl.a ---------------------------------------------------------------------- Libraries have been installed in: /usr/local//lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable during execution See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/usr/local//include" || ../../bin/install-sh -c -d "/usr/local//include" /usr/bin/install -c -m 644 'hdf5_hl.h' '/usr/local//include/hdf5_hl.h' /usr/bin/install -c -m 644 'H5IMpublic.h' '/usr/local//include/H5IMpublic.h' /usr/bin/install -c -m 644 'H5LTpublic.h' '/usr/local//include/H5LTpublic.h' /usr/bin/install -c -m 644 'H5TBpublic.h' '/usr/local//include/H5TBpublic.h' /usr/bin/install -c -m 644 'H5DSpublic.h' '/usr/local//include/H5DSpublic.h' /usr/bin/install -c -m 644 'H5PTpublic.h' '/usr/local//include/H5PTpublic.h' Making install in test make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. Making install in tools Making install in gif2h5 test -z "/usr/local//bin" || ../../../bin/install-sh -c -d "/usr/local//bin" /bin/sh ../../../libtool --mode=install /usr/bin/install -c 'gif2h5' '/usr/local//bin/gif2h5' libtool: install: /usr/bin/install -c gif2h5 /usr/local//bin/gif2h5 /bin/sh ../../../libtool --mode=install /usr/bin/install -c 'h52gif' '/usr/local//bin/h52gif' libtool: install: /usr/bin/install -c h52gif /usr/local//bin/h52gif make[4]: Nothing to be done for `install-data-am'. make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. Making install in perform test -z "/usr/local//bin" || ../bin/install-sh -c -d "/usr/local//bin" /bin/sh ../libtool --mode=install /usr/bin/install -c 'h5perf' '/usr/local//bin/h5perf' libtool: install: /usr/bin/install -c h5perf /usr/local//bin/h5perf /bin/sh ../libtool --mode=install /usr/bin/install -c 'h5perf_serial' '/usr/local//bin/h5perf_serial' libtool: install: /usr/bin/install -c h5perf_serial /usr/local//bin/h5perf_serial make[2]: Nothing to be done for `install-data-am'. dhcp-235:hdf5-1.8.1 edo$ locate hdf5/Applications/MATLAB_R2008b.app/bin/maci/libhdf5.0.0.0.dylib /Applications/MATLAB_R2008b.app/bin/maci/libhdf5.0.dylib /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@H5F/is_hdf5.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@H5ML/hdf5.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5 /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5array /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5array/h5array.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5array/schema.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5array/setData.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5compound /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5compound/addMember.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5compound/h5compound.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5compound/schema.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5compound/setMember.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5compound/setMemberNames.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5enum /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5enum/defineEnum.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5enum/getString.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5enum/h5enum.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5enum/schema.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5enum/setData.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5enum/setEnumNames.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5enum/setEnumValues.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5string /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5string/h5string.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5string/schema.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5string/setData.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5string/setLength.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5string/setPadding.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5vlen /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5vlen/h5vlen.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5vlen/schema.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@h5vlen/setData.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@hdf5type /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@hdf5type/disp.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@hdf5type/display.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@hdf5type/hdf5type.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@hdf5type/schema.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/@hdf5type/setName.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/@hdf5/schema.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/hdf5.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/hdf5copyright.txt /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/hdf5info.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/hdf5read.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/hdf5write.m /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/private/hdf5infoc.mexmaci /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/private/hdf5infoc.mexmaci.csf /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/private/hdf5readc.mexmaci /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/private/hdf5readc.mexmaci.csf /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/private/hdf5writec.mexmaci /Applications/MATLAB_R2008b.app/toolbox/matlab/imagesci/private/hdf5writec.mexmaci.csf /usr/local/hdf5 /usr/local/hdf5/bin /usr/local/hdf5/bin/gif2h5 /usr/local/hdf5/bin/h52gif /usr/local/hdf5/bin/h5cc /usr/local/hdf5/bin/h5copy /usr/local/hdf5/bin/h5debug /usr/local/hdf5/bin/h5diff /usr/local/hdf5/bin/h5dump /usr/local/hdf5/bin/h5import /usr/local/hdf5/bin/h5jam /usr/local/hdf5/bin/h5ls /usr/local/hdf5/bin/h5mkgrp /usr/local/hdf5/bin/h5perf /usr/local/hdf5/bin/h5perf_serial /usr/local/hdf5/bin/h5redeploy /usr/local/hdf5/bin/h5repack /usr/local/hdf5/bin/h5repart /usr/local/hdf5/bin/h5stat /usr/local/hdf5/bin/h5unjam /usr/local/hdf5/include /usr/local/hdf5/include/H5ACpublic.h /usr/local/hdf5/include/H5Apublic.h /usr/local/hdf5/include/H5Cpublic.h /usr/local/hdf5/include/H5DSpublic.h /usr/local/hdf5/include/H5Dpublic.h /usr/local/hdf5/include/H5Epubgen.h /usr/local/hdf5/include/H5Epublic.h /usr/local/hdf5/include/H5FDcore.h /usr/local/hdf5/include/H5FDdirect.h /usr/local/hdf5/include/H5FDfamily.h /usr/local/hdf5/include/H5FDlog.h /usr/local/hdf5/include/H5FDmpi.h /usr/local/hdf5/include/H5FDmpio.h /usr/local/hdf5/include/H5FDmpiposix.h /usr/local/hdf5/include/H5FDmulti.h /usr/local/hdf5/include/H5FDpublic.h /usr/local/hdf5/include/H5FDsec2.h /usr/local/hdf5/include/H5FDstdio.h /usr/local/hdf5/include/H5Fpublic.h /usr/local/hdf5/include/H5Gpublic.h /usr/local/hdf5/include/H5IMpublic.h /usr/local/hdf5/include/H5Ipublic.h /usr/local/hdf5/include/H5LTpublic.h /usr/local/hdf5/include/H5Lpublic.h /usr/local/hdf5/include/H5MMpublic.h /usr/local/hdf5/include/H5Opublic.h /usr/local/hdf5/include/H5PTpublic.h /usr/local/hdf5/include/H5Ppublic.h /usr/local/hdf5/include/H5Rpublic.h /usr/local/hdf5/include/H5Spublic.h /usr/local/hdf5/include/H5TBpublic.h /usr/local/hdf5/include/H5Tpublic.h /usr/local/hdf5/include/H5Zpublic.h /usr/local/hdf5/include/H5api_adpt.h /usr/local/hdf5/include/H5pubconf.h /usr/local/hdf5/include/H5public.h /usr/local/hdf5/include/H5version.h /usr/local/hdf5/include/hdf5.h /usr/local/hdf5/include/hdf5_hl.h /usr/local/hdf5/lib /usr/local/hdf5/lib/libhdf5.a /usr/local/hdf5/lib/libhdf5.la /usr/local/hdf5/lib/libhdf5.settings /usr/local/hdf5/lib/libhdf5_hl.a /usr/local/hdf5/lib/libhdf5_hl.la dhcp-235:hdf5-1.8.1 edo$ cd usr/local -bash: cd: usr/local: No such file or directory dhcp-235:hdf5-1.8.1 edo$ cd /usr/ dhcp-235:usr edo$ ls X11 bin lib local share texbin X11R6 include libexec sbin standalone dhcp-235:usr edo$ cd lib dhcp-235:lib edo$ ls BuildFilter libicucore.dylib libsvn_diff-1.0.dylib TcldomConfig.sh libinfo.dylib libsvn_diff-1.dylib TclxmlConfig.sh libiodbc.2.1.17.dylib libsvn_fs-1.0.0.0.dylib arch_tool libiodbc.2.dylib libsvn_fs-1.0.dylib bundle1.o libiodbc.a libsvn_fs-1.dylib changes libiodbc.dylib libsvn_fs_fs-1.0.0.0.dylib charset.alias libiodbcinst.2.1.17.dylib libsvn_fs_fs-1.0.dylib clonehdrs libiodbcinst.2.dylib libsvn_fs_fs-1.dylib cron libiodbcinst.a libsvn_ra-1.0.0.0.dylib crt1.10.5.o libiodbcinst.dylib libsvn_ra-1.0.dylib crt1.o libipsec.A.dylib libsvn_ra-1.dylib dtrace libipsec.dylib libsvn_ra_dav-1.0.0.0.dylib dyld libk5crypto.dylib libsvn_ra_dav-1.0.dylib dylib1.10.5.o libkmod.a libsvn_ra_dav-1.dylib dylib1.o libkmodc++.a libsvn_ra_local-1.0.0.0.dylib fastcp libkrb4.dylib libsvn_ra_local-1.0.dylib frameworkFlags libkrb5.dylib libsvn_ra_local-1.dylib gcc libkrb524.dylib libsvn_ra_svn-1.0.0.0.dylib gcrt1.o libkrb5support.dylib libsvn_ra_svn-1.0.dylib genclasspath libl.a libsvn_ra_svn-1.dylib groff liblangid.dylib libsvn_repos-1.0.0.0.dylib i686-apple-darwin9 liblapack.dylib libsvn_repos-1.0.dylib itclConfig.sh liblber.dylib libsvn_repos-1.dylib java libldap.dylib libsvn_subr-1.0.0.0.dylib jpegtclConfig.sh libldap_r.dylib libsvn_subr-1.0.dylib libAPSimple.dylib libltdl.3.1.4.dylib libsvn_subr-1.dylib libBSDPClient.A.dylib libltdl.3.dylib libsvn_swig_perl-1.0.0.0.dylib libBSDPClient.dylib libltdl.a libsvn_swig_perl-1.0.dylib libDHCPServer.A.dylib libltdl.dylib libsvn_swig_perl-1.dylib libDHCPServer.dylib libltdl.la libsvn_swig_py-1.0.0.0.dylib libIOKit.A.dylib libm.dylib libsvn_swig_py-1.0.dylib libIOKit.dylib libmca_common_sm.0.dylib libsvn_swig_py-1.dylib libLanguageIdentifier.dylib libmca_common_sm.dylib libsvn_swig_ruby-1.0.0.0.dylib libMallocDebug.A.dylib libmecab.1.0.0.dylib libsvn_swig_ruby-1.0.dylib libSaturn.dylib libmecab.1.dylib libsvn_swig_ruby-1.dylib libSaturnFE.dylib libmecab.dylib libsvn_wc-1.0.0.0.dylib libSystem.B.dylib libmenu.5.4.dylib libsvn_wc-1.0.dylib libSystem.B_debug.dylib libmenu.dylib libsvn_wc-1.dylib libSystem.B_profile.dylib libmpi.0.dylib libtcl.dylib libSystem.dylib libmpi.dylib libtcl8.4.dylib libSystemStubs.a libmpi_cxx.0.dylib libtclstub8.4.a libSystemStubs_debug.a libmpi_cxx.dylib libtermcap.dylib libSystemStubs_profile.a libmx.A.dylib libtidy.A.dylib libSystem_debug.dylib libmx.A_debug.dylib libtidy.dylib libSystem_profile.dylib libmx.A_profile.dylib libtk.dylib libXplugin.1.0.dylib libmx.dylib libtk8.4.dylib libXplugin.1.dylib libmx_debug.dylib libtkstub8.4.a libXplugin.dylib libmx_profile.dylib libutil.dylib libalias.A.dylib libncurses.5.4.dylib libutil1.0.dylib libalias.dylib libncurses.5.dylib libwrap.7.6.dylib libamber.a libncurses.dylib libwrap.7.dylib libapr-1.0.2.7.dylib libneon.26.0.3.dylib libwrap.a libapr-1.0.dylib libneon.26.dylib libwrap.dylib libapr-1.dylib libneon.dylib libwx_macud-2.8.0.1.1.dylib libaprutil-1.0.2.7.dylib libneon.la libwx_macud-2.8.0.dylib libaprutil-1.0.dylib libnetsnmp.15.1.0.dylib libwx_macud-2.8.dylib libaprutil-1.dylib libnetsnmp.15.dylib libwx_macud_fl-2.8.0.1.0.dylib libatlas.dylib libnetsnmp.5.2.1.dylib libwx_macud_fl-2.8.0.dylib libauto.dylib libnetsnmp.5.dylib libwx_macud_fl-2.8.dylib libblas.dylib libnetsnmp.dylib libwx_macud_foldbar-2.8.0.1.0.dylib libbsm.dylib libnetsnmpagent.15.1.0.dylib libwx_macud_foldbar-2.8.0.dylib libbz2.1.0.4.dylib libnetsnmpagent.15.dylib libwx_macud_foldbar-2.8.dylib libbz2.1.0.dylib libnetsnmpagent.dylib libwx_macud_gizmos-2.8.0.1.0.dylib libbz2.dylib libnetsnmphelpers.15.1.0.dylib libwx_macud_gizmos-2.8.0.dylib libc.dylib libnetsnmphelpers.15.dylib libwx_macud_gizmos-2.8.dylib libcblas.dylib libnetsnmphelpers.dylib libwx_macud_gizmos_xrc-2.8.0.1.0.dylib libcharset.1.0.0.dylib libnetsnmpmibs.15.1.0.dylib libwx_macud_gizmos_xrc-2.8.0.dylib libcharset.1.dylib libnetsnmpmibs.15.dylib libwx_macud_gizmos_xrc-2.8.dylib libcharset.dylib libnetsnmpmibs.dylib libwx_macud_gl-2.8.0.1.1.dylib libcharset.la libnetsnmptrapd.15.1.0.dylib libwx_macud_gl-2.8.0.dylib libclapack.dylib libnetsnmptrapd.15.dylib libwx_macud_gl-2.8.dylib libcom_err.dylib libnetsnmptrapd.dylib libwx_macud_netutils-2.8.0.1.0.dylib libcpp_kext.a libobjc.A.dylib libwx_macud_netutils-2.8.0.dylib libcrypto.0.9.7.dylib libobjc.A_profile.dylib libwx_macud_netutils-2.8.dylib libcrypto.0.9.dylib libobjc.dylib libwx_macud_ogl-2.8.0.1.0.dylib libcrypto.dylib libobjc_profile.A.dylib libwx_macud_ogl-2.8.0.dylib libcups.2.dylib libobjc_profile.dylib libwx_macud_ogl-2.8.dylib libcups.dylib libodbc.a libwx_macud_plot-2.8.0.1.0.dylib libcupsimage.2.dylib libopen-pal.0.dylib libwx_macud_plot-2.8.0.dylib libcupsimage.dylib libopen-pal.dylib libwx_macud_plot-2.8.dylib libcurl.2.dylib libopen-rte.0.dylib libwx_macud_stc-2.8.0.1.0.dylib libcurl.3.dylib libopen-rte.dylib libwx_macud_stc-2.8.0.dylib libcurl.4.0.0.dylib libpam.1.0.dylib libwx_macud_stc-2.8.dylib libcurl.4.dylib libpam.1.dylib libwx_macud_svg-2.8.0.1.0.dylib libcurl.dylib libpam.dylib libwx_macud_svg-2.8.0.dylib libcurses.dylib libpam_misc.1.dylib libwx_macud_svg-2.8.dylib libdbm.dylib libpam_misc.dylib libxar.1.dylib libdes425.dylib libpamc.1.dylib libxar.dylib libdl.dylib libpamc.dylib libxml2.2.dylib libdtrace.dylib libpanel.5.4.dylib libxml2.dylib libedit.2.9.dylib libpanel.dylib libxml2.la libedit.2.dylib libpcap.A.dylib libxslt.1.dylib libedit.dylib libpcap.dylib libxslt.dylib libexpat.1.5.0.dylib libpoll.dylib libxslt.la libexpat.1.dylib libproc.dylib liby.a libexpat.dylib libpthread.dylib libz.1.1.3.dylib libexpat.la libpython.dylib libz.1.2.3.dylib libexslt.0.dylib libpython2.5.dylib libz.1.dylib libexslt.dylib libpython2.dylib libz.dylib libexslt.la libreadline.dylib libzfs.dylib libf77lapack.dylib libresolv.9.dylib mecab libfcgi++.0.0.0.dylib libresolv.dylib mergeInfo libfcgi++.0.dylib librpcsvc.dylib ofileListTool libfcgi++.dylib libruby.1.dylib openmpi libfcgi.0.0.0.dylib libruby.dylib pam libfcgi.0.dylib libsasl2.2.0.1.dylib php libfcgi.dylib libsasl2.2.0.15.dylib pkgconfig libffi.dylib libsasl2.2.0.21.dylib plistread libfl.a libsasl2.2.0.22.dylib pngtclConfig.sh libform.5.4.dylib libsasl2.2.dylib podcastproducer libform.dylib libsasl2.dylib powerpc-apple-darwin9 libgcc_s.1.0.dylib libsqlite3.0.8.6.dylib python2.5 libgcc_s.1.dylib libsqlite3.0.dylib ruby libgcc_s.10.4.dylib libsqlite3.dylib sa libgcc_s.10.5.dylib libssl.0.9.7.dylib samba libgcc_s_ppc64.1.dylib libssl.0.9.dylib sasl2 libgcc_s_x86_64.1.dylib libssl.dylib sqlite3 libgermantok.dylib libstdc++-static.a system libgmalloc.B.dylib libstdc++.6.0.4.dylib tclConfig.sh libgmalloc.dylib libstdc++.6.dylib tcldomxmlConfig.sh libgssapi_krb5.dylib libstmalloc.a tdomConfig.sh libgutenprint.2.0.0.dylib libsupc++.a tifftclConfig.sh libgutenprint.2.dylib libsvn_client-1.0.0.0.dylib tkConfig.sh libgutenprint.dylib libsvn_client-1.0.dylib tkimgConfig.sh libiconv.2.4.0.dylib libsvn_client-1.dylib wx libiconv.2.dylib libsvn_delta-1.0.0.0.dylib xml2Conf.sh libiconv.dylib libsvn_delta-1.0.dylib xsltConf.sh libiconv.la libsvn_delta-1.dylib zlibtclConfig.sh libicucore.A.dylib libsvn_diff-1.0.0.0.dylib zsh dhcp-235:lib edo$ cd .. dhcp-235:usr edo$ cd bin dhcp-235:bin edo$ ls BuildStrings fc manpath showmount CpMac fddist matlab sigdist.d DeRez ferret-browser mcxquery simg4 GetFileInfo fetchmail md simg4_plus ImageUnitAnalyzer fetchmailconf mdcheckschema simg5 MergePef fg mdfind sips MvMac fgrep mdimport size PPCExplain file mdls sliceprint RSA_SecurID_getpasswd filebyproc.d mdutil slogin ResMerger find merge smbcacls Rez find2perl mesg smbclient RezDet findsmb mib2c smbcontrol RezWack finger mib2c-update smbcquotas SetFile fixproc mig smbget SplitForks flex mkafmmap smbpasswd UnRezWack flex++ mkbom smbspool WSMakeStubs fmt mkdep smbstatus a2p fold mkfifo smbtar acid formail mklocale smbtree aclocal from mktemp smbutil aclocal-1.10 fs_usage mmroff smtpd.py addftinfo ftp mnthome smtpd2.5.py afconvert full2tt6e mongrel_rails snmpbulkget afinfo fulldump more snmpbulkwalk afmtodit funzip mp2bug snmpconf afplay fuser mpic++ snmpdelta agvtool fwkdp mpicc snmpdf alias fwkpfv mpicxx snmpget amavisd g++ mpiexec snmpgetnext amavisd-agent g++-4.0 mpif77 snmpinform amavisd-nanny gatherheaderdoc mpif90 snmpnetstat amavisd-release gcc mpirun snmpset amber gcc-4.0 msgs snmpstatus amlint gcov mvn snmptable ant gcov-4.0 nano snmptest appleping gdb nasm snmptranslate applesingle gdiffmk native2ascii snmptrap appletviewer gem nbdst snmpusm apply gen_bridge_metadata nc snmpvacm apr-1-config gencat ndisasm snmpwalk apropos genstrings neqn sntp apt getconf net soelim apu-1-config getopt net-snmp-config sort ar getopts newaliases spfd arch glibtool newgrp spfquery as glibtoolize newproc.d splain asa gluedialect nfsstat split at gluedoc nice sqlite3 at_cho_prn glueedit nl srm atlookup gluemac nm ssh atos gluescriptadds nmblookup ssh-add atprint gm4 nmedit ssh-agent atq gnuattach nohup ssh-keygen atrm gnuclient notifyutil ssh-keyscan atstatus gnudoit nroff stat atsutil gnumake nslookup states autoconf gnuserv nsupdate strings autoheader gnutar ntlm_auth strip autom4te gperf ntp-keygen su automake gpgen ntpq sudo automake-1.10 gprof ocs sum automator grap2graph od svk autoreconf grep ompi_info svn autoscan grep-changelog opal_wrapper svnadmin autoupdate grn open svndumpfilter auval grodvi opendiff svnlook auvaltool groff opensnoop svnserve awk groffer openssl svnsync b2m grog orbd svnversion banner grolbp orted sw_vers basename grolj4 orterun swig bashbug grops osacompile syscallbypid.d batch grotty osadecompile syscallbyproc.d bc groups osalang syscallbysysc.d bg gunzip osascript syslog biff gzcat otool tab2space binhex gzexe over tabs bison gzip pack200 tack bitesize.d h2ph pagesize tail bsdmake h2xs pagestuff talk bspatch hash passwd tar bunzip2 hdid paste tbl bzcat hdiutil patch tclsh bzcmp hdxml2manxml pathchk tclsh8.4 bzdiff head pathopens.d tdbbackup bzegrep headerdoc2html pbcopy tdbdump bzfgrep heap pbpaste tdbtool bzgrep hexdump pbprojectdump tee bzip2 host pcast telnet bzip2recover hostinfo pcastaction testparm bzless hotspot.d pcsctest testrb bzmore hpftodit pcsctool texi2dvi c++ httpdstat.d pdbedit texi2html c++-4.0 hwprefs pdfroff texi2pdf c++filt i686-apple-darwin9-g++-4.0.1 perl texindex c2ph i686-apple-darwin9-gcc-4.0.1 perl5.8.8 textutil c89 ibtool perlbug tfmtodit c99 iconv perlcc tftp c_rehash id perldoc tic cal ident perlivp tidy calendar idlj pfbtops tiff2icns cancel ifnames php tiffutil cap indent php-config time cap_mkdb indxbib phpize tkmib capify info pic tnameserv captoinfo infocmp pic2graph toe cc infokey pico top cd infotocap piconv tops certtool install pidpersec.d topsyscall checknr install-info pl topsysproc chflags install_name_tool pl2pm touch chfn instmodsh plockstat tput chgrp instruments plutil tr chpass iodbc-config pmset traptoemail chsh iodbctest pod2html trial chudRemoteCtrl iodbctestw pod2latex troff chumAddRights iofile.d pod2man true ci iofileb.d pod2readme tset cksum iopattern pod2text tsort clear iopending pod2usage tty cmp iosnoop podcast twdiff cmpdylib iotop podchecker twistd co ipcount podselect type codesign ipcrm policytool ul codesign_allocate ipcs post-grohtml ulimit col ipmitool powerpc-apple-darwin9-g++-4.0.1 umask colcrt iptab powerpc-apple-darwin9-gcc-4.0.1 unalias colldef irb pr uname colrm isc-config.sh pre-grohtml uncompress column jar priclass.d unexpand comm jarsigner pridist.d unifdef command java printenv uniq compileHelp javac printf units compile_et javaconfig procmail unpack200 compress javadoc procsystime unvis config javah profiles unzip config_data javap projectInfo unzipsfx cpan javatool prove update_dyld_shared_cache cpio javaws psed update_prebinding cpp jconsole pstopdf update_rubygems cpp-4.0 jdb pstruct uptime cpuwalk.d jinfo ptar users crc32 jmap ptardiff uucp creatbyproc.d jobs pubsub uudecode crlrefresh join purge uuencode crontab jot pwpolicy uuidgen cscope jps pydoc uulog csplit jsadebugd pydoc2.5 uuname csreq jstack python uupick ctags jstat python-config uustat cu jstatd python2.5 uuto cups-calibrate kdestroy python2.5-config uux cups-config keytool pythonw vers_string cupstestdsc kill.d pythonw2.5 vgrind cupstestppd killall qc2movie vi curl kinit qlmanage view curl-config klist quartz-wm vim cut kpasswd quota vimdiff cvs krb5-config rails vimtutor cvsbug kswitch rake vis cyrus kvno ranlib vm_stat dappprof lam rb-keygen vmmap dapptrace last rcs w dbiprof lastcomm rcs-checkin wait dbiproxy lastwords rcs2log wall dc latency rcsclean wbinfo defaults ld rcsdiff wc desdp ld64 rcsmerge weblatency.d diff ld_classic rdoc what diff3 ldapadd read whatis diffpp ldapcompare readlink whereis diffstat ldapdelete rebase which dig ldapmodify redcloth who dirname ldapmodrdn redo_prebinding whoami dirt ldappasswd refer whois diskhits ldapsearch reggie_se wish dispqlen.d ldapwhoami renice wish8.4 distcc leaks reset write distccd leave rev wx-config distccmon-text less ri wxPerl ditto lessecho rlog wx_overload.pl dns-sd lesskey rlogin wx_xspp.pl dprofpp lex rmic wxperl_demo.pl drutil libnetcfg rmid wxrc dscacheutil libtool rmiregistry wxrc-2.8 dscl lipo rpcclient xar dserr lkbib rpcgen xargs dsexport loads.d rs xattr dsimport locale rsh xcode-select dsmemberutil localedef rsync xcodebuild dsperfmonitor locate ruby xcodeindex dsymutil lockfile runocc.d xed dtruss logger ruptime xgrid du login rview xml2-config dwarfdump logname rvim xml2man easy_install look rwbypid.d xmlcatalog easy_install-2.5 lookbib rwbytype.d xmllint ebrowse lorder rwho xmlwf edit lp rwsnoop xpath efax lpoptions s2p xslt-config efix lppasswd sample xsltproc egrep lpq sampleproc xsubpp emacs lpr sandbox-exec xxd emacs-i386 lprm sar yacc emacs-undumped lpstat say yes emacsclient lsbom sc_usage ypcat enc2xs lsm scp ypmatch encode_keychange lsvfs screen ypwhich enscript lwp-download script zcat env lwp-mirror scrollpv zcmp eqn lwp-request sdef zdiff eqn2graph lwp-rget sdiff zegrep erb m4 sdp zfgrep errinfo mDNS security zforce error macbinary sed zgrep escputil macerror seeksize.d zip etags machine segedit zipcloak eventlogadm mail serialver zipgrep ex mailq servertool zipinfo execsnoop mailstat setregion zipnote expand mailx setuids.d zipsplit expect make sftp zless extcheck makeinfo shar zmore false malloc_history shark znew fax man shlock zprint dhcp-235:bin edo$ cd h h2ph hash hdiutil head heap host hotspot.d httpdstat.d h2xs hdid hdxml2manxml headerdoc2html hexdump hostinfo hpftodit hwprefs dhcp-235:bin edo$ cd h h2ph hash hdiutil head heap host hotspot.d httpdstat.d h2xs hdid hdxml2manxml headerdoc2html hexdump hostinfo hpftodit hwprefs dhcp-235:bin edo$ cd .. dhcp-235:usr edo$ ls X11 bin lib local share texbin X11R6 include libexec sbin standalone dhcp-235:usr edo$ cd local dhcp-235:local edo$ ls bin cuda cvsrep include lib share texlive dhcp-235:local edo$ cd bin dhcp-235:bin edo$ ls bdftops freetype-config gsdj500 h5debug h5perf libpng-config pdfopt ps2pdf12 texdist convert gif2h5 gslj h5diff h5perf_serial libpng12-config pf2afm ps2pdf13 unix-lpr.sh dumphint gs gslp h5dump h5redeploy lprsetup.sh pfbtopfa ps2pdf14 wftopfa dvipdf gs-X11 gsnd h5import h5repack ncdump printafm ps2pdfwr eps2eps gs-noX11 h52gif h5jam h5repart ncgen ps2ascii ps2ps fixmswrd.pl gsbj h5cc h5ls h5stat pdf2dsc ps2epsi ps2ps2 font2c gsdj h5copy h5mkgrp h5unjam pdf2ps ps2pdf pv.sh dhcp-235:bin edo$ cd .. dhcp-235:local edo$ grep libhdf5.a *.* grep: *.*: No such file or directory dhcp-235:local edo$ cd .. dhcp-235:usr edo$ grep libhdf5.a *.* grep: *.*: No such file or directory dhcp-235:usr edo$ cd .. dhcp-235:/ edo$ grep libhdf5.a *.* dhcp-235:/ edo$ grep NC_NETCDF *.* dhcp-235:/ edo$ cd /usr dhcp-235:usr edo$ grep NC_NETCDF *.* grep: *.*: No such file or directory dhcp-235:usr edo$ grep NC_NETCDF * dhcp-235:usr edo$ cd dhcp-235:~ edo$ cd Downloads/netcdf-4.0/ dhcp-235:netcdf-4.0 edo$ sudo make distclean Making distclean in win32 Making distclean in NET Making distclean in nc_test rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f Makefile Making distclean in nctest rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f Makefile Making distclean in ncgen rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f Makefile Making distclean in ncdump rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f Makefile Making distclean in libsrc rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f Makefile Making distclean in examples rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in examples Making distclean in CXX4 rm -f simple_xy_wr simple_xy_wr rm -f sfc_pres_temp_wr sfc_pres_temp_wr rm -f pres_temp_4D_wr pres_temp_4D_wr rm -f pres_temp_4D_rd pres_temp_4D_rd rm -f simple_xy_rd simple_xy_rd rm -f sfc_pres_temp_rd sfc_pres_temp_rd test -z "simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc" || rm -f simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in CXX rm -f simple_xy_wr simple_xy_wr rm -f simple_xy_rd simple_xy_rd rm -f sfc_pres_temp_wr sfc_pres_temp_wr rm -f sfc_pres_temp_rd sfc_pres_temp_rd rm -f pres_temp_4D_wr pres_temp_4D_wr rm -f pres_temp_4D_rd pres_temp_4D_rd test -z "simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc" || rm -f simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in F90 rm -f simple_xy_wr simple_xy_wr rm -f simple_xy_rd simple_xy_rd rm -f sfc_pres_temp_wr sfc_pres_temp_wr rm -f sfc_pres_temp_rd sfc_pres_temp_rd rm -f pres_temp_4D_wr pres_temp_4D_wr rm -f pres_temp_4D_rd pres_temp_4D_rd rm -f simple_xy_nc4_wr simple_xy_nc4_wr rm -f simple_xy_nc4_rd simple_xy_nc4_rd test -z "simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc simple_xy_nc4.nc" || rm -f simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc simple_xy_nc4.nc rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in F77 rm -f simple_xy_wr simple_xy_wr rm -f simple_xy_rd simple_xy_rd rm -f sfc_pres_temp_wr sfc_pres_temp_wr rm -f sfc_pres_temp_rd sfc_pres_temp_rd rm -f pres_temp_4D_wr pres_temp_4D_wr rm -f pres_temp_4D_rd pres_temp_4D_rd rm -f simple_xy_nc4_wr simple_xy_nc4_wr rm -f simple_xy_nc4_rd simple_xy_nc4_rd test -z "simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc simple_xy_nc4.nc" || rm -f simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc simple_xy_nc4.nc rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in CDL test -z "simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc" || rm -f simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f Makefile Making distclean in C rm -f simple_xy_wr simple_xy_wr rm -f simple_xy_rd simple_xy_rd rm -f sfc_pres_temp_wr sfc_pres_temp_wr rm -f sfc_pres_temp_rd sfc_pres_temp_rd rm -f pres_temp_4D_wr pres_temp_4D_wr rm -f pres_temp_4D_rd pres_temp_4D_rd rm -f simple_nc4_wr simple_nc4_wr rm -f simple_nc4_rd simple_nc4_rd rm -f simple_xy_nc4_wr simple_xy_nc4_wr rm -f simple_xy_nc4_rd simple_xy_nc4_rd test -z "sfc_pres_temp.nc simple_xy.nc pres_temp_4D.nc simple_nc4.nc simple_xy_nc4.nc" || rm -f sfc_pres_temp.nc simple_xy.nc pres_temp_4D.nc simple_nc4.nc simple_xy_nc4.nc rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in man4 rm -rf .libs _libs rm -f 1.tmp rm -f 2.tmp rm -f 3.tmp rm -f 4.tmp rm -f 5.tmp rm -f 6.tmp rm -f 7.tmp rm -rf netcdf.aux netcdf.cp netcdf.cps netcdf.fn netcdf.ky netcdf.kys \ netcdf.log netcdf.pg netcdf.pgs netcdf.tmp netcdf.toc \ netcdf.tp netcdf.tps netcdf.vr netcdf.dvi netcdf.pdf \ netcdf.ps netcdf.html netcdf-install.aux netcdf-install.cp \ netcdf-install.cps netcdf-install.fn netcdf-install.ky \ netcdf-install.kys netcdf-install.log netcdf-install.pg \ netcdf-install.pgs netcdf-install.tmp netcdf-install.toc \ netcdf-install.tp netcdf-install.tps netcdf-install.vr \ netcdf-install.dvi netcdf-install.pdf netcdf-install.ps \ netcdf-install.html netcdf-c.aux netcdf-c.cp netcdf-c.cps \ netcdf-c.fn netcdf-c.ky netcdf-c.kys netcdf-c.log \ netcdf-c.pg netcdf-c.pgs netcdf-c.tmp netcdf-c.toc \ netcdf-c.tp netcdf-c.tps netcdf-c.vr netcdf-c.dvi \ netcdf-c.pdf netcdf-c.ps netcdf-c.html netcdf-f77.aux \ netcdf-f77.cp netcdf-f77.cps netcdf-f77.fn netcdf-f77.ky \ netcdf-f77.kys netcdf-f77.log netcdf-f77.pg netcdf-f77.pgs \ netcdf-f77.tmp netcdf-f77.toc netcdf-f77.tp netcdf-f77.tps \ netcdf-f77.vr netcdf-f77.dvi netcdf-f77.pdf netcdf-f77.ps \ netcdf-f77.html netcdf-f90.aux netcdf-f90.cp netcdf-f90.cps \ netcdf-f90.fn netcdf-f90.ky netcdf-f90.kys netcdf-f90.log \ netcdf-f90.pg netcdf-f90.pgs netcdf-f90.tmp netcdf-f90.toc \ netcdf-f90.tp netcdf-f90.tps netcdf-f90.vr netcdf-f90.dvi \ netcdf-f90.pdf netcdf-f90.ps netcdf-f90.html netcdf-cxx.aux \ netcdf-cxx.cp netcdf-cxx.cps netcdf-cxx.fn netcdf-cxx.ky \ netcdf-cxx.kys netcdf-cxx.log netcdf-cxx.pg netcdf-cxx.pgs \ netcdf-cxx.tmp netcdf-cxx.toc netcdf-cxx.tp netcdf-cxx.tps \ netcdf-cxx.vr netcdf-cxx.dvi netcdf-cxx.pdf netcdf-cxx.ps \ netcdf-cxx.html netcdf-tutorial.aux netcdf-tutorial.cp \ netcdf-tutorial.cps netcdf-tutorial.fn netcdf-tutorial.ky \ netcdf-tutorial.kys netcdf-tutorial.log netcdf-tutorial.pg \ netcdf-tutorial.pgs netcdf-tutorial.tmp netcdf-tutorial.toc \ netcdf-tutorial.tp netcdf-tutorial.tps netcdf-tutorial.vr \ netcdf-tutorial.dvi netcdf-tutorial.pdf netcdf-tutorial.ps \ netcdf-tutorial.html netcdf-cxx4.aux netcdf-cxx4.cp \ netcdf-cxx4.cps netcdf-cxx4.fn netcdf-cxx4.ky \ netcdf-cxx4.kys netcdf-cxx4.log netcdf-cxx4.pg \ netcdf-cxx4.pgs netcdf-cxx4.tmp netcdf-cxx4.toc \ netcdf-cxx4.tp netcdf-cxx4.tps netcdf-cxx4.vr \ netcdf-cxx4.dvi netcdf-cxx4.pdf netcdf-cxx4.ps \ netcdf-cxx4.html rm -f *.lo rm -f vti.tmp test -z "" || rm -f rm -f Makefile Making distclean in man rm -rf .libs _libs rm -f 1.tmp rm -f 2.tmp rm -f 3.tmp rm -f 4.tmp rm -f 5.tmp rm -f 6.tmp rm -rf netcdf.aux netcdf.cp netcdf.cps netcdf.fn netcdf.ky netcdf.kys \ netcdf.log netcdf.pg netcdf.pgs netcdf.tmp netcdf.toc \ netcdf.tp netcdf.tps netcdf.vr netcdf.dvi netcdf.pdf \ netcdf.ps netcdf.html netcdf-install.aux netcdf-install.cp \ netcdf-install.cps netcdf-install.fn netcdf-install.ky \ netcdf-install.kys netcdf-install.log netcdf-install.pg \ netcdf-install.pgs netcdf-install.tmp netcdf-install.toc \ netcdf-install.tp netcdf-install.tps netcdf-install.vr \ netcdf-install.dvi netcdf-install.pdf netcdf-install.ps \ netcdf-install.html netcdf-c.aux netcdf-c.cp netcdf-c.cps \ netcdf-c.fn netcdf-c.ky netcdf-c.kys netcdf-c.log \ netcdf-c.pg netcdf-c.pgs netcdf-c.tmp netcdf-c.toc \ netcdf-c.tp netcdf-c.tps netcdf-c.vr netcdf-c.dvi \ netcdf-c.pdf netcdf-c.ps netcdf-c.html netcdf-tutorial.aux \ netcdf-tutorial.cp netcdf-tutorial.cps netcdf-tutorial.fn \ netcdf-tutorial.ky netcdf-tutorial.kys netcdf-tutorial.log \ netcdf-tutorial.pg netcdf-tutorial.pgs netcdf-tutorial.tmp \ netcdf-tutorial.toc netcdf-tutorial.tp netcdf-tutorial.tps \ netcdf-tutorial.vr netcdf-tutorial.dvi netcdf-tutorial.pdf \ netcdf-tutorial.ps netcdf-tutorial.html netcdf-f77.aux \ netcdf-f77.cp netcdf-f77.cps netcdf-f77.fn netcdf-f77.ky \ netcdf-f77.kys netcdf-f77.log netcdf-f77.pg netcdf-f77.pgs \ netcdf-f77.tmp netcdf-f77.toc netcdf-f77.tp netcdf-f77.tps \ netcdf-f77.vr netcdf-f77.dvi netcdf-f77.pdf netcdf-f77.ps \ netcdf-f77.html netcdf-f90.aux netcdf-f90.cp netcdf-f90.cps \ netcdf-f90.fn netcdf-f90.ky netcdf-f90.kys netcdf-f90.log \ netcdf-f90.pg netcdf-f90.pgs netcdf-f90.tmp netcdf-f90.toc \ netcdf-f90.tp netcdf-f90.tps netcdf-f90.vr netcdf-f90.dvi \ netcdf-f90.pdf netcdf-f90.ps netcdf-f90.html netcdf-cxx.aux \ netcdf-cxx.cp netcdf-cxx.cps netcdf-cxx.fn netcdf-cxx.ky \ netcdf-cxx.kys netcdf-cxx.log netcdf-cxx.pg netcdf-cxx.pgs \ netcdf-cxx.tmp netcdf-cxx.toc netcdf-cxx.tp netcdf-cxx.tps \ netcdf-cxx.vr netcdf-cxx.dvi netcdf-cxx.pdf netcdf-cxx.ps \ netcdf-cxx.html rm -f *.lo rm -f vti.tmp test -z "" || rm -f rm -f Makefile Making distclean in nc_test4 rm -f cdm_sea_soundings cdm_sea_soundings test -z "cdm_sea_soundings.nc tst_large.nc bm_chunking.nc bm_radar.nc bm_radar1.nc radar_3d_compression_test.txt radar_3d_compression.txt radar_2d_compression.txt radar_3d_chunking.txt tst_floats_1D.nc tst_floats_1D.cdl floats_1D_3.nc floats_1D.cdl tst_floats2_*.nc tst_ints2_*.nc tst_shorts2_*.nc tst_elena_*.nc tst_simple*.nc tst_floats2_*.cdl tst_ints2_*.cdl tst_shorts2_*.cdl tst_elena_*.cdl tst_simple*.cdl " || rm -f cdm_sea_soundings.nc tst_large.nc bm_chunking.nc bm_radar.nc bm_radar1.nc radar_3d_compression_test.txt radar_3d_compression.txt radar_2d_compression.txt radar_3d_chunking.txt tst_floats_1D.nc tst_floats_1D.cdl floats_1D_3.nc floats_1D.cdl tst_floats2_*.nc tst_ints2_*.nc tst_shorts2_*.nc tst_elena_*.nc tst_simple*.nc tst_floats2_*.cdl tst_ints2_*.cdl tst_shorts2_*.cdl tst_elena_*.cdl tst_simple*.cdl rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in nc_test rm -f tst_small tst_small rm -f nc_test nc_test rm -f tst_misc tst_misc rm -f tst_norm tst_norm rm -f tst_names tst_names test -z "nc_test_classic.nc nc_test_64bit.nc nc_test_netcdf4.nc tst_small_classic.nc tst_small_64bit.nc tst_small_netcdf4_classic.nc tst_small_netcdf4.nc tst_misc.nc tst_norm.nc tst_names.nc " || rm -f nc_test_classic.nc nc_test_64bit.nc nc_test_netcdf4.nc tst_small_classic.nc tst_small_64bit.nc tst_small_netcdf4_classic.nc tst_small_netcdf4.nc tst_misc.nc tst_norm.nc tst_names.nc rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in cxx4 rm -f tst_suiterunner tst_suiterunner rm -f tst_file tst_file rm -f tst_filerw tst_filerw rm -f tst_simple tst_simple test -z "libnetcdf_c++4.la" || rm -f libnetcdf_c++4.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in cxx rm -f nctst nctst rm -f tst_failure tst_failure test -z "nctst_classic.nc nctst_64bit_offset.nc nctst_netcdf4.nc nctst_netcdf4_classic.nc nctst_classic.cdl nctst_64bit_offset.cdl tst_failure.nc nctst_netcdf4.cdl nctst_netcdf4_classic.cdl" || rm -f nctst_classic.nc nctst_64bit_offset.nc nctst_netcdf4.nc nctst_netcdf4_classic.nc nctst_classic.cdl nctst_64bit_offset.cdl tst_failure.nc nctst_netcdf4.cdl nctst_netcdf4_classic.cdl test -z "libnetcdf_c++.la" || rm -f libnetcdf_c++.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in nf_test rm -f nf_test nf_test rm -f tst_f77_v2 tst_f77_v2 rm -f ftst_vars ftst_vars rm -f ftst_vars2 ftst_vars2 rm -f ftst_vars3 ftst_vars3 rm -f ftst_vars4 ftst_vars4 rm -f ftst_vars5 ftst_vars5 rm -f ftst_types ftst_types rm -f ftst_types2 ftst_types2 rm -f ftst_groups ftst_groups rm -f ftest ftest test -z "scratch.nc test.nc copy.nc fills.nc tst_f77_v2.nc tst_f77_v2.nc ftst_vars.nc ftst_vars2.nc ftst_vars3.nc ftst_vars4.nc ftst_vars5.nc ftst_types.nc ftst_types2.nc ftst_groups.nc test.nc " || rm -f scratch.nc test.nc copy.nc fills.nc tst_f77_v2.nc tst_f77_v2.nc ftst_vars.nc ftst_vars2.nc ftst_vars3.nc ftst_vars4.nc ftst_vars5.nc ftst_types.nc ftst_types2.nc ftst_groups.nc test.nc rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in ncdump rm -f ncdump ncdump rm -f rewrite-scalar rewrite-scalar rm -f ctest ctest rm -f ctest64 ctest64 rm -f ncdump ncdump rm -f tst_utf8 tst_utf8 rm -f tst_create_files tst_create_files rm -f tst_h_rdc0 tst_h_rdc0 rm -f tst_group_data tst_group_data rm -f tst_enum_data tst_enum_data rm -f tst_opaque_data tst_opaque_data rm -f tst_string_data tst_string_data rm -f tst_vlen_data tst_vlen_data rm -f tst_comp tst_comp rm -f tst_nans tst_nans rm -f tst_unicode tst_unicode test -z "test0.nc tst_small.nc tst_small.cdl test1.cdl test1.nc test2.cdl ctest1.cdl ctest.c ctest64.c ctest0.nc ctest0_64.nc c1.cdl ctest1_64.cdl c0.nc tst_solar_1.cdl small.nc small2.nc c0tmp.nc tst_solar_2.cdl tst_ncml.nc c1.ncml utf8.cdl utf8_64.cdl utf8.nc utf8_64.nc tst_utf8.nc tst_utf8.cdl tst_solar_1.nc tst_solar_2.nc tst_solar_cmp.nc tst_group_data.nc tst_group_data.cdl tst_enum_data.nc tst_enum_data.cdl tst_opaque_data.nc tst_opaque_data.cdl tst_string_data.nc tst_string_data.cdl tst_vlen_data.nc tst_vlen_data.cdl tst_comp.nc tst_comp.cdl tst_unicode.nc tst_unicode.cdl tst_nans.nc tst_nans.cdl" || rm -f test0.nc tst_small.nc tst_small.cdl test1.cdl test1.nc test2.cdl ctest1.cdl ctest.c ctest64.c ctest0.nc ctest0_64.nc c1.cdl ctest1_64.cdl c0.nc tst_solar_1.cdl small.nc small2.nc c0tmp.nc tst_solar_2.cdl tst_ncml.nc c1.ncml utf8.cdl utf8_64.cdl utf8.nc utf8_64.nc tst_utf8.nc tst_utf8.cdl tst_solar_1.nc tst_solar_2.nc tst_solar_cmp.nc tst_group_data.nc tst_group_data.cdl tst_enum_data.nc tst_enum_data.cdl tst_opaque_data.nc tst_opaque_data.cdl tst_string_data.nc tst_string_data.cdl tst_vlen_data.nc tst_vlen_data.cdl tst_comp.nc tst_comp.cdl tst_unicode.nc tst_unicode.cdl tst_nans.nc tst_nans.cdl rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in ncgen rm -f ncgen ncgen test -z "c0.nc c0_64.nc c0_4.nc c0_4c.nc" || rm -f c0.nc c0_64.nc c0_4.nc c0_4c.nc rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in nctest rm -f nctest nctest test -z "nctest_classic.nc nctest_64bit_offset.nc nctest_netcdf4.nc test2.nc temp.tmp" || rm -f nctest_classic.nc nctest_64bit_offset.nc nctest_netcdf4.nc test2.nc temp.tmp rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in libsrc4 rm -f tst_h_files tst_h_files rm -f tst_h_atts tst_h_atts rm -f tst_h_atts2 tst_h_atts2 rm -f tst_h_vars tst_h_vars rm -f tst_h_vars2 tst_h_vars2 rm -f tst_h_grps tst_h_grps rm -f tst_h_compounds tst_h_compounds rm -f tst_h_compounds2 tst_h_compounds2 rm -f tst_h_wrt_cmp tst_h_wrt_cmp rm -f tst_h_rd_cmp tst_h_rd_cmp rm -f tst_h_vl tst_h_vl rm -f tst_h_opaques tst_h_opaques rm -f tst_h_strings tst_h_strings rm -f tst_h_dimscales tst_h_dimscales rm -f tst_h_dimscales2 tst_h_dimscales2 rm -f tst_h_enums tst_h_enums rm -f tst_lists tst_lists rm -f tst_dims tst_dims rm -f tst_files tst_files rm -f tst_vars tst_vars rm -f tst_varms tst_varms rm -f tst_unlim_vars tst_unlim_vars rm -f tst_atts tst_atts rm -f tst_converts tst_converts rm -f tst_converts2 tst_converts2 rm -f tst_grps tst_grps rm -f tst_compounds tst_compounds rm -f tst_compounds2 tst_compounds2 rm -f tst_vl tst_vl rm -f tst_h_vl2 tst_h_vl2 rm -f tst_opaques tst_opaques rm -f tst_strings tst_strings rm -f tst_interops tst_interops rm -f tst_enums tst_enums rm -f tst_vars2 tst_vars2 rm -f tst_utf8 tst_utf8 rm -f tst_v2 tst_v2 test -z "tst_nc_converts.nc tst_h_files.h5 tst_h_converts.h5 tst_h_atts.h5 tst_h_atts2.h5 tst_h_vars.h5 tst_h_vars2.h5 tst_h_grps.h5 tst_h_compounds.h5 tst_h_compounds2.h5 tst_h_wrt_cmp.h5 tst_h_vl.h5 tst_h_opaques.h5 tst_h_strings.h5 tst_h_converts.h5 tst_h_dimscales.h5 tst_h_dimscales2.h5 tst_h_enums.h5 tst_lists.nc tst_dims.nc tst_v2.nc tst_files.nc tst_vars.nc tst_varms.nc tst_unlim_vars.nc tst_atts.nc tst_converts.nc tst_converts2.nc tst_grps.nc tst_compounds.nc tst_compounds2.nc tst_vl.nc tst_opaques.nc tst_strings.nc tst_interops.h5 tst_enums.nc tst_coords.nc tst_vars2.nc tst_pres_temp_4D_classic.nc tst_pres_temp_4D_64bit_offset.nc tst_pres_temp_4D_netcdf4.nc tst_pres_temp_4D_netcdf4_classic.nc tst_h_par.nc tst_utf8.nc" || rm -f tst_nc_converts.nc tst_h_files.h5 tst_h_converts.h5 tst_h_atts.h5 tst_h_atts2.h5 tst_h_vars.h5 tst_h_vars2.h5 tst_h_grps.h5 tst_h_compounds.h5 tst_h_compounds2.h5 tst_h_wrt_cmp.h5 tst_h_vl.h5 tst_h_opaques.h5 tst_h_strings.h5 tst_h_converts.h5 tst_h_dimscales.h5 tst_h_dimscales2.h5 tst_h_enums.h5 tst_lists.nc tst_dims.nc tst_v2.nc tst_files.nc tst_vars.nc tst_varms.nc tst_unlim_vars.nc tst_atts.nc tst_converts.nc tst_converts2.nc tst_grps.nc tst_compounds.nc tst_compounds2.nc tst_vl.nc tst_opaques.nc tst_strings.nc tst_interops.h5 tst_enums.nc tst_coords.nc tst_vars2.nc tst_pres_temp_4D_classic.nc tst_pres_temp_4D_64bit_offset.nc tst_pres_temp_4D_netcdf4.nc tst_pres_temp_4D_netcdf4_classic.nc tst_h_par.nc tst_utf8.nc test -z "libnetcdf.la" || rm -f libnetcdf.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f test -z "netcdf.h" || rm -f netcdf.h rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in libsrc rm -f t_nc t_nc test -z "test.nc" || rm -f test.nc test -z "" || rm -f rm -rf .libs _libs test -z "libnetcdf2.la libnetcdf3.la " || rm -f libnetcdf2.la libnetcdf3.la rm -f "./so_locations" rm -f "./so_locations" rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in fortran test -z "nfconfig1.inc netcdf.inc" || rm -f nfconfig1.inc netcdf.inc test -z "" || rm -f rm -rf .libs _libs test -z "libnetcdff.la" || rm -f libnetcdff.la rm -f "./so_locations" rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f test -z "nfconfig.inc " || rm -f nfconfig.inc rm -f nfconfig1.inc stamp-h2 rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in f90 test -z "typesizes.mod netcdf.mod " || rm -f typesizes.mod netcdf.mod rm -rf .libs _libs test -z "libnetcdff90.la" || rm -f libnetcdff90.la rm -f "./so_locations" rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo test -z "" || rm -f test -z "VERSION comps.txt" || rm -f VERSION comps.txt rm -f config.h stamp-h1 rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f Makefile dhcp-235:netcdf-4.0 edo$ sudo ./configure --enable-netcdf-4 --with-hdf5=/usr/local/ --with-zlib=/usr/local/include --prefix=/usr/local/ CFLAGS=-m64 CXX=-m64 configure: netCDF 4.0 checking build system type... i386-apple-darwin9.6.0 checking host system type... i386-apple-darwin9.6.0 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes configure: checking user options checking whether CXX is set to ''... no checking whether FC is set to ''... no checking whether F90 is set to ''... no checking whether this is a netCDF-4.x build... yes configure: Processing NetCDF-4 options. checking whether netCDF-4 is to be built... yes checking whether DAP client is to be built... checking whether new netCDF-4 C++ API is to be built... no checking whether HDF5 should do data conversions... checking whether extra example tests should be run... checking whether parallel IO tests should be run... no checking whether a location for the HDF5 library was specified... /usr/local/ checking whether a location for the ZLIB library was specified... /usr/local/include checking whether a location for the SZLIB library was specified... checking whether netCDF-4 logging is enabled... checking whether netCDF extra tests should be run (developers only)... no checking whether documentation is to be installed... no checking whether Fortran compiler(s) should be tested during configure... yes checking whether configure should try to set compiler flags... yes checking whether FFIO will be used... no checking whether to skip C++, F77, or F90 APIs if compiler is broken... yes checking whether only the C library is desired... no checking whether examples should be built... yes checking whether F77 API is desired... yes checking whether F90 API is desired... yes checking whether fortran type sizes should be checked... yes checking whether C API is desired... yes checking where to get netCDF C-only library for separate fortran libraries... checking whether CXX API is desired... yes checking whether v2 netCDF API should be built... yes checking whether the ncgen/ncdump should be built... yes checking whether large file (> 2GB) tests should be run... no checking whether 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 for xlc... no checking for cc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking whether cc understands -c and -o together... yes checking for an ANSI C-conforming const... yes configure: finding Fortran compiler (will not be used if Fortran API is not desired) checking for xlf90... no checking for fort... no checking for xlf95... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for gfortran... no checking for f95... no checking for f90... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking whether we are using the GNU Fortran compiler... no checking whether accepts -g... no configure: WARNING: No F90 compiler found. F90 API will not be built. checking for xlf... no checking for fort... no checking for xlf95... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf77... no checking for lf95... no checking for gfortran... no checking for f77... no checking for frt... no checking for pgf95... no checking for f95... no checking for f90... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking for g77... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no configure: WARNING: No F77 compiler found. F77 API will not be built. configure: finding C++ compiler (will not be used if C++ API is not desired) checking whether we are using the GNU C++ compiler... no checking whether -m64 accepts -g... no checking dependency style of -m64... none configure: setting up libtool checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by cc... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -p checking the name lister (/usr/bin/nm -p) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 196608 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/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 -p output from cc object... ok checking for dsymutil... dsymutil checking for nmedit... nmedit checking for -single_module linker flag... yes checking for -exported_symbols_list linker flag... yes checking how to run the C preprocessor... cc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... (cached) no checking whether -m64 accepts -g... (cached) no checking dependency style of -m64... (cached) none checking how to run the C++ preprocessor... /lib/cpp checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... (cached) no checking whether accepts -g... (cached) no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking whether we are using the GNU Fortran compiler... (cached) no checking whether accepts -g... (cached) no checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fno-common -DPIC checking if cc PIC flag -fno-common -DPIC works... yes checking if cc static flag -static works... no checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin9.6.0 dyld checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes configure: finding other utilities checking for a BSD-compatible install... /usr/bin/install -c configure: trying to set flags for this platform checking if _HPUX_SOURCE should be set... no checking if Solaris -Xa option is needed... CFLAGS=-m64 checking if we need to set _LARGE_FILES despite results of previous tests... _LARGE_FILES= checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no configure: displaying some results checking CPPFLAGS... checking CC CFLAGS... cc -m64 checking type cc... cc is hashed (/usr/bin/cc) checking CXX... -m64 checking CXXFLAGS... ./configure: line 23743: type: -m: invalid option type: usage: type [-afptP] name [name ...] checking type -m64... checking FC... unset checking F90... unset checking AR... ar checking AR_FLAGS... cru checking type ar... ar is /usr/bin/ar checking NM... /usr/bin/nm -p checking NMFLAGS... configure: checking types, headers, and functions checking for stdlib.h... (cached) yes checking for sys/types.h... (cached) yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for strlcat... yes checking for strerror... yes checking for working alloca.h... yes checking for alloca... yes checking whether isnan is declared... yes checking whether isinf is declared... yes checking whether isfinite is declared... yes checking whether signbit is declared... yes checking for long long int... yes checking for unsigned long long int... yes checking for struct stat.st_blksize... yes checking for IEEE floating point format... yes checking for size_t... yes checking for off_t... yes checking for ssize_t... yes checking for ptrdiff_t... yes checking for uchar... no checking whether char is unsigned... no checking whether byte ordering is bigendian... universal checking size of short... 2 checking size of int... 4 checking size of long... 8 checking size of float... 4 checking size of double... 8 checking size of off_t... 8 checking size of size_t... 8 checking for catman... no checking for makewhatis... no checking for /usr/lib/makewhatis... no checking for manual-page index command... checking what to call the output of the ftpbin target... binary-netcdf-4.0_-m64.tar -m64 checking binary distribution directory... /home/ftp/pub/binary/dummy_system checking hdf5.h usability... yes checking hdf5.h presence... yes checking for hdf5.h... yes checking for H5Fflush in -lhdf5... no configure: error: Can't find the hdf5 header and/or library, or can't link a program to it. HDF5 must be built with zlib; the location of zlib must be specified for netCDF-4 with the --with-zlib option. If HDF5 was also built with szlib, then the location of szlib must also be specified with the --with-slib option. dhcp-235:netcdf-4.0 edo$ emacs Makefile dhcp-235:netcdf-4.0 edo$ sudo ./configure --enable-netcdf-4 --with-hdf5=/usr/local/ --with-zlib=/usr/local/include --prefix=/usr/local/ CFLAGS=-m64 configure: netCDF 4.0 checking build system type... i386-apple-darwin9.6.0 checking host system type... i386-apple-darwin9.6.0 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes configure: checking user options checking whether CXX is set to ''... no checking whether FC is set to ''... no checking whether F90 is set to ''... no checking whether this is a netCDF-4.x build... yes configure: Processing NetCDF-4 options. checking whether netCDF-4 is to be built... yes checking whether DAP client is to be built... checking whether new netCDF-4 C++ API is to be built... no checking whether HDF5 should do data conversions... checking whether extra example tests should be run... checking whether parallel IO tests should be run... no checking whether a location for the HDF5 library was specified... /usr/local/ checking whether a location for the ZLIB library was specified... /usr/local/include checking whether a location for the SZLIB library was specified... checking whether netCDF-4 logging is enabled... checking whether netCDF extra tests should be run (developers only)... no checking whether documentation is to be installed... no checking whether Fortran compiler(s) should be tested during configure... yes checking whether configure should try to set compiler flags... yes checking whether FFIO will be used... no checking whether to skip C++, F77, or F90 APIs if compiler is broken... yes checking whether only the C library is desired... no checking whether examples should be built... yes checking whether F77 API is desired... yes checking whether F90 API is desired... yes checking whether fortran type sizes should be checked... yes checking whether C API is desired... yes checking where to get netCDF C-only library for separate fortran libraries... checking whether CXX API is desired... yes checking whether v2 netCDF API should be built... yes checking whether the ncgen/ncdump should be built... yes checking whether large file (> 2GB) tests should be run... no checking whether 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 for xlc... no checking for cc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking whether cc understands -c and -o together... yes checking for an ANSI C-conforming const... yes configure: finding Fortran compiler (will not be used if Fortran API is not desired) checking for xlf90... no checking for fort... no checking for xlf95... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for gfortran... no checking for f95... no checking for f90... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking whether we are using the GNU Fortran compiler... no checking whether accepts -g... no configure: WARNING: No F90 compiler found. F90 API will not be built. checking for xlf... no checking for fort... no checking for xlf95... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf77... no checking for lf95... no checking for gfortran... no checking for f77... no checking for frt... no checking for pgf95... no checking for f95... no checking for f90... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking for g77... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no configure: WARNING: No F77 compiler found. F77 API will not be built. configure: finding C++ compiler (will not be used if C++ API is not desired) checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 configure: setting up libtool checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by cc... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -p checking the name lister (/usr/bin/nm -p) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 196608 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/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 -p output from cc object... ok checking for dsymutil... dsymutil checking for nmedit... nmedit checking for -single_module linker flag... yes checking for -exported_symbols_list linker flag... yes checking how to run the C preprocessor... cc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... (cached) yes checking whether g++ accepts -g... (cached) yes checking dependency style of g++... (cached) gcc3 checking how to run the C++ preprocessor... g++ -E checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... (cached) no checking whether accepts -g... (cached) no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking whether we are using the GNU Fortran compiler... (cached) no checking whether accepts -g... (cached) no checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fno-common -DPIC checking if cc PIC flag -fno-common -DPIC works... yes checking if cc static flag -static works... no checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin9.6.0 dyld checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for ld used by g++... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fno-common -DPIC checking if g++ PIC flag -fno-common -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin9.6.0 dyld checking how to hardcode library paths into programs... immediate configure: finding other utilities checking for a BSD-compatible install... /usr/bin/install -c configure: trying to set flags for this platform checking if _HPUX_SOURCE should be set... no checking if Solaris -Xa option is needed... CFLAGS=-m64 checking if we need to set _LARGE_FILES despite results of previous tests... _LARGE_FILES= checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no configure: displaying some results checking CPPFLAGS... checking CC CFLAGS... cc -m64 checking type cc... cc is hashed (/usr/bin/cc) checking CXX... g++ checking CXXFLAGS... -g -O2 checking type g++... g++ is /usr/bin/g++ checking FC... unset checking F90... unset checking AR... ar checking AR_FLAGS... cru checking type ar... ar is /usr/bin/ar checking NM... /usr/bin/nm -p checking NMFLAGS... configure: checking types, headers, and functions checking for stdlib.h... (cached) yes checking for sys/types.h... (cached) yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for strlcat... yes checking for strerror... yes checking for working alloca.h... yes checking for alloca... yes checking whether isnan is declared... yes checking whether isinf is declared... yes checking whether isfinite is declared... yes checking whether signbit is declared... yes checking for long long int... yes checking for unsigned long long int... yes checking for struct stat.st_blksize... yes checking for IEEE floating point format... yes checking for size_t... yes checking for off_t... yes checking for ssize_t... yes checking for ptrdiff_t... yes checking for uchar... no checking whether char is unsigned... no checking whether byte ordering is bigendian... universal checking size of short... 2 checking size of int... 4 checking size of long... 8 checking size of float... 4 checking size of double... 8 checking size of off_t... 8 checking size of size_t... 8 checking for catman... no checking for makewhatis... no checking for /usr/lib/makewhatis... no checking for manual-page index command... checking what to call the output of the ftpbin target... binary-netcdf-4.0_g++.tar g++ checking binary distribution directory... /home/ftp/pub/binary/dummy_system checking hdf5.h usability... yes checking hdf5.h presence... yes checking for hdf5.h... yes checking for H5Fflush in -lhdf5... no configure: error: Can't find the hdf5 header and/or library, or can't link a program to it. HDF5 must be built with zlib; the location of zlib must be specified for netCDF-4 with the --with-zlib option. If HDF5 was also built with szlib, then the location of szlib must also be specified with the --with-slib option. dhcp-235:netcdf-4.0 edo$ sudo ./configure --enable-netcdf-4 --with-hdf5=/usr/local/include --with-zlib=/usr/local/include --prefix=/usr/local/ CFLAGS=-m64 configure: netCDF 4.0 checking build system type... i386-apple-darwin9.6.0 checking host system type... i386-apple-darwin9.6.0 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes configure: checking user options checking whether CXX is set to ''... no checking whether FC is set to ''... no checking whether F90 is set to ''... no checking whether this is a netCDF-4.x build... yes configure: Processing NetCDF-4 options. checking whether netCDF-4 is to be built... yes checking whether DAP client is to be built... checking whether new netCDF-4 C++ API is to be built... no checking whether HDF5 should do data conversions... checking whether extra example tests should be run... checking whether parallel IO tests should be run... no checking whether a location for the HDF5 library was specified... /usr/local/include checking whether a location for the ZLIB library was specified... /usr/local/include checking whether a location for the SZLIB library was specified... checking whether netCDF-4 logging is enabled... checking whether netCDF extra tests should be run (developers only)... no checking whether documentation is to be installed... no checking whether Fortran compiler(s) should be tested during configure... yes checking whether configure should try to set compiler flags... yes checking whether FFIO will be used... no checking whether to skip C++, F77, or F90 APIs if compiler is broken... yes checking whether only the C library is desired... no checking whether examples should be built... yes checking whether F77 API is desired... yes checking whether F90 API is desired... yes checking whether fortran type sizes should be checked... yes checking whether C API is desired... yes checking where to get netCDF C-only library for separate fortran libraries... checking whether CXX API is desired... yes checking whether v2 netCDF API should be built... yes checking whether the ncgen/ncdump should be built... yes checking whether large file (> 2GB) tests should be run... no checking whether 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 for xlc... no checking for cc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking whether cc understands -c and -o together... yes checking for an ANSI C-conforming const... yes configure: finding Fortran compiler (will not be used if Fortran API is not desired) checking for xlf90... no checking for fort... no checking for xlf95... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for gfortran... no checking for f95... no checking for f90... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking whether we are using the GNU Fortran compiler... no checking whether accepts -g... no configure: WARNING: No F90 compiler found. F90 API will not be built. checking for xlf... no checking for fort... no checking for xlf95... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf77... no checking for lf95... no checking for gfortran... no checking for f77... no checking for frt... no checking for pgf95... no checking for f95... no checking for f90... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking for g77... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no configure: WARNING: No F77 compiler found. F77 API will not be built. configure: finding C++ compiler (will not be used if C++ API is not desired) checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 configure: setting up libtool checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by cc... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -p checking the name lister (/usr/bin/nm -p) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 196608 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/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 -p output from cc object... ok checking for dsymutil... dsymutil checking for nmedit... nmedit checking for -single_module linker flag... yes checking for -exported_symbols_list linker flag... yes checking how to run the C preprocessor... cc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... (cached) yes checking whether g++ accepts -g... (cached) yes checking dependency style of g++... (cached) gcc3 checking how to run the C++ preprocessor... g++ -E checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... (cached) no checking whether accepts -g... (cached) no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking whether we are using the GNU Fortran compiler... (cached) no checking whether accepts -g... (cached) no checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fno-common -DPIC checking if cc PIC flag -fno-common -DPIC works... yes checking if cc static flag -static works... no checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin9.6.0 dyld checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for ld used by g++... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fno-common -DPIC checking if g++ PIC flag -fno-common -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin9.6.0 dyld checking how to hardcode library paths into programs... immediate configure: finding other utilities checking for a BSD-compatible install... /usr/bin/install -c configure: trying to set flags for this platform checking if _HPUX_SOURCE should be set... no checking if Solaris -Xa option is needed... CFLAGS=-m64 checking if we need to set _LARGE_FILES despite results of previous tests... _LARGE_FILES= checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no configure: displaying some results checking CPPFLAGS... checking CC CFLAGS... cc -m64 checking type cc... cc is hashed (/usr/bin/cc) checking CXX... g++ checking CXXFLAGS... -g -O2 checking type g++... g++ is /usr/bin/g++ checking FC... unset checking F90... unset checking AR... ar checking AR_FLAGS... cru checking type ar... ar is /usr/bin/ar checking NM... /usr/bin/nm -p checking NMFLAGS... configure: checking types, headers, and functions checking for stdlib.h... (cached) yes checking for sys/types.h... (cached) yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for strlcat... yes checking for strerror... yes checking for working alloca.h... yes checking for alloca... yes checking whether isnan is declared... yes checking whether isinf is declared... yes checking whether isfinite is declared... yes checking whether signbit is declared... yes checking for long long int... yes checking for unsigned long long int... yes checking for struct stat.st_blksize... yes checking for IEEE floating point format... yes checking for size_t... yes checking for off_t... yes checking for ssize_t... yes checking for ptrdiff_t... yes checking for uchar... no checking whether char is unsigned... no checking whether byte ordering is bigendian... universal checking size of short... 2 checking size of int... 4 checking size of long... 8 checking size of float... 4 checking size of double... 8 checking size of off_t... 8 checking size of size_t... 8 checking for catman... no checking for makewhatis... no checking for /usr/lib/makewhatis... no checking for manual-page index command... checking what to call the output of the ftpbin target... binary-netcdf-4.0_g++.tar g++ checking binary distribution directory... /home/ftp/pub/binary/dummy_system checking hdf5.h usability... yes checking hdf5.h presence... yes checking for hdf5.h... 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 whether parallel I/O features are to be included... no checking for H5Pset_deflate in -lhdf5... yes checking for gawk... (cached) awk checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes configure: generating header files and makefiles configure: creating ./config.status config.status: creating Makefile config.status: creating man/Makefile 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 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 win32/Makefile config.status: creating win32/NET/Makefile config.status: creating win32/NET/libsrc/Makefile config.status: creating win32/NET/ncdump/Makefile config.status: creating win32/NET/ncgen/Makefile config.status: creating win32/NET/examples/Makefile config.status: creating win32/NET/nctest/Makefile config.status: creating win32/NET/nc_test/Makefile config.status: creating config.h config.status: creating fortran/nfconfig1.inc config.status: executing depfiles commands config.status: executing libtool commands dhcp-235:netcdf-4.0 edo$ sudo makemake all-recursive Making all in libsrc make all-am depbase=`echo v2i.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -MT v2i.lo -MD -MP -MF $depbase.Tpo -c -o v2i.lo v2i.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -MT v2i.lo -MD -MP -MF .deps/v2i.Tpo -c v2i.c -o v2i.o /bin/sh ../libtool --tag=CC --mode=link cc -m64 -L/usr/local/include/lib -L/usr/local/include/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 cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -MT attr.lo -MD -MP -MF $depbase.Tpo -c -o attr.lo attr.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -MT ncx.lo -MD -MP -MF $depbase.Tpo -c -o ncx.lo ncx.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -MT putget.lo -MD -MP -MF $depbase.Tpo -c -o putget.lo putget.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -MT dim.lo -MD -MP -MF $depbase.Tpo -c -o dim.lo dim.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -MT error.lo -MD -MP -MF $depbase.Tpo -c -o error.lo error.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -MT libvers.lo -MD -MP -MF $depbase.Tpo -c -o libvers.lo libvers.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -MT nc.lo -MD -MP -MF $depbase.Tpo -c -o nc.lo nc.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -MT string.lo -MD -MP -MF $depbase.Tpo -c -o string.lo string.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -MT v1hpg.lo -MD -MP -MF $depbase.Tpo -c -o v1hpg.lo v1hpg.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -MT var.lo -MD -MP -MF $depbase.Tpo -c -o var.lo var.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -MT utf8proc.lo -MD -MP -MF $depbase.Tpo -c -o utf8proc.lo utf8proc.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -MT posixio.lo -MD -MP -MF $depbase.Tpo -c -o posixio.lo posixio.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local/include/include -I/usr/local/include/include -m64 -MT posixio.lo -MD -MP -MF .deps/posixio.Tpo -c posixio.c -o posixio.o /bin/sh ../libtool --tag=CC --mode=link cc -m64 -L/usr/local/include/lib -L/usr/local/include/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 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 ranlib: file: .libs/libnetcdf3.a(libvers.o) has no symbols libtool: link: ranlib .libs/libnetcdf3.a ranlib: file: .libs/libnetcdf3.a(libvers.o) has no symbols libtool: link: ( cd ".libs" && rm -f "libnetcdf3.la" && ln -s "../libnetcdf3.la" "libnetcdf3.la" ) Making all in libsrc4 depbase=`echo nc4attr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -MT nc4attr.lo -MD -MP -MF $depbase.Tpo -c -o nc4attr.lo nc4attr.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -MT nc4internal.lo -MD -MP -MF $depbase.Tpo -c -o nc4internal.lo nc4internal.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -MT nc4var.lo -MD -MP -MF $depbase.Tpo -c -o nc4var.lo nc4var.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -MT nc4dim.lo -MD -MP -MF $depbase.Tpo -c -o nc4dim.lo nc4dim.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -MT ncfunc.lo -MD -MP -MF $depbase.Tpo -c -o ncfunc.lo ncfunc.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -MT nc4file.lo -MD -MP -MF $depbase.Tpo -c -o nc4file.lo nc4file.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -MT error.lo -MD -MP -MF $depbase.Tpo -c -o error.lo error.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -MT nc4grp.lo -MD -MP -MF $depbase.Tpo -c -o nc4grp.lo nc4grp.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -MT nc4type.lo -MD -MP -MF $depbase.Tpo -c -o nc4type.lo nc4type.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -MT nc4hdf.lo -MD -MP -MF $depbase.Tpo -c -o nc4hdf.lo nc4hdf.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -MT nc4hdf.lo -MD -MP -MF .deps/nc4hdf.Tpo -c nc4hdf.c -o nc4hdf.o /bin/sh ../libtool --tag=CC --mode=link cc -m64 -version-number 5:0:0 -o libnetcdf.la -rpath /usr/local/lib nc4attr.lo nc4internal.lo nc4var.lo nc4dim.lo ncfunc.lo nc4file.lo error.lo nc4grp.lo nc4type.lo nc4hdf.lo ../libsrc/libnetcdf3.la ../libsrc/libnetcdf2.la libtool: link: (cd .libs/libnetcdf.lax/libnetcdf3.a && ar x "/Users/edo/Downloads/netcdf-4.0/libsrc4/../libsrc/.libs/libnetcdf3.a") libtool: link: (cd .libs/libnetcdf.lax/libnetcdf2.a && ar x "/Users/edo/Downloads/netcdf-4.0/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/attr.o .libs/libnetcdf.lax/libnetcdf3.a/dim.o .libs/libnetcdf.lax/lt1-error.o .libs/libnetcdf.lax/libnetcdf3.a/libvers.o .libs/libnetcdf.lax/libnetcdf3.a/nc.o .libs/libnetcdf.lax/libnetcdf3.a/ncx.o .libs/libnetcdf.lax/libnetcdf3.a/posixio.o .libs/libnetcdf.lax/libnetcdf3.a/putget.o .libs/libnetcdf.lax/libnetcdf3.a/string.o .libs/libnetcdf.lax/libnetcdf3.a/utf8proc.o .libs/libnetcdf.lax/libnetcdf3.a/v1hpg.o .libs/libnetcdf.lax/libnetcdf3.a/var.o .libs/libnetcdf.lax/libnetcdf2.a/v2i.o ranlib: file: .libs/libnetcdf.a(error.o) has no symbols ranlib: file: .libs/libnetcdf.a(libvers.o) has no symbols libtool: link: ranlib .libs/libnetcdf.a ranlib: file: .libs/libnetcdf.a(error.o) has no symbols ranlib: file: .libs/libnetcdf.a(libvers.o) has no symbols libtool: link: rm -fr .libs/libnetcdf.lax .libs/libnetcdf.lax libtool: link: ( cd ".libs" && rm -f "libnetcdf.la" && ln -s "../libnetcdf.la" "libnetcdf.la" ) Making all in nctest make[2]: Nothing to be done for `all'. Making all in ncgen depbase=`echo main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I.. -I../libsrc4 -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -m64 -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$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I.. -I../libsrc4 -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -m64 -MT load.o -MD -MP -MF $depbase.Tpo -c -o load.o load.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo ncgentab.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I.. -I../libsrc4 -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -m64 -MT ncgentab.o -MD -MP -MF $depbase.Tpo -c -o ncgentab.o ncgentab.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo escapes.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I.. -I../libsrc4 -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -m64 -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$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I.. -I../libsrc4 -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -m64 -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$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I.. -I../libsrc4 -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -m64 -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$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I.. -I../libsrc4 -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -m64 -MT genlib.o -MD -MP -MF $depbase.Tpo -c -o genlib.o genlib.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CC --mode=link cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o ncgen main.o load.o ncgentab.o escapes.o getfill.o init.o genlib.o ../libsrc4/libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o ncgen main.o load.o ncgentab.o escapes.o getfill.o init.o genlib.o -L/usr/local/include/lib ../libsrc4/.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm Making all in ncdump ../ncgen/ncgen -c -o ctest0.nc ./../ncgen/c0.cdl > ./ctest.c ../ncgen/ncgen -v2 -c -o ctest0_64.nc ./../ncgen/c0.cdl > ./ctest64.c make all-am depbase=`echo ncdump.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../nc_test -I../libsrc4 -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -m64 -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$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../nc_test -I../libsrc4 -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -m64 -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$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../nc_test -I../libsrc4 -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -m64 -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$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../nc_test -I../libsrc4 -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -m64 -MT indent.o -MD -MP -MF $depbase.Tpo -c -o indent.o indent.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CC --mode=link cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o ncdump ncdump.o vardata.o dumplib.o indent.o -lm ../libsrc4/libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o ncdump ncdump.o vardata.o dumplib.o indent.o -L/usr/local/include/lib ../libsrc4/.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm Making all in cxx depbase=`echo netcdf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -g -O2 -MT netcdf.lo -MD -MP -MF $depbase.Tpo -c -o netcdf.lo netcdf.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -g -O2 -MT netcdf.lo -MD -MP -MF .deps/netcdf.Tpo -c netcdf.cpp -o netcdf.o depbase=`echo ncvalues.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -g -O2 -MT ncvalues.lo -MD -MP -MF $depbase.Tpo -c -o ncvalues.lo ncvalues.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -g -O2 -MT ncvalues.lo -MD -MP -MF .deps/ncvalues.Tpo -c ncvalues.cpp -o ncvalues.o ncvalues.cpp: In member function â??virtual char NcValues_ncbyte::as_char(long int) constâ??: ncvalues.cpp:81: warning: comparison is always false due to limited range of data type /bin/sh ../libtool --tag=CXX --mode=link g++ -g -O2 -L/usr/local/include/lib -L/usr/local/include/lib -version-info 5:0:0 -o libnetcdf_c++.la -rpath /usr/local/lib netcdf.lo ncvalues.lo libtool: link: ar cru .libs/libnetcdf_c++.a netcdf.o ncvalues.o libtool: link: ranlib .libs/libnetcdf_c++.a libtool: link: ( cd ".libs" && rm -f "libnetcdf_c++.la" && ln -s "../libnetcdf_c++.la" "libnetcdf_c++.la" ) Making all in nc_test make[2]: Nothing to be done for `all'. Making all in nc_test4 make[2]: Nothing to be done for `all'. Making all in man4 make[2]: Nothing to be done for `all'. Making all in examples Making all in C make[3]: Nothing to be done for `all'. Making all in CDL make[3]: Nothing to be done for `all'. Making all in CXX make[3]: Nothing to be done for `all'. make[3]: Nothing to be done for `all-am'. Making all in win32 Making all in NET Making all in examples make[4]: Nothing to be done for `all'. Making all in libsrc make[4]: Nothing to be done for `all'. Making all in ncdump make[4]: Nothing to be done for `all'. Making all in ncgen make[4]: Nothing to be done for `all'. Making all in nctest make[4]: Nothing to be done for `all'. Making all in nc_test make[4]: Nothing to be done for `all'. make[4]: Nothing to be done for `all-am'. make[3]: Nothing to be done for `all-am'. make[2]: Nothing to be done for `all-am'. dhcp-235:netcdf-4.0 edo$ sudo make check install Making check in libsrc make check-am make t_nc cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o t_nc t_nc-t_nc.o libnetcdf3.la libtool: link: cc -m64 -o t_nc t_nc-t_nc.o -L/usr/local/include/lib ./.libs/libnetcdf3.a make check-TESTS 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 ================== All 1 tests passed ================== Making check in libsrc4 make tst_h_files tst_h_atts tst_h_atts2 tst_h_vars tst_h_vars2 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_enums tst_lists tst_dims tst_files tst_vars tst_varms tst_unlim_vars tst_atts tst_converts tst_converts2 tst_grps tst_compounds tst_compounds2 tst_vl tst_h_vl2 tst_opaques tst_strings tst_interops tst_enums tst_vars2 tst_utf8 tst_v2 depbase=`echo tst_h_files.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_h_files tst_h_files.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_h_files tst_h_files.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_h_atts.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_h_atts tst_h_atts.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_h_atts tst_h_atts.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_h_atts2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_h_atts2 tst_h_atts2.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_h_atts2 tst_h_atts2.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_h_vars.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_h_vars tst_h_vars.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_h_vars tst_h_vars.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_h_vars2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_h_vars2 tst_h_vars2.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_h_vars2 tst_h_vars2.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_h_grps.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_h_grps tst_h_grps.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_h_grps tst_h_grps.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_h_compounds.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_h_compounds tst_h_compounds.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_h_compounds tst_h_compounds.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_h_compounds2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_h_compounds2 tst_h_compounds2.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_h_compounds2 tst_h_compounds2.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_h_wrt_cmp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_h_wrt_cmp tst_h_wrt_cmp.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_h_wrt_cmp tst_h_wrt_cmp.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_h_rd_cmp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_h_rd_cmp tst_h_rd_cmp.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_h_rd_cmp tst_h_rd_cmp.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_h_vl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_h_vl tst_h_vl.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_h_vl tst_h_vl.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_h_opaques.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_h_opaques tst_h_opaques.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_h_opaques tst_h_opaques.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_h_strings.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_h_strings tst_h_strings.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_h_strings tst_h_strings.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_h_dimscales.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_h_dimscales tst_h_dimscales.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_h_dimscales tst_h_dimscales.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_h_dimscales2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_h_dimscales2 tst_h_dimscales2.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_h_dimscales2 tst_h_dimscales2.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_h_enums.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_h_enums tst_h_enums.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_h_enums tst_h_enums.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_lists.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_lists tst_lists.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_lists tst_lists.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_dims.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -MT tst_dims.o -MD -MP -MF $depbase.Tpo -c -o tst_dims.o tst_dims.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CC --mode=link cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_dims tst_dims.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_dims tst_dims.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_files.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_files tst_files.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_files tst_files.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_vars.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_vars tst_vars.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_vars tst_vars.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_varms.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_varms tst_varms.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_varms tst_varms.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_unlim_vars.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_unlim_vars tst_unlim_vars.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_unlim_vars tst_unlim_vars.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_atts.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_atts tst_atts.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_atts tst_atts.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_converts.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_converts tst_converts.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_converts tst_converts.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_converts2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_converts2 tst_converts2.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_converts2 tst_converts2.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_grps.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_grps tst_grps.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_grps tst_grps.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_compounds.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_compounds tst_compounds.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_compounds tst_compounds.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_compounds2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_compounds2 tst_compounds2.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_compounds2 tst_compounds2.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_vl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_vl tst_vl.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_vl tst_vl.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_h_vl2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_h_vl2 tst_h_vl2.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_h_vl2 tst_h_vl2.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_opaques.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_opaques tst_opaques.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_opaques tst_opaques.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_strings.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_strings tst_strings.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_strings tst_strings.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_interops.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_interops tst_interops.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_interops tst_interops.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_enums.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_enums tst_enums.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_enums tst_enums.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_vars2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_vars2 tst_vars2.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_vars2 tst_vars2.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_utf8.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_utf8 tst_utf8.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_utf8 tst_utf8.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_v2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_v2 tst_v2.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_v2 tst_v2.o -L/usr/local/include/lib ./.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm make check-TESTS *** Checking HDF5 file functions. *** Checking HDF5 file creates and opens...ok. *** Checking HDF5 file creates and opens some more...ok. *** Creating file...ok. *** Tests successful! PASS: tst_h_files *** Checking HDF5 attribute functions. *** Checking HDF5 attribute ordering...ok. *** Checking HDF5 attribute deletes...ok. *** Checking HDF5 attributes attached to the fileid...ok. *** Checking HDF5 attributes in a group...ok. *** Checking HDF5 zero length attributes...ok. *** Checking how HDF5 handles a delete and recreation of dataset with atts...ok. *** Checking some more simple atts...ok. *** Checking some more simple atts even more...ok. *** Tests successful! PASS: tst_h_atts *** Checking HDF5 attribute functions. *** Checking HDF5 attribute ordering some more...ok. *** Checking HDF5 attribute ordering with 9 attributes...(skipping for HDF5 1.8.0 beta1)ok. *** Tests successful! PASS: tst_h_atts2 *** Checking HDF5 variable functions. *** Checking HDF5 boolean variables...ok. *** Checking HDF5 variable with unlimited dimension...ok. *** Checking HDF5 deflate filter setting and getting...ok. *** Checking HDF5 deflatfe, fletcher32, shuffle filter setting and getting...ok. *** Checking HDF5 endianness control...ok. *** Tests successful! PASS: tst_h_vars *** Checking HDF5 variable functions some more. *** Checking HDF5 variable ordering...ok. *** Checking HDF5 variable ordering in root group...ok. *** Checking HDF5 variable ordering flags with redef-type situations...ok. *** Checking HDF5 variable compession and filters...ok. *** Checking fill value...ok. *** Checking fill value of compound type...ok. *** Tests successful! PASS: tst_h_vars2 *** Checking HDF5 group functions. *** Checking out root group...ok. *** Checking out H5Gmove...ok. *** Checking out sub-groups...ok. *** Checking out UTF8 named sub-group...ok. *** Checking out UTF8 named sub-group with group creation ordering...ok. *** Tests successful! PASS: tst_h_grps *** Checking HDF5 compound types. *** Checking simple HDF5 compound types...ok. *** Checking HDF5 compound types and groups...ok. *** Checking HDF5 compound type which contains an array...ok. *** Checking HDF5 compound type 6 different types...ok. *** Checking HDF5 compound variable which contains a compound type...ok. *** Checking HDF5 variable which contains a compound type with different string handling...ok. *** Checking HDF5 compound attribute which contains a compound type...ok. *** Checking HDF5 variable of compound type which contains a string...ok. *** Checking HDF5 compound attribute which contains an array of char...ok. *** Tests successful! PASS: tst_h_compounds *** Checking HDF5 compound types some more. *** Checking HDF5 compound attribute which contains an array of unsigned byte...ok. *** Tests successful! PASS: tst_h_compounds2 *** Checking HDF5 compound types (even more so). *** Checking packing of HDF5 compound types...ok. *** Tests successful! PASS: tst_h_wrt_cmp *** Checking HDF5 compound types (we're almost there kids). *** Checking packing of HDF5 compound types...ok. *** Tests successful! PASS: tst_h_rd_cmp *** Checking HDF5 VLEN types. *** Checking simple HDF5 variable length types...ok. *** Tests successful! PASS: tst_h_vl *** Checking HDF5 opaque types. *** Checking simple HDF5 opaque types...ok. *** Tests successful! PASS: tst_h_opaques *** Checking HDF5 string types. *** Checking scalar string attribute...ok. *** Checking simple HDF5 string types...ok. *** Checking G&S compliance...ok. *** Tests successful! PASS: tst_h_strings *** Checking HDF5 dimension scales. *** Creating simple dimension scales file...ok. *** Checking that simple dimscale file can be read...ok. *** Creating simple dimension scales file with lots of datasets...ok. *** Creating a file with an unlimited dimension scale...ok. *** Checking that unlimited dimscale file can be read...ok. *** Creating some 3D datasets using shared dimscales...ok. *** Checking 3D datasets created with shared dimscales...ok. *** Creating 3D datasets using shared dimscales in groups...ok. *** Checking 3D datasets in groups created with shared dimscales...ok. *** Tests successful! PASS: tst_h_dimscales *** Checking HDF5 dimscales some more. *** Creating a file with one var with one dimension scale...ok. *** Checking that one var, one dimscale file can be read...ok. *** Creating a file with one var with two dimension scales...ok. *** Checking that one var, two dimscales file can be read...ok. *** Tests successful! PASS: tst_h_dimscales2 *** Checking HDF5 enum types. *** Checking simple HDF5 enum type...ok. *** Checking HDF5 enum type missing values...ok. *** Tests successful! PASS: 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 *** Testing netcdf-4 dimensions. *** Checking that netcdf-4 dimids inq works on netcdf-3 file...ok. *** Checking that netcdf-4 dimids inq works on more complex netcdf-3 file...ok. *** Testing file with just one dimension...ok. *** Testing renaming of one dimension...ok. *** Testing file with just one unlimited dimension...ok. *** Testing file with two unlimited dimensions...ok. *** Testing ordering of dimensions...ok. *** Testing file with just one unlimited dimension and one var...ok. *** Testing adding a coordinate var to file with dimension...ok. *** Testing adding a coordinate var to file with unlimited dimension...ok. *** Creating file with 1 data var, 2 dims, and 2 coord. vars...ok. *** Creating file with 3 data vars, 4 dims, and 2 coord. vars...ok. *** Checking file with dims and only some coordinate vars...ok. *** Tests successful! PASS: tst_dims *** Testing netcdf-4 file functions. *** testing version 4.0 of Feb 9 2009 17:38:37 $...ok. *** testing with bad inputs...ok. *** testing simple opens and creates...ok. *** testing more complex opens and creates...ok. *** testing redef for netCDF classic...ok. *** testing redef for netCDF 64-bit offset...ok. *** testing redef for netCDF-4 ...ok. *** testing redef for netCDF-4, with strict netCDF-3 rules...ok. *** testing different formats...ok. *** Tests successful! PASS: tst_files *** Testing netcdf-4 variable functions. *** testing netcdf-4 varids inq on netcdf-3 file...ok. *** testing simple variables...ok. *** testing simple variables with deflation...ok. *** testing netcdf-4 simple variable define...ok. *** testing netcdf-4 less simple variable define...ok. *** testing more complex netcdf-4 variable defines...ok. *** testing fill values...ok. *** testing more fill values...ok. *** testing lots of variables...ok. *** testing 4D example file in classic format...ok. *** testing 4D example file in 64-bit offset format...ok. *** testing 4D example file in netCDF-4/HDF5 format...ok. *** testing 4D example file in netCDF-4/HDF5 format with classic model rules...ok. *** Tests successful! PASS: tst_vars *** Testing netcdf-4 mapped variable functions. *** testing mapping with 2x2 variable...ok. *** testing mapping with 2x3 variable...ok. *** testing simple example from C Users' Guide...ok. *** testing transposed rh example from C Users' Guide...ok. *** Tests successful! PASS: tst_varms *** Testing netcdf-4 variable with unlimited dimensions. *** Testing file with one var, one unlim dim...ok. *** Tests successful! PASS: tst_unlim_vars *** Testing netcdf-4 attribute functions. *** testing really simple global atts...ok. *** testing simple global atts...ok. *** testing attribute data type conversions...ok. *** testing simple variable atts...ok. *** testing zero-length attributes... this test skipped for HDF 1.8.0 beta1ok. *** testing zero-length attributes and redef...(this test skipped for HDF5-1.8.0 beta1ok. *** testing attribute deletes and renames...ok. *** testing attribute create order...ok. *** testing attribute ordering some more...ok. *** testing attribute ordering even more...ok. *** testing attributes and enddef/redef...ok. *** Tests successful! PASS: tst_atts *** Testing netcdf data conversion. *** Testing conversion in netCDF classic files... ok. *** Testing conversion in netCDF 64-bit offset files... ok. *** Testing conversion in netCDF netCDF-4 files... ok. *** Testing conversion in netCDF netCDF-4 classic model files... ok. *** Tests successful! PASS: tst_converts *** Testing more netcdf-4 data conversion. *** Testing NC_BYTE converstions...ok. *** Testing MAX_INT converstions...ok. *** Tests successful! PASS: tst_converts2 *** Testing netcdf-4 group functions. *** testing simple group create...ok. *** testing simple nested group creates...ok. *** testing simple sibling group creates...ok. *** testing more group attributes...ok. *** testing groups and dimensions...ok. *** testing groups and vars...ok. *** testing groups and vars...ok. *** testing very simple groups and dimension scoping...ok. *** testing groups and dimension scoping...ok. *** testing more groups and dimension scoping...ok. *** testing groups and unlimited dimensions...ok. *** testing nested groups...ok. *** testing nested groups, user defined types, and enddef...ok. *** creating file with lots of user-defined types...ok. *** creating file with lots of groups...ok. *** Tests successful! PASS: tst_grps *** Testing netcdf-4 user defined type functions. *** testing REALLY simple compound variable create...ok. *** testing simple compound variable create...ok. *** testing simple compound attribute create...ok. *** testing compound variable with new atomic types...ok. *** testing compound variable containing an array of ints...ok. *** creating compound test file...ok. *** Now opening the ref file for this...ok. *** Tests successful! PASS: tst_compounds *** Tests successful! PASS: tst_compounds2 *** Testing netcdf-4 variable length type functions. *** testing vlen (of ints) attribute...ok. *** Tests successful! PASS: tst_vl *** Checking HDF5 VLEN types even more. *** Tests successful! PASS: tst_h_vl2 *** Testing netcdf-4 opaque type. *** testing *really* simple opaque attribute...ok. *** testing opaque attribute...ok. *** testing opaque variable...ok. *** testing 3 opaque types...ok. *** Tests successful! PASS: tst_opaques *** Testing netcdf-4 string type. *** testing string variable...ok. *** testing string attribute...ok. *** testing string var functions...ok. *** testing string attributes...ok. *** testing string fill value...ok. *** Tests successful! PASS: tst_strings *** Testing HDF5/NetCDF-4 interoperability... *** Creating a HDF5 file with one var with two dimension scales...ok. *** Checking that HDF5 file can be read by netCDF-4, and adding an att...ok. *** Checking that one var, two dimscales, one att file can still be read by HDF5...ok. *** Tests successful! PASS: tst_interops *** Testing netcdf-4 enum type. *** creating enum type...ok. *** testing enum attribute...ok. *** testing enum fill value ...ok. *** testing enum interuptus...ok. *** Tests successful! PASS: tst_enums *** Testing netcdf-4 variable functions, even more. *** Testing with classic format: **** testing simple fill value attribute creation...ok. **** testing simple fill value with data read...ok. **** testing fill value with one other attribute...ok. **** testing fill value with three other attributes...ok. **** testing fill value with simple example...ok. **** testing fill value with example from cxx tests in v2 api...ok. *** Testing with 64-bit offset format: **** testing simple fill value attribute creation...ok. **** testing simple fill value with data read...ok. **** testing fill value with one other attribute...ok. **** testing fill value with three other attributes...ok. **** testing fill value with simple example...ok. **** testing fill value with example from cxx tests in v2 api...ok. *** Testing with HDF5: **** testing simple fill value attribute creation...ok. **** testing simple fill value with data read...ok. **** testing fill value with one other attribute...ok. **** testing fill value with three other attributes...ok. **** testing fill value with simple example...ok. **** testing fill value with example from cxx tests in v2 api...ok. *** Testing with HDF5, netCDF Classic Model: **** testing simple fill value attribute creation...ok. **** testing simple fill value with data read...ok. **** testing fill value with one other attribute...ok. **** testing fill value with three other attributes...ok. **** testing fill value with simple example...ok. **** testing fill value with example from cxx tests in v2 api...ok. **** testing create order varids...ok. **** testing simple variable renaming...ok. **** testing dimension and variable renaming...ok. **** testing endianness...ok. **** testing chunking...ok. **** testing contiguous storage...ok. **** testing extreme numbers dude...ok. **** testing error codes for name clashes...ok. **** testing error codes for name clashes some more...ok. **** testing error codes for name clashes even more...ok. **** testing error code for too-large chunks...ok. *** Tests successful! PASS: tst_vars2 *** Testing UTF-8 names. *** creating UTF-8 names in classic model netcdf files...ok. *** renaming to UTF-8 names in classic model netcdf files...ok. *** creating UTF-8 names in netcdf-4 file...ok. *** Tests successful! PASS: tst_utf8 *** Testing netcdf-4 v2 API functions. *** testing simple opens and creates...ok. *** Tests successful! PASS: tst_v2 =================== All 37 tests passed =================== Making check in nctest make nctest depbase=`echo add.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 -I/usr/local/include/include -m64 -MT add.o -MD -MP -MF $depbase.Tpo -c -o add.o add.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo atttests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 -I/usr/local/include/include -m64 -MT atttests.o -MD -MP -MF $depbase.Tpo -c -o atttests.o atttests.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo cdftests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 -I/usr/local/include/include -m64 -MT cdftests.o -MD -MP -MF $depbase.Tpo -c -o cdftests.o cdftests.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo dimtests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 -I/usr/local/include/include -m64 -MT dimtests.o -MD -MP -MF $depbase.Tpo -c -o dimtests.o dimtests.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo driver.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 -I/usr/local/include/include -m64 -MT driver.o -MD -MP -MF $depbase.Tpo -c -o driver.o driver.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo emalloc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 -I/usr/local/include/include -m64 -MT emalloc.o -MD -MP -MF $depbase.Tpo -c -o emalloc.o emalloc.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo error.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 -I/usr/local/include/include -m64 -MT error.o -MD -MP -MF $depbase.Tpo -c -o error.o error.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo misctest.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 -I/usr/local/include/include -m64 -MT misctest.o -MD -MP -MF $depbase.Tpo -c -o misctest.o misctest.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo rec.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 -I/usr/local/include/include -m64 -MT rec.o -MD -MP -MF $depbase.Tpo -c -o rec.o rec.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo slabs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 -I/usr/local/include/include -m64 -MT slabs.o -MD -MP -MF $depbase.Tpo -c -o slabs.o slabs.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo val.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 -I/usr/local/include/include -m64 -MT val.o -MD -MP -MF $depbase.Tpo -c -o val.o val.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo vardef.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 -I/usr/local/include/include -m64 -MT vardef.o -MD -MP -MF $depbase.Tpo -c -o vardef.o vardef.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo varget.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 -I/usr/local/include/include -m64 -MT varget.o -MD -MP -MF $depbase.Tpo -c -o varget.o varget.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo vargetg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 -I/usr/local/include/include -m64 -MT vargetg.o -MD -MP -MF $depbase.Tpo -c -o vargetg.o vargetg.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo varput.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 -I/usr/local/include/include -m64 -MT varput.o -MD -MP -MF $depbase.Tpo -c -o varput.o varput.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo varputg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 -I/usr/local/include/include -m64 -MT varputg.o -MD -MP -MF $depbase.Tpo -c -o varputg.o varputg.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo vartests.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 -I/usr/local/include/include -m64 -MT vartests.o -MD -MP -MF $depbase.Tpo -c -o vartests.o vartests.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo vputget.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 -I/usr/local/include/include -m64 -MT vputget.o -MD -MP -MF $depbase.Tpo -c -o vputget.o vputget.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo vputgetg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 -I/usr/local/include/include -m64 -MT vputgetg.o -MD -MP -MF $depbase.Tpo -c -o vputgetg.o vputgetg.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CC --mode=link cc -m64 -L../libsrc4 -L/usr/local/include/lib -L/usr/local/include/lib -o nctest add.o atttests.o cdftests.o dimtests.o driver.o emalloc.o error.o misctest.o rec.o slabs.o val.o vardef.o varget.o vargetg.o varput.o varputg.o vartests.o vputget.o vputgetg.o -lm ../libsrc4/libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o nctest add.o atttests.o cdftests.o dimtests.o driver.o emalloc.o error.o misctest.o rec.o slabs.o val.o vardef.o varget.o vargetg.o varput.o varputg.o vartests.o vputget.o vputgetg.o -L/Users/edo/Downloads/netcdf-4.0/libsrc4 -L/usr/local/include/lib ../libsrc4/.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm make check-TESTS Testing V2 API with 3 different netCDF formats. Switching to netCDF classic format. *** Testing nccreate ... ok *** *** Testing ncopen ... ok *** *** Testing ncredef ... ok *** *** Testing ncendef ... ok *** *** Testing ncclose ... ok *** *** Testing ncinquire ... ok *** *** Testing ncsync ... ok *** *** Testing ncabort ... ok *** *** Testing ncdimdef ... ok *** *** Testing ncdimid ... ok *** *** Testing ncdiminq ... ok *** *** Testing ncdimrename ... ok *** *** Testing ncvardef ... ok *** *** Testing ncvarid ... ok *** *** Testing ncvarinq ... ok *** *** Testing ncvarput1 ... ok *** *** Testing ncvarget1 ... ok *** *** Testing ncvarput ... ok *** *** Testing ncvarget ... ok *** *** Testing ncvarputg ... ok *** *** Testing ncvargetg ... ok *** *** Testing ncrecinq ... ok *** *** Testing ncrecput ... ok *** *** Testing ncrecget ... ok *** *** Testing ncvarrename ... ok *** *** Testing ncattput ... ok *** *** Testing ncattinq ... ok *** *** Testing ncattget ... ok *** *** Testing ncattcopy ... ok *** *** Testing ncattname ... ok *** *** Testing ncattrename ... ok *** *** Testing ncattdel ... ok *** *** Testing nctypelen ... ok *** Switching to 64-bit offset format. *** Testing nccreate ... ok *** *** Testing ncopen ... ok *** *** Testing ncredef ... ok *** *** Testing ncendef ... ok *** *** Testing ncclose ... ok *** *** Testing ncinquire ... ok *** *** Testing ncsync ... ok *** *** Testing ncabort ... ok *** *** Testing ncdimdef ... ok *** *** Testing ncdimid ... ok *** *** Testing ncdiminq ... ok *** *** Testing ncdimrename ... ok *** *** Testing ncvardef ... ok *** *** Testing ncvarid ... ok *** *** Testing ncvarinq ... ok *** *** Testing ncvarput1 ... ok *** *** Testing ncvarget1 ... ok *** *** Testing ncvarput ... ok *** *** Testing ncvarget ... ok *** *** Testing ncvarputg ... ok *** *** Testing ncvargetg ... ok *** *** Testing ncrecinq ... ok *** *** Testing ncrecput ... ok *** *** Testing ncrecget ... ok *** *** Testing ncvarrename ... ok *** *** Testing ncattput ... ok *** *** Testing ncattinq ... ok *** *** Testing ncattget ... ok *** *** Testing ncattcopy ... ok *** *** Testing ncattname ... ok *** *** Testing ncattrename ... ok *** *** Testing ncattdel ... ok *** *** Testing nctypelen ... ok *** Switching to netCDF-4 format (with NC_CLASSIC_MODEL). *** Testing nccreate ... ok *** *** Testing ncopen ... ok *** *** Testing ncredef ... ok *** *** Testing ncendef ... ok *** *** Testing ncclose ... ok *** *** Testing ncinquire ... ok *** *** Testing ncsync ... ok *** *** Testing ncabort ... ok *** *** Testing ncdimdef ... ok *** *** Testing ncdimid ... ok *** *** Testing ncdiminq ... ok *** *** Testing ncdimrename ... ok *** *** Testing ncvardef ... ok *** *** Testing ncvarid ... ok *** *** Testing ncvarinq ... ok *** *** Testing ncvarput1 ... ok *** *** Testing ncvarget1 ... ok *** *** Testing ncvarput ... ok *** *** Testing ncvarget ... ok *** *** Testing ncvarputg ... ok *** *** Testing ncvargetg ... ok *** *** Testing ncrecinq ... ok *** *** Testing ncrecput ... ok *** *** Testing ncrecget ... ok *** *** Testing ncvarrename ... ok *** *** Testing ncattput ... ok *** *** Testing ncattinq ... ok *** *** Testing ncattget ... ok *** *** Testing ncattcopy ... ok *** *** Testing ncattname ... ok *** *** Testing ncattrename ... ok *** *** Testing ncattdel ... ok *** *** Testing nctypelen ... ok *** Total number of failures: 0 nctest SUCCESS!!! PASS: nctest PASS: compare_test_files.sh ================== All 2 tests passed ================== Making check in ncgen make check-TESTS *** Testing ncgen. *** creating classic file c0.nc from c0.cdl... *** creating 64-bit offset file c0_64.nc from c0.cdl... *** Test successful! PASS: run_tests.sh *** Testing ncgen for netCDF-4. *** creating netCDF-4 file c0_4.nc from c0.cdl... *** creating netCDF-4 classic model file c0_4c.nc from c0.cdl... *** Test successful! PASS: run_nc4_tests.sh ================== All 2 tests passed ================== Making check in ncdump make check-am make rewrite-scalar ctest ctest64 ncdump tst_utf8 tst_create_files tst_h_rdc0 tst_group_data tst_enum_data tst_opaque_data tst_string_data tst_vlen_data tst_comp tst_nans tst_unicode depbase=`echo rewrite-scalar.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../nc_test -I../libsrc4 -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -m64 -MT rewrite-scalar.o -MD -MP -MF $depbase.Tpo -c -o rewrite-scalar.o rewrite-scalar.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CC --mode=link cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o rewrite-scalar rewrite-scalar.o -lm ../libsrc4/libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o rewrite-scalar rewrite-scalar.o -L/usr/local/include/lib ../libsrc4/.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo ctest.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../nc_test -I../libsrc4 -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -m64 -MT ctest.o -MD -MP -MF $depbase.Tpo -c -o ctest.o ctest.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CC --mode=link cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o ctest ctest.o -lm ../libsrc4/libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o ctest ctest.o -L/usr/local/include/lib ../libsrc4/.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo ctest64.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../nc_test -I../libsrc4 -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -m64 -MT ctest64.o -MD -MP -MF $depbase.Tpo -c -o ctest64.o ctest64.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CC --mode=link cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o ctest64 ctest64.o -lm ../libsrc4/libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o ctest64 ctest64.o -L/usr/local/include/lib ../libsrc4/.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm make[3]: `ncdump' is up to date. depbase=`echo tst_utf8.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../nc_test -I../libsrc4 -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -m64 -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 cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_utf8 tst_utf8.o -lm ../libsrc4/libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_utf8 tst_utf8.o -L/usr/local/include/lib ../libsrc4/.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_create_files.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../nc_test -I../libsrc4 -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -m64 -MT tst_create_files.o -MD -MP -MF $depbase.Tpo -c -o tst_create_files.o tst_create_files.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CC --mode=link cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_create_files tst_create_files.o -lm ../libsrc4/libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_create_files tst_create_files.o -L/usr/local/include/lib ../libsrc4/.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../nc_test -I../nc_test -I../libsrc4 -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -m64 -MT tst_h_rdc0-tst_h_rdc0.o -MD -MP -MF .deps/tst_h_rdc0-tst_h_rdc0.Tpo -c -o tst_h_rdc0-tst_h_rdc0.o `test -f 'tst_h_rdc0.c' || echo './'`tst_h_rdc0.c mv -f .deps/tst_h_rdc0-tst_h_rdc0.Tpo .deps/tst_h_rdc0-tst_h_rdc0.Po /bin/sh ../libtool --tag=CC --mode=link cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_h_rdc0 tst_h_rdc0-tst_h_rdc0.o -lm ../libsrc4/libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_h_rdc0 tst_h_rdc0-tst_h_rdc0.o -L/usr/local/include/lib ../libsrc4/.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_group_data.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../nc_test -I../libsrc4 -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -m64 -MT tst_group_data.o -MD -MP -MF $depbase.Tpo -c -o tst_group_data.o tst_group_data.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CC --mode=link cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_group_data tst_group_data.o -lm ../libsrc4/libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_group_data tst_group_data.o -L/usr/local/include/lib ../libsrc4/.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_enum_data.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../nc_test -I../libsrc4 -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -m64 -MT tst_enum_data.o -MD -MP -MF $depbase.Tpo -c -o tst_enum_data.o tst_enum_data.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CC --mode=link cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_enum_data tst_enum_data.o -lm ../libsrc4/libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_enum_data tst_enum_data.o -L/usr/local/include/lib ../libsrc4/.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_opaque_data.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../nc_test -I../libsrc4 -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -m64 -MT tst_opaque_data.o -MD -MP -MF $depbase.Tpo -c -o tst_opaque_data.o tst_opaque_data.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CC --mode=link cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_opaque_data tst_opaque_data.o -lm ../libsrc4/libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_opaque_data tst_opaque_data.o -L/usr/local/include/lib ../libsrc4/.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_string_data.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../nc_test -I../libsrc4 -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -m64 -MT tst_string_data.o -MD -MP -MF $depbase.Tpo -c -o tst_string_data.o tst_string_data.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CC --mode=link cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_string_data tst_string_data.o -lm ../libsrc4/libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_string_data tst_string_data.o -L/usr/local/include/lib ../libsrc4/.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_vlen_data.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../nc_test -I../libsrc4 -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -m64 -MT tst_vlen_data.o -MD -MP -MF $depbase.Tpo -c -o tst_vlen_data.o tst_vlen_data.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CC --mode=link cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_vlen_data tst_vlen_data.o -lm ../libsrc4/libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_vlen_data tst_vlen_data.o -L/usr/local/include/lib ../libsrc4/.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_comp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../nc_test -I../libsrc4 -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -m64 -MT tst_comp.o -MD -MP -MF $depbase.Tpo -c -o tst_comp.o tst_comp.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CC --mode=link cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_comp tst_comp.o -lm ../libsrc4/libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_comp tst_comp.o -L/usr/local/include/lib ../libsrc4/.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_nans.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../nc_test -I../libsrc4 -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -m64 -MT tst_nans.o -MD -MP -MF $depbase.Tpo -c -o tst_nans.o tst_nans.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CC --mode=link cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_nans tst_nans.o -lm ../libsrc4/libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_nans tst_nans.o -L/usr/local/include/lib ../libsrc4/.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm depbase=`echo tst_unicode.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../nc_test -I../libsrc4 -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -m64 -MT tst_unicode.o -MD -MP -MF $depbase.Tpo -c -o tst_unicode.o tst_unicode.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CC --mode=link cc -m64 -L/usr/local/include/lib -L/usr/local/include/lib -o tst_unicode tst_unicode.o -lm ../libsrc4/libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: cc -m64 -o tst_unicode tst_unicode.o -L/usr/local/include/lib ../libsrc4/.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm make check-TESTS *** Testing ncgen and ncdump using some test CDL files. *** creating tst_small.nc from ref_tst_small.cdl... *** creating tst_small.cdl from tst_small.nc... *** creating test0.nc from test0.cdl... *** creating test1.cdl from test0.nc... *** creating test1.nc from test1.cdl... *** creating test2.cdl from test1.nc... *** checking that test1.cdl and test2.nc are the same... *** All tests of ncgen and ncdump using test0.cdl passed! PASS: run_tests.sh *** Testing ncgen and ncdump with 64-bit offset format. *** creating test0.nc from test0.cdl... *** creating test1.cdl from test0.nc... *** creating test1.nc from test1.cdl... *** creating test2.cdl from test1.nc... *** All ncgen and ncdump with 64-bit offset format tests passed! PASS: tst_64bit.sh PASS: ctest PASS: ctest64 *** Testing ncgen and ncdump test output for classic format. *** creating ctest1.cdl from ctest0.nc... *** creating c0.nc from c0.cdl... *** creating c1.cdl from c0.nc... *** comparing ncdump of C program output (ctest1.cdl) with c1.cdl... *** test output for ncdump -k *** test output for ncdump -x *** creating tst_ncml.nc from tst_ncml.cdl *** creating c1.ncml from tst_ncml.nc *** comparing ncdump -x of generated file with ref1.ncml ... *** All ncgen and ncdump test output for classic format passed! *** Testing ncgen and ncdump test output for 64-bit offset format. *** creating ctest1.cdl from test0_64.nc... *** creating c0.nc from c0.cdl... *** creating c1.cdl from c0.nc... *** comparing ncdump of C program output (ctest1_64.cdl) with c1.cdl... *** test output for ncdump -k *** All ncgen and ncdump test output for 64-bit offset format passed! PASS: tst_output.sh *** testing length of classic file *** testing length of classic file written with NOFILL *** testing length of rewritten classic file *** testing length of rewritten classic file written with NOFILL *** testing length of 64-bit offset file *** testing length of 64-bit offset file written with NOFILL *** testing length of rewritten 64-bit offset file *** testing length of rewritten 64-bit offset file written with NOFILL *** testing length of one-record-variable classic file *** testing length of one-record-variable classic file written with NOFILL *** testing length of one-record-variable 64-bit offset file *** testing length of one-record-variable 64-bit offset file written with NOFILL PASS: tst_lengths.sh *** creating UTF-8 test file tst_utf8.nc...ok. *** Tests successful! PASS: tst_utf8 *** Testing ncgen and ncdump for UTF8 support... *** creating classic offset file with utf8 characters... *** dump and compare utf8 output... *** creating 64-bit offset file with utf8 characters... *** (64 bit) dump and compare utf8 output... *** dumping tst_utf8.nc to tst_utf8.cdl... *** comparing tst_utf8.cdl with tst8.cdl... *** All utf8 tests of ncgen and ncdump passed! PASS: run_utf8_tests.sh *** Creating test files for ncdump. *** creating nested group file tst_solar_1.nc...ok. *** checking nested group file tst_solar_1.nc...ok. *** creating file with VLEN tst_solar_2.nc...ok. *** creating file with compound type tst_solar_cmp.nc...ok. *** Tests successful! PASS: tst_create_files *** creating nested group file tst_group_data.nc...ok. *** Tests successful! PASS: tst_group_data *** creating enum test file tst_enum_data.nc...ok. *** Tests successful! PASS: tst_enum_data *** creating opaque test file tst_opaque_data.nc...ok. *** Tests successful! PASS: tst_opaque_data *** Tests successful! PASS: tst_string_data *** creating vlen test file tst_vlen_data.nc...ok. *** Tests successful! PASS: tst_vlen_data *** creating compound test file tst_comp.nc...ok. *** Tests successful! PASS: tst_comp *** creating NaN test file tst_nans.nc...ok. *** Tests successful! PASS: tst_nans *** Testing ncgen and ncdump test output for netCDF-4 format. *** creating netcdf-4 file c0.nc from c0.cdl... *** creating c1.cdl from c0.nc... *** comparing c1.cdl with ref_ctest1_nc4.cdl... *** Testing ncgen and ncdump test output for netCDF-4 classic format. *** creating netcdf-4 classic file c0.nc from c0.cdl... *** creating c1.cdl from c0.nc... *** comparing c1.cdl with ref_ctest1_nc4c.cdl... *** Testing ncdump output for netCDF-4 features. *** dumping tst_solar_1.nc to tst_solar_1.cdl... *** comparing tst_solar_1.cdl with ref_tst_solar_1.cdl... *** dumping tst_solar_2.nc to tst_solar_2.cdl... *** comparing tst_solar_2.cdl with ref_tst_solar_2.cdl... *** dumping tst_group_data.nc to tst_group_data.cdl... *** comparing tst_group_data.cdl with ref_tst_group_data.cdl... *** dumping tst_enum_data.nc to tst_enum_data.cdl... *** comparing tst_enum_data.cdl with ref_tst_enum_data.cdl... *** dumping tst_opaque_data.nc to tst_opaque_data.cdl... *** comparing tst_opaque_data.cdl with ref_tst_opaque_data.cdl... *** dumping tst_vlen_data.nc to tst_vlen_data.cdl... *** comparing tst_vlen_data.cdl with ref_tst_vlen_data.cdl... *** dumping tst_comp.nc to tst_comp.cdl... *** comparing tst_comp.cdl with ref_tst_comp.cdl... *** creating NaN test file tst_nans.nc...ok. *** Tests successful! *** creating tst_nans.cdl from tst_nans.nc *** comparing ncdump of generated file with ref_tst_nans.cdl ... *** dumping tst_unicode.nc to tst_unicode.cdl... *** creating UTF-8 test file tst_unicode.nc...ok. *** Tests successful! *** generating tst_nans.nc *** All ncgen and ncdump test output for netCDF-4 format passed! PASS: tst_netcdf4.sh *** Checking HDF5 file c0.nc. *** Checking HDF5 objcts...ok. *** Tests successful! PASS: tst_h_rdc0 *** creating UTF-8 test file tst_unicode.nc...ok. *** Tests successful! PASS: tst_unicode =================== All 19 tests passed =================== Making check in cxx make nctst tst_failure depbase=`echo nctst.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc4 -I/usr/local/include/include -I/usr/local/include/include -g -O2 -MT nctst.o -MD -MP -MF $depbase.Tpo -c -o nctst.o nctst.cpp &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CXX --mode=link g++ -g -O2 -L/usr/local/include/lib -L/usr/local/include/lib -o nctst nctst.o ../cxx/libnetcdf_c++.la ../libsrc4/libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: g++ -g -O2 -o nctst nctst.o -Wl,-bind_at_load -L/usr/local/include/lib ../cxx/.libs/libnetcdf_c++.a ../libsrc4/.libs/libnetcdf.a /usr/local/include/lib/libhdf5_hl.a /usr/local/include/lib/libhdf5.a -lz -lm ld: warning in ../libsrc4/.libs/libnetcdf.a, file is not of required architecture ld: warning in /usr/local/include/lib/libhdf5_hl.a, file is not of required architecture ld: warning in /usr/local/include/lib/libhdf5.a, file is not of required architecture Undefined symbols: "_nc_rename_var", referenced from: NcVar::rename(char const*)in libnetcdf_c++.a(netcdf.o) "_nc__create", referenced from: NcFile::NcFile(char const*, NcFile::FileMode, unsigned long*, unsigned long, NcFile::FileFormat)in libnetcdf_c++.a(netcdf.o) "_nc_abort", referenced from: NcFile::abort() in libnetcdf_c++.a(netcdf.o) "_nc_enddef", referenced from: NcFile::data_mode() in libnetcdf_c++.a(netcdf.o) "_nc_inq_natts", referenced from: NcFile::num_atts() constin libnetcdf_c++.a(netcdf.o) "_nc_get_vara_schar", referenced from: NcVar::get(signed char*, long const*) constin libnetcdf_c++.a(netcdf.o) NcVar::get(signed char*, long, long, long, long, long) constin libnetcdf_c++.a(netcdf.o) NcVar::values() constin libnetcdf_c++.a(netcdf.o) NcVar::get_rec(NcDim*, long)in libnetcdf_c++.a(netcdf.o) "_nc_inq_ndims", referenced from: NcFile::num_dims() constin libnetcdf_c++.a(netcdf.o) "_nc_inq_varnatts", referenced from: NcVar::num_atts() constin libnetcdf_c++.a(netcdf.o) "_nc_put_vara_long", referenced from: NcVar::put(long const*, long const*)in libnetcdf_c++.a(netcdf.o) NcVar::put(long const*, long, long, long, long, long)in libnetcdf_c++.a(netcdf.o) "_nc_inq_atttype", referenced from: NcAtt::type() constin libnetcdf_c++.a(netcdf.o) "_nc_put_att_int", referenced from: NcVar::add_att(char const*, int, int const*)in libnetcdf_c++.a(netcdf.o) NcVar::add_att(char const*, int)in libnetcdf_c++.a(netcdf.o) "_nc_get_vara_int", referenced from: NcVar::get(int*, long const*) constin libnetcdf_c++.a(netcdf.o) NcVar::get(int*, long, long, long, long, long) constin libnetcdf_c++.a(netcdf.o) NcVar::values() constin libnetcdf_c++.a(netcdf.o) NcVar::get_rec(NcDim*, long)in libnetcdf_c++.a(netcdf.o) "_nc_inq_varndims", referenced from: NcVar::num_dims() constin libnetcdf_c++.a(netcdf.o) "_nc_inq_format", referenced from: NcFile::get_format() const in libnetcdf_c++.a(netcdf.o) "_nc_get_att_text", referenced from: NcAtt::values() constin libnetcdf_c++.a(netcdf.o) "_nc_put_att_schar", referenced from: NcVar::add_att(char const*, int, signed char const*)in libnetcdf_c++.a(netcdf.o) NcVar::add_att(char const*, signed char)in libnetcdf_c++.a(netcdf.o) "_nc_inq_attlen", referenced from: NcAtt::num_vals() constin libnetcdf_c++.a(netcdf.o) "_nc__open", referenced from: NcFile::NcFile(char const*, NcFile::FileMode, unsigned long*, unsigned long, NcFile::FileFormat)in libnetcdf_c++.a(netcdf.o) "_nc_inq_varid", referenced from: NcFile::get_var(char const*) constin libnetcdf_c++.a(netcdf.o) "_nc_put_vara_schar", referenced from: NcVar::put(signed char const*, long const*)in libnetcdf_c++.a(netcdf.o) NcVar::put(signed char const*, long, long, long, long, long)in libnetcdf_c++.a(netcdf.o) "_nc_inq_attname", referenced from: NcVar::attname(int) constin libnetcdf_c++.a(netcdf.o) NcVar::attnum(char const*) constin libnetcdf_c++.a(netcdf.o) "_nc_inq_dimlen", referenced from: NcDim::size() constin libnetcdf_c++.a(netcdf.o) "_nc_get_att_double", referenced from: NcAtt::values() constin libnetcdf_c++.a(netcdf.o) "_nc_inq_attid", referenced from: NcAtt::is_valid() constin libnetcdf_c++.a(netcdf.o) "_nc_put_vara_int", referenced from: NcVar::put(int const*, long const*)in libnetcdf_c++.a(netcdf.o) NcVar::put(int const*, long, long, long, long, long)in libnetcdf_c++.a(netcdf.o) "_nc_put_att_text", referenced from: NcVar::add_att(char const*, int, char const*)in libnetcdf_c++.a(netcdf.o) NcVar::add_att(char const*, char const*)in libnetcdf_c++.a(netcdf.o) NcVar::add_att(char const*, char)in libnetcdf_c++.a(netcdf.o) "_nc_def_dim", referenced from: NcDim::NcDim(NcFile*, char const*, long)in libnetcdf_c++.a(netcdf.o) "_nc_get_vara_double", referenced from: NcVar::get(double*, long const*) constin libnetcdf_c++.a(netcdf.o) NcVar::get(double*, long, long, long, long, long) constin libnetcdf_c++.a(netcdf.o) NcVar::values() constin libnetcdf_c++.a(netcdf.o) NcVar::get_rec(NcDim*, long)in libnetcdf_c++.a(netcdf.o) "_nc_get_vara_text", referenced from: NcVar::get(char*, long const*) constin libnetcdf_c++.a(netcdf.o) NcVar::get(char*, long, long, long, long, long) constin libnetcdf_c++.a(netcdf.o) NcVar::values() constin libnetcdf_c++.a(netcdf.o) NcVar::get_rec(NcDim*, long)in libnetcdf_c++.a(netcdf.o) "_nc_put_vara_double", referenced from: NcVar::put(double const*, long const*)in libnetcdf_c++.a(netcdf.o) NcVar::put(double const*, long, long, long, long, long)in libnetcdf_c++.a(netcdf.o) "_nc_put_att_double", referenced from: NcVar::add_att(char const*, int, double const*)in libnetcdf_c++.a(netcdf.o) NcVar::add_att(char const*, double)in libnetcdf_c++.a(netcdf.o) "_nc_inq_nvars", referenced from: NcFile::num_vars() constin libnetcdf_c++.a(netcdf.o) "_nc_inq_dimid", referenced from: NcFile::get_dim(char const*) constin libnetcdf_c++.a(netcdf.o) "_nc_get_att_short", referenced from: NcAtt::values() constin libnetcdf_c++.a(netcdf.o) "_nc_get_att_float", referenced from: NcAtt::values() constin libnetcdf_c++.a(netcdf.o) "_nc_inq_vartype", referenced from: NcVar::type() constin libnetcdf_c++.a(netcdf.o) "_nc_get_att_int", referenced from: NcAtt::values() constin libnetcdf_c++.a(netcdf.o) "_nc_inq_dimname", referenced from: NcDim::NcDim(NcFile*, int)in libnetcdf_c++.a(netcdf.o) NcDim::sync() in libnetcdf_c++.a(netcdf.o) "_nc_set_fill", referenced from: NcFile::set_fill(NcFile::FillMode) in libnetcdf_c++.a(netcdf.o) "_nc_sync", referenced from: NcFile::sync() in libnetcdf_c++.a(netcdf.o) "_nc_def_var", referenced from: NcFile::add_var(char const*, NcType, int, NcDim const**)in libnetcdf_c++.a(netcdf.o) NcFile::add_var(char const*, NcType, NcDim const*, NcDim const*, NcDim const*, NcDim const*, NcDim const*)in libnetcdf_c++.a(netcdf.o) "_nc_close", referenced from: NcFile::close() in libnetcdf_c++.a(netcdf.o) "_nc_inq_varname", referenced from: NcVar::sync() in libnetcdf_c++.a(netcdf.o) NcVar::NcVar(NcFile*, int)in libnetcdf_c++.a(netcdf.o) "_nc_inq_unlimdim", referenced from: NcDim::is_unlimited() const in libnetcdf_c++.a(netcdf.o) NcFile::rec_dim() constin libnetcdf_c++.a(netcdf.o) "_nc_get_vara_short", referenced from: NcVar::get(short*, long const*) constin libnetcdf_c++.a(netcdf.o) NcVar::get(short*, long, long, long, long, long) constin libnetcdf_c++.a(netcdf.o) NcVar::values() constin libnetcdf_c++.a(netcdf.o) NcVar::get_rec(NcDim*, long)in libnetcdf_c++.a(netcdf.o) "_nc_get_vara_float", referenced from: NcVar::get(float*, long const*) constin libnetcdf_c++.a(netcdf.o) NcVar::get(float*, long, long, long, long, long) constin libnetcdf_c++.a(netcdf.o) NcVar::values() constin libnetcdf_c++.a(netcdf.o) NcVar::get_rec(NcDim*, long)in libnetcdf_c++.a(netcdf.o) "_nc_put_vara_text", referenced from: NcVar::put(char const*, long const*)in libnetcdf_c++.a(netcdf.o) NcVar::put(char const*, long, long, long, long, long)in libnetcdf_c++.a(netcdf.o) "_nc_rename_att", referenced from: NcAtt::rename(char const*)in libnetcdf_c++.a(netcdf.o) "_nc_rename_dim", referenced from: NcDim::rename(char const*)in libnetcdf_c++.a(netcdf.o) "_nc_del_att", referenced from: NcAtt::remove() in libnetcdf_c++.a(netcdf.o) "_nc_put_att_short", referenced from: NcVar::add_att(char const*, int, short const*)in libnetcdf_c++.a(netcdf.o) NcVar::add_att(char const*, short)in libnetcdf_c++.a(netcdf.o) "_nc_put_att_float", referenced from: NcVar::add_att(char const*, int, float const*)in libnetcdf_c++.a(netcdf.o) NcVar::add_att(char const*, float)in libnetcdf_c++.a(netcdf.o) "_nc_put_att_long", referenced from: NcVar::add_att(char const*, int, long const*)in libnetcdf_c++.a(netcdf.o) NcVar::add_att(char const*, long)in libnetcdf_c++.a(netcdf.o) "_nc_put_vara_short", referenced from: NcVar::put(short const*, long const*)in libnetcdf_c++.a(netcdf.o) NcVar::put(short const*, long, long, long, long, long)in libnetcdf_c++.a(netcdf.o) "_nc_put_vara_float", referenced from: NcVar::put(float const*, long const*)in libnetcdf_c++.a(netcdf.o) NcVar::put(float const*, long, long, long, long, long)in libnetcdf_c++.a(netcdf.o) "_nc_get_vara_long", referenced from: NcVar::get(long*, long const*) constin libnetcdf_c++.a(netcdf.o) NcVar::get(long*, long, long, long, long, long) constin libnetcdf_c++.a(netcdf.o) "_nc_redef", referenced from: NcFile::define_mode() in libnetcdf_c++.a(netcdf.o) "_nc_get_att_schar", referenced from: NcAtt::values() constin libnetcdf_c++.a(netcdf.o) "_nc_inq_var", referenced from: NcVar::get_dim(int) constin libnetcdf_c++.a(netcdf.o) "_nc_strerror", referenced from: NcError::set_err(int) in libnetcdf_c++.a(netcdf.o) ld: symbol(s) not found collect2: ld returned 1 exit status make[2]: *** [nctst] Error 1 make[1]: *** [check-am] Error 2 make: *** [check-recursive] Error 1 dhcp-235:netcdf-4.0 edo$ dhcp-235:netcdf-4.0 edo$ dhcp-235:netcdf-4.0 edo$ dhcp-235:netcdf-4.0 edo$ dhcp-235:netcdf-4.0 edo$ cd .. dhcp-235:Downloads edo$ cd hdf5-1.8.1 dhcp-235:hdf5-1.8.1 edo$ dhcp-235:hdf5-1.8.1 edo$ dhcp-235:hdf5-1.8.1 edo$ dhcp-235:hdf5-1.8.1 edo$ dhcp-235:hdf5-1.8.1 edo$ dhcp-235:hdf5-1.8.1 edo$ sudo make distclean Making distclean in examples test -z "h5_write h5_read h5_extend_write h5_chunk_read h5_compound h5_group h5_select h5_attribute h5_mount h5_reference h5_drivers h5_ref2reg h5_extlink h5_elink_unix2win h5_shared_mesg " || rm -f h5_write h5_read h5_extend_write h5_chunk_read h5_compound h5_group h5_select h5_attribute h5_mount h5_reference h5_drivers h5_ref2reg h5_extlink h5_elink_unix2win h5_shared_mesg rm -rf .libs _libs test -z "*.raw *.meta *.o" || rm -f *.raw *.meta *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog red blue u2w *.h5 test -z "testh5cc.sh" || rm -f testh5cc.sh rm -f Makefile Making distclean in perform rm -f h5perf h5perf rm -f h5perf_serial h5perf_serial rm -f iopipe iopipe rm -f chunk chunk rm -f overhead overhead rm -f zip_perf zip_perf rm -f perf_meta perf_meta rm -f h5perf_serial h5perf_serial test -z "*.h5 *.raw *.dat x-gnuplot" || rm -f *.h5 *.raw *.dat x-gnuplot rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in hl Making distclean in examples test -z "ex_lite1 ex_lite2 ex_lite3 ptExampleFL ptExampleVL ex_image1 ex_image2 ex_table_01 ex_table_02 ex_table_03 ex_table_04 ex_table_05 ex_table_06 ex_table_07 ex_table_08 ex_table_09 ex_table_10 ex_table_11 ex_table_12 ex_ds1 " || rm -f ex_lite1 ex_lite2 ex_lite3 ptExampleFL ptExampleVL ex_image1 ex_image2 ex_table_01 ex_table_02 ex_table_03 ex_table_04 ex_table_05 ex_table_06 ex_table_07 ex_table_08 ex_table_09 ex_table_10 ex_table_11 ex_table_12 ex_ds1 rm -rf .libs _libs test -z "*.raw *.meta *.o" || rm -f *.raw *.meta *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 test -z "" || rm -f rm -f Makefile Making distclean in fortran Making distclean in examples test -z "exlite " || rm -f exlite rm -rf .libs _libs test -z "*.raw *.meta *.o" || rm -f *.raw *.meta *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 test -z "" || rm -f rm -f Makefile Making distclean in test rm -f tstlite tstlite rm -f tstimage tstimage rm -f tsttable tsttable rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog dsetf[1-4].h5 f1img.h5 f1tab.h5 rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in src test -z "libhdf5hl_fortran.la" || rm -f libhdf5hl_fortran.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in c++ Making distclean in examples test -z "ptExampleFL ptExampleVL " || rm -f ptExampleFL ptExampleVL rm -rf .libs _libs test -z "*.raw *.meta *.o" || rm -f *.raw *.meta *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 test -z "" || rm -f rm -f Makefile Making distclean in test rm -f ptableTest ptableTest rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in src test -z "libhdf5_hl_cpp.la" || rm -f libhdf5_hl_cpp.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in tools Making distclean in gif2h5 rm -f gif2h5 gif2h5 rm -f h52gif h52gif rm -rf .libs _libs rm -f h52gifgentst h52gifgentst rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 *.gif rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in test rm -f test_lite test_lite rm -f test_image test_image rm -f test_table test_table rm -f test_ds test_ds rm -f test_packet test_packet rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog combine_tables[1-2].h5 test_ds[1-6].h5 test_image[1-3].h5 test_lite[1-2].h5 test_table.h5 test_packet_table.h5 test_packet_compress.h5 rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in src test -z "libhdf5_hl.la" || rm -f libhdf5_hl.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in fortran Making distclean in examples test -z "dsetexample fileexample rwdsetexample attrexample groupexample grpsexample grpdsetexample hyperslab selectele grpit refobjexample refregexample mountexample compound " || rm -f dsetexample fileexample rwdsetexample attrexample groupexample grpsexample grpdsetexample hyperslab selectele grpit refobjexample refregexample mountexample compound rm -rf .libs _libs test -z "*.raw *.meta *.o" || rm -f *.raw *.meta *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 test -z "testh5fc.sh" || rm -f testh5fc.sh rm -f Makefile Making distclean in testpar rm -f parallel_test parallel_test rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog parf[12].h5 rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in test rm -f fortranlib_test fortranlib_test rm -f fflush1 fflush1 rm -f fflush2 fflush2 rm -f fortranlib_test_1_8 fortranlib_test_1_8 rm -rf .libs _libs test -z "libh5test_fortran.la" || rm -f libh5test_fortran.la rm -f "./so_locations" rm -f *.o test -z "*.tmp" || rm -f *.tmp rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in src test -z "libhdf5_fortran.la" || rm -f libhdf5_fortran.la rm -f "./so_locations" rm -rf .libs _libs rm -f H5match_types H5match_types rm -f H5fortran_detect H5fortran_detect rm -f H5test_kind H5test_kind rm -f *.o test -z "H5fortran_types.f90 H5f90i_gen.h H5fort_type_defines.h H5fortran_detect.f90" || rm -f H5fortran_types.f90 H5f90i_gen.h H5fort_type_defines.h H5fortran_detect.f90 rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "h5fc libhdf5_fortran.settings" || rm -f h5fc libhdf5_fortran.settings test -z "h5fc libhdf5_fortran.settings" || rm -f h5fc libhdf5_fortran.settings rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in c++ Making distclean in examples test -z "create readdata writedata compound extend_ds chunks h5group " || rm -f create readdata writedata compound extend_ds chunks h5group rm -rf .libs _libs test -z "*.raw *.meta *.o" || rm -f *.raw *.meta *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 test -z "testh5c++.sh" || rm -f testh5c++.sh rm -f Makefile Making distclean in test rm -f dsets dsets rm -f testhdf5 testhdf5 rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in src test -z "libhdf5_cpp.la" || rm -f libhdf5_cpp.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "h5c++" || rm -f h5c++ test -z "h5c++ libhdf5.settings" || rm -f h5c++ libhdf5.settings rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in tools Making distclean in h5stat rm -f h5stat h5stat rm -f h5stat_gentest h5stat_gentest test -z "" || rm -f rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 ../testfiles/fst_family*.h5 ../testfiles/scd_family*.h5 rm -f *.tab.c test -z "testh5stat.sh" || rm -f testh5stat.sh test -z "testh5stat.sh" || rm -f testh5stat.sh rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in h5copy rm -f h5copy h5copy rm -f h5copygentest h5copygentest rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in h5jam rm -f h5jam h5jam rm -f h5unjam h5unjam rm -f tellub tellub rm -f h5jamgentest h5jamgentest rm -f getub getub rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 *.txt rm -f *.tab.c test -z "testh5jam.sh" || rm -f testh5jam.sh test -z "testh5jam.sh" || rm -f testh5jam.sh rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in h5repack rm -f h5repack h5repack rm -f h5repacktst h5repacktst rm -rf .libs _libs rm -f testh5repack_detect_szip testh5repack_detect_szip rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 *.bin rm -f *.tab.c test -z "h5repack.sh" || rm -f h5repack.sh test -z "h5repack.sh" || rm -f h5repack.sh rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in h5import rm -f h5import h5import rm -f h5importtest h5importtest rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in misc rm -f h5debug h5debug rm -f h5repart h5repart rm -f h5mkgrp h5mkgrp rm -f h5repart_gentest h5repart_gentest rm -f repart_test repart_test test -z "h5redeploy" || rm -f h5redeploy rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 ../testfiles/fst_family*.h5 ../testfiles/scd_family*.h5 rm -f *.tab.c test -z "h5cc testh5repart.sh" || rm -f h5cc testh5repart.sh test -z "h5cc testh5repart.sh" || rm -f h5cc testh5repart.sh rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in h5ls rm -f h5ls h5ls rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in h5diff rm -f h5diff h5diff rm -f h5diffgentest h5diffgentest rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 expect_sorted actual_sorted rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in h5dump rm -f h5dump h5dump rm -f h5dumpgentest h5dumpgentest rm -f binread binread rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 *.bin rm -f *.tab.c test -z "testh5dump.sh testh5dumpxml.sh" || rm -f testh5dump.sh testh5dumpxml.sh test -z "testh5dump.sh" || rm -f testh5dump.sh rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in lib rm -f talign talign rm -rf .libs _libs test -z "libh5tools.la" || rm -f libh5tools.la rm -f "./so_locations" rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in testpar rm -f t_mpi t_mpi rm -f t_posix_compliant t_posix_compliant rm -f testphdf5 testphdf5 rm -f t_cache t_cache rm -f t_pflush1 t_pflush1 rm -f t_pflush2 t_pflush2 rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog MPItest.h5 Para*.h5 rm -f *.tab.c test -z "testph5.sh" || rm -f testph5.sh test -z "go Makefile testph5.sh" || rm -f go Makefile testph5.sh rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in test rm -f testhdf5 testhdf5 rm -f lheap lheap rm -f ohdr ohdr rm -f stab stab rm -f gheap gheap rm -f cache cache rm -f cache_api cache_api rm -f pool pool rm -f hyperslab hyperslab rm -f istore istore rm -f bittests bittests rm -f dt_arith dt_arith rm -f dtypes dtypes rm -f dsets dsets rm -f cmpd_dset cmpd_dset rm -f extend extend rm -f external external rm -f objcopy objcopy rm -f links links rm -f unlink unlink rm -f big big rm -f mtime mtime rm -f fillval fillval rm -f mount mount rm -f flush1 flush1 rm -f flush2 flush2 rm -f enum enum rm -f set_extent set_extent rm -f ttsafe ttsafe rm -f getname getname rm -f vfd vfd rm -f ntypes ntypes rm -f dangle dangle rm -f dtransform dtransform rm -f reserved reserved rm -f cross_read cross_read rm -f btree2 btree2 rm -f fheap fheap rm -f error_test error_test rm -f err_compat err_compat rm -f testmeta testmeta rm -rf .libs _libs test -z "libh5test.la" || rm -f libh5test.la rm -f "./so_locations" rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog cmpd_dset.h5 compact_dataset.h5 dataset.h5 dset_offset.h5 max_compact_dataset.h5 simple.h5 set_local.h5 random_chunks.h5 huge_chunks.h5 extend.h5 istore.h5 tfile[1-4].h5 th5s[1-3].h5 lheap.h5 fheap.h5 ohdr.h5 stab.h5 extern_[1-3].h5 extern_[1-4][ab].raw gheap[0-4].h5 dt_arith[1-2] links.h5 links[0-6]*.h5 extlinks[0-9].h5 tmp big.data big[0-9][0-9][0-9][0-9][0-9].h5 stdio.h5 sec2.h5 dtypes[1-8].h5 dt_arith[1-2].h5 tattr.h5 tselect.h5 mtime.h5 unlink.h5 unicode.h5 coord.h5 fillval_[0-9].h5 fillval.raw mount_[0-9].h5 testmeta.h5 ttime.h5 trefer[1-3].h5 tvltypes.h5 tvlstr.h5 tvlstr2.h5 flush.h5 enum1.h5 titerate.h5 ttsafe.h5 tarray1.h5 tgenprop.h5 tmisc[0-9]*.h5 set_extent_read.h5 set_extent_create.h5 getname.h5 getname[1-3].h5 sec2_file.h5 direct_file.h5 family_file000[0-3][0-9].h5 multi_file-[rs].h5 core_file new_move_[ab].h5 ntypes.h5 dangle.h5 error_test.h5 err_compat.h5 dtransform.h5 test_filters.h5 get_file_name.h5 tstint[1-2].h5 unlink_chunked.h5 btree2.h5 objcopy_src.h5 objcopy_dst.h5 objcopy_ext.dat trefer1.h5 trefer2.h5 rm -f *.tab.c test -z "testerror.sh" || rm -f testerror.sh test -z "testerror.sh" || rm -f testerror.sh rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in src test -z "libhdf5.la" || rm -f libhdf5.la rm -f "./so_locations" rm -rf .libs _libs rm -f H5detect H5detect rm -f *.o test -z "H5Tinit.c" || rm -f H5Tinit.c rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "libhdf5.settings" || rm -f libhdf5.settings test -z "H5pubconf.h" || rm -f H5pubconf.h rm -f H5config.h stamp-h1 rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo if test -d ii_files; then \ rm -f -rf ii_files; \ fi test -z "" || rm -f test -z "config/stamp1 config/stamp2" || rm -f config/stamp1 config/stamp2 rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f Makefile dhcp-235:hdf5-1.8.1 edo$ sudo ./configure --with-zlib=/usr/local --prefix=/usr/local --disable-shared CC=gcc CFLAGS=-m64checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... bin/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... i386-apple-darwin9.6.0 checking host system type... i386-apple-darwin9.6.0 checking shell variables initial values... done checking if basename works... yes checking if xargs works... yes checking for cached host... none checking for config i386-apple-darwin9.6.0... no checking for config i386-apple-darwin9.6.0... no checking for config apple-darwin9.6.0... no checking for config apple-darwin9.6.0... no checking for config i386-darwin9.6.0... no checking for config i386-darwin9.6.0... no checking for config i386-apple... no checking for config darwin9.6.0... no checking for config darwin9.6.0... no checking for config apple... found compiler 'gcc' is GNU gcc-4.0.1 checking for config ./config/site-specific/host-dhcp-235.mirsl.dyn... no checking for config ./config/site-specific/host-mirsl.dyn... no checking for config ./config/site-specific/host-dyn... no checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking if Fortran interface enabled... no checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking if c++ interface enabled... no checking if should build only statically linked executables... no checking for perl... perl checking for ar... ar checking whether make sets $(MAKE)... (cached) yes checking for a BSD-compatible install... /usr/bin/install -c checking for tr... /usr/bin/tr checking if srcdir= and time commands work together... yes checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -p checking the name lister (/usr/bin/nm -p) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 196608 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to reload object files... -r checking how to recognize dependent libraries... pass_all checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -p output from gcc object... ok checking for dsymutil... dsymutil checking for nmedit... nmedit checking for -single_module linker flag... yes checking for -exported_symbols_list linker flag... yes checking how to run the C preprocessor... 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) yes checking whether g++ accepts -g... (cached) yes checking dependency style of g++... (cached) gcc3 checking how to run the C++ preprocessor... g++ -E checking whether we are using the GNU Fortran compiler... no checking whether xlf accepts -g... no checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fno-common -DPIC checking if gcc PIC flag -fno-common -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin9.6.0 dyld checking how to hardcode library paths into programs... immediate checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... yes checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for ld used by g++... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fno-common -DPIC checking if g++ PIC flag -fno-common -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin9.6.0 dyld checking how to hardcode library paths into programs... immediate checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes libtool.m4: error: problem compiling FC test program checking for xlf option to produce PIC... checking if xlf static flag works... no checking if xlf supports -c -o file.o... no checking if xlf supports -c -o file.o... (cached) no checking whether the xlf linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... no checking dynamic linker characteristics... darwin9.6.0 dyld checking how to hardcode library paths into programs... immediate checking if -Wl,-rpath should be used to link shared libs in nondefault directories... yes checking make... checking how make searches directories... VPATH=DIR1 DIR2 ... checking whether make will build with undefined variables... yes checking for production mode... production checking for ceil in -lm... yes checking for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking for difftime... yes checking for gettimeofday... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking for sys/stat.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for sys/types.h... (cached) yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking setjmp.h usability... yes checking setjmp.h presence... yes checking for setjmp.h... yes checking features.h usability... no checking features.h presence... no checking for features.h... no checking for stdint.h... (cached) yes checking io.h usability... no checking io.h presence... no checking for io.h... no checking winsock.h usability... no checking winsock.h presence... no checking for winsock.h... no checking sys/timeb.h usability... yes checking sys/timeb.h presence... yes checking for sys/timeb.h... yes skipping test for lseek64(), fseek64(), fseeko(), and ftello checking for stat64... yes checking for fstat64... yes checking for off_t... yes checking for size_t... yes checking for ssize_t... yes checking whether byte ordering is bigendian... no checking for char... yes checking size of char... 1 checking for short... yes checking size of short... 2 checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 8 checking for long long... yes checking size of long long... 8 checking for __int64... no checking size of __int64... 0 checking for float... yes checking size of float... 4 checking for double... yes checking size of double... 8 checking for long double... yes checking size of long double... 16 checking for int8_t... yes checking size of int8_t... 1 checking for uint8_t... yes checking size of uint8_t... 1 checking for int_least8_t... yes checking size of int_least8_t... 1 checking for uint_least8_t... yes checking size of uint_least8_t... 1 checking for int_fast8_t... yes checking size of int_fast8_t... 1 checking for uint_fast8_t... yes checking size of uint_fast8_t... 1 checking for int16_t... yes checking size of int16_t... 2 checking for uint16_t... yes checking size of uint16_t... 2 checking for int_least16_t... yes checking size of int_least16_t... 2 checking for uint_least16_t... yes checking size of uint_least16_t... 2 checking for int_fast16_t... yes checking size of int_fast16_t... 2 checking for uint_fast16_t... yes checking size of uint_fast16_t... 2 checking for int32_t... yes checking size of int32_t... 4 checking for uint32_t... yes checking size of uint32_t... 4 checking for int_least32_t... yes checking size of int_least32_t... 4 checking for uint_least32_t... yes checking size of uint_least32_t... 4 checking for int_fast32_t... yes checking size of int_fast32_t... 4 checking for uint_fast32_t... yes checking size of uint_fast32_t... 4 checking for int64_t... yes checking size of int64_t... 8 checking for uint64_t... yes checking size of uint64_t... 8 checking for int_least64_t... yes checking size of int_least64_t... 8 checking for uint_least64_t... yes checking size of uint_least64_t... 8 checking for int_fast64_t... yes checking size of int_fast64_t... 8 checking for uint_fast64_t... yes checking size of uint_fast64_t... 8 checking for size_t... (cached) yes checking size of size_t... 8 checking for ssize_t... (cached) yes checking size of ssize_t... 8 checking for off_t... (cached) yes checking size of off_t... 8 checking for off64_t... no checking size of off64_t... 0 checking if dev_t is scalar... yes checking for dmalloc library... suppressed checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for compress2 in -lz... no checking for compress2... no checking for szlib... suppressed checking for pthread... suppressed checking for thread safe support... no checking for tm_gmtoff in struct tm... yes checking for __tm_gmtoff in struct tm... no checking for global timezone variable... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking for struct timezone... yes checking whether gettimeofday() gives timezone... yes checking for st_blocks in struct stat... yes checking for _getvideoconfig... no checking for gettextinfo... no checking for GetConsoleScreenBufferInfo... no checking for _scrsize... no checking for ioctl... yes checking for struct videoconfig... no checking for struct text_info... no checking for TIOCGWINSZ... yes checking for TIOCGETD... yes checking for alarm... yes checking for fork... yes checking for frexpf... yes checking for frexpl... yes checking for gethostname... yes checking for getpwuid... yes checking for getrusage... yes checking for BSDgettimeofday... no checking for siglongjmp... yes checking for longjmp... yes checking for setsysinfo... no checking for sigaction... yes checking for signal... yes checking for snprintf... yes checking for vasprintf... yes checking for strdup... yes checking for system... yes checking for waitpid... yes checking for rand_r... yes checking for random... yes checking for srandom... yes checking for tmpfile... yes checking for vsnprintf... yes checking if vsnprintf returns correct value... yes checking if lone colon can be used as an argument... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for __attribute__ extension... yes checking for __FUNCTION__ extension... yes checking how to print long long... %ld and %lu checking Threads support system scope... yes checking for gpfs... suppressed checking for debug flags... none checking whether function stack tracking is enabled... no checking whether metadata trace file code is enabled... no checking for API tracing... no checking for instrumented library... no checking whether to clear file buffers... yes checking whether a memory checking tool will be used... no checking for parallel support files... skipped checking for I/O filters... all (shuffle,fletcher32,nbit,scaleoffset) checking for Default Virtual File Driver definition... yes checking for Direct Virtual File Driver support... no checking whether exception handling functions is checked during data conversions... yes checking whether data accuracy is guaranteed during data conversions... yes checking if converting denormalized floating-point values is possible... yes checking if converting floating-point values to long long is not working... false checking if the machine has window style path name... no checking if converting from long double to integers is accurate... yes checking if converting from long double to integers works... yes checking if accurately converting from integers to long double... yes checking if accurately converting unsigned long long to floating-point values... yes checking if accurately roundup converting floating-point to unsigned long long values... yes checking if right maximum converting floating-point to unsigned long long values... no checking if correctly converting long double to unsigned int values... yes checking if compiling unsigned long long to floating-point typecasts work... yes checking if compiling long long to floating-point typecasts work... yes checking if converting unsigned long long to long double with precision... yes checking if overflows normally converting floating-point to integer values... yes checking if correctly converting long double to (unsigned) long long values... yes checking if correctly converting (unsigned) long long to long double values... yes checking if bad code for log2 routine is generated... no checking if high level library is enabled... yes checking additional programs should be built... no checking if deprecated public symbols are available... yes checking which version of public symbols to use by default... v18 checking Whether to perform strict file format checks... no configure: creating ./config.status config.status: creating src/libhdf5.settings config.status: creating Makefile config.status: creating src/Makefile config.status: creating test/Makefile config.status: creating test/testerror.sh config.status: creating testpar/Makefile config.status: creating testpar/testph5.sh config.status: creating perform/Makefile config.status: creating tools/Makefile config.status: creating tools/h5dump/Makefile config.status: creating tools/h5dump/testh5dump.sh config.status: creating tools/h5dump/testh5dumpxml.sh config.status: creating tools/h5import/Makefile config.status: creating tools/h5diff/Makefile config.status: creating tools/h5jam/Makefile config.status: creating tools/h5jam/testh5jam.sh config.status: creating tools/h5repack/Makefile config.status: creating tools/h5repack/h5repack.sh config.status: creating tools/h5ls/Makefile config.status: creating tools/h5copy/Makefile config.status: creating tools/lib/Makefile config.status: creating tools/misc/Makefile config.status: creating tools/misc/h5cc config.status: creating tools/misc/testh5repart.sh config.status: creating tools/h5stat/testh5stat.sh config.status: creating tools/h5stat/Makefile config.status: creating examples/Makefile config.status: creating examples/testh5cc.sh config.status: creating c++/Makefile config.status: creating c++/src/Makefile config.status: creating c++/src/h5c++ config.status: creating c++/test/Makefile config.status: creating c++/examples/Makefile config.status: creating c++/examples/testh5c++.sh config.status: creating fortran/Makefile config.status: creating fortran/src/h5fc config.status: creating fortran/src/libhdf5_fortran.settings config.status: creating fortran/src/Makefile config.status: creating fortran/test/Makefile config.status: creating fortran/testpar/Makefile config.status: creating fortran/examples/Makefile config.status: creating fortran/examples/testh5fc.sh config.status: creating hl/Makefile config.status: creating hl/src/Makefile config.status: creating hl/test/Makefile config.status: creating hl/tools/Makefile config.status: creating hl/tools/gif2h5/Makefile config.status: creating hl/examples/Makefile config.status: creating hl/c++/Makefile config.status: creating hl/c++/src/Makefile config.status: creating hl/c++/test/Makefile config.status: creating hl/c++/examples/Makefile config.status: creating hl/fortran/Makefile config.status: creating hl/fortran/src/Makefile config.status: creating hl/fortran/test/Makefile config.status: creating hl/fortran/examples/Makefile config.status: creating src/H5config.h config.status: executing default-1 commands creating src/H5pubconf.h Post process src/libhdf5.settings config.status: executing depfiles commands config.status: executing libtool commands SUMMARY OF THE HDF5 CONFIGURATION ================================= General Information: ------------------- HDF5 Version: 1.8.1 Configured on: Mon Feb 9 17:52:04 EST 2009 Configured by: address@hidden Configure mode: production Host system: i386-apple-darwin9.6.0 Uname information: Darwin dhcp-235.mirsl.dyn 9.6.0 Darwin Kernel Version 9.6.0: Mon Nov 24 17:37:00 PST 2008; root:xnu-1228.9.59~1/RELEASE_I386 i386 Byte sex: little-endian Libraries: Parallel support: no Installation point: /usr/local Compiler: /usr/bin/gcc (gcc-4.0.1) Compiler switches: -m64 -I/usr/local/include Extra libraries: -lm Archiver: ar Ranlib: ranlib Debugged Packages: API Tracing: no Compiling Options: ------------------ Compilation Mode: production C Compiler: /usr/bin/gcc (gcc-4.0.1) CFLAGS/H5_CFLAGS: -m64/-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions CPPFLAGS/H5_CPPFLAGS: -I/usr/local/include / -DNDEBUG -UH5_DEBUG_API LDFLAGS: Debug Mode: Shared Libraries: no Static Libraries: yes Statically Linked Executables: no Default Public Symbols Version: v18 With Deprecated Public Symbols: yes Tracing: no Clear file buffers before write: yes Using memory checker: no Optimization Instrumentation: no Languages: ---------- Fortran: no C++: no Features: --------- dmalloc: no Function Stack Tracing: no GPFS: no Strict File Format Checks: no Default API Mapping: v18 I/O filters (external): I/O filters (internal): shuffle,fletcher32,nbit,scaleoffset Linux Large File Support (LFS): no MPE: no Parallel HDF5: no Direct VFD: no Threadsafety: no High Level library: yes dhcp-235:hdf5-1.8.1 edo$ sudo make Making all in src make all-am /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5.lo -MD -MP -MF .deps/H5.Tpo -c -o H5.lo H5.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5.lo -MD -MP -MF .deps/H5.Tpo -c H5.c -o H5.o H5.c: In function â??H5dont_atexitâ??: H5.c:347: warning: unused variable â??FUNCâ?? H5.c: In function â??H5check_versionâ??: H5.c:615: warning: unused variable â??FUNCâ?? H5.c: In function â??H5closeâ??: H5.c:754: warning: unused variable â??FUNCâ?? mv -f .deps/H5.Tpo .deps/H5.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5checksum.lo -MD -MP -MF .deps/H5checksum.Tpo -c -o H5checksum.lo H5checksum.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5checksum.lo -MD -MP -MF .deps/H5checksum.Tpo -c H5checksum.c -o H5checksum.o H5checksum.c: In function â??H5_hash_stringâ??: H5checksum.c:489: warning: suggest parentheses around assignment used as truth value mv -f .deps/H5checksum.Tpo .deps/H5checksum.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5dbg.lo -MD -MP -MF .deps/H5dbg.Tpo -c -o H5dbg.lo H5dbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5dbg.lo -MD -MP -MF .deps/H5dbg.Tpo -c H5dbg.c -o H5dbg.o mv -f .deps/H5dbg.Tpo .deps/H5dbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5system.lo -MD -MP -MF .deps/H5system.Tpo -c -o H5system.lo H5system.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5system.lo -MD -MP -MF .deps/H5system.Tpo -c H5system.c -o H5system.o H5system.c: In function â??H5_build_extpathâ??: H5system.c:625: warning: passing argument 1 of â??mallocâ?? with different width due to prototype H5system.c:637: warning: passing argument 2 of â??getcwdâ?? with different width due to prototype H5system.c:649: warning: passing argument 2 of â??getcwdâ?? with different width due to prototype mv -f .deps/H5system.Tpo .deps/H5system.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5timer.lo -MD -MP -MF .deps/H5timer.Tpo -c -o H5timer.lo H5timer.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5timer.lo -MD -MP -MF .deps/H5timer.Tpo -c H5timer.c -o H5timer.o mv -f .deps/H5timer.Tpo .deps/H5timer.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5trace.lo -MD -MP -MF .deps/H5trace.Tpo -c -o H5trace.lo H5trace.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5trace.lo -MD -MP -MF .deps/H5trace.Tpo -c H5trace.c -o H5trace.o mv -f .deps/H5trace.Tpo .deps/H5trace.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5A.lo -MD -MP -MF .deps/H5A.Tpo -c -o H5A.lo H5A.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5A.lo -MD -MP -MF .deps/H5A.Tpo -c H5A.c -o H5A.o mv -f .deps/H5A.Tpo .deps/H5A.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Abtree2.lo -MD -MP -MF .deps/H5Abtree2.Tpo -c -o H5Abtree2.lo H5Abtree2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Abtree2.lo -MD -MP -MF .deps/H5Abtree2.Tpo -c H5Abtree2.c -o H5Abtree2.o mv -f .deps/H5Abtree2.Tpo .deps/H5Abtree2.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Adense.lo -MD -MP -MF .deps/H5Adense.Tpo -c -o H5Adense.lo H5Adense.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Adense.lo -MD -MP -MF .deps/H5Adense.Tpo -c H5Adense.c -o H5Adense.o mv -f .deps/H5Adense.Tpo .deps/H5Adense.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Adeprec.lo -MD -MP -MF .deps/H5Adeprec.Tpo -c -o H5Adeprec.lo H5Adeprec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Adeprec.lo -MD -MP -MF .deps/H5Adeprec.Tpo -c H5Adeprec.c -o H5Adeprec.o mv -f .deps/H5Adeprec.Tpo .deps/H5Adeprec.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Aint.lo -MD -MP -MF .deps/H5Aint.Tpo -c -o H5Aint.lo H5Aint.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Aint.lo -MD -MP -MF .deps/H5Aint.Tpo -c H5Aint.c -o H5Aint.o mv -f .deps/H5Aint.Tpo .deps/H5Aint.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Atest.lo -MD -MP -MF .deps/H5Atest.Tpo -c -o H5Atest.lo H5Atest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Atest.lo -MD -MP -MF .deps/H5Atest.Tpo -c H5Atest.c -o H5Atest.o mv -f .deps/H5Atest.Tpo .deps/H5Atest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5AC.lo -MD -MP -MF .deps/H5AC.Tpo -c -o H5AC.lo H5AC.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5AC.lo -MD -MP -MF .deps/H5AC.Tpo -c H5AC.c -o H5AC.o mv -f .deps/H5AC.Tpo .deps/H5AC.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B.lo -MD -MP -MF .deps/H5B.Tpo -c -o H5B.lo H5B.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B.lo -MD -MP -MF .deps/H5B.Tpo -c H5B.c -o H5B.o mv -f .deps/H5B.Tpo .deps/H5B.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Bcache.lo -MD -MP -MF .deps/H5Bcache.Tpo -c -o H5Bcache.lo H5Bcache.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Bcache.lo -MD -MP -MF .deps/H5Bcache.Tpo -c H5Bcache.c -o H5Bcache.o mv -f .deps/H5Bcache.Tpo .deps/H5Bcache.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2.lo -MD -MP -MF .deps/H5B2.Tpo -c -o H5B2.lo H5B2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2.lo -MD -MP -MF .deps/H5B2.Tpo -c H5B2.c -o H5B2.o mv -f .deps/H5B2.Tpo .deps/H5B2.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2cache.lo -MD -MP -MF .deps/H5B2cache.Tpo -c -o H5B2cache.lo H5B2cache.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2cache.lo -MD -MP -MF .deps/H5B2cache.Tpo -c H5B2cache.c -o H5B2cache.o mv -f .deps/H5B2cache.Tpo .deps/H5B2cache.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2dbg.lo -MD -MP -MF .deps/H5B2dbg.Tpo -c -o H5B2dbg.lo H5B2dbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2dbg.lo -MD -MP -MF .deps/H5B2dbg.Tpo -c H5B2dbg.c -o H5B2dbg.o mv -f .deps/H5B2dbg.Tpo .deps/H5B2dbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2int.lo -MD -MP -MF .deps/H5B2int.Tpo -c -o H5B2int.lo H5B2int.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2int.lo -MD -MP -MF .deps/H5B2int.Tpo -c H5B2int.c -o H5B2int.o mv -f .deps/H5B2int.Tpo .deps/H5B2int.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2stat.lo -MD -MP -MF .deps/H5B2stat.Tpo -c -o H5B2stat.lo H5B2stat.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2stat.lo -MD -MP -MF .deps/H5B2stat.Tpo -c H5B2stat.c -o H5B2stat.o mv -f .deps/H5B2stat.Tpo .deps/H5B2stat.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2test.lo -MD -MP -MF .deps/H5B2test.Tpo -c -o H5B2test.lo H5B2test.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2test.lo -MD -MP -MF .deps/H5B2test.Tpo -c H5B2test.c -o H5B2test.o mv -f .deps/H5B2test.Tpo .deps/H5B2test.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5C.lo -MD -MP -MF .deps/H5C.Tpo -c -o H5C.lo H5C.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5C.lo -MD -MP -MF .deps/H5C.Tpo -c H5C.c -o H5C.o H5C.c: In function â??H5C_insert_entryâ??: H5C.c:4710: warning: passing argument 2 of â??H5C__flash_increase_cache_sizeâ?? with different width due to prototype H5C.c: In function â??H5C_protectâ??: H5C.c:5940: warning: passing argument 2 of â??H5C__flash_increase_cache_sizeâ?? with different width due to prototype mv -f .deps/H5C.Tpo .deps/H5C.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5CS.lo -MD -MP -MF .deps/H5CS.Tpo -c -o H5CS.lo H5CS.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5CS.lo -MD -MP -MF .deps/H5CS.Tpo -c H5CS.c -o H5CS.o mv -f .deps/H5CS.Tpo .deps/H5CS.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5D.lo -MD -MP -MF .deps/H5D.Tpo -c -o H5D.lo H5D.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5D.lo -MD -MP -MF .deps/H5D.Tpo -c H5D.c -o H5D.o mv -f .deps/H5D.Tpo .deps/H5D.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dchunk.lo -MD -MP -MF .deps/H5Dchunk.Tpo -c -o H5Dchunk.lo H5Dchunk.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dchunk.lo -MD -MP -MF .deps/H5Dchunk.Tpo -c H5Dchunk.c -o H5Dchunk.o H5Dchunk.c: In function â??H5D_chunk_io_initâ??: H5Dchunk.c:188: warning: cast discards qualifiers from pointer target type H5Dchunk.c:419: warning: cast discards qualifiers from pointer target type H5Dchunk.c: In function â??H5D_create_chunk_map_singleâ??: H5Dchunk.c:541: warning: cast discards qualifiers from pointer target type H5Dchunk.c: In function â??H5D_create_chunk_file_map_hyperâ??: H5Dchunk.c:609: warning: cast discards qualifiers from pointer target type H5Dchunk.c: In function â??H5D_create_chunk_mem_map_hyperâ??: H5Dchunk.c:777: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Dchunk.Tpo .deps/H5Dchunk.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dcompact.lo -MD -MP -MF .deps/H5Dcompact.Tpo -c -o H5Dcompact.lo H5Dcompact.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dcompact.lo -MD -MP -MF .deps/H5Dcompact.Tpo -c H5Dcompact.c -o H5Dcompact.o mv -f .deps/H5Dcompact.Tpo .deps/H5Dcompact.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dcontig.lo -MD -MP -MF .deps/H5Dcontig.Tpo -c -o H5Dcontig.lo H5Dcontig.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dcontig.lo -MD -MP -MF .deps/H5Dcontig.Tpo -c H5Dcontig.c -o H5Dcontig.o mv -f .deps/H5Dcontig.Tpo .deps/H5Dcontig.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ddbg.lo -MD -MP -MF .deps/H5Ddbg.Tpo -c -o H5Ddbg.lo H5Ddbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ddbg.lo -MD -MP -MF .deps/H5Ddbg.Tpo -c H5Ddbg.c -o H5Ddbg.o mv -f .deps/H5Ddbg.Tpo .deps/H5Ddbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ddeprec.lo -MD -MP -MF .deps/H5Ddeprec.Tpo -c -o H5Ddeprec.lo H5Ddeprec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ddeprec.lo -MD -MP -MF .deps/H5Ddeprec.Tpo -c H5Ddeprec.c -o H5Ddeprec.o mv -f .deps/H5Ddeprec.Tpo .deps/H5Ddeprec.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Defl.lo -MD -MP -MF .deps/H5Defl.Tpo -c -o H5Defl.lo H5Defl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Defl.lo -MD -MP -MF .deps/H5Defl.Tpo -c H5Defl.c -o H5Defl.o mv -f .deps/H5Defl.Tpo .deps/H5Defl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dfill.lo -MD -MP -MF .deps/H5Dfill.Tpo -c -o H5Dfill.lo H5Dfill.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dfill.lo -MD -MP -MF .deps/H5Dfill.Tpo -c H5Dfill.c -o H5Dfill.o mv -f .deps/H5Dfill.Tpo .deps/H5Dfill.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dint.lo -MD -MP -MF .deps/H5Dint.Tpo -c -o H5Dint.lo H5Dint.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dint.lo -MD -MP -MF .deps/H5Dint.Tpo -c H5Dint.c -o H5Dint.o H5Dint.c: In function â??H5D_init_typeâ??: H5Dint.c:631: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Dint.Tpo .deps/H5Dint.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dio.lo -MD -MP -MF .deps/H5Dio.Tpo -c -o H5Dio.lo H5Dio.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dio.lo -MD -MP -MF .deps/H5Dio.Tpo -c H5Dio.c -o H5Dio.o mv -f .deps/H5Dio.Tpo .deps/H5Dio.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Distore.lo -MD -MP -MF .deps/H5Distore.Tpo -c -o H5Distore.lo H5Distore.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Distore.lo -MD -MP -MF .deps/H5Distore.Tpo -c H5Distore.c -o H5Distore.o H5Distore.c: In function â??H5D_istore_iter_copyâ??: H5Distore.c:1052: warning: passing argument 4 of â??H5T_convertâ?? with different width due to prototype H5Distore.c: In function â??H5D_istore_chunk_allocâ??: H5Distore.c:2377: warning: unused variable â??FUNCâ?? H5Distore.c: In function â??H5D_istore_allocateâ??: H5Distore.c:2538: warning: cast discards qualifiers from pointer target type H5Distore.c:2539: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Distore.Tpo .deps/H5Distore.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dmpio.lo -MD -MP -MF .deps/H5Dmpio.Tpo -c -o H5Dmpio.lo H5Dmpio.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dmpio.lo -MD -MP -MF .deps/H5Dmpio.Tpo -c H5Dmpio.c -o H5Dmpio.o mv -f .deps/H5Dmpio.Tpo .deps/H5Dmpio.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Doh.lo -MD -MP -MF .deps/H5Doh.Tpo -c -o H5Doh.lo H5Doh.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Doh.lo -MD -MP -MF .deps/H5Doh.Tpo -c H5Doh.c -o H5Doh.o mv -f .deps/H5Doh.Tpo .deps/H5Doh.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dscatgath.lo -MD -MP -MF .deps/H5Dscatgath.Tpo -c -o H5Dscatgath.lo H5Dscatgath.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dscatgath.lo -MD -MP -MF .deps/H5Dscatgath.Tpo -c H5Dscatgath.c -o H5Dscatgath.o mv -f .deps/H5Dscatgath.Tpo .deps/H5Dscatgath.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dselect.lo -MD -MP -MF .deps/H5Dselect.Tpo -c -o H5Dselect.lo H5Dselect.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dselect.lo -MD -MP -MF .deps/H5Dselect.Tpo -c H5Dselect.c -o H5Dselect.o mv -f .deps/H5Dselect.Tpo .deps/H5Dselect.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dtest.lo -MD -MP -MF .deps/H5Dtest.Tpo -c -o H5Dtest.lo H5Dtest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dtest.lo -MD -MP -MF .deps/H5Dtest.Tpo -c H5Dtest.c -o H5Dtest.o mv -f .deps/H5Dtest.Tpo .deps/H5Dtest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5E.lo -MD -MP -MF .deps/H5E.Tpo -c -o H5E.lo H5E.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5E.lo -MD -MP -MF .deps/H5E.Tpo -c H5E.c -o H5E.o mv -f .deps/H5E.Tpo .deps/H5E.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Edeprec.lo -MD -MP -MF .deps/H5Edeprec.Tpo -c -o H5Edeprec.lo H5Edeprec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Edeprec.lo -MD -MP -MF .deps/H5Edeprec.Tpo -c H5Edeprec.c -o H5Edeprec.o mv -f .deps/H5Edeprec.Tpo .deps/H5Edeprec.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Eint.lo -MD -MP -MF .deps/H5Eint.Tpo -c -o H5Eint.lo H5Eint.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Eint.lo -MD -MP -MF .deps/H5Eint.Tpo -c H5Eint.c -o H5Eint.o H5Eint.c: In function â??H5E_clear_entriesâ??: H5Eint.c:798: warning: cast discards qualifiers from pointer target type H5Eint.c:800: warning: cast discards qualifiers from pointer target type H5Eint.c:802: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Eint.Tpo .deps/H5Eint.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5F.lo -MD -MP -MF .deps/H5F.Tpo -c -o H5F.lo H5F.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5F.lo -MD -MP -MF .deps/H5F.Tpo -c H5F.c -o H5F.o mv -f .deps/H5F.Tpo .deps/H5F.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Fdbg.lo -MD -MP -MF .deps/H5Fdbg.Tpo -c -o H5Fdbg.lo H5Fdbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Fdbg.lo -MD -MP -MF .deps/H5Fdbg.Tpo -c H5Fdbg.c -o H5Fdbg.o mv -f .deps/H5Fdbg.Tpo .deps/H5Fdbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ffake.lo -MD -MP -MF .deps/H5Ffake.Tpo -c -o H5Ffake.lo H5Ffake.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ffake.lo -MD -MP -MF .deps/H5Ffake.Tpo -c H5Ffake.c -o H5Ffake.o mv -f .deps/H5Ffake.Tpo .deps/H5Ffake.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Fmount.lo -MD -MP -MF .deps/H5Fmount.Tpo -c -o H5Fmount.lo H5Fmount.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Fmount.lo -MD -MP -MF .deps/H5Fmount.Tpo -c H5Fmount.c -o H5Fmount.o mv -f .deps/H5Fmount.Tpo .deps/H5Fmount.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Fsfile.lo -MD -MP -MF .deps/H5Fsfile.Tpo -c -o H5Fsfile.lo H5Fsfile.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Fsfile.lo -MD -MP -MF .deps/H5Fsfile.Tpo -c H5Fsfile.c -o H5Fsfile.o mv -f .deps/H5Fsfile.Tpo .deps/H5Fsfile.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Fsuper.lo -MD -MP -MF .deps/H5Fsuper.Tpo -c -o H5Fsuper.lo H5Fsuper.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Fsuper.lo -MD -MP -MF .deps/H5Fsuper.Tpo -c H5Fsuper.c -o H5Fsuper.o H5Fsuper.c: In function â??H5F_super_initâ??: H5Fsuper.c:757: warning: passing argument 3 of â??H5O_createâ?? with different width due to prototype mv -f .deps/H5Fsuper.Tpo .deps/H5Fsuper.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ftest.lo -MD -MP -MF .deps/H5Ftest.Tpo -c -o H5Ftest.lo H5Ftest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ftest.lo -MD -MP -MF .deps/H5Ftest.Tpo -c H5Ftest.c -o H5Ftest.o mv -f .deps/H5Ftest.Tpo .deps/H5Ftest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FD.lo -MD -MP -MF .deps/H5FD.Tpo -c -o H5FD.lo H5FD.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FD.lo -MD -MP -MF .deps/H5FD.Tpo -c H5FD.c -o H5FD.o mv -f .deps/H5FD.Tpo .deps/H5FD.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDcore.lo -MD -MP -MF .deps/H5FDcore.Tpo -c -o H5FDcore.lo H5FDcore.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDcore.lo -MD -MP -MF .deps/H5FDcore.Tpo -c H5FDcore.c -o H5FDcore.o mv -f .deps/H5FDcore.Tpo .deps/H5FDcore.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDdirect.lo -MD -MP -MF .deps/H5FDdirect.Tpo -c -o H5FDdirect.lo H5FDdirect.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDdirect.lo -MD -MP -MF .deps/H5FDdirect.Tpo -c H5FDdirect.c -o H5FDdirect.o H5private.h:1191: warning: â??H5_interface_initialize_gâ?? defined but not used H5private.h:1192: warning: â??H5FD_direct_init_interfaceâ?? declared â??staticâ?? but never defined mv -f .deps/H5FDdirect.Tpo .deps/H5FDdirect.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDfamily.lo -MD -MP -MF .deps/H5FDfamily.Tpo -c -o H5FDfamily.lo H5FDfamily.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDfamily.lo -MD -MP -MF .deps/H5FDfamily.Tpo -c H5FDfamily.c -o H5FDfamily.o mv -f .deps/H5FDfamily.Tpo .deps/H5FDfamily.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDlog.lo -MD -MP -MF .deps/H5FDlog.Tpo -c -o H5FDlog.lo H5FDlog.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDlog.lo -MD -MP -MF .deps/H5FDlog.Tpo -c H5FDlog.c -o H5FDlog.o H5FDlog.c: In function â??H5Pset_fapl_logâ??: H5FDlog.c:361: warning: cast discards qualifiers from pointer target type mv -f .deps/H5FDlog.Tpo .deps/H5FDlog.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDmpi.lo -MD -MP -MF .deps/H5FDmpi.Tpo -c -o H5FDmpi.lo H5FDmpi.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDmpi.lo -MD -MP -MF .deps/H5FDmpi.Tpo -c H5FDmpi.c -o H5FDmpi.o mv -f .deps/H5FDmpi.Tpo .deps/H5FDmpi.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDmpio.lo -MD -MP -MF .deps/H5FDmpio.Tpo -c -o H5FDmpio.lo H5FDmpio.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDmpio.lo -MD -MP -MF .deps/H5FDmpio.Tpo -c H5FDmpio.c -o H5FDmpio.o H5private.h:1191: warning: â??H5_interface_initialize_gâ?? defined but not used H5private.h:1192: warning: â??H5FD_mpio_init_interfaceâ?? declared â??staticâ?? but never defined mv -f .deps/H5FDmpio.Tpo .deps/H5FDmpio.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDmpiposix.lo -MD -MP -MF .deps/H5FDmpiposix.Tpo -c -o H5FDmpiposix.lo H5FDmpiposix.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDmpiposix.lo -MD -MP -MF .deps/H5FDmpiposix.Tpo -c H5FDmpiposix.c -o H5FDmpiposix.o H5private.h:1191: warning: â??H5_interface_initialize_gâ?? defined but not used H5private.h:1192: warning: â??H5FD_mpiposix_init_interfaceâ?? declared â??staticâ?? but never defined mv -f .deps/H5FDmpiposix.Tpo .deps/H5FDmpiposix.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDmulti.lo -MD -MP -MF .deps/H5FDmulti.Tpo -c -o H5FDmulti.lo H5FDmulti.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDmulti.lo -MD -MP -MF .deps/H5FDmulti.Tpo -c H5FDmulti.c -o H5FDmulti.o H5FDmulti.c: In function â??compute_nextâ??: H5FDmulti.c:1969: warning: declaration of â??_unmappedâ?? shadows a previous local H5FDmulti.c:1968: warning: shadowed declaration is here H5FDmulti.c:1969: warning: declaration of â??_seenâ?? shadows a previous local H5FDmulti.c:1968: warning: shadowed declaration is here mv -f .deps/H5FDmulti.Tpo .deps/H5FDmulti.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDsec2.lo -MD -MP -MF .deps/H5FDsec2.Tpo -c -o H5FDsec2.lo H5FDsec2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDsec2.lo -MD -MP -MF .deps/H5FDsec2.Tpo -c H5FDsec2.c -o H5FDsec2.o mv -f .deps/H5FDsec2.Tpo .deps/H5FDsec2.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDspace.lo -MD -MP -MF .deps/H5FDspace.Tpo -c -o H5FDspace.lo H5FDspace.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDspace.lo -MD -MP -MF .deps/H5FDspace.Tpo -c H5FDspace.c -o H5FDspace.o mv -f .deps/H5FDspace.Tpo .deps/H5FDspace.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDstdio.lo -MD -MP -MF .deps/H5FDstdio.Tpo -c -o H5FDstdio.lo H5FDstdio.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDstdio.lo -MD -MP -MF .deps/H5FDstdio.Tpo -c H5FDstdio.c -o H5FDstdio.o mv -f .deps/H5FDstdio.Tpo .deps/H5FDstdio.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FL.lo -MD -MP -MF .deps/H5FL.Tpo -c -o H5FL.lo H5FL.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FL.lo -MD -MP -MF .deps/H5FL.Tpo -c H5FL.c -o H5FL.o mv -f .deps/H5FL.Tpo .deps/H5FL.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FO.lo -MD -MP -MF .deps/H5FO.Tpo -c -o H5FO.lo H5FO.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FO.lo -MD -MP -MF .deps/H5FO.Tpo -c H5FO.c -o H5FO.o mv -f .deps/H5FO.Tpo .deps/H5FO.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FS.lo -MD -MP -MF .deps/H5FS.Tpo -c -o H5FS.lo H5FS.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FS.lo -MD -MP -MF .deps/H5FS.Tpo -c H5FS.c -o H5FS.o mv -f .deps/H5FS.Tpo .deps/H5FS.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FScache.lo -MD -MP -MF .deps/H5FScache.Tpo -c -o H5FScache.lo H5FScache.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FScache.lo -MD -MP -MF .deps/H5FScache.Tpo -c H5FScache.c -o H5FScache.o mv -f .deps/H5FScache.Tpo .deps/H5FScache.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FSdbg.lo -MD -MP -MF .deps/H5FSdbg.Tpo -c -o H5FSdbg.lo H5FSdbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FSdbg.lo -MD -MP -MF .deps/H5FSdbg.Tpo -c H5FSdbg.c -o H5FSdbg.o mv -f .deps/H5FSdbg.Tpo .deps/H5FSdbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FSsection.lo -MD -MP -MF .deps/H5FSsection.Tpo -c -o H5FSsection.lo H5FSsection.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FSsection.lo -MD -MP -MF .deps/H5FSsection.Tpo -c H5FSsection.c -o H5FSsection.o mv -f .deps/H5FSsection.Tpo .deps/H5FSsection.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5G.lo -MD -MP -MF .deps/H5G.Tpo -c -o H5G.lo H5G.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5G.lo -MD -MP -MF .deps/H5G.Tpo -c H5G.c -o H5G.o H5G.c: In function â??H5G_iterateâ??: H5G.c:1665: warning: â??grpâ?? is used uninitialized in this function mv -f .deps/H5G.Tpo .deps/H5G.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gbtree2.lo -MD -MP -MF .deps/H5Gbtree2.Tpo -c -o H5Gbtree2.lo H5Gbtree2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gbtree2.lo -MD -MP -MF .deps/H5Gbtree2.Tpo -c H5Gbtree2.c -o H5Gbtree2.o mv -f .deps/H5Gbtree2.Tpo .deps/H5Gbtree2.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gcompact.lo -MD -MP -MF .deps/H5Gcompact.Tpo -c -o H5Gcompact.lo H5Gcompact.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gcompact.lo -MD -MP -MF .deps/H5Gcompact.Tpo -c H5Gcompact.c -o H5Gcompact.o mv -f .deps/H5Gcompact.Tpo .deps/H5Gcompact.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gdense.lo -MD -MP -MF .deps/H5Gdense.Tpo -c -o H5Gdense.lo H5Gdense.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gdense.lo -MD -MP -MF .deps/H5Gdense.Tpo -c H5Gdense.c -o H5Gdense.o mv -f .deps/H5Gdense.Tpo .deps/H5Gdense.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gdeprec.lo -MD -MP -MF .deps/H5Gdeprec.Tpo -c -o H5Gdeprec.lo H5Gdeprec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gdeprec.lo -MD -MP -MF .deps/H5Gdeprec.Tpo -c H5Gdeprec.c -o H5Gdeprec.o mv -f .deps/H5Gdeprec.Tpo .deps/H5Gdeprec.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gent.lo -MD -MP -MF .deps/H5Gent.Tpo -c -o H5Gent.lo H5Gent.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gent.lo -MD -MP -MF .deps/H5Gent.Tpo -c H5Gent.c -o H5Gent.o H5Gent.c: In function â??H5G_ent_copyâ??: H5Gent.c:325: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Gent.Tpo .deps/H5Gent.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gint.lo -MD -MP -MF .deps/H5Gint.Tpo -c -o H5Gint.lo H5Gint.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gint.lo -MD -MP -MF .deps/H5Gint.Tpo -c H5Gint.c -o H5Gint.o H5private.h:1191: warning: â??H5_interface_initialize_gâ?? defined but not used H5Gint.c:96: warning: â??H5G_init_int_interfaceâ?? defined but not used mv -f .deps/H5Gint.Tpo .deps/H5Gint.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Glink.lo -MD -MP -MF .deps/H5Glink.Tpo -c -o H5Glink.lo H5Glink.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Glink.lo -MD -MP -MF .deps/H5Glink.Tpo -c H5Glink.c -o H5Glink.o H5Glink.c: In function â??H5G_link_copy_fileâ??: H5Glink.c:484: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Glink.Tpo .deps/H5Glink.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gloc.lo -MD -MP -MF .deps/H5Gloc.Tpo -c -o H5Gloc.lo H5Gloc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gloc.lo -MD -MP -MF .deps/H5Gloc.Tpo -c H5Gloc.c -o H5Gloc.o H5Gloc.c: In function â??H5G_loc_insertâ??: H5Gloc.c:617: warning: cast discards qualifiers from pointer target type H5Gloc.c: In function â??H5G_loc_set_comment_cbâ??: H5Gloc.c:745: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Gloc.Tpo .deps/H5Gloc.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gname.lo -MD -MP -MF .deps/H5Gname.Tpo -c -o H5Gname.lo H5Gname.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gname.lo -MD -MP -MF .deps/H5Gname.Tpo -c H5Gname.c -o H5Gname.o H5Gname.c: In function â??H5G_name_copyâ??: H5Gname.c:405: warning: cast discards qualifiers from pointer target type H5Gname.c: At top level: H5Gname.c:71: warning: â??H5_haddr_t_reg_free_listâ?? defined but not used mv -f .deps/H5Gname.Tpo .deps/H5Gname.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gnode.lo -MD -MP -MF .deps/H5Gnode.Tpo -c -o H5Gnode.lo H5Gnode.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gnode.lo -MD -MP -MF .deps/H5Gnode.Tpo -c H5Gnode.c -o H5Gnode.o H5Gnode.c: In function â??H5G_node_copyâ??: H5Gnode.c:1758: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Gnode.Tpo .deps/H5Gnode.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gobj.lo -MD -MP -MF .deps/H5Gobj.Tpo -c -o H5Gobj.lo H5Gobj.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gobj.lo -MD -MP -MF .deps/H5Gobj.Tpo -c H5Gobj.c -o H5Gobj.o H5Gobj.c: In function â??H5G_obj_createâ??: H5Gobj.c:199: warning: passing argument 5 of â??H5O_msg_createâ?? discards qualifiers from pointer target type H5Gobj.c:203: warning: passing argument 5 of â??H5O_msg_createâ?? discards qualifiers from pointer target type H5Gobj.c: In function â??H5G_obj_stab_to_new_cbâ??: H5Gobj.c:425: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Gobj.Tpo .deps/H5Gobj.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Goh.lo -MD -MP -MF .deps/H5Goh.Tpo -c -o H5Goh.lo H5Goh.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Goh.lo -MD -MP -MF .deps/H5Goh.Tpo -c H5Goh.c -o H5Goh.o mv -f .deps/H5Goh.Tpo .deps/H5Goh.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gstab.lo -MD -MP -MF .deps/H5Gstab.Tpo -c -o H5Gstab.lo H5Gstab.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gstab.lo -MD -MP -MF .deps/H5Gstab.Tpo -c H5Gstab.c -o H5Gstab.o mv -f .deps/H5Gstab.Tpo .deps/H5Gstab.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gtest.lo -MD -MP -MF .deps/H5Gtest.Tpo -c -o H5Gtest.lo H5Gtest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gtest.lo -MD -MP -MF .deps/H5Gtest.Tpo -c H5Gtest.c -o H5Gtest.o mv -f .deps/H5Gtest.Tpo .deps/H5Gtest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gtraverse.lo -MD -MP -MF .deps/H5Gtraverse.Tpo -c -o H5Gtraverse.lo H5Gtraverse.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gtraverse.lo -MD -MP -MF .deps/H5Gtraverse.Tpo -c H5Gtraverse.c -o H5Gtraverse.o mv -f .deps/H5Gtraverse.Tpo .deps/H5Gtraverse.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HF.lo -MD -MP -MF .deps/H5HF.Tpo -c -o H5HF.lo H5HF.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HF.lo -MD -MP -MF .deps/H5HF.Tpo -c H5HF.c -o H5HF.o H5HF.c: In function â??H5HF_op_writeâ??: H5HF.c:130: warning: cast discards qualifiers from pointer target type H5HF.c: In function â??H5HF_insertâ??: H5HF.c:389: warning: cast discards qualifiers from pointer target type mv -f .deps/H5HF.Tpo .deps/H5HF.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFbtree2.lo -MD -MP -MF .deps/H5HFbtree2.Tpo -c -o H5HFbtree2.lo H5HFbtree2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFbtree2.lo -MD -MP -MF .deps/H5HFbtree2.Tpo -c H5HFbtree2.c -o H5HFbtree2.o mv -f .deps/H5HFbtree2.Tpo .deps/H5HFbtree2.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFcache.lo -MD -MP -MF .deps/H5HFcache.Tpo -c -o H5HFcache.lo H5HFcache.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFcache.lo -MD -MP -MF .deps/H5HFcache.Tpo -c H5HFcache.c -o H5HFcache.o H5HFcache.c: In function â??H5HF_cache_dblock_loadâ??: H5HFcache.c:1354: warning: cast discards qualifiers from pointer target type mv -f .deps/H5HFcache.Tpo .deps/H5HFcache.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFdbg.lo -MD -MP -MF .deps/H5HFdbg.Tpo -c -o H5HFdbg.lo H5HFdbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFdbg.lo -MD -MP -MF .deps/H5HFdbg.Tpo -c H5HFdbg.c -o H5HFdbg.o mv -f .deps/H5HFdbg.Tpo .deps/H5HFdbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFdblock.lo -MD -MP -MF .deps/H5HFdblock.Tpo -c -o H5HFdblock.lo H5HFdblock.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFdblock.lo -MD -MP -MF .deps/H5HFdblock.Tpo -c H5HFdblock.c -o H5HFdblock.o mv -f .deps/H5HFdblock.Tpo .deps/H5HFdblock.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFdtable.lo -MD -MP -MF .deps/H5HFdtable.Tpo -c -o H5HFdtable.lo H5HFdtable.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFdtable.lo -MD -MP -MF .deps/H5HFdtable.Tpo -c H5HFdtable.c -o H5HFdtable.o mv -f .deps/H5HFdtable.Tpo .deps/H5HFdtable.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFhdr.lo -MD -MP -MF .deps/H5HFhdr.Tpo -c -o H5HFhdr.lo H5HFhdr.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFhdr.lo -MD -MP -MF .deps/H5HFhdr.Tpo -c H5HFhdr.c -o H5HFhdr.o mv -f .deps/H5HFhdr.Tpo .deps/H5HFhdr.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFhuge.lo -MD -MP -MF .deps/H5HFhuge.Tpo -c -o H5HFhuge.lo H5HFhuge.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFhuge.lo -MD -MP -MF .deps/H5HFhuge.Tpo -c H5HFhuge.c -o H5HFhuge.o H5HFhuge.c: In function â??H5HF_huge_writeâ??: H5HFhuge.c:733: warning: â??obj_sizeâ?? may be used uninitialized in this function mv -f .deps/H5HFhuge.Tpo .deps/H5HFhuge.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFiblock.lo -MD -MP -MF .deps/H5HFiblock.Tpo -c -o H5HFiblock.lo H5HFiblock.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFiblock.lo -MD -MP -MF .deps/H5HFiblock.Tpo -c H5HFiblock.c -o H5HFiblock.o mv -f .deps/H5HFiblock.Tpo .deps/H5HFiblock.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFiter.lo -MD -MP -MF .deps/H5HFiter.Tpo -c -o H5HFiter.lo H5HFiter.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFiter.lo -MD -MP -MF .deps/H5HFiter.Tpo -c H5HFiter.c -o H5HFiter.o mv -f .deps/H5HFiter.Tpo .deps/H5HFiter.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFman.lo -MD -MP -MF .deps/H5HFman.Tpo -c -o H5HFman.lo H5HFman.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFman.lo -MD -MP -MF .deps/H5HFman.Tpo -c H5HFman.c -o H5HFman.o H5HFman.c: In function â??H5HF_man_writeâ??: H5HFman.c:454: warning: cast discards qualifiers from pointer target type mv -f .deps/H5HFman.Tpo .deps/H5HFman.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFsection.lo -MD -MP -MF .deps/H5HFsection.Tpo -c -o H5HFsection.lo H5HFsection.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFsection.lo -MD -MP -MF .deps/H5HFsection.Tpo -c H5HFsection.c -o H5HFsection.o H5HFsection.c: In function â??H5HF_sect_single_validâ??: H5HFsection.c:1298: warning: cast discards qualifiers from pointer target type mv -f .deps/H5HFsection.Tpo .deps/H5HFsection.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFspace.lo -MD -MP -MF .deps/H5HFspace.Tpo -c -o H5HFspace.lo H5HFspace.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFspace.lo -MD -MP -MF .deps/H5HFspace.Tpo -c H5HFspace.c -o H5HFspace.o mv -f .deps/H5HFspace.Tpo .deps/H5HFspace.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFstat.lo -MD -MP -MF .deps/H5HFstat.Tpo -c -o H5HFstat.lo H5HFstat.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFstat.lo -MD -MP -MF .deps/H5HFstat.Tpo -c H5HFstat.c -o H5HFstat.o mv -f .deps/H5HFstat.Tpo .deps/H5HFstat.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFtest.lo -MD -MP -MF .deps/H5HFtest.Tpo -c -o H5HFtest.lo H5HFtest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFtest.lo -MD -MP -MF .deps/H5HFtest.Tpo -c H5HFtest.c -o H5HFtest.o mv -f .deps/H5HFtest.Tpo .deps/H5HFtest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFtiny.lo -MD -MP -MF .deps/H5HFtiny.Tpo -c -o H5HFtiny.lo H5HFtiny.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFtiny.lo -MD -MP -MF .deps/H5HFtiny.Tpo -c H5HFtiny.c -o H5HFtiny.o mv -f .deps/H5HFtiny.Tpo .deps/H5HFtiny.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HG.lo -MD -MP -MF .deps/H5HG.Tpo -c -o H5HG.lo H5HG.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HG.lo -MD -MP -MF .deps/H5HG.Tpo -c H5HG.c -o H5HG.o mv -f .deps/H5HG.Tpo .deps/H5HG.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HGdbg.lo -MD -MP -MF .deps/H5HGdbg.Tpo -c -o H5HGdbg.lo H5HGdbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HGdbg.lo -MD -MP -MF .deps/H5HGdbg.Tpo -c H5HGdbg.c -o H5HGdbg.o mv -f .deps/H5HGdbg.Tpo .deps/H5HGdbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HL.lo -MD -MP -MF .deps/H5HL.Tpo -c -o H5HL.lo H5HL.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HL.lo -MD -MP -MF .deps/H5HL.Tpo -c H5HL.c -o H5HL.o mv -f .deps/H5HL.Tpo .deps/H5HL.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HLdbg.lo -MD -MP -MF .deps/H5HLdbg.Tpo -c -o H5HLdbg.lo H5HLdbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HLdbg.lo -MD -MP -MF .deps/H5HLdbg.Tpo -c H5HLdbg.c -o H5HLdbg.o mv -f .deps/H5HLdbg.Tpo .deps/H5HLdbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HP.lo -MD -MP -MF .deps/H5HP.Tpo -c -o H5HP.lo H5HP.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HP.lo -MD -MP -MF .deps/H5HP.Tpo -c H5HP.c -o H5HP.o mv -f .deps/H5HP.Tpo .deps/H5HP.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5I.lo -MD -MP -MF .deps/H5I.Tpo -c -o H5I.lo H5I.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5I.lo -MD -MP -MF .deps/H5I.Tpo -c H5I.c -o H5I.o mv -f .deps/H5I.Tpo .deps/H5I.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5L.lo -MD -MP -MF .deps/H5L.Tpo -c -o H5L.lo H5L.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5L.lo -MD -MP -MF .deps/H5L.Tpo -c H5L.c -o H5L.o H5L.c: In function â??H5L_link_cbâ??: H5L.c:1709: warning: cast discards qualifiers from pointer target type H5L.c: In function â??H5L_move_dest_cbâ??: H5L.c:2411: warning: cast discards qualifiers from pointer target type mv -f .deps/H5L.Tpo .deps/H5L.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Lexternal.lo -MD -MP -MF .deps/H5Lexternal.Tpo -c -o H5Lexternal.lo H5Lexternal.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Lexternal.lo -MD -MP -MF .deps/H5Lexternal.Tpo -c H5Lexternal.c -o H5Lexternal.o mv -f .deps/H5Lexternal.Tpo .deps/H5Lexternal.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5MF.lo -MD -MP -MF .deps/H5MF.Tpo -c -o H5MF.lo H5MF.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5MF.lo -MD -MP -MF .deps/H5MF.Tpo -c H5MF.c -o H5MF.o H5MF.c:241: warning: â??H5MF_alloc_overflowâ?? defined but not used mv -f .deps/H5MF.Tpo .deps/H5MF.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5MM.lo -MD -MP -MF .deps/H5MM.Tpo -c -o H5MM.lo H5MM.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5MM.lo -MD -MP -MF .deps/H5MM.Tpo -c H5MM.c -o H5MM.o mv -f .deps/H5MM.Tpo .deps/H5MM.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5MP.lo -MD -MP -MF .deps/H5MP.Tpo -c -o H5MP.lo H5MP.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5MP.lo -MD -MP -MF .deps/H5MP.Tpo -c H5MP.c -o H5MP.o mv -f .deps/H5MP.Tpo .deps/H5MP.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5MPtest.lo -MD -MP -MF .deps/H5MPtest.Tpo -c -o H5MPtest.lo H5MPtest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5MPtest.lo -MD -MP -MF .deps/H5MPtest.Tpo -c H5MPtest.c -o H5MPtest.o mv -f .deps/H5MPtest.Tpo .deps/H5MPtest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5O.lo -MD -MP -MF .deps/H5O.Tpo -c -o H5O.lo H5O.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5O.lo -MD -MP -MF .deps/H5O.Tpo -c H5O.c -o H5O.o H5O.c: In function â??H5O_loc_copyâ??: H5O.c:2168: warning: cast discards qualifiers from pointer target type mv -f .deps/H5O.Tpo .deps/H5O.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oainfo.lo -MD -MP -MF .deps/H5Oainfo.Tpo -c -o H5Oainfo.lo H5Oainfo.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oainfo.lo -MD -MP -MF .deps/H5Oainfo.Tpo -c H5Oainfo.c -o H5Oainfo.o mv -f .deps/H5Oainfo.Tpo .deps/H5Oainfo.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oalloc.lo -MD -MP -MF .deps/H5Oalloc.Tpo -c -o H5Oalloc.lo H5Oalloc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oalloc.lo -MD -MP -MF .deps/H5Oalloc.Tpo -c H5Oalloc.c -o H5Oalloc.o mv -f .deps/H5Oalloc.Tpo .deps/H5Oalloc.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oattr.lo -MD -MP -MF .deps/H5Oattr.Tpo -c -o H5Oattr.lo H5Oattr.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oattr.lo -MD -MP -MF .deps/H5Oattr.Tpo -c H5Oattr.c -o H5Oattr.o mv -f .deps/H5Oattr.Tpo .deps/H5Oattr.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oattribute.lo -MD -MP -MF .deps/H5Oattribute.Tpo -c -o H5Oattribute.lo H5Oattribute.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oattribute.lo -MD -MP -MF .deps/H5Oattribute.Tpo -c H5Oattribute.c -o H5Oattribute.o mv -f .deps/H5Oattribute.Tpo .deps/H5Oattribute.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Obogus.lo -MD -MP -MF .deps/H5Obogus.Tpo -c -o H5Obogus.lo H5Obogus.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Obogus.lo -MD -MP -MF .deps/H5Obogus.Tpo -c H5Obogus.c -o H5Obogus.o mv -f .deps/H5Obogus.Tpo .deps/H5Obogus.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Obtreek.lo -MD -MP -MF .deps/H5Obtreek.Tpo -c -o H5Obtreek.lo H5Obtreek.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Obtreek.lo -MD -MP -MF .deps/H5Obtreek.Tpo -c H5Obtreek.c -o H5Obtreek.o mv -f .deps/H5Obtreek.Tpo .deps/H5Obtreek.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ocache.lo -MD -MP -MF .deps/H5Ocache.Tpo -c -o H5Ocache.lo H5Ocache.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ocache.lo -MD -MP -MF .deps/H5Ocache.Tpo -c H5Ocache.c -o H5Ocache.o H5Ocache.c: In function â??H5O_loadâ??: H5Ocache.c:443: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Ocache.Tpo .deps/H5Ocache.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ocont.lo -MD -MP -MF .deps/H5Ocont.Tpo -c -o H5Ocont.lo H5Ocont.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ocont.lo -MD -MP -MF .deps/H5Ocont.Tpo -c H5Ocont.c -o H5Ocont.o mv -f .deps/H5Ocont.Tpo .deps/H5Ocont.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ocopy.lo -MD -MP -MF .deps/H5Ocopy.Tpo -c -o H5Ocopy.lo H5Ocopy.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ocopy.lo -MD -MP -MF .deps/H5Ocopy.Tpo -c H5Ocopy.c -o H5Ocopy.o mv -f .deps/H5Ocopy.Tpo .deps/H5Ocopy.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Odbg.lo -MD -MP -MF .deps/H5Odbg.Tpo -c -o H5Odbg.lo H5Odbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Odbg.lo -MD -MP -MF .deps/H5Odbg.Tpo -c H5Odbg.c -o H5Odbg.o mv -f .deps/H5Odbg.Tpo .deps/H5Odbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Odrvinfo.lo -MD -MP -MF .deps/H5Odrvinfo.Tpo -c -o H5Odrvinfo.lo H5Odrvinfo.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Odrvinfo.lo -MD -MP -MF .deps/H5Odrvinfo.Tpo -c H5Odrvinfo.c -o H5Odrvinfo.o H5Odrvinfo.c: In function â??H5O_drvinfo_decodeâ??: H5Odrvinfo.c:103: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype H5Odrvinfo.c: In function â??H5O_drvinfo_encodeâ??: H5Odrvinfo.c:154: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype mv -f .deps/H5Odrvinfo.Tpo .deps/H5Odrvinfo.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Odtype.lo -MD -MP -MF .deps/H5Odtype.Tpo -c -o H5Odtype.lo H5Odtype.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Odtype.lo -MD -MP -MF .deps/H5Odtype.Tpo -c H5Odtype.c -o H5Odtype.o In file included from H5Odtype.c:66: H5Oshared.h: In function â??H5O_dtype_shared_post_copy_fileâ??: H5Oshared.h:376: warning: unused parameter â??oloc_srcâ?? H5Oshared.h:376: warning: unused parameter â??mesg_srcâ?? H5Odtype.c: At top level: H5Oshared.h:378: warning: â??H5O_dtype_shared_post_copy_fileâ?? defined but not used mv -f .deps/H5Odtype.Tpo .deps/H5Odtype.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oefl.lo -MD -MP -MF .deps/H5Oefl.Tpo -c -o H5Oefl.lo H5Oefl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oefl.lo -MD -MP -MF .deps/H5Oefl.Tpo -c H5Oefl.c -o H5Oefl.o mv -f .deps/H5Oefl.Tpo .deps/H5Oefl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ofill.lo -MD -MP -MF .deps/H5Ofill.Tpo -c -o H5Ofill.lo H5Ofill.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ofill.lo -MD -MP -MF .deps/H5Ofill.Tpo -c H5Ofill.c -o H5Ofill.o In file included from H5Ofill.c:66: H5Oshared.h: In function â??H5O_fill_shared_post_copy_fileâ??: H5Oshared.h:376: warning: unused parameter â??oloc_srcâ?? H5Oshared.h:376: warning: unused parameter â??mesg_srcâ?? In file included from H5Ofill.c:101: H5Oshared.h: In function â??H5O_fill_new_shared_post_copy_fileâ??: H5Oshared.h:376: warning: unused parameter â??oloc_srcâ?? H5Oshared.h:376: warning: unused parameter â??mesg_srcâ?? H5Ofill.c: At top level: H5Oshared.h:378: warning: â??H5O_fill_shared_post_copy_fileâ?? defined but not used H5Oshared.h:378: warning: â??H5O_fill_new_shared_post_copy_fileâ?? defined but not used mv -f .deps/H5Ofill.Tpo .deps/H5Ofill.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oginfo.lo -MD -MP -MF .deps/H5Oginfo.Tpo -c -o H5Oginfo.lo H5Oginfo.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oginfo.lo -MD -MP -MF .deps/H5Oginfo.Tpo -c H5Oginfo.c -o H5Oginfo.o mv -f .deps/H5Oginfo.Tpo .deps/H5Oginfo.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Olayout.lo -MD -MP -MF .deps/H5Olayout.Tpo -c -o H5Olayout.lo H5Olayout.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Olayout.lo -MD -MP -MF .deps/H5Olayout.Tpo -c H5Olayout.c -o H5Olayout.o mv -f .deps/H5Olayout.Tpo .deps/H5Olayout.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Olinfo.lo -MD -MP -MF .deps/H5Olinfo.Tpo -c -o H5Olinfo.lo H5Olinfo.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Olinfo.lo -MD -MP -MF .deps/H5Olinfo.Tpo -c H5Olinfo.c -o H5Olinfo.o mv -f .deps/H5Olinfo.Tpo .deps/H5Olinfo.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Olink.lo -MD -MP -MF .deps/H5Olink.Tpo -c -o H5Olink.lo H5Olink.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Olink.lo -MD -MP -MF .deps/H5Olink.Tpo -c H5Olink.c -o H5Olink.o mv -f .deps/H5Olink.Tpo .deps/H5Olink.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Omessage.lo -MD -MP -MF .deps/H5Omessage.Tpo -c -o H5Omessage.lo H5Omessage.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Omessage.lo -MD -MP -MF .deps/H5Omessage.Tpo -c H5Omessage.c -o H5Omessage.o mv -f .deps/H5Omessage.Tpo .deps/H5Omessage.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Omtime.lo -MD -MP -MF .deps/H5Omtime.Tpo -c -o H5Omtime.lo H5Omtime.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Omtime.lo -MD -MP -MF .deps/H5Omtime.Tpo -c H5Omtime.c -o H5Omtime.o mv -f .deps/H5Omtime.Tpo .deps/H5Omtime.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oname.lo -MD -MP -MF .deps/H5Oname.Tpo -c -o H5Oname.lo H5Oname.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oname.lo -MD -MP -MF .deps/H5Oname.Tpo -c H5Oname.c -o H5Oname.o mv -f .deps/H5Oname.Tpo .deps/H5Oname.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Onull.lo -MD -MP -MF .deps/H5Onull.Tpo -c -o H5Onull.lo H5Onull.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Onull.lo -MD -MP -MF .deps/H5Onull.Tpo -c H5Onull.c -o H5Onull.o mv -f .deps/H5Onull.Tpo .deps/H5Onull.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Opline.lo -MD -MP -MF .deps/H5Opline.Tpo -c -o H5Opline.lo H5Opline.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Opline.lo -MD -MP -MF .deps/H5Opline.Tpo -c H5Opline.c -o H5Opline.o In file included from H5Opline.c:64: H5Oshared.h: In function â??H5O_pline_shared_post_copy_fileâ??: H5Oshared.h:376: warning: unused parameter â??oloc_srcâ?? H5Oshared.h:376: warning: unused parameter â??mesg_srcâ?? H5Opline.c: At top level: H5Oshared.h:378: warning: â??H5O_pline_shared_post_copy_fileâ?? defined but not used mv -f .deps/H5Opline.Tpo .deps/H5Opline.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Orefcount.lo -MD -MP -MF .deps/H5Orefcount.Tpo -c -o H5Orefcount.lo H5Orefcount.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Orefcount.lo -MD -MP -MF .deps/H5Orefcount.Tpo -c H5Orefcount.c -o H5Orefcount.o mv -f .deps/H5Orefcount.Tpo .deps/H5Orefcount.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Osdspace.lo -MD -MP -MF .deps/H5Osdspace.Tpo -c -o H5Osdspace.lo H5Osdspace.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Osdspace.lo -MD -MP -MF .deps/H5Osdspace.Tpo -c H5Osdspace.c -o H5Osdspace.o In file included from H5Osdspace.c:58: H5Oshared.h: In function â??H5O_sdspace_shared_post_copy_fileâ??: H5Oshared.h:376: warning: unused parameter â??oloc_srcâ?? H5Oshared.h:376: warning: unused parameter â??mesg_srcâ?? H5Osdspace.c: At top level: H5Oshared.h:378: warning: â??H5O_sdspace_shared_post_copy_fileâ?? defined but not used mv -f .deps/H5Osdspace.Tpo .deps/H5Osdspace.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oshared.lo -MD -MP -MF .deps/H5Oshared.Tpo -c -o H5Oshared.lo H5Oshared.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oshared.lo -MD -MP -MF .deps/H5Oshared.Tpo -c H5Oshared.c -o H5Oshared.o mv -f .deps/H5Oshared.Tpo .deps/H5Oshared.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ostab.lo -MD -MP -MF .deps/H5Ostab.Tpo -c -o H5Ostab.lo H5Ostab.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ostab.lo -MD -MP -MF .deps/H5Ostab.Tpo -c H5Ostab.c -o H5Ostab.o mv -f .deps/H5Ostab.Tpo .deps/H5Ostab.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oshmesg.lo -MD -MP -MF .deps/H5Oshmesg.Tpo -c -o H5Oshmesg.lo H5Oshmesg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oshmesg.lo -MD -MP -MF .deps/H5Oshmesg.Tpo -c H5Oshmesg.c -o H5Oshmesg.o mv -f .deps/H5Oshmesg.Tpo .deps/H5Oshmesg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Otest.lo -MD -MP -MF .deps/H5Otest.Tpo -c -o H5Otest.lo H5Otest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Otest.lo -MD -MP -MF .deps/H5Otest.Tpo -c H5Otest.c -o H5Otest.o mv -f .deps/H5Otest.Tpo .deps/H5Otest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ounknown.lo -MD -MP -MF .deps/H5Ounknown.Tpo -c -o H5Ounknown.lo H5Ounknown.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ounknown.lo -MD -MP -MF .deps/H5Ounknown.Tpo -c H5Ounknown.c -o H5Ounknown.o mv -f .deps/H5Ounknown.Tpo .deps/H5Ounknown.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5P.lo -MD -MP -MF .deps/H5P.Tpo -c -o H5P.lo H5P.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5P.lo -MD -MP -MF .deps/H5P.Tpo -c H5P.c -o H5P.o mv -f .deps/H5P.Tpo .deps/H5P.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pacpl.lo -MD -MP -MF .deps/H5Pacpl.Tpo -c -o H5Pacpl.lo H5Pacpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pacpl.lo -MD -MP -MF .deps/H5Pacpl.Tpo -c H5Pacpl.c -o H5Pacpl.o mv -f .deps/H5Pacpl.Tpo .deps/H5Pacpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pdcpl.lo -MD -MP -MF .deps/H5Pdcpl.Tpo -c -o H5Pdcpl.lo H5Pdcpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pdcpl.lo -MD -MP -MF .deps/H5Pdcpl.Tpo -c H5Pdcpl.c -o H5Pdcpl.o mv -f .deps/H5Pdcpl.Tpo .deps/H5Pdcpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pdeprec.lo -MD -MP -MF .deps/H5Pdeprec.Tpo -c -o H5Pdeprec.lo H5Pdeprec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pdeprec.lo -MD -MP -MF .deps/H5Pdeprec.Tpo -c H5Pdeprec.c -o H5Pdeprec.o mv -f .deps/H5Pdeprec.Tpo .deps/H5Pdeprec.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pdxpl.lo -MD -MP -MF .deps/H5Pdxpl.Tpo -c -o H5Pdxpl.lo H5Pdxpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pdxpl.lo -MD -MP -MF .deps/H5Pdxpl.Tpo -c H5Pdxpl.c -o H5Pdxpl.o mv -f .deps/H5Pdxpl.Tpo .deps/H5Pdxpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pfapl.lo -MD -MP -MF .deps/H5Pfapl.Tpo -c -o H5Pfapl.lo H5Pfapl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pfapl.lo -MD -MP -MF .deps/H5Pfapl.Tpo -c H5Pfapl.c -o H5Pfapl.o mv -f .deps/H5Pfapl.Tpo .deps/H5Pfapl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pfcpl.lo -MD -MP -MF .deps/H5Pfcpl.Tpo -c -o H5Pfcpl.lo H5Pfcpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pfcpl.lo -MD -MP -MF .deps/H5Pfcpl.Tpo -c H5Pfcpl.c -o H5Pfcpl.o mv -f .deps/H5Pfcpl.Tpo .deps/H5Pfcpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pfmpl.lo -MD -MP -MF .deps/H5Pfmpl.Tpo -c -o H5Pfmpl.lo H5Pfmpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pfmpl.lo -MD -MP -MF .deps/H5Pfmpl.Tpo -c H5Pfmpl.c -o H5Pfmpl.o mv -f .deps/H5Pfmpl.Tpo .deps/H5Pfmpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pgcpl.lo -MD -MP -MF .deps/H5Pgcpl.Tpo -c -o H5Pgcpl.lo H5Pgcpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pgcpl.lo -MD -MP -MF .deps/H5Pgcpl.Tpo -c H5Pgcpl.c -o H5Pgcpl.o mv -f .deps/H5Pgcpl.Tpo .deps/H5Pgcpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pint.lo -MD -MP -MF .deps/H5Pint.Tpo -c -o H5Pint.lo H5Pint.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pint.lo -MD -MP -MF .deps/H5Pint.Tpo -c H5Pint.c -o H5Pint.o mv -f .deps/H5Pint.Tpo .deps/H5Pint.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Plapl.lo -MD -MP -MF .deps/H5Plapl.Tpo -c -o H5Plapl.lo H5Plapl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Plapl.lo -MD -MP -MF .deps/H5Plapl.Tpo -c H5Plapl.c -o H5Plapl.o mv -f .deps/H5Plapl.Tpo .deps/H5Plapl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Plcpl.lo -MD -MP -MF .deps/H5Plcpl.Tpo -c -o H5Plcpl.lo H5Plcpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Plcpl.lo -MD -MP -MF .deps/H5Plcpl.Tpo -c H5Plcpl.c -o H5Plcpl.o mv -f .deps/H5Plcpl.Tpo .deps/H5Plcpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pocpl.lo -MD -MP -MF .deps/H5Pocpl.Tpo -c -o H5Pocpl.lo H5Pocpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pocpl.lo -MD -MP -MF .deps/H5Pocpl.Tpo -c H5Pocpl.c -o H5Pocpl.o mv -f .deps/H5Pocpl.Tpo .deps/H5Pocpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pocpypl.lo -MD -MP -MF .deps/H5Pocpypl.Tpo -c -o H5Pocpypl.lo H5Pocpypl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pocpypl.lo -MD -MP -MF .deps/H5Pocpypl.Tpo -c H5Pocpypl.c -o H5Pocpypl.o mv -f .deps/H5Pocpypl.Tpo .deps/H5Pocpypl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pstrcpl.lo -MD -MP -MF .deps/H5Pstrcpl.Tpo -c -o H5Pstrcpl.lo H5Pstrcpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pstrcpl.lo -MD -MP -MF .deps/H5Pstrcpl.Tpo -c H5Pstrcpl.c -o H5Pstrcpl.o mv -f .deps/H5Pstrcpl.Tpo .deps/H5Pstrcpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ptest.lo -MD -MP -MF .deps/H5Ptest.Tpo -c -o H5Ptest.lo H5Ptest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ptest.lo -MD -MP -MF .deps/H5Ptest.Tpo -c H5Ptest.c -o H5Ptest.o mv -f .deps/H5Ptest.Tpo .deps/H5Ptest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5R.lo -MD -MP -MF .deps/H5R.Tpo -c -o H5R.lo H5R.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5R.lo -MD -MP -MF .deps/H5R.Tpo -c H5R.c -o H5R.o mv -f .deps/H5R.Tpo .deps/H5R.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Rdeprec.lo -MD -MP -MF .deps/H5Rdeprec.Tpo -c -o H5Rdeprec.lo H5Rdeprec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Rdeprec.lo -MD -MP -MF .deps/H5Rdeprec.Tpo -c H5Rdeprec.c -o H5Rdeprec.o mv -f .deps/H5Rdeprec.Tpo .deps/H5Rdeprec.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5RC.lo -MD -MP -MF .deps/H5RC.Tpo -c -o H5RC.lo H5RC.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5RC.lo -MD -MP -MF .deps/H5RC.Tpo -c H5RC.c -o H5RC.o mv -f .deps/H5RC.Tpo .deps/H5RC.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5RS.lo -MD -MP -MF .deps/H5RS.Tpo -c -o H5RS.lo H5RS.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5RS.lo -MD -MP -MF .deps/H5RS.Tpo -c H5RS.c -o H5RS.o H5RS.c: In function â??H5RS_xstrdupâ??: H5RS.c:66: warning: unused variable â??FUNCâ?? H5RS.c: In function â??H5RS_wrapâ??: H5RS.c:151: warning: cast discards qualifiers from pointer target type mv -f .deps/H5RS.Tpo .deps/H5RS.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5S.lo -MD -MP -MF .deps/H5S.Tpo -c -o H5S.lo H5S.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5S.lo -MD -MP -MF .deps/H5S.Tpo -c H5S.c -o H5S.o mv -f .deps/H5S.Tpo .deps/H5S.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Sall.lo -MD -MP -MF .deps/H5Sall.Tpo -c -o H5Sall.lo H5Sall.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Sall.lo -MD -MP -MF .deps/H5Sall.Tpo -c H5Sall.c -o H5Sall.o H5Sall.c: In function â??H5S_all_offsetâ??: H5Sall.c:633: warning: unused parameter â??spaceâ?? mv -f .deps/H5Sall.Tpo .deps/H5Sall.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Sdbg.lo -MD -MP -MF .deps/H5Sdbg.Tpo -c -o H5Sdbg.lo H5Sdbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Sdbg.lo -MD -MP -MF .deps/H5Sdbg.Tpo -c H5Sdbg.c -o H5Sdbg.o mv -f .deps/H5Sdbg.Tpo .deps/H5Sdbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Shyper.lo -MD -MP -MF .deps/H5Shyper.Tpo -c -o H5Shyper.lo H5Shyper.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Shyper.lo -MD -MP -MF .deps/H5Shyper.Tpo -c H5Shyper.c -o H5Shyper.o mv -f .deps/H5Shyper.Tpo .deps/H5Shyper.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Smpio.lo -MD -MP -MF .deps/H5Smpio.Tpo -c -o H5Smpio.lo H5Smpio.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Smpio.lo -MD -MP -MF .deps/H5Smpio.Tpo -c H5Smpio.c -o H5Smpio.o mv -f .deps/H5Smpio.Tpo .deps/H5Smpio.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Snone.lo -MD -MP -MF .deps/H5Snone.Tpo -c -o H5Snone.lo H5Snone.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Snone.lo -MD -MP -MF .deps/H5Snone.Tpo -c H5Snone.c -o H5Snone.o H5Snone.c: In function â??H5S_none_offsetâ??: H5Snone.c:589: warning: unused parameter â??spaceâ?? H5Snone.c:589: warning: unused parameter â??offsetâ?? mv -f .deps/H5Snone.Tpo .deps/H5Snone.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Spoint.lo -MD -MP -MF .deps/H5Spoint.Tpo -c -o H5Spoint.lo H5Spoint.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Spoint.lo -MD -MP -MF .deps/H5Spoint.Tpo -c H5Spoint.c -o H5Spoint.o H5Spoint.c: In function â??H5S_point_deserializeâ??: H5Spoint.c:881: warning: passing argument 4 of â??H5S_select_elementsâ?? from incompatible pointer type mv -f .deps/H5Spoint.Tpo .deps/H5Spoint.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Sselect.lo -MD -MP -MF .deps/H5Sselect.Tpo -c -o H5Sselect.lo H5Sselect.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Sselect.lo -MD -MP -MF .deps/H5Sselect.Tpo -c H5Sselect.c -o H5Sselect.o mv -f .deps/H5Sselect.Tpo .deps/H5Sselect.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Stest.lo -MD -MP -MF .deps/H5Stest.Tpo -c -o H5Stest.lo H5Stest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Stest.lo -MD -MP -MF .deps/H5Stest.Tpo -c H5Stest.c -o H5Stest.o mv -f .deps/H5Stest.Tpo .deps/H5Stest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SL.lo -MD -MP -MF .deps/H5SL.Tpo -c -o H5SL.lo H5SL.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SL.lo -MD -MP -MF .deps/H5SL.Tpo -c H5SL.c -o H5SL.o H5SL.c: In function â??H5SL_release_commonâ??: H5SL.c:514: warning: cast discards qualifiers from pointer target type H5SL.c: In function â??H5SL_createâ??: H5SL.c:629: warning: passing argument 4 of â??H5SL_new_nodeâ?? with different width due to prototype H5SL.c:629: warning: large integer implicitly truncated to unsigned type H5SL.c: In function â??H5SL_iterateâ??: H5SL.c:1497: warning: cast discards qualifiers from pointer target type mv -f .deps/H5SL.Tpo .deps/H5SL.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SM.lo -MD -MP -MF .deps/H5SM.Tpo -c -o H5SM.lo H5SM.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SM.lo -MD -MP -MF .deps/H5SM.Tpo -c H5SM.c -o H5SM.o mv -f .deps/H5SM.Tpo .deps/H5SM.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SMbtree2.lo -MD -MP -MF .deps/H5SMbtree2.Tpo -c -o H5SMbtree2.lo H5SMbtree2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SMbtree2.lo -MD -MP -MF .deps/H5SMbtree2.Tpo -c H5SMbtree2.c -o H5SMbtree2.o mv -f .deps/H5SMbtree2.Tpo .deps/H5SMbtree2.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SMcache.lo -MD -MP -MF .deps/H5SMcache.Tpo -c -o H5SMcache.lo H5SMcache.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SMcache.lo -MD -MP -MF .deps/H5SMcache.Tpo -c H5SMcache.c -o H5SMcache.o mv -f .deps/H5SMcache.Tpo .deps/H5SMcache.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SMtest.lo -MD -MP -MF .deps/H5SMtest.Tpo -c -o H5SMtest.lo H5SMtest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SMtest.lo -MD -MP -MF .deps/H5SMtest.Tpo -c H5SMtest.c -o H5SMtest.o mv -f .deps/H5SMtest.Tpo .deps/H5SMtest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5ST.lo -MD -MP -MF .deps/H5ST.Tpo -c -o H5ST.lo H5ST.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5ST.lo -MD -MP -MF .deps/H5ST.Tpo -c H5ST.c -o H5ST.o mv -f .deps/H5ST.Tpo .deps/H5ST.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5T.lo -MD -MP -MF .deps/H5T.Tpo -c -o H5T.lo H5T.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5T.lo -MD -MP -MF .deps/H5T.Tpo -c H5T.c -o H5T.o H5T.c: In function â??H5T_copyâ??: H5T.c:3138: warning: passing argument 1 of â??H5O_openâ?? discards qualifiers from pointer target type H5T.c:3162: warning: passing argument 1 of â??H5O_openâ?? discards qualifiers from pointer target type mv -f .deps/H5T.Tpo .deps/H5T.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tarray.lo -MD -MP -MF .deps/H5Tarray.Tpo -c -o H5Tarray.lo H5Tarray.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tarray.lo -MD -MP -MF .deps/H5Tarray.Tpo -c H5Tarray.c -o H5Tarray.o mv -f .deps/H5Tarray.Tpo .deps/H5Tarray.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tbit.lo -MD -MP -MF .deps/H5Tbit.Tpo -c -o H5Tbit.lo H5Tbit.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tbit.lo -MD -MP -MF .deps/H5Tbit.Tpo -c H5Tbit.c -o H5Tbit.o mv -f .deps/H5Tbit.Tpo .deps/H5Tbit.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tcommit.lo -MD -MP -MF .deps/H5Tcommit.Tpo -c -o H5Tcommit.lo H5Tcommit.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tcommit.lo -MD -MP -MF .deps/H5Tcommit.Tpo -c H5Tcommit.c -o H5Tcommit.o mv -f .deps/H5Tcommit.Tpo .deps/H5Tcommit.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tcompound.lo -MD -MP -MF .deps/H5Tcompound.Tpo -c -o H5Tcompound.lo H5Tcompound.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tcompound.lo -MD -MP -MF .deps/H5Tcompound.Tpo -c H5Tcompound.c -o H5Tcompound.o mv -f .deps/H5Tcompound.Tpo .deps/H5Tcompound.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tconv.lo -MD -MP -MF .deps/H5Tconv.Tpo -c -o H5Tconv.lo H5Tconv.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tconv.lo -MD -MP -MF .deps/H5Tconv.Tpo -c H5Tconv.c -o H5Tconv.o H5Tconv.c: In function â??H5T_conv_struct_initâ??: H5Tconv.c:1838: warning: comparison between signed and unsigned H5Tconv.c:1848: warning: comparison between signed and unsigned H5Tconv.c:1855: warning: empty body in an else-statement H5Tconv.c: In function â??H5T_conv_uchar_shortâ??: H5Tconv.c:4619: warning: comparison is always false due to limited range of data type H5Tconv.c:4619: warning: comparison is always false due to limited range of data type H5Tconv.c:4619: warning: comparison is always false due to limited range of data type H5Tconv.c:4619: warning: comparison is always false due to limited range of data type H5Tconv.c:4619: warning: comparison is always false due to limited range of data type H5Tconv.c:4619: warning: comparison is always false due to limited range of data type H5Tconv.c:4619: warning: comparison is always false due to limited range of data type H5Tconv.c:4619: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_uchar_intâ??: H5Tconv.c:4748: warning: comparison is always false due to limited range of data type H5Tconv.c:4748: warning: comparison is always false due to limited range of data type H5Tconv.c:4748: warning: comparison is always false due to limited range of data type H5Tconv.c:4748: warning: comparison is always false due to limited range of data type H5Tconv.c:4748: warning: comparison is always false due to limited range of data type H5Tconv.c:4748: warning: comparison is always false due to limited range of data type H5Tconv.c:4748: warning: comparison is always false due to limited range of data type H5Tconv.c:4748: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_uchar_longâ??: H5Tconv.c:4877: warning: comparison is always false due to limited range of data type H5Tconv.c:4877: warning: comparison is always false due to limited range of data type H5Tconv.c:4877: warning: comparison is always false due to limited range of data type H5Tconv.c:4877: warning: comparison is always false due to limited range of data type H5Tconv.c:4877: warning: comparison is always false due to limited range of data type H5Tconv.c:4877: warning: comparison is always false due to limited range of data type H5Tconv.c:4877: warning: comparison is always false due to limited range of data type H5Tconv.c:4877: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_uchar_llongâ??: H5Tconv.c:5009: warning: comparison is always false due to limited range of data type H5Tconv.c:5009: warning: comparison is always false due to limited range of data type H5Tconv.c:5009: warning: comparison is always false due to limited range of data type H5Tconv.c:5009: warning: comparison is always false due to limited range of data type H5Tconv.c:5009: warning: comparison is always false due to limited range of data type H5Tconv.c:5009: warning: comparison is always false due to limited range of data type H5Tconv.c:5009: warning: comparison is always false due to limited range of data type H5Tconv.c:5009: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_ushort_intâ??: H5Tconv.c:5339: warning: comparison is always false due to limited range of data type H5Tconv.c:5339: warning: comparison is always false due to limited range of data type H5Tconv.c:5339: warning: comparison is always false due to limited range of data type H5Tconv.c:5339: warning: comparison is always false due to limited range of data type H5Tconv.c:5339: warning: comparison is always false due to limited range of data type H5Tconv.c:5339: warning: comparison is always false due to limited range of data type H5Tconv.c:5339: warning: comparison is always false due to limited range of data type H5Tconv.c:5339: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_ushort_longâ??: H5Tconv.c:5471: warning: comparison is always false due to limited range of data type H5Tconv.c:5471: warning: comparison is always false due to limited range of data type H5Tconv.c:5471: warning: comparison is always false due to limited range of data type H5Tconv.c:5471: warning: comparison is always false due to limited range of data type H5Tconv.c:5471: warning: comparison is always false due to limited range of data type H5Tconv.c:5471: warning: comparison is always false due to limited range of data type H5Tconv.c:5471: warning: comparison is always false due to limited range of data type H5Tconv.c:5471: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_ushort_llongâ??: H5Tconv.c:5603: warning: comparison is always false due to limited range of data type H5Tconv.c:5603: warning: comparison is always false due to limited range of data type H5Tconv.c:5603: warning: comparison is always false due to limited range of data type H5Tconv.c:5603: warning: comparison is always false due to limited range of data type H5Tconv.c:5603: warning: comparison is always false due to limited range of data type H5Tconv.c:5603: warning: comparison is always false due to limited range of data type H5Tconv.c:5603: warning: comparison is always false due to limited range of data type H5Tconv.c:5603: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_uint_longâ??: H5Tconv.c:6060: warning: comparison is always false due to limited range of data type H5Tconv.c:6060: warning: comparison is always false due to limited range of data type H5Tconv.c:6060: warning: comparison is always false due to limited range of data type H5Tconv.c:6060: warning: comparison is always false due to limited range of data type H5Tconv.c:6060: warning: comparison is always false due to limited range of data type H5Tconv.c:6060: warning: comparison is always false due to limited range of data type H5Tconv.c:6060: warning: comparison is always false due to limited range of data type H5Tconv.c:6060: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_uint_llongâ??: H5Tconv.c:6188: warning: comparison is always false due to limited range of data type H5Tconv.c:6188: warning: comparison is always false due to limited range of data type H5Tconv.c:6188: warning: comparison is always false due to limited range of data type H5Tconv.c:6188: warning: comparison is always false due to limited range of data type H5Tconv.c:6188: warning: comparison is always false due to limited range of data type H5Tconv.c:6188: warning: comparison is always false due to limited range of data type H5Tconv.c:6188: warning: comparison is always false due to limited range of data type H5Tconv.c:6188: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_float_scharâ??: H5Tconv.c:8630: warning: comparing floating point with == or != is unsafe H5Tconv.c:8630: warning: comparing floating point with == or != is unsafe H5Tconv.c:8630: warning: comparing floating point with == or != is unsafe H5Tconv.c:8630: warning: comparing floating point with == or != is unsafe H5Tconv.c:8630: warning: comparing floating point with == or != is unsafe H5Tconv.c:8630: warning: comparing floating point with == or != is unsafe H5Tconv.c:8630: warning: comparing floating point with == or != is unsafe H5Tconv.c:8630: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_float_ucharâ??: H5Tconv.c:8662: warning: comparing floating point with == or != is unsafe H5Tconv.c:8662: warning: comparing floating point with == or != is unsafe H5Tconv.c:8662: warning: comparing floating point with == or != is unsafe H5Tconv.c:8662: warning: comparing floating point with == or != is unsafe H5Tconv.c:8662: warning: comparing floating point with == or != is unsafe H5Tconv.c:8662: warning: comparing floating point with == or != is unsafe H5Tconv.c:8662: warning: comparing floating point with == or != is unsafe H5Tconv.c:8662: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_scharâ??: H5Tconv.c:8694: warning: comparing floating point with == or != is unsafe H5Tconv.c:8694: warning: comparing floating point with == or != is unsafe H5Tconv.c:8694: warning: comparing floating point with == or != is unsafe H5Tconv.c:8694: warning: comparing floating point with == or != is unsafe H5Tconv.c:8694: warning: comparing floating point with == or != is unsafe H5Tconv.c:8694: warning: comparing floating point with == or != is unsafe H5Tconv.c:8694: warning: comparing floating point with == or != is unsafe H5Tconv.c:8694: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_ucharâ??: H5Tconv.c:8726: warning: comparing floating point with == or != is unsafe H5Tconv.c:8726: warning: comparing floating point with == or != is unsafe H5Tconv.c:8726: warning: comparing floating point with == or != is unsafe H5Tconv.c:8726: warning: comparing floating point with == or != is unsafe H5Tconv.c:8726: warning: comparing floating point with == or != is unsafe H5Tconv.c:8726: warning: comparing floating point with == or != is unsafe H5Tconv.c:8726: warning: comparing floating point with == or != is unsafe H5Tconv.c:8726: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_scharâ??: H5Tconv.c:8759: warning: comparing floating point with == or != is unsafe H5Tconv.c:8759: warning: comparing floating point with == or != is unsafe H5Tconv.c:8759: warning: comparing floating point with == or != is unsafe H5Tconv.c:8759: warning: comparing floating point with == or != is unsafe H5Tconv.c:8759: warning: comparing floating point with == or != is unsafe H5Tconv.c:8759: warning: comparing floating point with == or != is unsafe H5Tconv.c:8759: warning: comparing floating point with == or != is unsafe H5Tconv.c:8759: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_ucharâ??: H5Tconv.c:8793: warning: comparing floating point with == or != is unsafe H5Tconv.c:8793: warning: comparing floating point with == or != is unsafe H5Tconv.c:8793: warning: comparing floating point with == or != is unsafe H5Tconv.c:8793: warning: comparing floating point with == or != is unsafe H5Tconv.c:8793: warning: comparing floating point with == or != is unsafe H5Tconv.c:8793: warning: comparing floating point with == or != is unsafe H5Tconv.c:8793: warning: comparing floating point with == or != is unsafe H5Tconv.c:8793: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_float_shortâ??: H5Tconv.c:8826: warning: comparing floating point with == or != is unsafe H5Tconv.c:8826: warning: comparing floating point with == or != is unsafe H5Tconv.c:8826: warning: comparing floating point with == or != is unsafe H5Tconv.c:8826: warning: comparing floating point with == or != is unsafe H5Tconv.c:8826: warning: comparing floating point with == or != is unsafe H5Tconv.c:8826: warning: comparing floating point with == or != is unsafe H5Tconv.c:8826: warning: comparing floating point with == or != is unsafe H5Tconv.c:8826: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_float_ushortâ??: H5Tconv.c:8858: warning: comparing floating point with == or != is unsafe H5Tconv.c:8858: warning: comparing floating point with == or != is unsafe H5Tconv.c:8858: warning: comparing floating point with == or != is unsafe H5Tconv.c:8858: warning: comparing floating point with == or != is unsafe H5Tconv.c:8858: warning: comparing floating point with == or != is unsafe H5Tconv.c:8858: warning: comparing floating point with == or != is unsafe H5Tconv.c:8858: warning: comparing floating point with == or != is unsafe H5Tconv.c:8858: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_shortâ??: H5Tconv.c:8890: warning: comparing floating point with == or != is unsafe H5Tconv.c:8890: warning: comparing floating point with == or != is unsafe H5Tconv.c:8890: warning: comparing floating point with == or != is unsafe H5Tconv.c:8890: warning: comparing floating point with == or != is unsafe H5Tconv.c:8890: warning: comparing floating point with == or != is unsafe H5Tconv.c:8890: warning: comparing floating point with == or != is unsafe H5Tconv.c:8890: warning: comparing floating point with == or != is unsafe H5Tconv.c:8890: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_ushortâ??: H5Tconv.c:8922: warning: comparing floating point with == or != is unsafe H5Tconv.c:8922: warning: comparing floating point with == or != is unsafe H5Tconv.c:8922: warning: comparing floating point with == or != is unsafe H5Tconv.c:8922: warning: comparing floating point with == or != is unsafe H5Tconv.c:8922: warning: comparing floating point with == or != is unsafe H5Tconv.c:8922: warning: comparing floating point with == or != is unsafe H5Tconv.c:8922: warning: comparing floating point with == or != is unsafe H5Tconv.c:8922: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_shortâ??: H5Tconv.c:8955: warning: comparing floating point with == or != is unsafe H5Tconv.c:8955: warning: comparing floating point with == or != is unsafe H5Tconv.c:8955: warning: comparing floating point with == or != is unsafe H5Tconv.c:8955: warning: comparing floating point with == or != is unsafe H5Tconv.c:8955: warning: comparing floating point with == or != is unsafe H5Tconv.c:8955: warning: comparing floating point with == or != is unsafe H5Tconv.c:8955: warning: comparing floating point with == or != is unsafe H5Tconv.c:8955: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_ushortâ??: H5Tconv.c:8989: warning: comparing floating point with == or != is unsafe H5Tconv.c:8989: warning: comparing floating point with == or != is unsafe H5Tconv.c:8989: warning: comparing floating point with == or != is unsafe H5Tconv.c:8989: warning: comparing floating point with == or != is unsafe H5Tconv.c:8989: warning: comparing floating point with == or != is unsafe H5Tconv.c:8989: warning: comparing floating point with == or != is unsafe H5Tconv.c:8989: warning: comparing floating point with == or != is unsafe H5Tconv.c:8989: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_float_intâ??: H5Tconv.c:9022: warning: comparing floating point with == or != is unsafe H5Tconv.c:9022: warning: comparing floating point with == or != is unsafe H5Tconv.c:9022: warning: comparing floating point with == or != is unsafe H5Tconv.c:9022: warning: comparing floating point with == or != is unsafe H5Tconv.c:9022: warning: comparing floating point with == or != is unsafe H5Tconv.c:9022: warning: comparing floating point with == or != is unsafe H5Tconv.c:9022: warning: comparing floating point with == or != is unsafe H5Tconv.c:9022: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_float_uintâ??: H5Tconv.c:9054: warning: comparing floating point with == or != is unsafe H5Tconv.c:9054: warning: comparing floating point with == or != is unsafe H5Tconv.c:9054: warning: comparing floating point with == or != is unsafe H5Tconv.c:9054: warning: comparing floating point with == or != is unsafe H5Tconv.c:9054: warning: comparing floating point with == or != is unsafe H5Tconv.c:9054: warning: comparing floating point with == or != is unsafe H5Tconv.c:9054: warning: comparing floating point with == or != is unsafe H5Tconv.c:9054: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_intâ??: H5Tconv.c:9086: warning: comparing floating point with == or != is unsafe H5Tconv.c:9086: warning: comparing floating point with == or != is unsafe H5Tconv.c:9086: warning: comparing floating point with == or != is unsafe H5Tconv.c:9086: warning: comparing floating point with == or != is unsafe H5Tconv.c:9086: warning: comparing floating point with == or != is unsafe H5Tconv.c:9086: warning: comparing floating point with == or != is unsafe H5Tconv.c:9086: warning: comparing floating point with == or != is unsafe H5Tconv.c:9086: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_uintâ??: H5Tconv.c:9118: warning: comparing floating point with == or != is unsafe H5Tconv.c:9118: warning: comparing floating point with == or != is unsafe H5Tconv.c:9118: warning: comparing floating point with == or != is unsafe H5Tconv.c:9118: warning: comparing floating point with == or != is unsafe H5Tconv.c:9118: warning: comparing floating point with == or != is unsafe H5Tconv.c:9118: warning: comparing floating point with == or != is unsafe H5Tconv.c:9118: warning: comparing floating point with == or != is unsafe H5Tconv.c:9118: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_intâ??: H5Tconv.c:9151: warning: comparing floating point with == or != is unsafe H5Tconv.c:9151: warning: comparing floating point with == or != is unsafe H5Tconv.c:9151: warning: comparing floating point with == or != is unsafe H5Tconv.c:9151: warning: comparing floating point with == or != is unsafe H5Tconv.c:9151: warning: comparing floating point with == or != is unsafe H5Tconv.c:9151: warning: comparing floating point with == or != is unsafe H5Tconv.c:9151: warning: comparing floating point with == or != is unsafe H5Tconv.c:9151: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_uintâ??: H5Tconv.c:9185: warning: comparing floating point with == or != is unsafe H5Tconv.c:9185: warning: comparing floating point with == or != is unsafe H5Tconv.c:9185: warning: comparing floating point with == or != is unsafe H5Tconv.c:9185: warning: comparing floating point with == or != is unsafe H5Tconv.c:9185: warning: comparing floating point with == or != is unsafe H5Tconv.c:9185: warning: comparing floating point with == or != is unsafe H5Tconv.c:9185: warning: comparing floating point with == or != is unsafe H5Tconv.c:9185: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_float_longâ??: H5Tconv.c:9218: warning: comparing floating point with == or != is unsafe H5Tconv.c:9218: warning: comparing floating point with == or != is unsafe H5Tconv.c:9218: warning: comparing floating point with == or != is unsafe H5Tconv.c:9218: warning: comparing floating point with == or != is unsafe H5Tconv.c:9218: warning: comparing floating point with == or != is unsafe H5Tconv.c:9218: warning: comparing floating point with == or != is unsafe H5Tconv.c:9218: warning: comparing floating point with == or != is unsafe H5Tconv.c:9218: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_float_ulongâ??: H5Tconv.c:9250: warning: comparing floating point with == or != is unsafe H5Tconv.c:9250: warning: comparing floating point with == or != is unsafe H5Tconv.c:9250: warning: comparing floating point with == or != is unsafe H5Tconv.c:9250: warning: comparing floating point with == or != is unsafe H5Tconv.c:9250: warning: comparing floating point with == or != is unsafe H5Tconv.c:9250: warning: comparing floating point with == or != is unsafe H5Tconv.c:9250: warning: comparing floating point with == or != is unsafe H5Tconv.c:9250: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_longâ??: H5Tconv.c:9282: warning: comparing floating point with == or != is unsafe H5Tconv.c:9282: warning: comparing floating point with == or != is unsafe H5Tconv.c:9282: warning: comparing floating point with == or != is unsafe H5Tconv.c:9282: warning: comparing floating point with == or != is unsafe H5Tconv.c:9282: warning: comparing floating point with == or != is unsafe H5Tconv.c:9282: warning: comparing floating point with == or != is unsafe H5Tconv.c:9282: warning: comparing floating point with == or != is unsafe H5Tconv.c:9282: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_ulongâ??: H5Tconv.c:9314: warning: comparing floating point with == or != is unsafe H5Tconv.c:9314: warning: comparing floating point with == or != is unsafe H5Tconv.c:9314: warning: comparing floating point with == or != is unsafe H5Tconv.c:9314: warning: comparing floating point with == or != is unsafe H5Tconv.c:9314: warning: comparing floating point with == or != is unsafe H5Tconv.c:9314: warning: comparing floating point with == or != is unsafe H5Tconv.c:9314: warning: comparing floating point with == or != is unsafe H5Tconv.c:9314: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_longâ??: H5Tconv.c:9347: warning: comparing floating point with == or != is unsafe H5Tconv.c:9347: warning: comparing floating point with == or != is unsafe H5Tconv.c:9347: warning: comparing floating point with == or != is unsafe H5Tconv.c:9347: warning: comparing floating point with == or != is unsafe H5Tconv.c:9347: warning: comparing floating point with == or != is unsafe H5Tconv.c:9347: warning: comparing floating point with == or != is unsafe H5Tconv.c:9347: warning: comparing floating point with == or != is unsafe H5Tconv.c:9347: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_ulongâ??: H5Tconv.c:9381: warning: comparing floating point with == or != is unsafe H5Tconv.c:9381: warning: comparing floating point with == or != is unsafe H5Tconv.c:9381: warning: comparing floating point with == or != is unsafe H5Tconv.c:9381: warning: comparing floating point with == or != is unsafe H5Tconv.c:9381: warning: comparing floating point with == or != is unsafe H5Tconv.c:9381: warning: comparing floating point with == or != is unsafe H5Tconv.c:9381: warning: comparing floating point with == or != is unsafe H5Tconv.c:9381: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_float_llongâ??: H5Tconv.c:9415: warning: comparing floating point with == or != is unsafe H5Tconv.c:9415: warning: comparing floating point with == or != is unsafe H5Tconv.c:9415: warning: comparing floating point with == or != is unsafe H5Tconv.c:9415: warning: comparing floating point with == or != is unsafe H5Tconv.c:9415: warning: comparing floating point with == or != is unsafe H5Tconv.c:9415: warning: comparing floating point with == or != is unsafe H5Tconv.c:9415: warning: comparing floating point with == or != is unsafe H5Tconv.c:9415: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_llongâ??: H5Tconv.c:9483: warning: comparing floating point with == or != is unsafe H5Tconv.c:9483: warning: comparing floating point with == or != is unsafe H5Tconv.c:9483: warning: comparing floating point with == or != is unsafe H5Tconv.c:9483: warning: comparing floating point with == or != is unsafe H5Tconv.c:9483: warning: comparing floating point with == or != is unsafe H5Tconv.c:9483: warning: comparing floating point with == or != is unsafe H5Tconv.c:9483: warning: comparing floating point with == or != is unsafe H5Tconv.c:9483: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_llongâ??: H5Tconv.c:9551: warning: comparing floating point with == or != is unsafe H5Tconv.c:9551: warning: comparing floating point with == or != is unsafe H5Tconv.c:9551: warning: comparing floating point with == or != is unsafe H5Tconv.c:9551: warning: comparing floating point with == or != is unsafe H5Tconv.c:9551: warning: comparing floating point with == or != is unsafe H5Tconv.c:9551: warning: comparing floating point with == or != is unsafe H5Tconv.c:9551: warning: comparing floating point with == or != is unsafe H5Tconv.c:9551: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_f_iâ??: H5Tconv.c:9708: warning: cast from function call of type â??doubleâ?? to non-matching type â??long unsigned intâ?? H5Tconv.c: In function â??H5T_conv_i_fâ??: H5Tconv.c:10506: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long unsigned intâ?? mv -f .deps/H5Tconv.Tpo .deps/H5Tconv.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tcset.lo -MD -MP -MF .deps/H5Tcset.Tpo -c -o H5Tcset.lo H5Tcset.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tcset.lo -MD -MP -MF .deps/H5Tcset.Tpo -c H5Tcset.c -o H5Tcset.o mv -f .deps/H5Tcset.Tpo .deps/H5Tcset.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tdbg.lo -MD -MP -MF .deps/H5Tdbg.Tpo -c -o H5Tdbg.lo H5Tdbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tdbg.lo -MD -MP -MF .deps/H5Tdbg.Tpo -c H5Tdbg.c -o H5Tdbg.o mv -f .deps/H5Tdbg.Tpo .deps/H5Tdbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tdeprec.lo -MD -MP -MF .deps/H5Tdeprec.Tpo -c -o H5Tdeprec.lo H5Tdeprec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tdeprec.lo -MD -MP -MF .deps/H5Tdeprec.Tpo -c H5Tdeprec.c -o H5Tdeprec.o mv -f .deps/H5Tdeprec.Tpo .deps/H5Tdeprec.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tenum.lo -MD -MP -MF .deps/H5Tenum.Tpo -c -o H5Tenum.lo H5Tenum.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tenum.lo -MD -MP -MF .deps/H5Tenum.Tpo -c H5Tenum.c -o H5Tenum.o mv -f .deps/H5Tenum.Tpo .deps/H5Tenum.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tfields.lo -MD -MP -MF .deps/H5Tfields.Tpo -c -o H5Tfields.lo H5Tfields.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tfields.lo -MD -MP -MF .deps/H5Tfields.Tpo -c H5Tfields.c -o H5Tfields.o mv -f .deps/H5Tfields.Tpo .deps/H5Tfields.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tfixed.lo -MD -MP -MF .deps/H5Tfixed.Tpo -c -o H5Tfixed.lo H5Tfixed.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tfixed.lo -MD -MP -MF .deps/H5Tfixed.Tpo -c H5Tfixed.c -o H5Tfixed.o mv -f .deps/H5Tfixed.Tpo .deps/H5Tfixed.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tfloat.lo -MD -MP -MF .deps/H5Tfloat.Tpo -c -o H5Tfloat.lo H5Tfloat.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tfloat.lo -MD -MP -MF .deps/H5Tfloat.Tpo -c H5Tfloat.c -o H5Tfloat.o mv -f .deps/H5Tfloat.Tpo .deps/H5Tfloat.Plo gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -g -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5detect-H5detect.o -MD -MP -MF .deps/H5detect-H5detect.Tpo -c -o H5detect-H5detect.o `test -f 'H5detect.c' || echo './'`H5detect.c H5detect.c: In function â??bit_cmpâ??: H5detect.c:810: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:810: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:815: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:815: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c: In function â??fix_orderâ??: H5detect.c:871: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:871: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c: In function â??imp_bitâ??: H5detect.c:935: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:935: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c: In function â??detect_C89_integersâ??: H5detect.c:1158: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1158: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1158: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1158: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1158: warning: cast discards qualifiers from pointer target type H5detect.c:1158: warning: cast discards qualifiers from pointer target type H5detect.c:1159: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1159: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1159: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1159: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1159: warning: cast discards qualifiers from pointer target type H5detect.c:1159: warning: cast discards qualifiers from pointer target type H5detect.c:1160: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1160: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1160: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1160: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1160: warning: cast discards qualifiers from pointer target type H5detect.c:1160: warning: cast discards qualifiers from pointer target type H5detect.c:1161: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1161: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1161: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1161: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1161: warning: cast discards qualifiers from pointer target type H5detect.c:1161: warning: cast discards qualifiers from pointer target type H5detect.c:1162: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1162: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1162: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1162: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1162: warning: cast discards qualifiers from pointer target type H5detect.c:1162: warning: cast discards qualifiers from pointer target type H5detect.c:1163: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1163: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1163: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1163: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1163: warning: cast discards qualifiers from pointer target type H5detect.c:1163: warning: cast discards qualifiers from pointer target type H5detect.c:1164: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1164: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1164: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1164: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1164: warning: cast discards qualifiers from pointer target type H5detect.c:1164: warning: cast discards qualifiers from pointer target type H5detect.c:1165: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1165: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1165: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1165: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1165: warning: cast discards qualifiers from pointer target type H5detect.c:1165: warning: cast discards qualifiers from pointer target type H5detect.c: In function â??detect_C89_floatsâ??: H5detect.c:1186: warning: passing argument 1 of â??byte_cmpâ?? with different width due to prototype H5detect.c:1186: warning: passing argument 1 of â??fix_orderâ?? with different width due to prototype H5detect.c:1186: warning: passing argument 1 of â??imp_bitâ?? with different width due to prototype H5detect.c:1186: warning: passing argument 1 of â??bit_cmpâ?? with different width due to prototype H5detect.c:1186: warning: passing argument 1 of â??bit_cmpâ?? with different width due to prototype H5detect.c:1186: warning: cast discards qualifiers from pointer target type H5detect.c:1186: warning: cast discards qualifiers from pointer target type H5detect.c:1186: warning: comparing floating point with == or != is unsafe H5detect.c:1187: warning: passing argument 1 of â??byte_cmpâ?? with different width due to prototype H5detect.c:1187: warning: passing argument 1 of â??fix_orderâ?? with different width due to prototype H5detect.c:1187: warning: passing argument 1 of â??imp_bitâ?? with different width due to prototype H5detect.c:1187: warning: passing argument 1 of â??bit_cmpâ?? with different width due to prototype H5detect.c:1187: warning: passing argument 1 of â??bit_cmpâ?? with different width due to prototype H5detect.c:1187: warning: cast discards qualifiers from pointer target type H5detect.c:1187: warning: cast discards qualifiers from pointer target type H5detect.c:1187: warning: comparing floating point with == or != is unsafe H5detect.c: In function â??detect_C99_integers8â??: H5detect.c:1209: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1209: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1209: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1209: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1209: warning: cast discards qualifiers from pointer target type H5detect.c:1209: warning: cast discards qualifiers from pointer target type H5detect.c:1212: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1212: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1212: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1212: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1212: warning: cast discards qualifiers from pointer target type H5detect.c:1212: warning: cast discards qualifiers from pointer target type H5detect.c:1215: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1215: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1215: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1215: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1215: warning: cast discards qualifiers from pointer target type H5detect.c:1215: warning: cast discards qualifiers from pointer target type H5detect.c:1218: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1218: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1218: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1218: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1218: warning: cast discards qualifiers from pointer target type H5detect.c:1218: warning: cast discards qualifiers from pointer target type H5detect.c:1221: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1221: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1221: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1221: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1221: warning: cast discards qualifiers from pointer target type H5detect.c:1221: warning: cast discards qualifiers from pointer target type H5detect.c:1224: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1224: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1224: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1224: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1224: warning: cast discards qualifiers from pointer target type H5detect.c:1224: warning: cast discards qualifiers from pointer target type H5detect.c: In function â??detect_C99_integers16â??: H5detect.c:1247: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1247: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1247: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1247: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1247: warning: cast discards qualifiers from pointer target type H5detect.c:1247: warning: cast discards qualifiers from pointer target type H5detect.c:1250: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1250: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1250: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1250: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1250: warning: cast discards qualifiers from pointer target type H5detect.c:1250: warning: cast discards qualifiers from pointer target type H5detect.c:1253: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1253: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1253: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1253: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1253: warning: cast discards qualifiers from pointer target type H5detect.c:1253: warning: cast discards qualifiers from pointer target type H5detect.c:1256: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1256: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1256: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1256: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1256: warning: cast discards qualifiers from pointer target type H5detect.c:1256: warning: cast discards qualifiers from pointer target type H5detect.c:1259: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1259: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1259: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1259: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1259: warning: cast discards qualifiers from pointer target type H5detect.c:1259: warning: cast discards qualifiers from pointer target type H5detect.c:1262: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1262: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1262: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1262: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1262: warning: cast discards qualifiers from pointer target type H5detect.c:1262: warning: cast discards qualifiers from pointer target type H5detect.c: In function â??detect_C99_integers32â??: H5detect.c:1285: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1285: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1285: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1285: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1285: warning: cast discards qualifiers from pointer target type H5detect.c:1285: warning: cast discards qualifiers from pointer target type H5detect.c:1288: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1288: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1288: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1288: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1288: warning: cast discards qualifiers from pointer target type H5detect.c:1288: warning: cast discards qualifiers from pointer target type H5detect.c:1291: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1291: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1291: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1291: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1291: warning: cast discards qualifiers from pointer target type H5detect.c:1291: warning: cast discards qualifiers from pointer target type H5detect.c:1294: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1294: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1294: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1294: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1294: warning: cast discards qualifiers from pointer target type H5detect.c:1294: warning: cast discards qualifiers from pointer target type H5detect.c:1297: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1297: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1297: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1297: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1297: warning: cast discards qualifiers from pointer target type H5detect.c:1297: warning: cast discards qualifiers from pointer target type H5detect.c:1300: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1300: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1300: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1300: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1300: warning: cast discards qualifiers from pointer target type H5detect.c:1300: warning: cast discards qualifiers from pointer target type H5detect.c: In function â??detect_C99_integers64â??: H5detect.c:1323: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1323: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1323: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1323: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1323: warning: cast discards qualifiers from pointer target type H5detect.c:1323: warning: cast discards qualifiers from pointer target type H5detect.c:1326: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1326: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1326: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1326: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1326: warning: cast discards qualifiers from pointer target type H5detect.c:1326: warning: cast discards qualifiers from pointer target type H5detect.c:1329: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1329: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1329: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1329: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1329: warning: cast discards qualifiers from pointer target type H5detect.c:1329: warning: cast discards qualifiers from pointer target type H5detect.c:1332: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1332: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1332: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1332: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1332: warning: cast discards qualifiers from pointer target type H5detect.c:1332: warning: cast discards qualifiers from pointer target type H5detect.c:1335: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1335: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1335: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1335: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1335: warning: cast discards qualifiers from pointer target type H5detect.c:1335: warning: cast discards qualifiers from pointer target type H5detect.c:1338: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1338: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1338: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1338: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1338: warning: cast discards qualifiers from pointer target type H5detect.c:1338: warning: cast discards qualifiers from pointer target type H5detect.c:1342: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1342: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1342: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1342: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1342: warning: cast discards qualifiers from pointer target type H5detect.c:1342: warning: cast discards qualifiers from pointer target type H5detect.c:1343: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1343: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1343: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1343: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1343: warning: cast discards qualifiers from pointer target type H5detect.c:1343: warning: cast discards qualifiers from pointer target type H5detect.c: In function â??detect_C99_floatsâ??: H5detect.c:1408: warning: passing argument 1 of â??byte_cmpâ?? with different width due to prototype H5detect.c:1408: warning: passing argument 1 of â??fix_orderâ?? with different width due to prototype H5detect.c:1408: warning: passing argument 1 of â??imp_bitâ?? with different width due to prototype H5detect.c:1408: warning: passing argument 1 of â??bit_cmpâ?? with different width due to prototype H5detect.c:1408: warning: passing argument 1 of â??bit_cmpâ?? with different width due to prototype H5detect.c:1408: warning: cast discards qualifiers from pointer target type H5detect.c:1408: warning: cast discards qualifiers from pointer target type H5detect.c:1408: warning: comparing floating point with == or != is unsafe H5detect.c: In function â??sigsegv_handlerâ??: H5detect.c:468: warning: function might be possible candidate for attribute â??noreturnâ?? H5detect.c: In function â??sigbus_handlerâ??: H5detect.c:493: warning: function might be possible candidate for attribute â??noreturnâ?? mv -f .deps/H5detect-H5detect.Tpo .deps/H5detect-H5detect.Po /bin/sh ../libtool --tag=CC --mode=link gcc -g -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o H5detect H5detect-H5detect.o -lm libtool: link: gcc -g -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o H5detect H5detect-H5detect.o -lm LD_LIBRARY_PATH="$LD_LIBRARY_PATH`echo | \ sed -e 's/-L/:/g' -e 's/ //g'`" \ ./H5detect > H5Tinit.c || \ (test $HDF5_Make_Ignore && echo "*** Error ignored") || \ (rm -f H5Tinit.c ; exit 1) /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tinit.lo -MD -MP -MF .deps/H5Tinit.Tpo -c -o H5Tinit.lo H5Tinit.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tinit.lo -MD -MP -MF .deps/H5Tinit.Tpo -c H5Tinit.c -o H5Tinit.o mv -f .deps/H5Tinit.Tpo .deps/H5Tinit.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tnative.lo -MD -MP -MF .deps/H5Tnative.Tpo -c -o H5Tnative.lo H5Tnative.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tnative.lo -MD -MP -MF .deps/H5Tnative.Tpo -c H5Tnative.c -o H5Tnative.o mv -f .deps/H5Tnative.Tpo .deps/H5Tnative.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Toffset.lo -MD -MP -MF .deps/H5Toffset.Tpo -c -o H5Toffset.lo H5Toffset.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Toffset.lo -MD -MP -MF .deps/H5Toffset.Tpo -c H5Toffset.c -o H5Toffset.o mv -f .deps/H5Toffset.Tpo .deps/H5Toffset.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Toh.lo -MD -MP -MF .deps/H5Toh.Tpo -c -o H5Toh.lo H5Toh.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Toh.lo -MD -MP -MF .deps/H5Toh.Tpo -c H5Toh.c -o H5Toh.o mv -f .deps/H5Toh.Tpo .deps/H5Toh.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Topaque.lo -MD -MP -MF .deps/H5Topaque.Tpo -c -o H5Topaque.lo H5Topaque.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Topaque.lo -MD -MP -MF .deps/H5Topaque.Tpo -c H5Topaque.c -o H5Topaque.o mv -f .deps/H5Topaque.Tpo .deps/H5Topaque.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Torder.lo -MD -MP -MF .deps/H5Torder.Tpo -c -o H5Torder.lo H5Torder.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Torder.lo -MD -MP -MF .deps/H5Torder.Tpo -c H5Torder.c -o H5Torder.o mv -f .deps/H5Torder.Tpo .deps/H5Torder.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tpad.lo -MD -MP -MF .deps/H5Tpad.Tpo -c -o H5Tpad.lo H5Tpad.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tpad.lo -MD -MP -MF .deps/H5Tpad.Tpo -c H5Tpad.c -o H5Tpad.o mv -f .deps/H5Tpad.Tpo .deps/H5Tpad.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tprecis.lo -MD -MP -MF .deps/H5Tprecis.Tpo -c -o H5Tprecis.lo H5Tprecis.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tprecis.lo -MD -MP -MF .deps/H5Tprecis.Tpo -c H5Tprecis.c -o H5Tprecis.o mv -f .deps/H5Tprecis.Tpo .deps/H5Tprecis.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tstrpad.lo -MD -MP -MF .deps/H5Tstrpad.Tpo -c -o H5Tstrpad.lo H5Tstrpad.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tstrpad.lo -MD -MP -MF .deps/H5Tstrpad.Tpo -c H5Tstrpad.c -o H5Tstrpad.o mv -f .deps/H5Tstrpad.Tpo .deps/H5Tstrpad.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tvisit.lo -MD -MP -MF .deps/H5Tvisit.Tpo -c -o H5Tvisit.lo H5Tvisit.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tvisit.lo -MD -MP -MF .deps/H5Tvisit.Tpo -c H5Tvisit.c -o H5Tvisit.o mv -f .deps/H5Tvisit.Tpo .deps/H5Tvisit.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tvlen.lo -MD -MP -MF .deps/H5Tvlen.Tpo -c -o H5Tvlen.lo H5Tvlen.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tvlen.lo -MD -MP -MF .deps/H5Tvlen.Tpo -c H5Tvlen.c -o H5Tvlen.o mv -f .deps/H5Tvlen.Tpo .deps/H5Tvlen.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5TS.lo -MD -MP -MF .deps/H5TS.Tpo -c -o H5TS.lo H5TS.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5TS.lo -MD -MP -MF .deps/H5TS.Tpo -c H5TS.c -o H5TS.o mv -f .deps/H5TS.Tpo .deps/H5TS.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5V.lo -MD -MP -MF .deps/H5V.Tpo -c -o H5V.lo H5V.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5V.lo -MD -MP -MF .deps/H5V.Tpo -c H5V.c -o H5V.o mv -f .deps/H5V.Tpo .deps/H5V.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5WB.lo -MD -MP -MF .deps/H5WB.Tpo -c -o H5WB.lo H5WB.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5WB.lo -MD -MP -MF .deps/H5WB.Tpo -c H5WB.c -o H5WB.o mv -f .deps/H5WB.Tpo .deps/H5WB.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Z.lo -MD -MP -MF .deps/H5Z.Tpo -c -o H5Z.lo H5Z.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Z.lo -MD -MP -MF .deps/H5Z.Tpo -c H5Z.c -o H5Z.o mv -f .deps/H5Z.Tpo .deps/H5Z.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zdeflate.lo -MD -MP -MF .deps/H5Zdeflate.Tpo -c -o H5Zdeflate.lo H5Zdeflate.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zdeflate.lo -MD -MP -MF .deps/H5Zdeflate.Tpo -c H5Zdeflate.c -o H5Zdeflate.o mv -f .deps/H5Zdeflate.Tpo .deps/H5Zdeflate.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zfletcher32.lo -MD -MP -MF .deps/H5Zfletcher32.Tpo -c -o H5Zfletcher32.lo H5Zfletcher32.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zfletcher32.lo -MD -MP -MF .deps/H5Zfletcher32.Tpo -c H5Zfletcher32.c -o H5Zfletcher32.o mv -f .deps/H5Zfletcher32.Tpo .deps/H5Zfletcher32.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Znbit.lo -MD -MP -MF .deps/H5Znbit.Tpo -c -o H5Znbit.lo H5Znbit.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Znbit.lo -MD -MP -MF .deps/H5Znbit.Tpo -c H5Znbit.c -o H5Znbit.o mv -f .deps/H5Znbit.Tpo .deps/H5Znbit.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zshuffle.lo -MD -MP -MF .deps/H5Zshuffle.Tpo -c -o H5Zshuffle.lo H5Zshuffle.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zshuffle.lo -MD -MP -MF .deps/H5Zshuffle.Tpo -c H5Zshuffle.c -o H5Zshuffle.o mv -f .deps/H5Zshuffle.Tpo .deps/H5Zshuffle.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zszip.lo -MD -MP -MF .deps/H5Zszip.Tpo -c -o H5Zszip.lo H5Zszip.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zszip.lo -MD -MP -MF .deps/H5Zszip.Tpo -c H5Zszip.c -o H5Zszip.o mv -f .deps/H5Zszip.Tpo .deps/H5Zszip.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zscaleoffset.lo -MD -MP -MF .deps/H5Zscaleoffset.Tpo -c -o H5Zscaleoffset.lo H5Zscaleoffset.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zscaleoffset.lo -MD -MP -MF .deps/H5Zscaleoffset.Tpo -c H5Zscaleoffset.c -o H5Zscaleoffset.o H5Zscaleoffset.c: In function â??H5Z_scaleoffset_postdecompress_fdâ??: H5Zscaleoffset.c:1382: warning: comparison between signed and unsigned H5Zscaleoffset.c:1382: warning: comparison between signed and unsigned H5Zscaleoffset.c:1382: warning: comparison between signed and unsigned H5Zscaleoffset.c:1385: warning: comparison between signed and unsigned H5Zscaleoffset.c:1385: warning: comparison between signed and unsigned H5Zscaleoffset.c:1385: warning: comparison between signed and unsigned H5Zscaleoffset.c: In function â??H5Z_scaleoffset_decompress_one_atomicâ??: H5Zscaleoffset.c:1449: warning: comparison between signed and unsigned H5Zscaleoffset.c: In function â??H5Z_scaleoffset_compress_one_atomicâ??: H5Zscaleoffset.c:1523: warning: comparison between signed and unsigned mv -f .deps/H5Zscaleoffset.Tpo .deps/H5Zscaleoffset.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ztrans.lo -MD -MP -MF .deps/H5Ztrans.Tpo -c -o H5Ztrans.lo H5Ztrans.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ztrans.lo -MD -MP -MF .deps/H5Ztrans.Tpo -c H5Ztrans.c -o H5Ztrans.o mv -f .deps/H5Ztrans.Tpo .deps/H5Ztrans.Plo /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -version-info 5:1:0 -o libhdf5.la -rpath /usr/local/lib H5.lo H5checksum.lo H5dbg.lo H5system.lo H5timer.lo H5trace.lo H5A.lo H5Abtree2.lo H5Adense.lo H5Adeprec.lo H5Aint.lo H5Atest.lo H5AC.lo H5B.lo H5Bcache.lo H5B2.lo H5B2cache.lo H5B2dbg.lo H5B2int.lo H5B2stat.lo H5B2test.lo H5C.lo H5CS.lo H5D.lo H5Dchunk.lo H5Dcompact.lo H5Dcontig.lo H5Ddbg.lo H5Ddeprec.lo H5Defl.lo H5Dfill.lo H5Dint.lo H5Dio.lo H5Distore.lo H5Dmpio.lo H5Doh.lo H5Dscatgath.lo H5Dselect.lo H5Dtest.lo H5E.lo H5Edeprec.lo H5Eint.lo H5F.lo H5Fdbg.lo H5Ffake.lo H5Fmount.lo H5Fsfile.lo H5Fsuper.lo H5Ftest.lo H5FD.lo H5FDcore.lo H5FDdirect.lo H5FDfamily.lo H5FDlog.lo H5FDmpi.lo H5FDmpio.lo H5FDmpiposix.lo H5FDmulti.lo H5FDsec2.lo H5FDspace.lo H5FDstdio.lo H5FL.lo H5FO.lo H5FS.lo H5FScache.lo H5FSdbg.lo H5FSsection.lo H5G.lo H5Gbtree2.lo H5Gcompact.lo H5Gdense.lo H5Gdeprec.lo H5Gent.lo H5Gint.lo H5Glink.lo H5Gloc.lo H5Gname.lo H5Gnode.lo H5Gobj.lo H5Goh.lo H5Gstab.lo H5Gtest.lo H5Gtraverse.lo H5HF.lo H5HFbtree2.lo H5HFcache.lo H5HFdbg.lo H5HFdblock.lo H5HFdtable.lo H5HFhdr.lo H5HFhuge.lo H5HFiblock.lo H5HFiter.lo H5HFman.lo H5HFsection.lo H5HFspace.lo H5HFstat.lo H5HFtest.lo H5HFtiny.lo H5HG.lo H5HGdbg.lo H5HL.lo H5HLdbg.lo H5HP.lo H5I.lo H5L.lo H5Lexternal.lo H5MF.lo H5MM.lo H5MP.lo H5MPtest.lo H5O.lo H5Oainfo.lo H5Oalloc.lo H5Oattr.lo H5Oattribute.lo H5Obogus.lo H5Obtreek.lo H5Ocache.lo H5Ocont.lo H5Ocopy.lo H5Odbg.lo H5Odrvinfo.lo H5Odtype.lo H5Oefl.lo H5Ofill.lo H5Oginfo.lo H5Olayout.lo H5Olinfo.lo H5Olink.lo H5Omessage.lo H5Omtime.lo H5Oname.lo H5Onull.lo H5Opline.lo H5Orefcount.lo H5Osdspace.lo H5Oshared.lo H5Ostab.lo H5Oshmesg.lo H5Otest.lo H5Ounknown.lo H5P.lo H5Pacpl.lo H5Pdcpl.lo H5Pdeprec.lo H5Pdxpl.lo H5Pfapl.lo H5Pfcpl.lo H5Pfmpl.lo H5Pgcpl.lo H5Pint.lo H5Plapl.lo H5Plcpl.lo H5Pocpl.lo H5Pocpypl.lo H5Pstrcpl.lo H5Ptest.lo H5R.lo H5Rdeprec.lo H5RC.lo H5RS.lo H5S.lo H5Sall.lo H5Sdbg.lo H5Shyper.lo H5Smpio.lo H5Snone.lo H5Spoint.lo H5Sselect.lo H5Stest.lo H5SL.lo H5SM.lo H5SMbtree2.lo H5SMcache.lo H5SMtest.lo H5ST.lo H5T.lo H5Tarray.lo H5Tbit.lo H5Tcommit.lo H5Tcompound.lo H5Tconv.lo H5Tcset.lo H5Tdbg.lo H5Tdeprec.lo H5Tenum.lo H5Tfields.lo H5Tfixed.lo H5Tfloat.lo H5Tinit.lo H5Tnative.lo H5Toffset.lo H5Toh.lo H5Topaque.lo H5Torder.lo H5Tpad.lo H5Tprecis.lo H5Tstrpad.lo H5Tvisit.lo H5Tvlen.lo H5TS.lo H5V.lo H5WB.lo H5Z.lo H5Zdeflate.lo H5Zfletcher32.lo H5Znbit.lo H5Zshuffle.lo H5Zszip.lo H5Zscaleoffset.lo H5Ztrans.lo -lm libtool: link: ar cru .libs/libhdf5.a H5.o H5checksum.o H5dbg.o H5system.o H5timer.o H5trace.o H5A.o H5Abtree2.o H5Adense.o H5Adeprec.o H5Aint.o H5Atest.o H5AC.o H5B.o H5Bcache.o H5B2.o H5B2cache.o H5B2dbg.o H5B2int.o H5B2stat.o H5B2test.o H5C.o H5CS.o H5D.o H5Dchunk.o H5Dcompact.o H5Dcontig.o H5Ddbg.o H5Ddeprec.o H5Defl.o H5Dfill.o H5Dint.o H5Dio.o H5Distore.o H5Dmpio.o H5Doh.o H5Dscatgath.o H5Dselect.o H5Dtest.o H5E.o H5Edeprec.o H5Eint.o H5F.o H5Fdbg.o H5Ffake.o H5Fmount.o H5Fsfile.o H5Fsuper.o H5Ftest.o H5FD.o H5FDcore.o H5FDdirect.o H5FDfamily.o H5FDlog.o H5FDmpi.o H5FDmpio.o H5FDmpiposix.o H5FDmulti.o H5FDsec2.o H5FDspace.o H5FDstdio.o H5FL.o H5FO.o H5FS.o H5FScache.o H5FSdbg.o H5FSsection.o H5G.o H5Gbtree2.o H5Gcompact.o H5Gdense.o H5Gdeprec.o H5Gent.o H5Gint.o H5Glink.o H5Gloc.o H5Gname.o H5Gnode.o H5Gobj.o H5Goh.o H5Gstab.o H5Gtest.o H5Gtraverse.o H5HF.o H5HFbtree2.o H5HFcache.o H5HFdbg.o H5HFdblock.o H5HFdtable.o H5HFhdr.o H5HFhuge.o H5HFiblock.o H5HFiter.o H5HFman.o H5HFsection.o H5HFspace.o H5HFstat.o H5HFtest.o H5HFtiny.o H5HG.o H5HGdbg.o H5HL.o H5HLdbg.o H5HP.o H5I.o H5L.o H5Lexternal.o H5MF.o H5MM.o H5MP.o H5MPtest.o H5O.o H5Oainfo.o H5Oalloc.o H5Oattr.o H5Oattribute.o H5Obogus.o H5Obtreek.o H5Ocache.o H5Ocont.o H5Ocopy.o H5Odbg.o H5Odrvinfo.o H5Odtype.o H5Oefl.o H5Ofill.o H5Oginfo.o H5Olayout.o H5Olinfo.o H5Olink.o H5Omessage.o H5Omtime.o H5Oname.o H5Onull.o H5Opline.o H5Orefcount.o H5Osdspace.o H5Oshared.o H5Ostab.o H5Oshmesg.o H5Otest.o H5Ounknown.o H5P.o H5Pacpl.o H5Pdcpl.o H5Pdeprec.o H5Pdxpl.o H5Pfapl.o H5Pfcpl.o H5Pfmpl.o H5Pgcpl.o H5Pint.o H5Plapl.o H5Plcpl.o H5Pocpl.o H5Pocpypl.o H5Pstrcpl.o H5Ptest.o H5R.o H5Rdeprec.o H5RC.o H5RS.o H5S.o H5Sall.o H5Sdbg.o H5Shyper.o H5Smpio.o H5Snone.o H5Spoint.o H5Sselect.o H5Stest.o H5SL.o H5SM.o H5SMbtree2.o H5SMcache.o H5SMtest.o H5ST.o H5T.o H5Tarray.o H5Tbit.o H5Tcommit.o H5Tcompound.o H5Tconv.o H5Tcset.o H5Tdbg.o H5Tdeprec.o H5Tenum.o H5Tfields.o H5Tfixed.o H5Tfloat.o H5Tinit.o H5Tnative.o H5Toffset.o H5Toh.o H5Topaque.o H5Torder.o H5Tpad.o H5Tprecis.o H5Tstrpad.o H5Tvisit.o H5Tvlen.o H5TS.o H5V.o H5WB.o H5Z.o H5Zdeflate.o H5Zfletcher32.o H5Znbit.o H5Zshuffle.o H5Zszip.o H5Zscaleoffset.o H5Ztrans.o ranlib: file: .libs/libhdf5.a(H5CS.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Dmpio.o) has no symbols ranlib: file: .libs/libhdf5.a(H5FDdirect.o) has no symbols ranlib: file: .libs/libhdf5.a(H5FDmpio.o) has no symbols ranlib: file: .libs/libhdf5.a(H5FDmpiposix.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Obogus.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Smpio.o) has no symbols ranlib: file: .libs/libhdf5.a(H5TS.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Zdeflate.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Zszip.o) has no symbols libtool: link: ranlib .libs/libhdf5.a ranlib: file: .libs/libhdf5.a(H5CS.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Dmpio.o) has no symbols ranlib: file: .libs/libhdf5.a(H5FDdirect.o) has no symbols ranlib: file: .libs/libhdf5.a(H5FDmpio.o) has no symbols ranlib: file: .libs/libhdf5.a(H5FDmpiposix.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Obogus.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Smpio.o) has no symbols ranlib: file: .libs/libhdf5.a(H5TS.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Zdeflate.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Zszip.o) has no symbols libtool: link: ( cd ".libs" && rm -f "libhdf5.la" && ln -s "../libhdf5.la" "libhdf5.la" ) Making all in test /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5test.lo -MD -MP -MF .deps/h5test.Tpo -c -o h5test.lo h5test.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5test.lo -MD -MP -MF .deps/h5test.Tpo -c h5test.c -o h5test.o h5test.c: In function â??h5_cleanupâ??: h5test.c:176: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype h5test.c:176: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype h5test.c: In function â??h5_fixnameâ??: h5test.c:420: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype h5test.c: In function â??h5_fileaccessâ??: h5test.c:565: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype h5test.c:565: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype h5test.c: In function â??print_funcâ??: h5test.c:885: warning: function might be possible candidate for â??printfâ?? format attribute mv -f .deps/h5test.Tpo .deps/h5test.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT testframe.lo -MD -MP -MF .deps/testframe.Tpo -c -o testframe.lo testframe.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT testframe.lo -MD -MP -MF .deps/testframe.Tpo -c testframe.c -o testframe.o testframe.c: In function â??TestErrPrintfâ??: testframe.c:534: warning: function might be possible candidate for â??printfâ?? format attribute mv -f .deps/testframe.Tpo .deps/testframe.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT cache_common.lo -MD -MP -MF .deps/cache_common.Tpo -c -o cache_common.lo cache_common.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT cache_common.lo -MD -MP -MF .deps/cache_common.Tpo -c cache_common.c -o cache_common.o mv -f .deps/cache_common.Tpo .deps/cache_common.Plo /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o libh5test.la h5test.lo testframe.lo cache_common.lo -lm libtool: link: ar cru .libs/libh5test.a h5test.o testframe.o cache_common.o libtool: link: ranlib .libs/libh5test.a libtool: link: ( cd ".libs" && rm -f "libh5test.la" && ln -s "../libh5test.la" "libh5test.la" ) gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT testhdf5.o -MD -MP -MF .deps/testhdf5.Tpo -c -o testhdf5.o testhdf5.c mv -f .deps/testhdf5.Tpo .deps/testhdf5.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tarray.o -MD -MP -MF .deps/tarray.Tpo -c -o tarray.o tarray.c mv -f .deps/tarray.Tpo .deps/tarray.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tattr.o -MD -MP -MF .deps/tattr.Tpo -c -o tattr.o tattr.c tattr.c: In function â??test_attr_compound_readâ??: tattr.c:833: warning: cast from function call of type â??H5T_order_tâ?? to non-matching type â??long intâ?? tattr.c:842: warning: cast from function call of type â??H5T_order_tâ?? to non-matching type â??long intâ?? tattr.c:851: warning: cast from function call of type â??H5T_order_tâ?? to non-matching type â??long intâ?? tattr.c: In function â??test_attr_mult_readâ??: tattr.c:1214: warning: cast from function call of type â??H5T_order_tâ?? to non-matching type â??long intâ?? tattr.c:1269: warning: cast from function call of type â??H5T_order_tâ?? to non-matching type â??long intâ?? tattr.c:1327: warning: cast from function call of type â??H5T_order_tâ?? to non-matching type â??long intâ?? tattr.c: In function â??test_attr_corder_create_compactâ??: tattr.c:3605: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attr_corder_create_denseâ??: tattr.c:3803: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attr_corder_deleteâ??: tattr.c:4544: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attr_info_by_idxâ??: tattr.c:4892: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attr_delete_by_idxâ??: tattr.c:5102: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attr_iterate2â??: tattr.c:6060: warning: â??dsetnameâ?? may be used uninitialized in this function tattr.c:6043: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attr_open_by_idxâ??: tattr.c:6407: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attr_open_by_nameâ??: tattr.c:6766: warning: â??dsetnameâ?? may be used uninitialized in this function tattr.c:6754: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attr_create_by_nameâ??: tattr.c:7020: warning: â??dsetnameâ?? may be used uninitialized in this function tattr.c:7008: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attrâ??: tattr.c:4138: warning: â??my_datasetâ?? may be used uninitialized in this function mv -f .deps/tattr.Tpo .deps/tattr.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tchecksum.o -MD -MP -MF .deps/tchecksum.Tpo -c -o tchecksum.o tchecksum.c mv -f .deps/tchecksum.Tpo .deps/tchecksum.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tconfig.o -MD -MP -MF .deps/tconfig.Tpo -c -o tconfig.o tconfig.c mv -f .deps/tconfig.Tpo .deps/tconfig.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tfile.o -MD -MP -MF .deps/tfile.Tpo -c -o tfile.o tfile.c mv -f .deps/tfile.Tpo .deps/tfile.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tgenprop.o -MD -MP -MF .deps/tgenprop.Tpo -c -o tgenprop.o tgenprop.c mv -f .deps/tgenprop.Tpo .deps/tgenprop.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT th5o.o -MD -MP -MF .deps/th5o.Tpo -c -o th5o.o th5o.c th5o.c: In function â??test_h5o_closeâ??: th5o.c:165: warning: cast from function call of type â??H5I_type_tâ?? to non-matching type â??long intâ?? mv -f .deps/th5o.Tpo .deps/th5o.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT th5s.o -MD -MP -MF .deps/th5s.Tpo -c -o th5s.o th5s.c mv -f .deps/th5s.Tpo .deps/th5s.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tcoords.o -MD -MP -MF .deps/tcoords.Tpo -c -o tcoords.o tcoords.c tcoords.c: In function â??test_singleEnd_selHyperslabâ??: tcoords.c:289: warning: passing argument 3 of â??memsetâ?? with different width due to prototype tcoords.c: In function â??test_multiple_endsâ??: tcoords.c:468: warning: passing argument 3 of â??memsetâ?? with different width due to prototype mv -f .deps/tcoords.Tpo .deps/tcoords.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT theap.o -MD -MP -MF .deps/theap.Tpo -c -o theap.o theap.c theap.c: In function â??test_heap_initâ??: theap.c:96: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype mv -f .deps/theap.Tpo .deps/theap.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tid.o -MD -MP -MF .deps/tid.Tpo -c -o tid.o tid.c mv -f .deps/tid.Tpo .deps/tid.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT titerate.o -MD -MP -MF .deps/titerate.Tpo -c -o titerate.o titerate.c mv -f .deps/titerate.Tpo .deps/titerate.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tmeta.o -MD -MP -MF .deps/tmeta.Tpo -c -o tmeta.o tmeta.c mv -f .deps/tmeta.Tpo .deps/tmeta.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tmisc.o -MD -MP -MF .deps/tmisc.Tpo -c -o tmisc.o tmisc.c tmisc.c: In function â??test_misc16â??: tmisc.c:2690: warning: initialization makes integer from pointer without a cast tmisc.c: In function â??test_misc17â??: tmisc.c:2769: warning: initialization makes integer from pointer without a cast mv -f .deps/tmisc.Tpo .deps/tmisc.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT trefer.o -MD -MP -MF .deps/trefer.Tpo -c -o trefer.o trefer.c trefer.c: In function â??test_reference_regionâ??: trefer.c:331: warning: missing braces around initializer trefer.c:331: warning: (near initialization for â??nvrbuf[0]â??) trefer.c:331: warning: large integer implicitly truncated to unsigned type trefer.c:410: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type trefer.c: In function â??test_reference_region_1Dâ??: trefer.c:682: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type trefer.c: In function â??test_reference_compatâ??: trefer.c:1147: warning: passing argument 2 of â??callocâ?? with different width due to prototype trefer.c:1149: warning: passing argument 2 of â??callocâ?? with different width due to prototype trefer.c:1267: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type mv -f .deps/trefer.Tpo .deps/trefer.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT trefstr.o -MD -MP -MF .deps/trefstr.Tpo -c -o trefstr.o trefstr.c trefstr.c: In function â??test_refstr_ownâ??: trefstr.c:293: warning: unused variable â??FUNCâ?? mv -f .deps/trefstr.Tpo .deps/trefstr.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tselect.o -MD -MP -MF .deps/tselect.Tpo -c -o tselect.o tselect.c tselect.c: In function â??test_select_pointâ??: tselect.c:450: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:475: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:500: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:529: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:571: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:595: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_select_comboâ??: tselect.c:948: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_select_point_copyâ??: tselect.c:1783: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:1797: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:1841: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_select_point_offsetâ??: tselect.c:2230: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:2265: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:2301: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_select_point_chunkâ??: tselect.c:4251: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:4287: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_select_fill_pointâ??: tselect.c:5041: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_scalar_selectâ??: tselect.c:5579: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_scalar_select2â??: tselect.c:5698: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_scalar_select3â??: tselect.c:5766: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_shape_sameâ??: tselect.c:5927: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:5945: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:6626: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_select_boundsâ??: tselect.c:7978: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type mv -f .deps/tselect.Tpo .deps/tselect.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tskiplist.o -MD -MP -MF .deps/tskiplist.Tpo -c -o tskiplist.o tskiplist.c tskiplist.c: In function â??test_skiplist_initâ??: tskiplist.c:74: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype mv -f .deps/tskiplist.Tpo .deps/tskiplist.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tsohm.o -MD -MP -MF .deps/tsohm.Tpo -c -o tsohm.o tsohm.c tsohm.c: In function â??make_dtype_2â??: tsohm.c:479: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype tsohm.c: In function â??size2_verify_plist1â??: tsohm.c:1202: warning: passing argument 6 of â??H5Pget_filter2â?? with different width due to prototype tsohm.c:1207: warning: passing argument 6 of â??H5Pget_filter2â?? with different width due to prototype tsohm.c:1213: warning: passing argument 6 of â??H5Pget_filter2â?? with different width due to prototype tsohm.c:1218: warning: passing argument 6 of â??H5Pget_filter2â?? with different width due to prototype tsohm.c: In function â??size2_verify_plist2â??: tsohm.c:1261: warning: passing argument 6 of â??H5Pget_filter2â?? with different width due to prototype tsohm.c:1267: warning: passing argument 6 of â??H5Pget_filter2â?? with different width due to prototype tsohm.c:1273: warning: passing argument 6 of â??H5Pget_filter2â?? with different width due to prototype tsohm.c:1279: warning: passing argument 6 of â??H5Pget_filter2â?? with different width due to prototype tsohm.c:1285: warning: passing argument 6 of â??H5Pget_filter2â?? with different width due to prototype tsohm.c:1294: warning: passing argument 3 of â??memsetâ?? with different width due to prototype tsohm.c:1299: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype tsohm.c: In function â??size2_helperâ??: tsohm.c:1419: warning: passing argument 3 of â??memsetâ?? with different width due to prototype tsohm.c:1462: warning: passing argument 3 of â??memsetâ?? with different width due to prototype tsohm.c:1463: warning: passing argument 3 of â??memsetâ?? with different width due to prototype tsohm.c:1471: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype tsohm.c: In function â??size2_verifyâ??: tsohm.c:1870: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype tsohm.c:1879: warning: passing argument 3 of â??memsetâ?? with different width due to prototype tsohm.c:1880: warning: passing argument 3 of â??memsetâ?? with different width due to prototype tsohm.c: In function â??test_sohm_deleteâ??: tsohm.c:2847: warning: passing argument 4 of â??H5Pset_shared_mesg_indexâ?? with different width due to prototype tsohm.c: At top level: tsohm.c:1320: warning: â??size2_dump_structâ?? defined but not used mv -f .deps/tsohm.Tpo .deps/tsohm.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ttime.o -MD -MP -MF .deps/ttime.Tpo -c -o ttime.o ttime.c mv -f .deps/ttime.Tpo .deps/ttime.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ttst.o -MD -MP -MF .deps/ttst.Tpo -c -o ttst.o ttst.c ttst.c: In function â??test_tst_initâ??: ttst.c:110: warning: cast discards qualifiers from pointer target type ttst.c:127: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype mv -f .deps/ttst.Tpo .deps/ttst.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tunicode.o -MD -MP -MF .deps/tunicode.Tpo -c -o tunicode.o tunicode.c tunicode.c: In function â??test_unicodeâ??: tunicode.c:811: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype mv -f .deps/tunicode.Tpo .deps/tunicode.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tvlstr.o -MD -MP -MF .deps/tvlstr.Tpo -c -o tvlstr.o tvlstr.c mv -f .deps/tvlstr.Tpo .deps/tvlstr.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tvltypes.o -MD -MP -MF .deps/tvltypes.Tpo -c -o tvltypes.o tvltypes.c tvltypes.c: In function â??test_vltypes_fill_valueâ??: tvltypes.c:2438: warning: initialization discards qualifiers from pointer target type tvltypes.c:2438: warning: initialization discards qualifiers from pointer target type tvltypes.c:2438: warning: initialization discards qualifiers from pointer target type tvltypes.c:2438: warning: initialization discards qualifiers from pointer target type tvltypes.c:2438: warning: initialization discards qualifiers from pointer target type tvltypes.c:2438: warning: initialization discards qualifiers from pointer target type tvltypes.c:2439: warning: initialization discards qualifiers from pointer target type tvltypes.c:2439: warning: initialization discards qualifiers from pointer target type tvltypes.c:2439: warning: initialization discards qualifiers from pointer target type tvltypes.c:2439: warning: initialization discards qualifiers from pointer target type tvltypes.c:2439: warning: initialization discards qualifiers from pointer target type tvltypes.c:2439: warning: initialization discards qualifiers from pointer target type tvltypes.c: In function â??test_vltypesâ??: tvltypes.c:2422: warning: â??dset_dspace_idâ?? may be used uninitialized in this function tvltypes.c:2437: warning: â??dset_elmtsâ?? may be used uninitialized in this function tvltypes.c:2423: warning: â??dset_select_dspace_idâ?? may be used uninitialized in this function mv -f .deps/tvltypes.Tpo .deps/tvltypes.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o testhdf5 testhdf5.o tarray.o tattr.o tchecksum.o tconfig.o tfile.o tgenprop.o th5o.o th5s.o tcoords.o theap.o tid.o titerate.o tmeta.o tmisc.o trefer.o trefstr.o tselect.o tskiplist.o tsohm.o ttime.o ttst.o tunicode.o tvlstr.o tvltypes.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o testhdf5 testhdf5.o tarray.o tattr.o tchecksum.o tconfig.o tfile.o tgenprop.o th5o.o th5s.o tcoords.o theap.o tid.o titerate.o tmeta.o tmisc.o trefer.o trefstr.o tselect.o tskiplist.o tsohm.o ttime.o ttst.o tunicode.o tvlstr.o tvltypes.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT lheap.o -MD -MP -MF .deps/lheap.Tpo -c -o lheap.o lheap.c mv -f .deps/lheap.Tpo .deps/lheap.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o lheap lheap.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o lheap lheap.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ohdr.o -MD -MP -MF .deps/ohdr.Tpo -c -o ohdr.o ohdr.c mv -f .deps/ohdr.Tpo .deps/ohdr.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o ohdr ohdr.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o ohdr ohdr.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT stab.o -MD -MP -MF .deps/stab.Tpo -c -o stab.o stab.c stab.c: In function â??old_apiâ??: stab.c:1014: warning: â??small_file_sizeâ?? may be used uninitialized in this function mv -f .deps/stab.Tpo .deps/stab.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o stab stab.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o stab stab.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT gheap.o -MD -MP -MF .deps/gheap.Tpo -c -o gheap.o gheap.c mv -f .deps/gheap.Tpo .deps/gheap.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o gheap gheap.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o gheap gheap.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT cache.o -MD -MP -MF .deps/cache.Tpo -c -o cache.o cache.c cache.c: In function â??check_auto_cache_resizeâ??: cache.c:20877: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:20881: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:20885: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:20889: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:20961: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:20986: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:21010: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:21034: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:21059: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:21062: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:21065: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:21101: warning: passing argument 4 of â??resize_entryâ?? with different width due to prototype cache.c:21119: warning: passing argument 4 of â??resize_entryâ?? with different width due to prototype cache.c:21140: warning: passing argument 4 of â??resize_entryâ?? with different width due to prototype cache.c:21161: warning: passing argument 4 of â??resize_entryâ?? with different width due to prototype cache.c:21216: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:21219: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:21222: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:21254: warning: passing argument 4 of â??resize_pinned_entryâ?? with different width due to prototype cache.c:21272: warning: passing argument 4 of â??resize_pinned_entryâ?? with different width due to prototype cache.c:21293: warning: passing argument 4 of â??resize_pinned_entryâ?? with different width due to prototype cache.c:21314: warning: passing argument 4 of â??resize_pinned_entryâ?? with different width due to prototype cache.c: In function â??check_auto_cache_resize_input_errsâ??: cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c: In function â??check_auto_cache_resize_aux_fcnsâ??: cache.c:27717: warning: comparing floating point with == or != is unsafe cache.c:27751: warning: comparing floating point with == or != is unsafe cache.c:27797: warning: comparing floating point with == or != is unsafe cache.c:27881: warning: comparing floating point with == or != is unsafe mv -f .deps/cache.Tpo .deps/cache.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o cache cache.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o cache cache.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT cache_api.o -MD -MP -MF .deps/cache_api.Tpo -c -o cache_api.o cache_api.c cache_api.c: In function â??check_fapl_mdc_api_callsâ??: cache_api.c:274: warning: comparing floating point with == or != is unsafe cache_api.c:274: warning: comparing floating point with == or != is unsafe cache_api.c:274: warning: comparing floating point with == or != is unsafe cache_api.c:274: warning: comparing floating point with == or != is unsafe cache_api.c:274: warning: comparing floating point with == or != is unsafe cache_api.c:274: warning: comparing floating point with == or != is unsafe cache_api.c:274: warning: comparing floating point with == or != is unsafe cache_api.c:274: warning: comparing floating point with == or != is unsafe cache_api.c:308: warning: comparing floating point with == or != is unsafe cache_api.c:308: warning: comparing floating point with == or != is unsafe cache_api.c:308: warning: comparing floating point with == or != is unsafe cache_api.c:308: warning: comparing floating point with == or != is unsafe cache_api.c:308: warning: comparing floating point with == or != is unsafe cache_api.c:308: warning: comparing floating point with == or != is unsafe cache_api.c:308: warning: comparing floating point with == or != is unsafe cache_api.c:308: warning: comparing floating point with == or != is unsafe cache_api.c:385: warning: comparing floating point with == or != is unsafe cache_api.c:385: warning: comparing floating point with == or != is unsafe cache_api.c:385: warning: comparing floating point with == or != is unsafe cache_api.c:385: warning: comparing floating point with == or != is unsafe cache_api.c:385: warning: comparing floating point with == or != is unsafe cache_api.c:385: warning: comparing floating point with == or != is unsafe cache_api.c:385: warning: comparing floating point with == or != is unsafe cache_api.c:385: warning: comparing floating point with == or != is unsafe cache_api.c:420: warning: comparing floating point with == or != is unsafe cache_api.c:420: warning: comparing floating point with == or != is unsafe cache_api.c:420: warning: comparing floating point with == or != is unsafe cache_api.c:420: warning: comparing floating point with == or != is unsafe cache_api.c:420: warning: comparing floating point with == or != is unsafe cache_api.c:420: warning: comparing floating point with == or != is unsafe cache_api.c:420: warning: comparing floating point with == or != is unsafe cache_api.c:420: warning: comparing floating point with == or != is unsafe cache_api.c:534: warning: comparing floating point with == or != is unsafe cache_api.c:534: warning: comparing floating point with == or != is unsafe cache_api.c:534: warning: comparing floating point with == or != is unsafe cache_api.c:534: warning: comparing floating point with == or != is unsafe cache_api.c:534: warning: comparing floating point with == or != is unsafe cache_api.c:534: warning: comparing floating point with == or != is unsafe cache_api.c:534: warning: comparing floating point with == or != is unsafe cache_api.c:534: warning: comparing floating point with == or != is unsafe cache_api.c:569: warning: comparing floating point with == or != is unsafe cache_api.c:569: warning: comparing floating point with == or != is unsafe cache_api.c:569: warning: comparing floating point with == or != is unsafe cache_api.c:569: warning: comparing floating point with == or != is unsafe cache_api.c:569: warning: comparing floating point with == or != is unsafe cache_api.c:569: warning: comparing floating point with == or != is unsafe cache_api.c:569: warning: comparing floating point with == or != is unsafe cache_api.c:569: warning: comparing floating point with == or != is unsafe cache_api.c: In function â??validate_mdc_configâ??: cache_api.c:685: warning: comparing floating point with == or != is unsafe cache_api.c:685: warning: comparing floating point with == or != is unsafe cache_api.c:685: warning: comparing floating point with == or != is unsafe cache_api.c:685: warning: comparing floating point with == or != is unsafe cache_api.c:685: warning: comparing floating point with == or != is unsafe cache_api.c:685: warning: comparing floating point with == or != is unsafe cache_api.c:685: warning: comparing floating point with == or != is unsafe cache_api.c:685: warning: comparing floating point with == or != is unsafe cache_api.c:722: warning: comparing floating point with == or != is unsafe cache_api.c:722: warning: comparing floating point with == or != is unsafe cache_api.c:722: warning: comparing floating point with == or != is unsafe cache_api.c:722: warning: comparing floating point with == or != is unsafe cache_api.c:722: warning: comparing floating point with == or != is unsafe cache_api.c:722: warning: comparing floating point with == or != is unsafe cache_api.c:722: warning: comparing floating point with == or != is unsafe cache_api.c:722: warning: comparing floating point with == or != is unsafe cache_api.c: In function â??check_file_mdc_api_callsâ??: cache_api.c:1010: warning: comparing floating point with == or != is unsafe cache_api.c: In function â??check_and_validate_cache_hit_rateâ??: cache_api.c:1172: warning: comparing floating point with == or != is unsafe cache_api.c: In function â??check_fapl_mdc_api_errsâ??: cache_api.c:3573: warning: comparing floating point with == or != is unsafe cache_api.c:3573: warning: comparing floating point with == or != is unsafe cache_api.c:3573: warning: comparing floating point with == or != is unsafe cache_api.c:3573: warning: comparing floating point with == or != is unsafe cache_api.c:3573: warning: comparing floating point with == or != is unsafe cache_api.c:3573: warning: comparing floating point with == or != is unsafe cache_api.c:3573: warning: comparing floating point with == or != is unsafe cache_api.c:3573: warning: comparing floating point with == or != is unsafe cache_api.c:3662: warning: comparing floating point with == or != is unsafe cache_api.c:3662: warning: comparing floating point with == or != is unsafe cache_api.c:3662: warning: comparing floating point with == or != is unsafe cache_api.c:3662: warning: comparing floating point with == or != is unsafe cache_api.c:3662: warning: comparing floating point with == or != is unsafe cache_api.c:3662: warning: comparing floating point with == or != is unsafe cache_api.c:3662: warning: comparing floating point with == or != is unsafe cache_api.c:3662: warning: comparing floating point with == or != is unsafe mv -f .deps/cache_api.Tpo .deps/cache_api.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o cache_api cache_api.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o cache_api cache_api.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT pool.o -MD -MP -MF .deps/pool.Tpo -c -o pool.o pool.c pool.c: In function â??test_allocate_randomâ??: pool.c:649: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype mv -f .deps/pool.Tpo .deps/pool.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o pool pool.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o pool pool.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT hyperslab.o -MD -MP -MF .deps/hyperslab.Tpo -c -o hyperslab.o hyperslab.c hyperslab.c: In function â??mainâ??: hyperslab.c:1237: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype mv -f .deps/hyperslab.Tpo .deps/hyperslab.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o hyperslab hyperslab.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o hyperslab hyperslab.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT istore.o -MD -MP -MF .deps/istore.Tpo -c -o istore.o istore.c istore.c: In function â??mainâ??: istore.c:605: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype mv -f .deps/istore.Tpo .deps/istore.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o istore istore.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o istore istore.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT bittests.o -MD -MP -MF .deps/bittests.Tpo -c -o bittests.o bittests.c mv -f .deps/bittests.Tpo .deps/bittests.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o bittests bittests.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o bittests bittests.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT dt_arith.o -MD -MP -MF .deps/dt_arith.Tpo -c -o dt_arith.o dt_arith.c dt_arith.c: In function â??generates_sigfpeâ??: dt_arith.c:575: warning: passing argument 1 of â??some_dummy_funcâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype dt_arith.c: In function â??test_particular_fp_integerâ??: dt_arith.c:751: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:752: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:766: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dt_arith.c:801: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:802: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:810: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dt_arith.c: In function â??test_derived_fltâ??: dt_arith.c:961: warning: passing argument 2 of â??H5Tset_fieldsâ?? with different width due to prototype dt_arith.c:961: warning: passing argument 3 of â??H5Tset_fieldsâ?? with different width due to prototype dt_arith.c:961: warning: passing argument 4 of â??H5Tset_fieldsâ?? with different width due to prototype dt_arith.c:961: warning: passing argument 5 of â??H5Tset_fieldsâ?? with different width due to prototype dt_arith.c:961: warning: passing argument 6 of â??H5Tset_fieldsâ?? with different width due to prototype dt_arith.c:966: warning: passing argument 2 of â??H5Tset_offsetâ?? with different width due to prototype dt_arith.c:971: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dt_arith.c:976: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype dt_arith.c:982: warning: passing argument 2 of â??H5Tset_ebiasâ?? with different width due to prototype dt_arith.c:1048: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:1121: warning: passing argument 2 of â??H5Tset_fieldsâ?? with different width due to prototype dt_arith.c:1121: warning: passing argument 3 of â??H5Tset_fieldsâ?? with different width due to prototype dt_arith.c:1121: warning: passing argument 4 of â??H5Tset_fieldsâ?? with different width due to prototype dt_arith.c:1121: warning: passing argument 5 of â??H5Tset_fieldsâ?? with different width due to prototype dt_arith.c:1121: warning: passing argument 6 of â??H5Tset_fieldsâ?? with different width due to prototype dt_arith.c:1126: warning: passing argument 2 of â??H5Tset_offsetâ?? with different width due to prototype dt_arith.c:1131: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dt_arith.c:1136: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype dt_arith.c:1141: warning: passing argument 2 of â??H5Tset_ebiasâ?? with different width due to prototype dt_arith.c: In function â??test_derived_integerâ??: dt_arith.c:1388: warning: passing argument 2 of â??H5Tset_offsetâ?? with different width due to prototype dt_arith.c:1394: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype dt_arith.c:1400: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dt_arith.c:1455: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dt_arith.c:1461: warning: passing argument 2 of â??H5Tset_offsetâ?? with different width due to prototype dt_arith.c: In function â??test_conv_int_1â??: dt_arith.c:1769: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:1776: warning: comparison is always true due to limited range of data type dt_arith.c:1776: warning: comparison is always true due to limited range of data type dt_arith.c:1776: warning: comparison is always true due to limited range of data type dt_arith.c:1776: warning: comparison is always true due to limited range of data type dt_arith.c:1776: warning: comparison is always true due to limited range of data type dt_arith.c:1776: warning: comparison is always true due to limited range of data type dt_arith.c:1778: warning: comparison is always true due to limited range of data type dt_arith.c:1778: warning: comparison is always true due to limited range of data type dt_arith.c:1778: warning: comparison is always true due to limited range of data type dt_arith.c:1778: warning: comparison is always true due to limited range of data type dt_arith.c:1778: warning: comparison is always true due to limited range of data type dt_arith.c:1778: warning: comparison is always true due to limited range of data type dt_arith.c:1780: warning: comparison is always true due to limited range of data type dt_arith.c:1780: warning: comparison is always true due to limited range of data type dt_arith.c:1780: warning: comparison is always true due to limited range of data type dt_arith.c:1780: warning: comparison is always true due to limited range of data type dt_arith.c:1780: warning: comparison is always true due to limited range of data type dt_arith.c:1780: warning: comparison is always true due to limited range of data type dt_arith.c:1782: warning: comparison is always true due to limited range of data type dt_arith.c:1782: warning: comparison is always true due to limited range of data type dt_arith.c:1782: warning: comparison is always true due to limited range of data type dt_arith.c:1782: warning: comparison is always true due to limited range of data type dt_arith.c:1782: warning: comparison is always true due to limited range of data type dt_arith.c:1782: warning: comparison is always true due to limited range of data type dt_arith.c:1786: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:1786: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:1786: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:1790: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:1790: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:1790: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:1794: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:1794: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:1794: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:2296: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:2304: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:2305: warning: passing argument 2 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c:2307: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:2309: warning: passing argument 2 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c:2315: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:2316: warning: passing argument 2 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c:2321: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:2326: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:2334: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:2340: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:2346: warning: passing argument 2 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c:2356: warning: passing argument 2 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c:2368: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:2369: warning: passing argument 2 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c:2381: warning: passing argument 2 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c: In function â??test_conv_int_2â??: dt_arith.c:2596: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dt_arith.c: In function â??my_isnanâ??: dt_arith.c:2629: warning: comparing floating point with == or != is unsafe dt_arith.c:2633: warning: comparing floating point with == or != is unsafe dt_arith.c:2638: warning: comparing floating point with == or != is unsafe dt_arith.c: In function â??my_isinfâ??: dt_arith.c:2715: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c: In function â??test_conv_flt_1â??: dt_arith.c:2929: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:2985: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:2985: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:2985: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:2985: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:2985: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:2988: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:2988: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:2988: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:2988: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:2988: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:2992: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:2992: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:2992: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:2992: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:2992: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3002: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3002: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3002: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3002: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3002: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3002: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3002: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3005: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3005: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3005: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3005: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3005: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3005: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3005: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3009: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3009: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3009: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3009: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3009: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3009: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3009: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3193: warning: passing argument 1 of â??frexpfâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype dt_arith.c:3194: warning: passing argument 1 of â??frexpfâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype dt_arith.c: In function â??test_conv_int_fpâ??: dt_arith.c:3653: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:3694: warning: comparison is always true due to limited range of data type dt_arith.c:3694: warning: comparison is always true due to limited range of data type dt_arith.c:3694: warning: comparison is always true due to limited range of data type dt_arith.c:3694: warning: comparison is always true due to limited range of data type dt_arith.c:3694: warning: comparison is always true due to limited range of data type dt_arith.c:3694: warning: comparison is always true due to limited range of data type dt_arith.c:3696: warning: comparison is always true due to limited range of data type dt_arith.c:3696: warning: comparison is always true due to limited range of data type dt_arith.c:3696: warning: comparison is always true due to limited range of data type dt_arith.c:3696: warning: comparison is always true due to limited range of data type dt_arith.c:3696: warning: comparison is always true due to limited range of data type dt_arith.c:3696: warning: comparison is always true due to limited range of data type dt_arith.c:3698: warning: comparison is always true due to limited range of data type dt_arith.c:3698: warning: comparison is always true due to limited range of data type dt_arith.c:3698: warning: comparison is always true due to limited range of data type dt_arith.c:3698: warning: comparison is always true due to limited range of data type dt_arith.c:3698: warning: comparison is always true due to limited range of data type dt_arith.c:3698: warning: comparison is always true due to limited range of data type dt_arith.c:3700: warning: comparison is always true due to limited range of data type dt_arith.c:3700: warning: comparison is always true due to limited range of data type dt_arith.c:3700: warning: comparison is always true due to limited range of data type dt_arith.c:3700: warning: comparison is always true due to limited range of data type dt_arith.c:3700: warning: comparison is always true due to limited range of data type dt_arith.c:3700: warning: comparison is always true due to limited range of data type dt_arith.c:3704: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3704: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3704: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3708: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3708: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3708: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3712: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3712: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3712: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3718: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:3718: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:3718: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3718: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3718: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3721: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3721: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3721: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3721: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3721: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3721: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3721: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3728: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:3728: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:3728: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3728: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3728: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3731: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3731: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3731: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3731: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3731: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3731: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3731: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3739: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:3739: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:3739: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3739: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3739: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3742: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3742: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3742: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3742: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3742: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3742: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3742: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:4171: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:4179: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:4180: warning: passing argument 2 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c:4187: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:4195: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:4196: warning: passing argument 2 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c:4212: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:4219: warning: passing argument 2 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c:4232: warning: passing argument 2 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c:4468: warning: format â??%29ldâ?? expects type â??long intâ??, but argument 2 has type â??long long intâ?? dt_arith.c:4471: warning: format â??%29luâ?? expects type â??long unsigned intâ??, but argument 2 has type â??long long unsigned intâ?? dt_arith.c: In function â??overflowsâ??: dt_arith.c:4563: warning: passing argument 3 of â??memsetâ?? with different width due to prototype dt_arith.c:4564: warning: passing argument 3 of â??memsetâ?? with different width due to prototype dt_arith.c:4603: warning: passing argument 2 of â??H5T_bit_copyâ?? with different width due to prototype dt_arith.c:4603: warning: passing argument 4 of â??H5T_bit_copyâ?? with different width due to prototype dt_arith.c:4608: warning: passing argument 3 of â??H5T_bit_incâ?? with different width due to prototype dt_arith.c:4613: warning: passing argument 3 of â??H5T_bit_shiftâ?? with different width due to prototype dt_arith.c:4613: warning: passing argument 4 of â??H5T_bit_shiftâ?? with different width due to prototype dt_arith.c:4615: warning: passing argument 2 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c:4615: warning: passing argument 3 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c: In function â??mainâ??: dt_arith.c:5220: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype dt_arith.c: In function â??fpe_handlerâ??: dt_arith.c:413: warning: function might be possible candidate for attribute â??noreturnâ?? dt_arith.c: In function â??test_conv_flt_1â??: dt_arith.c:2790: warning: â??overflowâ?? may be used uninitialized in this function dt_arith.c:3415: warning: control reaches end of non-void function mv -f .deps/dt_arith.Tpo .deps/dt_arith.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o dt_arith dt_arith.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o dt_arith dt_arith.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT dtypes.o -MD -MP -MF .deps/dtypes.Tpo -c -o dtypes.o dtypes.c dtypes.c: In function â??test_compound_1â??: dtypes.c:506: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype dtypes.c: In function â??test_compound_5â??: dtypes.c:1033: warning: passing argument 1 of â??callocâ?? with different width due to prototype dtypes.c:1034: warning: passing argument 1 of â??callocâ?? with different width due to prototype dtypes.c:1048: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype dtypes.c:1053: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype dtypes.c:1057: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype dtypes.c:1071: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c: In function â??test_compound_9â??: dtypes.c:1516: warning: initialization discards qualifiers from pointer target type dtypes.c: In function â??test_compound_11â??: dtypes.c:1960: warning: passing argument 1 of â??mallocâ?? with different width due to prototype dtypes.c:1974: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:1978: warning: comparing floating point with == or != is unsafe dtypes.c:2002: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype dtypes.c:2004: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype dtypes.c:2014: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:2018: warning: comparing floating point with == or != is unsafe dtypes.c:2048: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:2052: warning: comparing floating point with == or != is unsafe dtypes.c: In function â??test_compound_12â??: dtypes.c:2126: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype dtypes.c: In function â??test_compound_13â??: dtypes.c:2265: warning: comparing floating point with == or != is unsafe dtypes.c: In function â??test_queryâ??: dtypes.c:2485: warning: passing argument 4 of â??H5Tenum_nameofâ?? with different width due to prototype dtypes.c: In function â??test_transientâ??: dtypes.c:2561: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c:2579: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c:2600: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c:2617: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c:2631: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c: In function â??test_namedâ??: dtypes.c:2711: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c:2749: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c:2817: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c: In function â??test_conv_str_1â??: dtypes.c:2918: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:2919: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:2920: warning: passing argument 1 of â??callocâ?? with different width due to prototype dtypes.c:2920: warning: passing argument 2 of â??callocâ?? with different width due to prototype dtypes.c:2921: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype dtypes.c:2922: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:2923: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:2928: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:2929: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:2941: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:2942: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:2943: warning: passing argument 1 of â??callocâ?? with different width due to prototype dtypes.c:2943: warning: passing argument 2 of â??callocâ?? with different width due to prototype dtypes.c:2944: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype dtypes.c:2945: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:2946: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:2951: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:2952: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:2964: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:2965: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:2966: warning: passing argument 1 of â??callocâ?? with different width due to prototype dtypes.c:2966: warning: passing argument 2 of â??callocâ?? with different width due to prototype dtypes.c:2967: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype dtypes.c:2968: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:2969: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:2974: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:2975: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:2990: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:2991: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:2992: warning: passing argument 1 of â??callocâ?? with different width due to prototype dtypes.c:2992: warning: passing argument 2 of â??callocâ?? with different width due to prototype dtypes.c:2993: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype dtypes.c:2994: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:2995: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3001: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3002: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype dtypes.c:3003: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3004: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3009: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype dtypes.c:3010: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3011: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3023: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3024: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3025: warning: passing argument 1 of â??callocâ?? with different width due to prototype dtypes.c:3025: warning: passing argument 2 of â??callocâ?? with different width due to prototype dtypes.c:3026: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype dtypes.c:3027: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3028: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3033: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3034: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3040: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3041: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype dtypes.c:3042: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3043: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3048: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3049: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3056: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3057: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3058: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype dtypes.c:3059: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3060: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3065: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3066: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3078: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3079: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3080: warning: passing argument 1 of â??callocâ?? with different width due to prototype dtypes.c:3080: warning: passing argument 2 of â??callocâ?? with different width due to prototype dtypes.c:3081: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype dtypes.c:3082: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3083: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3088: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3089: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3095: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3096: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype dtypes.c:3097: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3098: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3103: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3104: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3111: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3112: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3113: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype dtypes.c:3114: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3115: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3120: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3121: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c: In function â??test_conv_str_2â??: dtypes.c:3168: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3169: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3170: warning: passing argument 2 of â??callocâ?? with different width due to prototype dtypes.c: In function â??test_conv_str_3â??: dtypes.c:3241: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3242: warning: passing argument 2 of â??callocâ?? with different width due to prototype dtypes.c:3256: warning: passing argument 2 of â??H5Tset_offsetâ?? with different width due to prototype dtypes.c: In function â??test_conv_enum_2â??: dtypes.c:3433: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype dtypes.c:3457: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c: In function â??test_conv_bitfieldâ??: dtypes.c:3521: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3535: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c:3536: warning: passing argument 2 of â??H5Tset_offsetâ?? with different width due to prototype dtypes.c:3537: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c:3538: warning: passing argument 2 of â??H5Tset_offsetâ?? with different width due to prototype dtypes.c:3540: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3554: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c: In function â??test_bitfield_funcsâ??: dtypes.c:3616: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c:3617: warning: passing argument 2 of â??H5Tset_offsetâ?? with different width due to prototype dtypes.c: In function â??opaque_checkâ??: dtypes.c:3807: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype dtypes.c:3810: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype dtypes.c:3818: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3831: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c: In function â??opaque_longâ??: dtypes.c:3878: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype dtypes.c:3881: warning: passing argument 1 of â??mallocâ?? with different width due to prototype dtypes.c:3882: warning: passing argument 3 of â??memsetâ?? with different width due to prototype dtypes.c: In function â??opaque_funcsâ??: dtypes.c:3936: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype dtypes.c:3942: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c:3990: warning: passing argument 2 of â??H5Tset_offsetâ?? with different width due to prototype dtypes.c: In function â??test_encodeâ??: dtypes.c:4148: warning: passing argument 1 of â??callocâ?? with different width due to prototype dtypes.c:4198: warning: passing argument 1 of â??callocâ?? with different width due to prototype dtypes.c:4289: warning: passing argument 1 of â??callocâ?? with different width due to prototype dtypes.c:4332: warning: passing argument 1 of â??callocâ?? with different width due to prototype dtypes.c: In function â??test_int_float_exceptâ??: dtypes.c:4709: warning: comparing floating point with == or != is unsafe dtypes.c:4730: warning: comparing floating point with == or != is unsafe dtypes.c: In function â??test_deprecâ??: dtypes.c:4870: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c: In function â??mainâ??: dtypes.c:4931: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype mv -f .deps/dtypes.Tpo .deps/dtypes.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o dtypes dtypes.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o dtypes dtypes.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT dsets.o -MD -MP -MF .deps/dsets.Tpo -c -o dsets.o dsets.c dsets.c: In function â??test_nbit_intâ??: dsets.c:2587: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c: In function â??test_nbit_floatâ??: dsets.c:2764: warning: comparing floating point with == or != is unsafe dsets.c:2765: warning: comparing floating point with == or != is unsafe dsets.c: In function â??test_nbit_doubleâ??: dsets.c:2897: warning: comparing floating point with == or != is unsafe dsets.c:2898: warning: comparing floating point with == or != is unsafe dsets.c: In function â??test_nbit_arrayâ??: dsets.c:3001: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c: In function â??test_nbit_compoundâ??: dsets.c:3181: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3183: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3185: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3241: warning: comparing floating point with == or != is unsafe dsets.c:3241: warning: comparing floating point with == or != is unsafe dsets.c: In function â??test_nbit_compound_2â??: dsets.c:3428: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3430: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3432: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3436: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3441: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3446: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3448: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3450: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3514: warning: comparing floating point with == or != is unsafe dsets.c:3515: warning: comparing floating point with == or != is unsafe dsets.c:3524: warning: comparing floating point with == or != is unsafe dsets.c:3525: warning: comparing floating point with == or != is unsafe dsets.c: In function â??test_filter_deleteâ??: dsets.c:5598: warning: label â??errorâ?? defined but not used dsets.c:5519: warning: unused variable â??iâ?? dsets.c:5518: warning: unused variable â??retâ?? dsets.c:5517: warning: unused variable â??nfiltersâ?? dsets.c:5516: warning: unused variable â??chunk_dimsâ?? dsets.c:5515: warning: unused variable â??dimsâ?? dsets.c:5510: warning: unused variable â??filtnâ?? dsets.c:5508: warning: unused parameter â??fileâ?? dsets.c: In function â??test_random_chunksâ??: dsets.c:6047: warning: passing argument 3 of â??H5Sselect_elementsâ?? with different width due to prototype dsets.c:6047: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type dsets.c:6072: warning: passing argument 3 of â??H5Sselect_elementsâ?? with different width due to prototype dsets.c:6072: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type dsets.c:6137: warning: passing argument 3 of â??H5Sselect_elementsâ?? with different width due to prototype dsets.c:6137: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type dsets.c:6162: warning: passing argument 3 of â??H5Sselect_elementsâ?? with different width due to prototype dsets.c:6162: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type dsets.c: In function â??mainâ??: dsets.c:6524: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype mv -f .deps/dsets.Tpo .deps/dsets.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o dsets dsets.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o dsets dsets.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT cmpd_dset.o -MD -MP -MF .deps/cmpd_dset.Tpo -c -o cmpd_dset.o cmpd_dset.c cmpd_dset.c: In function â??test_compoundâ??: cmpd_dset.c:604: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype cmpd_dset.c:604: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype cmpd_dset.c:771: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype cmpd_dset.c:771: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype mv -f .deps/cmpd_dset.Tpo .deps/cmpd_dset.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o cmpd_dset cmpd_dset.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o cmpd_dset cmpd_dset.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT extend.o -MD -MP -MF .deps/extend.Tpo -c -o extend.o extend.c mv -f .deps/extend.Tpo .deps/extend.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o extend extend.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o extend extend.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT external.o -MD -MP -MF .deps/external.Tpo -c -o external.o external.c external.c: In function â??test_3â??: external.c:761: warning: passing argument 3 of â??writeâ?? with different width due to prototype external.c: In function â??test_4â??: external.c:841: warning: â??xid2â?? may be used uninitialized in this function external.c:841: warning: â??xidâ?? may be used uninitialized in this function external.c:841: warning: â??gidâ?? may be used uninitialized in this function mv -f .deps/external.Tpo .deps/external.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o external external.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o external external.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT objcopy.o -MD -MP -MF .deps/objcopy.Tpo -c -o objcopy.o objcopy.c objcopy.c: In function â??attach_reg_ref_attrâ??: objcopy.c:328: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type objcopy.c: In function â??create_reg_ref_datasetâ??: objcopy.c:411: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type objcopy.c: In function â??compare_std_attributesâ??: objcopy.c:793: warning: passing argument 2 of â??H5Aget_nameâ?? with different width due to prototype objcopy.c: In function â??compare_dataâ??: objcopy.c:931: warning: assignment discards qualifiers from pointer target type objcopy.c:932: warning: assignment discards qualifiers from pointer target type objcopy.c: In function â??compare_datasetsâ??: objcopy.c:1104: warning: passing argument 3 of â??H5Pget_externalâ?? with different width due to prototype objcopy.c:1105: warning: passing argument 3 of â??H5Pget_externalâ?? with different width due to prototype objcopy.c: In function â??test_copy_dataset_compressedâ??: objcopy.c:2416: warning: unused parameter â??fcpl_srcâ?? objcopy.c:2416: warning: unused parameter â??fcpl_dstâ?? objcopy.c:2416: warning: unused parameter â??faplâ?? objcopy.c: In function â??test_copy_dataset_compressed_vlâ??: objcopy.c:3998: warning: unused parameter â??fcpl_srcâ?? objcopy.c:3998: warning: unused parameter â??fcpl_dstâ?? objcopy.c:3998: warning: unused parameter â??faplâ?? objcopy.c: In function â??mainâ??: objcopy.c:7184: warning: passing argument 4 of â??H5Pset_shared_mesg_indexâ?? with different width due to prototype objcopy.c: At top level: objcopy.c:376: warning: â??create_reg_ref_datasetâ?? defined but not used mv -f .deps/objcopy.Tpo .deps/objcopy.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o objcopy objcopy.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o objcopy objcopy.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT links.o -MD -MP -MF .deps/links.Tpo -c -o links.o links.c links.c: In function â??external_link_envâ??: links.c:2638: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c: In function â??external_link_prefixâ??: links.c:2729: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c: In function â??external_link_abs_mainpathâ??: links.c:2822: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c:2822: warning: passing argument 2 of â??getcwdâ?? with different width due to prototype links.c: In function â??external_link_rel_mainpathâ??: links.c:2913: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c: In function â??external_link_cwdâ??: links.c:3002: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c:3002: warning: passing argument 2 of â??getcwdâ?? with different width due to prototype links.c: In function â??external_link_abstarâ??: links.c:3096: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c:3096: warning: passing argument 2 of â??getcwdâ?? with different width due to prototype links.c: In function â??external_link_abstar_curâ??: links.c:3195: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c:3195: warning: passing argument 2 of â??getcwdâ?? with different width due to prototype links.c: In function â??external_link_reltarâ??: links.c:3286: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c: In function â??external_link_chdirâ??: links.c:3378: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c: In function â??open_by_idx_checkâ??: links.c:9885: warning: â??group_idâ?? may be used uninitialized in this function links.c: In function â??object_info_checkâ??: links.c:10353: warning: â??group_idâ?? may be used uninitialized in this function mv -f .deps/links.Tpo .deps/links.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o links links.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o links links.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT unlink.o -MD -MP -MF .deps/unlink.Tpo -c -o unlink.o unlink.c unlink.c: In function â??mainâ??: unlink.c:2435: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype mv -f .deps/unlink.Tpo .deps/unlink.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o unlink unlink.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o unlink unlink.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT big.o -MD -MP -MF .deps/big.Tpo -c -o big.o big.c mv -f .deps/big.Tpo .deps/big.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o big big.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o big big.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT mtime.o -MD -MP -MF .deps/mtime.Tpo -c -o mtime.o mtime.c mv -f .deps/mtime.Tpo .deps/mtime.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o mtime mtime.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o mtime mtime.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT fillval.o -MD -MP -MF .deps/fillval.Tpo -c -o fillval.o fillval.c fillval.c: In function â??test_createâ??: fillval.c:624: warning: comparing floating point with == or != is unsafe fillval.c:624: warning: comparing floating point with == or != is unsafe fillval.c:697: warning: comparing floating point with == or != is unsafe fillval.c:697: warning: comparing floating point with == or != is unsafe fillval.c: In function â??test_rdwr_casesâ??: fillval.c:812: warning: comparing floating point with == or != is unsafe fillval.c:813: warning: comparing floating point with == or != is unsafe fillval.c:880: warning: comparing floating point with == or != is unsafe fillval.c:881: warning: comparing floating point with == or != is unsafe fillval.c:994: warning: comparing floating point with == or != is unsafe fillval.c:995: warning: comparing floating point with == or != is unsafe fillval.c:1013: warning: comparing floating point with == or != is unsafe fillval.c:1014: warning: comparing floating point with == or != is unsafe fillval.c: In function â??test_extend_casesâ??: fillval.c:1439: warning: initialization discards qualifiers from pointer target type fillval.c:1439: warning: initialization discards qualifiers from pointer target type fillval.c: In function â??test_extendâ??: fillval.c:1838: warning: initialization discards qualifiers from pointer target type fillval.c:1838: warning: initialization discards qualifiers from pointer target type fillval.c: In function â??test_rdwr_casesâ??: fillval.c:761: warning: â??fill_c.aâ?? may be used uninitialized in this function fillval.c:761: warning: â??fill_c.xâ?? may be used uninitialized in this function fillval.c:761: warning: â??fill_c.yâ?? may be used uninitialized in this function fillval.c:761: warning: â??fill_c.zâ?? may be used uninitialized in this function mv -f .deps/fillval.Tpo .deps/fillval.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o fillval fillval.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o fillval fillval.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT mount.o -MD -MP -MF .deps/mount.Tpo -c -o mount.o mount.c mount.c: In function â??test_acc_permâ??: mount.c:2460: warning: passing argument 3 of â??H5Fget_nameâ?? with different width due to prototype mount.c:2469: warning: passing argument 3 of â??H5Fget_nameâ?? with different width due to prototype mount.c:2479: warning: passing argument 3 of â??H5Fget_nameâ?? with different width due to prototype mount.c:2489: warning: passing argument 3 of â??H5Fget_nameâ?? with different width due to prototype mount.c:2531: warning: passing argument 3 of â??H5Fget_nameâ?? with different width due to prototype mv -f .deps/mount.Tpo .deps/mount.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o mount mount.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o mount mount.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT flush1.o -MD -MP -MF .deps/flush1.Tpo -c -o flush1.o flush1.c mv -f .deps/flush1.Tpo .deps/flush1.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o flush1 flush1.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o flush1 flush1.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT flush2.o -MD -MP -MF .deps/flush2.Tpo -c -o flush2.o flush2.c mv -f .deps/flush2.Tpo .deps/flush2.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o flush2 flush2.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o flush2 flush2.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT enum.o -MD -MP -MF .deps/enum.Tpo -c -o enum.o enum.c enum.c: In function â??test_namedâ??: enum.c:74: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype mv -f .deps/enum.Tpo .deps/enum.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o enum enum.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o enum enum.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT set_extent.o -MD -MP -MF .deps/set_extent.Tpo -c -o set_extent.o set_extent.c mv -f .deps/set_extent.Tpo .deps/set_extent.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o set_extent set_extent.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o set_extent set_extent.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ttsafe.o -MD -MP -MF .deps/ttsafe.Tpo -c -o ttsafe.o ttsafe.c mv -f .deps/ttsafe.Tpo .deps/ttsafe.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ttsafe_dcreate.o -MD -MP -MF .deps/ttsafe_dcreate.Tpo -c -o ttsafe_dcreate.o ttsafe_dcreate.c mv -f .deps/ttsafe_dcreate.Tpo .deps/ttsafe_dcreate.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ttsafe_error.o -MD -MP -MF .deps/ttsafe_error.Tpo -c -o ttsafe_error.o ttsafe_error.c mv -f .deps/ttsafe_error.Tpo .deps/ttsafe_error.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ttsafe_cancel.o -MD -MP -MF .deps/ttsafe_cancel.Tpo -c -o ttsafe_cancel.o ttsafe_cancel.c mv -f .deps/ttsafe_cancel.Tpo .deps/ttsafe_cancel.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ttsafe_acreate.o -MD -MP -MF .deps/ttsafe_acreate.Tpo -c -o ttsafe_acreate.o ttsafe_acreate.c mv -f .deps/ttsafe_acreate.Tpo .deps/ttsafe_acreate.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o ttsafe ttsafe.o ttsafe_dcreate.o ttsafe_error.o ttsafe_cancel.o ttsafe_acreate.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o ttsafe ttsafe.o ttsafe_dcreate.o ttsafe_error.o ttsafe_cancel.o ttsafe_acreate.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT getname.o -MD -MP -MF .deps/getname.Tpo -c -o getname.o getname.c getname.c: In function â??check_nameâ??: getname.c:68: warning: passing argument 3 of â??H5Iget_nameâ?? with different width due to prototype getname.c: In function â??test_mainâ??: getname.c:1148: warning: passing argument 3 of â??H5Iget_nameâ?? with different width due to prototype getname.c:1175: warning: passing argument 3 of â??H5Iget_nameâ?? with different width due to prototype getname.c:1195: warning: passing argument 3 of â??H5Iget_nameâ?? with different width due to prototype getname.c:1231: warning: passing argument 3 of â??H5Iget_nameâ?? with different width due to prototype getname.c:1236: warning: passing argument 3 of â??H5Iget_nameâ?? with different width due to prototype getname.c: In function â??test_reg_refâ??: getname.c:2728: warning: passing argument 3 of â??H5Sselect_elementsâ?? with different width due to prototype getname.c:2728: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type getname.c:2762: warning: passing argument 5 of â??H5Rget_nameâ?? with different width due to prototype getname.c:2773: warning: passing argument 3 of â??H5Iget_nameâ?? with different width due to prototype getname.c:2783: warning: passing argument 5 of â??H5Rget_nameâ?? with different width due to prototype getname.c:2794: warning: passing argument 3 of â??H5Iget_nameâ?? with different width due to prototype mv -f .deps/getname.Tpo .deps/getname.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o getname getname.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o getname getname.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT vfd.o -MD -MP -MF .deps/vfd.Tpo -c -o vfd.o vfd.c mv -f .deps/vfd.Tpo .deps/vfd.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o vfd vfd.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o vfd vfd.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ntypes.o -MD -MP -MF .deps/ntypes.Tpo -c -o ntypes.o ntypes.c ntypes.c: In function â??test_atomic_dtypeâ??: ntypes.c:145: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype ntypes.c: In function â??test_compound_dtype2â??: ntypes.c:312: warning: passing argument 2 of â??callocâ?? with different width due to prototype ntypes.c:336: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype ntypes.c:337: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype ntypes.c:343: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:347: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:352: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:353: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:354: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:358: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:464: warning: passing argument 2 of â??callocâ?? with different width due to prototype ntypes.c:473: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype ntypes.c: In function â??test_compound_dtypeâ??: ntypes.c:559: warning: passing argument 2 of â??callocâ?? with different width due to prototype ntypes.c:579: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:580: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:581: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:646: warning: passing argument 2 of â??callocâ?? with different width due to prototype ntypes.c:654: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype ntypes.c: In function â??test_compound_dtype3â??: ntypes.c:732: warning: passing argument 2 of â??callocâ?? with different width due to prototype ntypes.c:753: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype ntypes.c:756: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:757: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:758: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:838: warning: passing argument 2 of â??callocâ?? with different width due to prototype ntypes.c:847: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype ntypes.c: In function â??test_compound_opaqueâ??: ntypes.c:930: warning: passing argument 2 of â??callocâ?? with different width due to prototype ntypes.c:952: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype ntypes.c:955: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:956: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:957: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:1027: warning: passing argument 2 of â??callocâ?? with different width due to prototype ntypes.c:1036: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype ntypes.c: In function â??test_enum_dtypeâ??: ntypes.c:1179: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype ntypes.c: In function â??test_array_dtypeâ??: ntypes.c:1245: warning: passing argument 2 of â??callocâ?? with different width due to prototype ntypes.c:1263: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype ntypes.c:1266: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:1267: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:1268: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:1318: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype ntypes.c: In function â??test_array_dtype2â??: ntypes.c:1440: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype ntypes.c: In function â??test_str_dtypeâ??: ntypes.c:1784: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype ntypes.c: In function â??test_refer_dtype2â??: ntypes.c:2056: warning: passing argument 2 of â??callocâ?? with different width due to prototype ntypes.c: In function â??test_opaque_dtypeâ??: ntypes.c:2238: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype mv -f .deps/ntypes.Tpo .deps/ntypes.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o ntypes ntypes.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o ntypes ntypes.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT dangle.o -MD -MP -MF .deps/dangle.Tpo -c -o dangle.o dangle.c mv -f .deps/dangle.Tpo .deps/dangle.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o dangle dangle.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o dangle dangle.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT dtransform.o -MD -MP -MF .deps/dtransform.Tpo -c -o dtransform.o dtransform.c mv -f .deps/dtransform.Tpo .deps/dtransform.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o dtransform dtransform.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o dtransform dtransform.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT reserved.o -MD -MP -MF .deps/reserved.Tpo -c -o reserved.o reserved.c mv -f .deps/reserved.Tpo .deps/reserved.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o reserved reserved.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o reserved reserved.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT cross_read.o -MD -MP -MF .deps/cross_read.Tpo -c -o cross_read.o cross_read.c cross_read.c: In function â??read_dataâ??: cross_read.c:102: warning: comparing floating point with == or != is unsafe mv -f .deps/cross_read.Tpo .deps/cross_read.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o cross_read cross_read.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o cross_read cross_read.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT btree2.o -MD -MP -MF .deps/btree2.Tpo -c -o btree2.o btree2.c btree2.c: In function â??test_insert_basicâ??: btree2.c:248: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:248: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_split_rootâ??: btree2.c:452: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:452: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_level1_2leaf_redistribâ??: btree2.c:629: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:629: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c:682: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:682: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_level1_side_splitâ??: btree2.c:789: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:789: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c:847: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:847: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_level1_3leaf_redistribâ??: btree2.c:961: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:961: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_level1_middle_splitâ??: btree2.c:1109: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:1109: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_make_level2â??: btree2.c:1234: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:1234: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_level2_leaf_redistribâ??: btree2.c:1420: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:1420: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_level2_leaf_splitâ??: btree2.c:1685: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:1685: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_level2_2internal_redistribâ??: btree2.c:1961: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:1961: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_level2_2internal_splitâ??: btree2.c:2154: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:2154: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_level2_3internal_redistribâ??: btree2.c:2357: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:2357: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_level2_3internal_splitâ??: btree2.c:2559: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:2559: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_lotsâ??: btree2.c:2757: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype btree2.c:2793: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:2793: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_basicâ??: btree2.c:2971: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:2971: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level1_noredistribâ??: btree2.c:3258: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:3258: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level1_redistribâ??: btree2.c:3480: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:3480: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level1_2leaf_mergeâ??: btree2.c:3680: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:3680: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level1_3leaf_mergeâ??: btree2.c:3864: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:3864: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level1_promoteâ??: btree2.c:3992: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:3992: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level1_promote_2leaf_redistribâ??: btree2.c:4236: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:4236: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level1_promote_3leaf_redistribâ??: btree2.c:4389: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:4389: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level1_promote_2leaf_mergeâ??: btree2.c:4542: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:4542: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level1_promote_3leaf_mergeâ??: btree2.c:4690: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:4690: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level1_collapseâ??: btree2.c:4837: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:4837: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level2_promoteâ??: btree2.c:4977: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:4977: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level2_promote_2internal_redistribâ??: btree2.c:5268: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:5268: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level2_promote_3internal_redistribâ??: btree2.c:5421: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:5421: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level2_promote_2internal_mergeâ??: btree2.c:5574: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:5574: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level2_promote_3internal_mergeâ??: btree2.c:5730: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:5730: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level2_2internal_merge_leftâ??: btree2.c:5886: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:5886: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level2_2internal_merge_rightâ??: btree2.c:6014: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:6014: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level2_3internal_mergeâ??: btree2.c:6142: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:6142: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level2_collapse_rightâ??: btree2.c:6271: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:6271: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_lotsâ??: btree2.c:6394: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype btree2.c:6432: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:6432: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_find_neighborâ??: btree2.c:6803: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:6803: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_deleteâ??: btree2.c:7027: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:7027: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c:7064: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:7064: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c:7114: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:7114: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c:7164: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:7164: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_modifyâ??: btree2.c:7258: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:7258: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype mv -f .deps/btree2.Tpo .deps/btree2.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o btree2 btree2.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o btree2 btree2.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT fheap.o -MD -MP -MF .deps/fheap.Tpo -c -o fheap.o fheap.c fheap.c: In function â??test_man_remove_bogusâ??: fheap.c:6048: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype fheap.c: In function â??test_randomâ??: fheap.c:14945: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype fheap.c: In function â??test_random_pow2â??: fheap.c:15149: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype mv -f .deps/fheap.Tpo .deps/fheap.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o fheap fheap.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o fheap fheap.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT error_test.o -MD -MP -MF .deps/error_test.Tpo -c -o error_test.o error_test.c error_test.c: In function â??test_long_descâ??: error_test.c:337: warning: passing argument 1 of â??mallocâ?? with different width due to prototype error_test.c:338: warning: passing argument 1 of â??mallocâ?? with different width due to prototype error_test.c:352: warning: passing argument 2 of â??snprintfâ?? with different width due to prototype error_test.c: In function â??custom_print_cbâ??: error_test.c:433: warning: passing argument 3 of â??H5Eget_class_nameâ?? with different width due to prototype error_test.c:436: warning: passing argument 4 of â??H5Eget_msgâ?? with different width due to prototype error_test.c:439: warning: passing argument 4 of â??H5Eget_msgâ?? with different width due to prototype error_test.c: In function â??mainâ??: error_test.c:582: warning: passing argument 2 of â??H5Epopâ?? with different width due to prototype mv -f .deps/error_test.Tpo .deps/error_test.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o error_test error_test.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o error_test error_test.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT err_compat.o -MD -MP -MF .deps/err_compat.Tpo -c -o err_compat.o err_compat.c mv -f .deps/err_compat.Tpo .deps/err_compat.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o err_compat err_compat.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o err_compat err_compat.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT testmeta.o -MD -MP -MF .deps/testmeta.Tpo -c -o testmeta.o testmeta.c mv -f .deps/testmeta.Tpo .deps/testmeta.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o testmeta testmeta.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o testmeta testmeta.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm Making all in tools Making all in lib /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools.lo -MD -MP -MF .deps/h5tools.Tpo -c -o h5tools.lo h5tools.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools.lo -MD -MP -MF .deps/h5tools.Tpo -c h5tools.c -o h5tools.o h5tools.c: In function â??h5tools_simple_prefixâ??: h5tools.c:465: warning: passing argument 2 of â??h5tools_str_fmtâ?? with different width due to prototype h5tools.c:470: warning: passing argument 2 of â??h5tools_str_fmtâ?? with different width due to prototype h5tools.c:472: warning: passing argument 2 of â??h5tools_str_fmtâ?? with different width due to prototype h5tools.c:474: warning: passing argument 2 of â??h5tools_str_fmtâ?? with different width due to prototype h5tools.c:481: warning: passing argument 2 of â??h5tools_str_fmtâ?? with different width due to prototype h5tools.c: In function â??h5tools_dump_simple_dataâ??: h5tools.c:586: warning: passing argument 2 of â??h5tools_str_fmtâ?? with different width due to prototype h5tools.c: In function â??h5tools_dump_simple_memâ??: h5tools.c:1300: warning: comparison between signed and unsigned h5tools.c:1305: warning: comparison between signed and unsigned h5tools.c: In function â??init_acc_posâ??: h5tools.c:1495: warning: comparison between signed and unsigned h5tools.c: In function â??render_bin_outputâ??: h5tools.c:1588: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1598: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1609: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1639: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1650: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1660: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1670: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1680: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1690: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1700: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1710: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1720: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1730: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1740: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1752: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1762: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1772: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1785: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1795: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1805: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1838: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1849: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1914: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1925: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype mv -f .deps/h5tools.Tpo .deps/h5tools.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_str.lo -MD -MP -MF .deps/h5tools_str.Tpo -c -o h5tools_str.lo h5tools_str.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_str.lo -MD -MP -MF .deps/h5tools_str.Tpo -c h5tools_str.c -o h5tools_str.o h5tools_str.c: In function â??h5tools_str_appendâ??: h5tools_str.c:150: warning: function might be possible candidate for â??printfâ?? format attribute h5tools_str.c: In function â??h5tools_str_prefixâ??: h5tools_str.c:349: warning: passing argument 2 of â??h5tools_str_fmtâ?? with different width due to prototype h5tools_str.c: In function â??h5tools_str_sprintâ??: h5tools_str.c:637: warning: passing argument 3 of â??h5tools_print_charâ?? with different width due to prototype h5tools_str.c:691: warning: passing argument 3 of â??h5tools_print_charâ?? with different width due to prototype h5tools_str.c:856: warning: passing argument 5 of â??H5Rget_nameâ?? with different width due to prototype mv -f .deps/h5tools_str.Tpo .deps/h5tools_str.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_utils.lo -MD -MP -MF .deps/h5tools_utils.Tpo -c -o h5tools_utils.lo h5tools_utils.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_utils.lo -MD -MP -MF .deps/h5tools_utils.Tpo -c h5tools_utils.c -o h5tools_utils.o h5tools_utils.c: In function â??error_msgâ??: h5tools_utils.c:74: warning: function might be possible candidate for â??printfâ?? format attribute h5tools_utils.c: In function â??warn_msgâ??: h5tools_utils.c:107: warning: function might be possible candidate for â??printfâ?? format attribute mv -f .deps/h5tools_utils.Tpo .deps/h5tools_utils.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff.lo -MD -MP -MF .deps/h5diff.Tpo -c -o h5diff.lo h5diff.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff.lo -MD -MP -MF .deps/h5diff.Tpo -c h5diff.c -o h5diff.o h5diff.c: In function â??h5diffâ??: h5diff.c:195: warning: passing argument 3 of â??memsetâ?? with different width due to prototype mv -f .deps/h5diff.Tpo .deps/h5diff.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_array.lo -MD -MP -MF .deps/h5diff_array.Tpo -c -o h5diff_array.lo h5diff_array.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_array.lo -MD -MP -MF .deps/h5diff_array.Tpo -c h5diff_array.c -o h5diff_array.o h5diff_array.c: In function â??diff_datumâ??: h5diff_array.c:1788: warning: comparing floating point with == or != is unsafe h5diff_array.c:1788: warning: comparing floating point with == or != is unsafe h5diff_array.c:1788: warning: comparing floating point with == or != is unsafe h5diff_array.c:1821: warning: comparing floating point with == or != is unsafe h5diff_array.c:1821: warning: comparing floating point with == or != is unsafe h5diff_array.c:1821: warning: comparing floating point with == or != is unsafe h5diff_array.c:1942: warning: comparing floating point with == or != is unsafe h5diff_array.c:1942: warning: comparing floating point with == or != is unsafe h5diff_array.c:1942: warning: comparing floating point with == or != is unsafe h5diff_array.c:1992: warning: comparing floating point with == or != is unsafe h5diff_array.c:1992: warning: comparing floating point with == or != is unsafe h5diff_array.c:1992: warning: comparing floating point with == or != is unsafe h5diff_array.c:2029: warning: passing argument 1 of â??equal_floatâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype h5diff_array.c:2029: warning: passing argument 2 of â??equal_floatâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype h5diff_array.c:2110: warning: comparing floating point with == or != is unsafe h5diff_array.c:2110: warning: comparing floating point with == or != is unsafe h5diff_array.c:2110: warning: comparing floating point with == or != is unsafe h5diff_array.c:2160: warning: comparing floating point with == or != is unsafe h5diff_array.c:2160: warning: comparing floating point with == or != is unsafe h5diff_array.c:2160: warning: comparing floating point with == or != is unsafe h5diff_array.c: In function â??diff_floatâ??: h5diff_array.c:2699: warning: comparing floating point with == or != is unsafe h5diff_array.c:2699: warning: comparing floating point with == or != is unsafe h5diff_array.c:2699: warning: comparing floating point with == or != is unsafe h5diff_array.c:2758: warning: comparing floating point with == or != is unsafe h5diff_array.c:2758: warning: comparing floating point with == or != is unsafe h5diff_array.c:2758: warning: comparing floating point with == or != is unsafe h5diff_array.c:2824: warning: passing argument 1 of â??equal_floatâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype h5diff_array.c:2824: warning: passing argument 2 of â??equal_floatâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype h5diff_array.c: In function â??diff_doubleâ??: h5diff_array.c:2931: warning: comparing floating point with == or != is unsafe h5diff_array.c:2931: warning: comparing floating point with == or != is unsafe h5diff_array.c:2931: warning: comparing floating point with == or != is unsafe h5diff_array.c:2976: warning: comparing floating point with == or != is unsafe h5diff_array.c:2976: warning: comparing floating point with == or != is unsafe h5diff_array.c:2976: warning: comparing floating point with == or != is unsafe h5diff_array.c: In function â??diff_ullongâ??: h5diff_array.c:4733: warning: comparing floating point with == or != is unsafe h5diff_array.c:4733: warning: comparing floating point with == or != is unsafe h5diff_array.c:4733: warning: comparing floating point with == or != is unsafe h5diff_array.c:4779: warning: comparing floating point with == or != is unsafe h5diff_array.c:4779: warning: comparing floating point with == or != is unsafe h5diff_array.c:4779: warning: comparing floating point with == or != is unsafe h5diff_array.c: In function â??ull2floatâ??: h5diff_array.c:4869: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5diff_array.c:4874: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype h5diff_array.c: In function â??equal_doubleâ??: h5diff_array.c:4949: warning: comparing floating point with == or != is unsafe h5diff_array.c:4949: warning: comparing floating point with == or != is unsafe h5diff_array.c:4953: warning: comparing floating point with == or != is unsafe h5diff_array.c: In function â??equal_floatâ??: h5diff_array.c:5018: warning: comparing floating point with == or != is unsafe h5diff_array.c:5018: warning: comparing floating point with == or != is unsafe h5diff_array.c:5022: warning: comparing floating point with == or != is unsafe h5diff_array.c:5024: warning: passing argument 1 of â??equal_floatâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype h5diff_array.c:5024: warning: passing argument 2 of â??equal_floatâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype h5diff_array.c: In function â??my_isnanâ??: h5diff_array.c:5061: warning: comparing floating point with == or != is unsafe h5diff_array.c:5070: warning: comparing floating point with == or != is unsafe h5diff_array.c:5077: warning: comparing floating point with == or != is unsafe mv -f .deps/h5diff_array.Tpo .deps/h5diff_array.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_attr.lo -MD -MP -MF .deps/h5diff_attr.Tpo -c -o h5diff_attr.lo h5diff_attr.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_attr.lo -MD -MP -MF .deps/h5diff_attr.Tpo -c h5diff_attr.c -o h5diff_attr.o h5diff_attr.c: In function â??diff_attrâ??: h5diff_attr.c:92: warning: passing argument 2 of â??H5Aget_nameâ?? with different width due to prototype h5diff_attr.c:103: warning: passing argument 2 of â??H5Aget_nameâ?? with different width due to prototype h5diff_attr.c:186: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5diff_attr.c:187: warning: passing argument 1 of â??mallocâ?? with different width due to prototype mv -f .deps/h5diff_attr.Tpo .deps/h5diff_attr.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_dset.lo -MD -MP -MF .deps/h5diff_dset.Tpo -c -o h5diff_dset.lo h5diff_dset.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_dset.lo -MD -MP -MF .deps/h5diff_dset.Tpo -c h5diff_dset.c -o h5diff_dset.o mv -f .deps/h5diff_dset.Tpo .deps/h5diff_dset.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_util.lo -MD -MP -MF .deps/h5diff_util.Tpo -c -o h5diff_util.lo h5diff_util.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_util.lo -MD -MP -MF .deps/h5diff_util.Tpo -c h5diff_util.c -o h5diff_util.o h5diff_util.c: In function â??parallel_printâ??: h5diff_util.c:46: warning: function might be possible candidate for â??printfâ?? format attribute h5diff_util.c:55: warning: passing argument 2 of â??vsnprintfâ?? with different width due to prototype h5diff_util.c:55: warning: function might be possible candidate for â??printfâ?? format attribute h5diff_util.c:81: warning: function might be possible candidate for â??printfâ?? format attribute h5diff_util.c:87: warning: function might be possible candidate for â??printfâ?? format attribute mv -f .deps/h5diff_util.Tpo .deps/h5diff_util.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5trav.lo -MD -MP -MF .deps/h5trav.Tpo -c -o h5trav.lo h5trav.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5trav.lo -MD -MP -MF .deps/h5trav.Tpo -c h5trav.c -o h5trav.o h5trav.c:600: warning: â??trav_table_searchâ?? defined but not used mv -f .deps/h5trav.Tpo .deps/h5trav.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_filters.lo -MD -MP -MF .deps/h5tools_filters.Tpo -c -o h5tools_filters.lo h5tools_filters.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_filters.lo -MD -MP -MF .deps/h5tools_filters.Tpo -c h5tools_filters.c -o h5tools_filters.o h5tools_filters.c: In function â??h5tools_canreadfâ??: h5tools_filters.c:90: warning: passing argument 6 of â??H5Pget_filter2â?? with different width due to prototype mv -f .deps/h5tools_filters.Tpo .deps/h5tools_filters.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_ref.lo -MD -MP -MF .deps/h5tools_ref.Tpo -c -o h5tools_ref.lo h5tools_ref.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_ref.lo -MD -MP -MF .deps/h5tools_ref.Tpo -c h5tools_ref.c -o h5tools_ref.o h5tools_ref.c: In function â??free_ref_path_infoâ??: h5tools_ref.c:71: warning: cast discards qualifiers from pointer target type mv -f .deps/h5tools_ref.Tpo .deps/h5tools_ref.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_type.lo -MD -MP -MF .deps/h5tools_type.Tpo -c -o h5tools_type.lo h5tools_type.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_type.lo -MD -MP -MF .deps/h5tools_type.Tpo -c h5tools_type.c -o h5tools_type.o mv -f .deps/h5tools_type.Tpo .deps/h5tools_type.Plo /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o libh5tools.la h5tools.lo h5tools_str.lo h5tools_utils.lo h5diff.lo h5diff_array.lo h5diff_attr.lo h5diff_dset.lo h5diff_util.lo h5trav.lo h5tools_filters.lo h5tools_ref.lo h5tools_type.lo -lm libtool: link: ar cru .libs/libh5tools.a h5tools.o h5tools_str.o h5tools_utils.o h5diff.o h5diff_array.o h5diff_attr.o h5diff_dset.o h5diff_util.o h5trav.o h5tools_filters.o h5tools_ref.o h5tools_type.o libtool: link: ranlib .libs/libh5tools.a libtool: link: ( cd ".libs" && rm -f "libh5tools.la" && ln -s "../libh5tools.la" "libh5tools.la" ) gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT talign.o -MD -MP -MF .deps/talign.Tpo -c -o talign.o talign.c talign.c: In function â??mainâ??: talign.c:79: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype talign.c:97: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype talign.c:101: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype talign.c:107: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype talign.c:140: warning: comparing floating point with == or != is unsafe talign.c:141: warning: comparing floating point with == or != is unsafe talign.c:141: warning: comparing floating point with == or != is unsafe talign.c:141: warning: comparing floating point with == or != is unsafe mv -f .deps/talign.Tpo .deps/talign.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o talign talign.o libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o talign talign.o ./.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm Making all in h5dump gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5dump.o -MD -MP -MF .deps/h5dump.Tpo -c -o h5dump.o h5dump.c h5dump.c: In function â??dump_all_cbâ??: h5dump.c:1489: warning: passing argument 3 of â??xml_name_to_XIDâ?? with different width due to prototype h5dump.c:1490: warning: passing argument 3 of â??xml_name_to_XIDâ?? with different width due to prototype h5dump.c:1503: warning: passing argument 3 of â??xml_name_to_XIDâ?? with different width due to prototype h5dump.c:1593: warning: passing argument 3 of â??xml_name_to_XIDâ?? with different width due to prototype h5dump.c:1594: warning: passing argument 3 of â??xml_name_to_XIDâ?? with different width due to prototype h5dump.c:1597: warning: passing argument 3 of â??xml_name_to_XIDâ?? with different width due to prototype h5dump.c:1691: warning: passing argument 3 of â??xml_name_to_XIDâ?? with different width due to prototype h5dump.c:1692: warning: passing argument 3 of â??xml_name_to_XIDâ?? with different width due to prototype h5dump.c:1741: warning: passing argument 3 of â??xml_name_to_XIDâ?? with different width due to prototype h5dump.c:1742: warning: passing argument 3 of â??xml_name_to_XIDâ?? with different width due to prototype h5dump.c: In function â??dump_groupâ??: h5dump.c:1916: warning: format â??%luâ?? expects type â??long unsigned intâ??, but argument 3 has type â??haddr_tâ?? h5dump.c: In function â??dump_dimsâ??: h5dump.c:2109: warning: format â??%luâ?? expects type â??long unsigned intâ??, but argument 2 has type â??long long unsigned intâ?? h5dump.c: In function â??dump_dataâ??: h5dump.c:2243: warning: reading through null pointer (argument 3) h5dump.c: In function â??dump_dcplâ??: h5dump.c:2510: warning: passing argument 2 of â??H5Pget_chunkâ?? with different width due to prototype h5dump.c:2528: warning: declaration of â??sizeâ?? shadows a previous local h5dump.c:2482: warning: shadowed declaration is here h5dump.c: In function â??dump_fcontentsâ??: h5dump.c:2962: warning: format â??%luâ?? expects type â??long unsigned intâ??, but argument 3 has type â??haddr_tâ?? h5dump.c: In function â??handle_attributesâ??: h5dump.c:3134: warning: unused parameter â??peâ?? h5dump.c: In function â??parse_hsize_listâ??: h5dump.c:3188: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5dump.c:3193: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long unsigned intâ?? h5dump.c: In function â??parse_subset_paramsâ??: h5dump.c:3232: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5dump.c: In function â??handle_datasetsâ??: h5dump.c:3316: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5dump.c:3321: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5dump.c:3339: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5dump.c:3348: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5dump.c: In function â??handle_linksâ??: h5dump.c:3491: warning: unused parameter â??peâ?? h5dump.c: In function â??handle_datatypesâ??: h5dump.c:3601: warning: format â??%luâ?? expects type â??long unsigned intâ??, but argument 3 has type â??haddr_tâ?? h5dump.c: In function â??parse_command_lineâ??: h5dump.c:3922: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5dump.c: In function â??mainâ??: h5dump.c:4112: warning: passing argument 6 of â??h5tools_fopenâ?? with different width due to prototype h5dump.c: In function â??print_enumâ??: h5dump.c:4324: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5dump.c:4325: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5dump.c:4334: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype h5dump.c: In function â??xml_name_to_XIDâ??: h5dump.c:4406: warning: format â??%luâ?? expects type â??long unsigned intâ??, but argument 3 has type â??haddr_tâ?? h5dump.c:4415: warning: format â??%luâ?? expects type â??long unsigned intâ??, but argument 3 has type â??haddr_tâ?? h5dump.c:4423: warning: format â??%luâ?? expects type â??long unsigned intâ??, but argument 3 has type â??haddr_tâ?? h5dump.c: In function â??xml_print_datatypeâ??: h5dump.c:4666: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5dump.c: In function â??xml_dump_datatypeâ??: h5dump.c:5026: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5dump.c: In function â??xml_dump_named_datatypeâ??: h5dump.c:5400: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5dump.c:5401: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5dump.c:5408: warning: passing argument 3 of â??strncmpâ?? with different width due to prototype h5dump.c: In function â??xml_dump_groupâ??: h5dump.c:5542: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5dump.c:5543: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5dump.c:5566: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5dump.c:5613: warning: format â??%luâ?? expects type â??long unsigned intâ??, but argument 3 has type â??haddr_tâ?? h5dump.c:5638: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5dump.c:5639: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5dump.c:5678: warning: format â??%luâ?? expects type â??long unsigned intâ??, but argument 3 has type â??haddr_tâ?? h5dump.c: In function â??check_filtersâ??: h5dump.c:5942: warning: passing argument 6 of â??H5Pget_filter2â?? with different width due to prototype h5dump.c: In function â??xml_dump_datasetâ??: h5dump.c:6156: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5dump.c:6157: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5dump.c: In function â??xml_print_enumâ??: h5dump.c:6466: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5dump.c:6467: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5dump.c:6476: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype h5dump.c: In function â??h5_fileaccessâ??: h5dump.c:6573: warning: passing argument 2 of â??H5Pset_fapl_coreâ?? with different width due to prototype h5dump.c:6621: warning: passing argument 4 of â??H5Pset_fapl_logâ?? with different width due to prototype h5dump.c: In function â??init_prefixâ??: h5dump.c:6651: warning: passing argument 2 of â??callocâ?? with different width due to prototype h5dump.c: In function â??dump_extlinkâ??: h5dump.c:6698: warning: passing argument 6 of â??h5tools_fopenâ?? with different width due to prototype mv -f .deps/h5dump.Tpo .deps/h5dump.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5dump h5dump.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5dump h5dump.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5dumpgentest.o -MD -MP -MF .deps/h5dumpgentest.Tpo -c -o h5dumpgentest.o h5dumpgentest.c h5dumpgentest.c: In function â??gent_attributeâ??: h5dumpgentest.c:425: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c: In function â??gent_udlinkâ??: h5dumpgentest.c:517: warning: passing argument 5 of â??H5Lcreate_udâ?? with different width due to prototype h5dumpgentest.c:519: warning: passing argument 5 of â??H5Lcreate_udâ?? with different width due to prototype h5dumpgentest.c: In function â??gent_allâ??: h5dumpgentest.c:1032: warning: passing argument 5 of â??H5Lcreate_udâ?? with different width due to prototype h5dumpgentest.c: In function â??gent_manyâ??: h5dumpgentest.c:1286: warning: passing argument 5 of â??H5Lcreate_udâ?? with different width due to prototype h5dumpgentest.c: In function â??gent_str2â??: h5dumpgentest.c:1466: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c:1471: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c:1490: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c:1535: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c:1568: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c: In function â??gent_dataregâ??: h5dumpgentest.c:1766: warning: passing argument 2 of â??callocâ?? with different width due to prototype h5dumpgentest.c:1769: warning: passing argument 2 of â??callocâ?? with different width due to prototype h5dumpgentest.c:1820: warning: passing argument 3 of â??H5Sselect_elementsâ?? with different width due to prototype h5dumpgentest.c:1820: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type h5dumpgentest.c: In function â??write_attr_inâ??: h5dumpgentest.c:3260: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c:3276: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype h5dumpgentest.c:3365: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c:3381: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype h5dumpgentest.c:3476: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c:3501: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype h5dumpgentest.c: In function â??write_dset_inâ??: h5dumpgentest.c:3702: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c:3718: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype h5dumpgentest.c:3807: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c:3823: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype h5dumpgentest.c:3930: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c:3955: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype h5dumpgentest.c: In function â??gent_compound_complexâ??: h5dumpgentest.c:4313: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c: In function â??gent_filtersâ??: h5dumpgentest.c:4863: warning: passing argument 4 of â??H5Pset_filterâ?? with different width due to prototype h5dumpgentest.c: In function â??set_local_myfilterâ??: h5dumpgentest.c:4967: warning: passing argument 6 of â??H5Pget_filter_by_id2â?? with different width due to prototype h5dumpgentest.c: In function â??gent_fcontentsâ??: h5dumpgentest.c:5052: warning: passing argument 5 of â??H5Lcreate_udâ?? with different width due to prototype h5dumpgentest.c: In function â??gent_stringâ??: h5dumpgentest.c:5333: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c: In function â??gent_bigdimsâ??: h5dumpgentest.c:5658: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5dumpgentest.c:5615: warning: â??m_sidâ?? may be used uninitialized in this function h5dumpgentest.c:5613: warning: â??didâ?? may be used uninitialized in this function h5dumpgentest.c:5614: warning: â??f_sidâ?? may be used uninitialized in this function h5dumpgentest.c: In function â??gent_group_creation_orderâ??: h5dumpgentest.c:5747: warning: â??gidâ?? may be used uninitialized in this function h5dumpgentest.c:5748: warning: â??gcpl_idâ?? may be used uninitialized in this function h5dumpgentest.c:5746: warning: â??fidâ?? may be used uninitialized in this function h5dumpgentest.c: In function â??gent_attr_creation_orderâ??: h5dumpgentest.c:5887: warning: â??gidâ?? may be used uninitialized in this function h5dumpgentest.c:5888: warning: â??didâ?? may be used uninitialized in this function h5dumpgentest.c:5889: warning: â??sidâ?? may be used uninitialized in this function h5dumpgentest.c:5894: warning: â??tcpl_idâ?? may be used uninitialized in this function h5dumpgentest.c:5893: warning: â??dcpl_idâ?? may be used uninitialized in this function h5dumpgentest.c:5892: warning: â??gcpl_idâ?? may be used uninitialized in this function mv -f .deps/h5dumpgentest.Tpo .deps/h5dumpgentest.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5dumpgentest h5dumpgentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5dumpgentest h5dumpgentest.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT binread.o -MD -MP -MF .deps/binread.Tpo -c -o binread.o binread.c mv -f .deps/binread.Tpo .deps/binread.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o binread binread.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o binread binread.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm Making all in h5diff gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_main.o -MD -MP -MF .deps/h5diff_main.Tpo -c -o h5diff_main.o h5diff_main.c h5diff_main.c: In function â??mainâ??: h5diff_main.c:79: warning: passing argument 3 of â??parse_command_lineâ?? from incompatible pointer type h5diff_main.c:79: warning: passing argument 4 of â??parse_command_lineâ?? from incompatible pointer type h5diff_main.c:79: warning: passing argument 5 of â??parse_command_lineâ?? from incompatible pointer type h5diff_main.c:79: warning: passing argument 6 of â??parse_command_lineâ?? from incompatible pointer type mv -f .deps/h5diff_main.Tpo .deps/h5diff_main.Po gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_common.o -MD -MP -MF .deps/h5diff_common.Tpo -c -o h5diff_common.o h5diff_common.c h5diff_common.c: In function â??h5diff_exitâ??: h5diff_common.c:397: warning: function might be possible candidate for attribute â??noreturnâ?? mv -f .deps/h5diff_common.Tpo .deps/h5diff_common.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5diff h5diff_main.o h5diff_common.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5diff h5diff_main.o h5diff_common.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diffgentest.o -MD -MP -MF .deps/h5diffgentest.Tpo -c -o h5diffgentest.o h5diffgentest.c mv -f .deps/h5diffgentest.Tpo .deps/h5diffgentest.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5diffgentest h5diffgentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5diffgentest h5diffgentest.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm Making all in h5ls gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5ls.o -MD -MP -MF .deps/h5ls.Tpo -c -o h5ls.o h5ls.c h5ls.c: In function â??display_enum_typeâ??: h5ls.c:770: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5ls.c:771: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5ls.c:778: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype h5ls.c: In function â??display_typeâ??: h5ls.c:1146: warning: format â??%luâ?? expects type â??long unsigned intâ??, but argument 3 has type â??haddr_tâ?? h5ls.c: In function â??dataset_list2â??: h5ls.c:1511: warning: passing argument 2 of â??H5Pget_chunkâ?? with different width due to prototype h5ls.c: In function â??list_objâ??: h5ls.c:1710: warning: format â??%luâ?? expects type â??long unsigned intâ??, but argument 4 has type â??haddr_tâ?? h5ls.c: In function â??mainâ??: h5ls.c:2000: warning: passing argument 3 of â??strncmpâ?? with different width due to prototype h5ls.c:2002: warning: passing argument 3 of â??strncmpâ?? with different width due to prototype h5ls.c:2030: warning: passing argument 3 of â??strncmpâ?? with different width due to prototype mv -f .deps/h5ls.Tpo .deps/h5ls.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5ls h5ls.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5ls h5ls.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm Making all in misc gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5debug.o -MD -MP -MF .deps/h5debug.Tpo -c -o h5debug.o h5debug.c mv -f .deps/h5debug.Tpo .deps/h5debug.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5debug h5debug.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5debug h5debug.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repart.o -MD -MP -MF .deps/h5repart.Tpo -c -o h5repart.o h5repart.c h5repart.c: In function â??mainâ??: h5repart.c:318: warning: comparison between signed and unsigned h5repart.c:318: warning: signed and unsigned type in conditional expression h5repart.c:410: warning: passing argument 3 of â??readâ?? with different width due to prototype h5repart.c:418: warning: passing argument 3 of â??writeâ?? with different width due to prototype h5repart.c:445: warning: passing argument 3 of â??readâ?? with different width due to prototype h5repart.c:453: warning: passing argument 3 of â??writeâ?? with different width due to prototype h5repart.c: In function â??usageâ??: h5repart.c:92: warning: function might be possible candidate for attribute â??noreturnâ?? mv -f .deps/h5repart.Tpo .deps/h5repart.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5repart h5repart.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5repart h5repart.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5mkgrp.o -MD -MP -MF .deps/h5mkgrp.Tpo -c -o h5mkgrp.o h5mkgrp.c h5mkgrp.c: In function â??mainâ??: h5mkgrp.c:248: warning: passing argument 6 of â??h5tools_fopenâ?? with different width due to prototype mv -f .deps/h5mkgrp.Tpo .deps/h5mkgrp.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5mkgrp h5mkgrp.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5mkgrp h5mkgrp.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repart_gentest.o -MD -MP -MF .deps/h5repart_gentest.Tpo -c -o h5repart_gentest.o h5repart_gentest.c mv -f .deps/h5repart_gentest.Tpo .deps/h5repart_gentest.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5repart_gentest h5repart_gentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5repart_gentest h5repart_gentest.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT repart_test.o -MD -MP -MF .deps/repart_test.Tpo -c -o repart_test.o repart_test.c mv -f .deps/repart_test.Tpo .deps/repart_test.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o repart_test repart_test.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o repart_test repart_test.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm Making all in h5import gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5import.o -MD -MP -MF .deps/h5import.Tpo -c -o h5import.o h5import.c h5import.c: In function â??mainâ??: h5import.c:45: warning: passing argument 4 of â??setvbufâ?? with different width due to prototype h5import.c:46: warning: passing argument 4 of â??setvbufâ?? with different width due to prototype h5import.c: In function â??readIntegerDataâ??: h5import.c:412: warning: passing argument 3 of â??freadâ?? with different width due to prototype h5import.c:445: warning: passing argument 3 of â??freadâ?? with different width due to prototype h5import.c:477: warning: passing argument 3 of â??freadâ?? with different width due to prototype h5import.c:511: warning: passing argument 3 of â??freadâ?? with different width due to prototype h5import.c: In function â??readUIntegerDataâ??: h5import.c:575: warning: passing argument 3 of â??freadâ?? with different width due to prototype h5import.c:607: warning: passing argument 3 of â??freadâ?? with different width due to prototype h5import.c:639: warning: passing argument 3 of â??freadâ?? with different width due to prototype h5import.c:673: warning: passing argument 3 of â??freadâ?? with different width due to prototype h5import.c: In function â??readFloatDataâ??: h5import.c:736: warning: passing argument 3 of â??freadâ?? with different width due to prototype h5import.c:773: warning: passing argument 3 of â??freadâ?? with different width due to prototype mv -f .deps/h5import.Tpo .deps/h5import.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5import h5import.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5import h5import.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5importtest.o -MD -MP -MF .deps/h5importtest.Tpo -c -o h5importtest.o h5importtest.c h5importtest.c: In function â??mainâ??: h5importtest.c:213: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5importtest.c:221: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5importtest.c:229: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5importtest.c:238: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5importtest.c:246: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5importtest.c:254: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5importtest.c:264: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5importtest.c:273: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5importtest.c:287: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype mv -f .deps/h5importtest.Tpo .deps/h5importtest.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5importtest h5importtest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5importtest h5importtest.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm Making all in h5repack gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repack.o -MD -MP -MF .deps/h5repack.Tpo -c -o h5repack.o h5repack.c h5repack.c: In function â??h5repack_initâ??: h5repack.c:104: warning: negative integer implicitly converted to unsigned type h5repack.c:106: warning: negative integer implicitly converted to unsigned type h5repack.c: In function â??check_objectsâ??: h5repack.c:441: warning: passing argument 6 of â??h5tools_fopenâ?? with different width due to prototype mv -f .deps/h5repack.Tpo .deps/h5repack.Po gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repack_copy.o -MD -MP -MF .deps/h5repack_copy.Tpo -c -o h5repack_copy.o h5repack_copy.c mv -f .deps/h5repack_copy.Tpo .deps/h5repack_copy.Po gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repack_filters.o -MD -MP -MF .deps/h5repack_filters.Tpo -c -o h5repack_filters.o h5repack_filters.c h5repack_filters.c: In function â??apply_filtersâ??: h5repack_filters.c:255: warning: passing argument 2 of â??H5Pget_chunkâ?? with different width due to prototype mv -f .deps/h5repack_filters.Tpo .deps/h5repack_filters.Po gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repack_opttable.o -MD -MP -MF .deps/h5repack_opttable.Tpo -c -o h5repack_opttable.o h5repack_opttable.c h5repack_opttable.c: In function â??init_packobjectâ??: h5repack_opttable.c:42: warning: negative integer implicitly converted to unsigned type mv -f .deps/h5repack_opttable.Tpo .deps/h5repack_opttable.Po gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repack_parse.o -MD -MP -MF .deps/h5repack_parse.Tpo -c -o h5repack_parse.o h5repack_parse.c h5repack_parse.c: In function â??parse_filterâ??: h5repack_parse.c:415: warning: comparison of unsigned expression < 0 is always false h5repack_parse.c:456: warning: comparison of unsigned expression < 0 is always false mv -f .deps/h5repack_parse.Tpo .deps/h5repack_parse.Po gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repack_refs.o -MD -MP -MF .deps/h5repack_refs.Tpo -c -o h5repack_refs.o h5repack_refs.c h5repack_refs.c: In function â??do_copy_refobjsâ??: h5repack_refs.c:168: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5repack_refs.c:176: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5repack_refs.c:235: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5repack_refs.c: In function â??copy_refs_attrâ??: h5repack_refs.c:438: warning: passing argument 2 of â??H5Aget_nameâ?? with different width due to prototype h5repack_refs.c:487: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5repack_refs.c:495: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5repack_refs.c:556: warning: passing argument 1 of â??mallocâ?? with different width due to prototype mv -f .deps/h5repack_refs.Tpo .deps/h5repack_refs.Po gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repack_verify.o -MD -MP -MF .deps/h5repack_verify.Tpo -c -o h5repack_verify.o h5repack_verify.c h5repack_verify.c: In function â??h5repack_verifyâ??: h5repack_verify.c:85: warning: passing argument 3 of â??has_filtersâ?? as unsigned due to prototype h5repack_verify.c:154: warning: passing argument 3 of â??has_filtersâ?? as unsigned due to prototype h5repack_verify.c: In function â??has_layoutâ??: h5repack_verify.c:265: warning: passing argument 2 of â??H5Pget_chunkâ?? with different width due to prototype h5repack_verify.c: In function â??has_filtersâ??: h5repack_verify.c:457: warning: comparison of unsigned expression < 0 is always false h5repack_verify.c: In function â??h5repack_verifyâ??: h5repack_verify.c:52: warning: â??pidâ?? may be used uninitialized in this function h5repack_verify.c:53: warning: â??sidâ?? may be used uninitialized in this function h5repack_verify.c:51: warning: â??didâ?? may be used uninitialized in this function mv -f .deps/h5repack_verify.Tpo .deps/h5repack_verify.Po gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repack_main.o -MD -MP -MF .deps/h5repack_main.Tpo -c -o h5repack_main.o h5repack_main.c h5repack_main.c: In function â??mainâ??: h5repack_main.c:219: warning: passing argument 3 of â??strncmpâ?? with different width due to prototype h5repack_main.c:222: warning: passing argument 3 of â??strncmpâ?? with different width due to prototype h5repack_main.c:225: warning: passing argument 3 of â??strncmpâ?? with different width due to prototype h5repack_main.c:228: warning: passing argument 3 of â??strncmpâ?? with different width due to prototype h5repack_main.c:231: warning: passing argument 3 of â??strncmpâ?? with different width due to prototype h5repack_main.c:260: warning: passing argument 2 of â??parse_command_lineâ?? from incompatible pointer type h5repack_main.c: In function â??parse_command_lineâ??: h5repack_main.c:458: warning: passing argument 1 of â??parse_numberâ?? discards qualifiers from pointer target type mv -f .deps/h5repack_main.Tpo .deps/h5repack_main.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5repack h5repack.o h5repack_copy.o h5repack_filters.o h5repack_opttable.o h5repack_parse.o h5repack_refs.o h5repack_verify.o h5repack_main.o ../../tools/lib/libh5tools.la ../../test/libh5test.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5repack h5repack.o h5repack_copy.o h5repack_filters.o h5repack_opttable.o h5repack_parse.o h5repack_refs.o h5repack_verify.o h5repack_main.o ../../tools/lib/.libs/libh5tools.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT testh5repack_detect_szip.o -MD -MP -MF .deps/testh5repack_detect_szip.Tpo -c -o testh5repack_detect_szip.o testh5repack_detect_szip.c mv -f .deps/testh5repack_detect_szip.Tpo .deps/testh5repack_detect_szip.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o testh5repack_detect_szip testh5repack_detect_szip.o ../../tools/lib/libh5tools.la ../../test/libh5test.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o testh5repack_detect_szip testh5repack_detect_szip.o ../../tools/lib/.libs/libh5tools.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repacktst.o -MD -MP -MF .deps/h5repacktst.Tpo -c -o h5repacktst.o h5repacktst.c h5repacktst.c: In function â??make_deflateâ??: h5repacktst.c:1879: warning: unused variable â??dims1râ?? h5repacktst.c:1878: warning: unused variable â??bufrefâ?? h5repacktst.c:1871: warning: unused parameter â??loc_idâ?? mv -f .deps/h5repacktst.Tpo .deps/h5repacktst.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5repacktst h5repack.o h5repack_copy.o h5repack_filters.o h5repack_opttable.o h5repack_parse.o h5repack_refs.o h5repack_verify.o h5repacktst.o ../../tools/lib/libh5tools.la ../../test/libh5test.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5repacktst h5repack.o h5repack_copy.o h5repack_filters.o h5repack_opttable.o h5repack_parse.o h5repack_refs.o h5repack_verify.o h5repacktst.o ../../tools/lib/.libs/libh5tools.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lm Making all in h5jam gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5jam.o -MD -MP -MF .deps/h5jam.Tpo -c -o h5jam.o h5jam.c h5jam.c: In function â??copy_some_to_fileâ??: h5jam.c:447: warning: passing argument 3 of â??readâ?? with different width due to prototype h5jam.c:451: warning: passing argument 3 of â??readâ?? with different width due to prototype h5jam.c:459: warning: passing argument 3 of â??writeâ?? with different width due to prototype h5jam.c: In function â??write_padâ??: h5jam.c:540: warning: passing argument 3 of â??writeâ?? with different width due to prototype mv -f .deps/h5jam.Tpo .deps/h5jam.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5jam h5jam.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5jam h5jam.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5unjam.o -MD -MP -MF .deps/h5unjam.Tpo -c -o h5unjam.o h5unjam.c h5unjam.c: In function â??mainâ??: h5unjam.c:271: warning: passing argument 3 of â??copy_to_fileâ?? with different width due to prototype h5unjam.c: In function â??copy_to_fileâ??: h5unjam.c:311: warning: passing argument 3 of â??readâ?? with different width due to prototype h5unjam.c:313: warning: passing argument 3 of â??readâ?? with different width due to prototype h5unjam.c:315: warning: passing argument 3 of â??writeâ?? with different width due to prototype mv -f .deps/h5unjam.Tpo .deps/h5unjam.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5unjam h5unjam.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5unjam h5unjam.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tellub.o -MD -MP -MF .deps/tellub.Tpo -c -o tellub.o tellub.c mv -f .deps/tellub.Tpo .deps/tellub.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o tellub tellub.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o tellub tellub.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5jamgentest.o -MD -MP -MF .deps/h5jamgentest.Tpo -c -o h5jamgentest.o h5jamgentest.c h5jamgentest.c: In function â??create_textfileâ??: h5jamgentest.c:339: warning: passing argument 2 of â??creatâ?? with different width due to prototype mv -f .deps/h5jamgentest.Tpo .deps/h5jamgentest.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5jamgentest h5jamgentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5jamgentest h5jamgentest.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT getub.o -MD -MP -MF .deps/getub.Tpo -c -o getub.o getub.c getub.c: In function â??mainâ??: getub.c:148: warning: passing argument 1 of â??mallocâ?? with different width due to prototype getub.c:155: warning: passing argument 3 of â??readâ?? with different width due to prototype getub.c:165: warning: passing argument 3 of â??writeâ?? with different width due to prototype mv -f .deps/getub.Tpo .deps/getub.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o getub getub.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o getub getub.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm Making all in h5copy gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5copy.o -MD -MP -MF .deps/h5copy.Tpo -c -o h5copy.o h5copy.c h5copy.c: In function â??mainâ??: h5copy.c:308: warning: passing argument 6 of â??h5tools_fopenâ?? with different width due to prototype h5copy.c:326: warning: passing argument 6 of â??h5tools_fopenâ?? with different width due to prototype mv -f .deps/h5copy.Tpo .deps/h5copy.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5copy h5copy.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5copy h5copy.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5copygentest.o -MD -MP -MF .deps/h5copygentest.Tpo -c -o h5copygentest.o h5copygentest.c h5copygentest.c: In function â??gent_compoundâ??: h5copygentest.c:153: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype mv -f .deps/h5copygentest.Tpo .deps/h5copygentest.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5copygentest h5copygentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5copygentest h5copygentest.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm Making all in h5stat gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5stat.o -MD -MP -MF .deps/h5stat.Tpo -c -o h5stat.o h5stat.c h5stat.c: In function â??dataset_statsâ??: h5stat.c:549: warning: passing argument 6 of â??H5Pget_filter2â?? with different width due to prototype mv -f .deps/h5stat.Tpo .deps/h5stat.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5stat h5stat.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5stat h5stat.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5stat_gentest.o -MD -MP -MF .deps/h5stat_gentest.Tpo -c -o h5stat_gentest.o h5stat_gentest.c mv -f .deps/h5stat_gentest.Tpo .deps/h5stat_gentest.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5stat_gentest h5stat_gentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5stat_gentest h5stat_gentest.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm make[2]: Nothing to be done for `all-am'. Making all in . gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT pio_perf.o -MD -MP -MF .deps/pio_perf.Tpo -c -o pio_perf.o pio_perf.c mv -f .deps/pio_perf.Tpo .deps/pio_perf.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT pio_engine.o -MD -MP -MF .deps/pio_engine.Tpo -c -o pio_engine.o pio_engine.c mv -f .deps/pio_engine.Tpo .deps/pio_engine.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT pio_timer.o -MD -MP -MF .deps/pio_timer.Tpo -c -o pio_timer.o pio_timer.c mv -f .deps/pio_timer.Tpo .deps/pio_timer.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5perf pio_perf.o pio_engine.o pio_timer.o ../tools/lib/libh5tools.la ../test/libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5perf pio_perf.o pio_engine.o pio_timer.o ../tools/lib/.libs/libh5tools.a ../test/.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT sio_perf.o -MD -MP -MF .deps/sio_perf.Tpo -c -o sio_perf.o sio_perf.c sio_perf.c: In function â??mainâ??: sio_perf.c:343: warning: unused variable â??retâ?? sio_perf.c: In function â??run_test_loopâ??: sio_perf.c:399: warning: unused variable â??doing_sioâ?? sio_perf.c: In function â??run_testâ??: sio_perf.c:452: warning: unused variable â??comm_sizeâ?? sio_perf.c: In function â??output_resultsâ??: sio_perf.c:766: warning: comparing floating point with == or != is unsafe sio_perf.c:774: warning: comparing floating point with == or != is unsafe sio_perf.c:781: warning: comparing floating point with == or != is unsafe sio_perf.c: In function â??output_reportâ??: sio_perf.c:801: warning: function might be possible candidate for â??printfâ?? format attribute sio_perf.c: In function â??parse_command_lineâ??: sio_perf.c:983: warning: declaration of â??iâ?? shadows a previous local sio_perf.c:940: warning: shadowed declaration is here sio_perf.c:1023: warning: declaration of â??iâ?? shadows a previous local sio_perf.c:940: warning: shadowed declaration is here sio_perf.c:1052: warning: declaration of â??iâ?? shadows a previous local sio_perf.c:940: warning: shadowed declaration is here sio_perf.c:1111: warning: declaration of â??iâ?? shadows a previous local sio_perf.c:940: warning: shadowed declaration is here sio_perf.c:1180: warning: declaration of â??iâ?? shadows a previous local sio_perf.c:940: warning: shadowed declaration is here sio_perf.c:1209: warning: declaration of â??iâ?? shadows a previous local sio_perf.c:940: warning: shadowed declaration is here sio_perf.c: In function â??run_testâ??: sio_perf.c:502: warning: function call has aggregate value mv -f .deps/sio_perf.Tpo .deps/sio_perf.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT sio_engine.o -MD -MP -MF .deps/sio_engine.Tpo -c -o sio_engine.o sio_engine.c sio_engine.c: In function â??sio_create_filenameâ??: sio_engine.c:398: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype sio_engine.c: In function â??do_writeâ??: sio_engine.c:464: warning: comparison between signed and unsigned sio_engine.c:481: warning: comparison between signed and unsigned sio_engine.c: In function â??dset_writeâ??: sio_engine.c:691: warning: comparison between signed and unsigned sio_engine.c: In function â??posix_buffer_writeâ??: sio_engine.c:738: warning: comparison between signed and unsigned sio_engine.c:764: warning: passing argument 2 of â??lseekâ?? as signed due to prototype sio_engine.c: In function â??do_readâ??: sio_engine.c:802: warning: comparison between signed and unsigned sio_engine.c:816: warning: comparison between signed and unsigned sio_engine.c:865: warning: format â??%ldâ?? expects type â??long intâ??, but argument 3 has type â??off_tâ?? sio_engine.c: In function â??posix_buffer_readâ??: sio_engine.c:1019: warning: comparison between signed and unsigned sio_engine.c:1040: warning: passing argument 2 of â??lseekâ?? as signed due to prototype sio_engine.c: In function â??set_vfdâ??: sio_engine.c:1128: warning: declaration of â??faplâ?? shadows a global declaration sio_engine.c:143: warning: shadowed declaration is here sio_engine.c: In function â??do_sioâ??: sio_engine.c:167: warning: function returns an aggregate sio_engine.c:178: warning: â??res.timersâ?? may be used uninitialized in this function mv -f .deps/sio_engine.Tpo .deps/sio_engine.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT sio_timer.o -MD -MP -MF .deps/sio_timer.Tpo -c -o sio_timer.o sio_timer.c sio_timer.c: In function â??sio_time_newâ??: sio_timer.c:66: warning: passing argument 1 of â??callocâ?? with different width due to prototype mv -f .deps/sio_timer.Tpo .deps/sio_timer.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5perf_serial sio_perf.o sio_engine.o sio_timer.o ../tools/lib/libh5tools.la ../test/libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5perf_serial sio_perf.o sio_engine.o sio_timer.o ../tools/lib/.libs/libh5tools.a ../test/.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT iopipe.o -MD -MP -MF .deps/iopipe.Tpo -c -o iopipe.o iopipe.c mv -f .deps/iopipe.Tpo .deps/iopipe.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o iopipe iopipe.o ../test/libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o iopipe iopipe.o ../test/.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT chunk.o -MD -MP -MF .deps/chunk.Tpo -c -o chunk.o chunk.c chunk.c: In function â??create_datasetâ??: chunk.c:159: warning: passing argument 4 of â??H5Pset_filterâ?? with different width due to prototype chunk.c:163: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype chunk.c:163: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype chunk.c:166: warning: passing argument 1 of â??callocâ?? with different width due to prototype chunk.c:166: warning: passing argument 2 of â??callocâ?? with different width due to prototype chunk.c: In function â??test_rowmajâ??: chunk.c:197: warning: passing argument 1 of â??callocâ?? with different width due to prototype chunk.c: In function â??test_diagâ??: chunk.c:276: warning: passing argument 1 of â??callocâ?? with different width due to prototype mv -f .deps/chunk.Tpo .deps/chunk.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o chunk chunk.o ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o chunk chunk.o ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT overhead.o -MD -MP -MF .deps/overhead.Tpo -c -o overhead.o overhead.c overhead.c: In function â??testâ??: overhead.c:213: warning: passing argument 3 of â??H5Pset_cacheâ?? with different width due to prototype overhead.c:213: warning: passing argument 4 of â??H5Pset_cacheâ?? with different width due to prototype mv -f .deps/overhead.Tpo .deps/overhead.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o overhead overhead.o ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o overhead overhead.o ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT zip_perf.o -MD -MP -MF .deps/zip_perf.Tpo -c -o zip_perf.o zip_perf.c mv -f .deps/zip_perf.Tpo .deps/zip_perf.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o zip_perf zip_perf.o ../tools/lib/libh5tools.la ../test/libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o zip_perf zip_perf.o ../tools/lib/.libs/libh5tools.a ../test/.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT perf_meta.o -MD -MP -MF .deps/perf_meta.Tpo -c -o perf_meta.o perf_meta.c mv -f .deps/perf_meta.Tpo .deps/perf_meta.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o perf_meta perf_meta.o ../test/libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o perf_meta perf_meta.o ../test/.libs/libh5test.a ../src/.libs/libhdf5.a -lm Making all in hl Making all in src /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5DS.lo -MD -MP -MF .deps/H5DS.Tpo -c -o H5DS.lo H5DS.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5DS.lo -MD -MP -MF .deps/H5DS.Tpo -c H5DS.c -o H5DS.o mv -f .deps/H5DS.Tpo .deps/H5DS.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5IM.lo -MD -MP -MF .deps/H5IM.Tpo -c -o H5IM.lo H5IM.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5IM.lo -MD -MP -MF .deps/H5IM.Tpo -c H5IM.c -o H5IM.o mv -f .deps/H5IM.Tpo .deps/H5IM.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5LT.lo -MD -MP -MF .deps/H5LT.Tpo -c -o H5LT.lo H5LT.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5LT.lo -MD -MP -MF .deps/H5LT.Tpo -c H5LT.c -o H5LT.o H5LT.c: In function â??H5LTfind_datasetâ??: H5LT.c:819: warning: cast discards qualifiers from pointer target type H5LT.c: In function â??H5LT_find_attributeâ??: H5LT.c:1426: warning: cast discards qualifiers from pointer target type H5LT.c: In function â??H5LTtext_to_dtypeâ??: H5LT.c:1597: warning: nested extern declaration of â??H5LTyyparseâ?? mv -f .deps/H5LT.Tpo .deps/H5LT.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5LTanalyze.lo -MD -MP -MF .deps/H5LTanalyze.Tpo -c -o H5LTanalyze.lo H5LTanalyze.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5LTanalyze.lo -MD -MP -MF .deps/H5LTanalyze.Tpo -c H5LTanalyze.c -o H5LTanalyze.o H5LTanalyze.c:867:5: warning: "YY_STACK_USED" is not defined H5LTanalyze.c:979: warning: no previous prototype for â??H5LTyylexâ?? H5LTanalyze.l: In function â??H5LTyylexâ??: H5LTanalyze.l:174: warning: passing argument 2 of â??fwriteâ?? with different width due to prototype H5LTanalyze.l:174: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype H5LTanalyze.c: In function â??yy_get_next_bufferâ??: H5LTanalyze.c:1566: warning: old-style function definition H5LTanalyze.c: In function â??yy_get_previous_stateâ??: H5LTanalyze.c:1698: warning: old-style function definition H5LTanalyze.c: In function â??inputâ??: H5LTanalyze.c:1805: warning: old-style function definition H5LTanalyze.c: In function â??H5LTyy_create_bufferâ??: H5LTanalyze.c:1941: warning: passing argument 1 of â??yy_flex_allocâ?? with different width due to prototype H5LTanalyze.c:1998:5: warning: "YY_ALWAYS_INTERACTIVE" is not defined H5LTanalyze.c:2001:5: warning: "YY_NEVER_INTERACTIVE" is not defined H5LTanalyze.c: In function â??H5LTyy_scan_bufferâ??: H5LTanalyze.c:2057: warning: passing argument 1 of â??yy_flex_allocâ?? with different width due to prototype H5LTanalyze.c: In function â??yy_flex_allocâ??: H5LTanalyze.c:2261: warning: passing argument 1 of â??mallocâ?? with different width due to prototype H5LTanalyze.c: In function â??yy_flex_reallocâ??: H5LTanalyze.c:2279: warning: passing argument 2 of â??reallocâ?? with different width due to prototype H5LTanalyze.c:2292:5: warning: "YY_MAIN" is not defined H5LTanalyze.l: In function â??my_yyinputâ??: H5LTanalyze.l:179: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype H5LTanalyze.l:175: warning: unused parameter â??max_sizeâ?? H5LTanalyze.l: At top level: H5LTanalyze.l:185: warning: no previous prototype for â??H5LTyyerrorâ?? H5LTanalyze.l: In function â??H5LTyyerrorâ??: H5LTanalyze.l:187: warning: no return statement in function returning non-void H5LTanalyze.l: In function â??H5LTyywrapâ??: H5LTanalyze.l:190: warning: old-style function definition H5LTanalyze.l: In function â??H5LTyyerrorâ??: H5LTanalyze.l:187: warning: control reaches end of non-void function H5LTanalyze.l: At top level: H5LTanalyze.c:2271: warning: â??yy_flex_reallocâ?? defined but not used H5LTanalyze.c:1762: warning: â??yyunputâ?? defined but not used mv -f .deps/H5LTanalyze.Tpo .deps/H5LTanalyze.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5LTparse.lo -MD -MP -MF .deps/H5LTparse.Tpo -c -o H5LTparse.lo H5LTparse.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5LTparse.lo -MD -MP -MF .deps/H5LTparse.Tpo -c H5LTparse.c -o H5LTparse.o H5LTparse.c:33: warning: function declaration isnâ??t a prototype H5LTparse.y:21: warning: function declaration isnâ??t a prototype H5LTparse.c:465: warning: function declaration isnâ??t a prototype H5LTparse.c: In function â??yygrowstackâ??: H5LTparse.c:465: warning: old-style function definition H5LTparse.c: At top level: H5LTparse.c:523: warning: no previous prototype for â??H5LTyyparseâ?? H5LTparse.c: In function â??H5LTyyparseâ??: H5LTparse.c:590: warning: passing argument 1 of â??H5LTyyerrorâ?? discards qualifiers from pointer target type H5LTparse.y:154: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype H5LTparse.y:176: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype H5LTparse.y:189: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype H5LTparse.c:1113: warning: passing argument 1 of â??H5LTyyerrorâ?? discards qualifiers from pointer target type mv -f .deps/H5LTparse.Tpo .deps/H5LTparse.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5PT.lo -MD -MP -MF .deps/H5PT.Tpo -c -o H5PT.lo H5PT.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5PT.lo -MD -MP -MF .deps/H5PT.Tpo -c H5PT.c -o H5PT.o mv -f .deps/H5PT.Tpo .deps/H5PT.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5TB.lo -MD -MP -MF .deps/H5TB.Tpo -c -o H5TB.lo H5TB.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5TB.lo -MD -MP -MF .deps/H5TB.Tpo -c H5TB.c -o H5TB.o mv -f .deps/H5TB.Tpo .deps/H5TB.Plo /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o libhdf5_hl.la -rpath /usr/local/lib H5DS.lo H5IM.lo H5LT.lo H5LTanalyze.lo H5LTparse.lo H5PT.lo H5TB.lo -lm libtool: link: ar cru .libs/libhdf5_hl.a H5DS.o H5IM.o H5LT.o H5LTanalyze.o H5LTparse.o H5PT.o H5TB.o libtool: link: ranlib .libs/libhdf5_hl.a libtool: link: ( cd ".libs" && rm -f "libhdf5_hl.la" && ln -s "../libhdf5_hl.la" "libhdf5_hl.la" ) Making all in test gcc -DHAVE_CONFIG_H -I. -I../../src -I. -I. -I../../src -I../../src -I../../test -I../../test -I../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT test_lite.o -MD -MP -MF .deps/test_lite.Tpo -c -o test_lite.o test_lite.c test_lite.c: In function â??test_dsetsâ??: test_lite.c:302: warning: comparing floating point with == or != is unsafe test_lite.c:313: warning: comparing floating point with == or != is unsafe test_lite.c:338: warning: comparing floating point with == or != is unsafe test_lite.c:349: warning: comparing floating point with == or != is unsafe test_lite.c: In function â??make_attributesâ??: test_lite.c:933: warning: comparing floating point with == or != is unsafe test_lite.c:944: warning: comparing floating point with == or != is unsafe test_lite.c:977: warning: comparing floating point with == or != is unsafe test_lite.c:988: warning: comparing floating point with == or != is unsafe mv -f .deps/test_lite.Tpo .deps/test_lite.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o test_lite test_lite.o ../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o test_lite test_lite.o ../../hl/src/.libs/libhdf5_hl.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I. -I. -I../../src -I../../src -I../../test -I../../test -I../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT test_image.o -MD -MP -MF .deps/test_image.Tpo -c -o test_image.o test_image.c test_image.c: In function â??test_simpleâ??: test_image.c:185: warning: comparison between signed and unsigned test_image.c:213: warning: comparison between signed and unsigned test_image.c: In function â??read_paletteâ??: test_image.c:840: warning: passing argument 2 of â??fgetsâ?? with different width due to prototype test_image.c:855: warning: passing argument 2 of â??fgetsâ?? with different width due to prototype test_image.c:870: warning: passing argument 2 of â??fgetsâ?? with different width due to prototype mv -f .deps/test_image.Tpo .deps/test_image.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o test_image test_image.o ../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o test_image test_image.o ../../hl/src/.libs/libhdf5_hl.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I. -I. -I../../src -I../../src -I../../test -I../../test -I../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT test_table.o -MD -MP -MF .deps/test_table.Tpo -c -o test_table.o test_table.c test_table.c:132: warning: declaration of â??writeâ?? shadows a global declaration /usr/include/unistd.h:509: warning: shadowed declaration is here test_table.c:133: warning: no previous prototype for â??test_tableâ?? test_table.c: In function â??test_tableâ??: test_table.c:330: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype test_table.c:370: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:370: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:413: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:413: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:456: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:456: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:496: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:496: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:501: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:501: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:540: warning: comparison between signed and unsigned test_table.c:542: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:542: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:548: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:548: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:554: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:554: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:560: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:560: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:632: warning: comparison between signed and unsigned test_table.c:663: warning: comparison between signed and unsigned test_table.c:694: warning: comparison between signed and unsigned test_table.c:725: warning: comparison between signed and unsigned test_table.c:733: warning: comparison between signed and unsigned test_table.c:735: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:735: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:780: warning: comparison between signed and unsigned test_table.c:782: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:782: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:788: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:788: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:794: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:794: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:839: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:839: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:844: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:844: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:881: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:881: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:886: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:886: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:947: warning: comparing floating point with == or != is unsafe test_table.c:1004: warning: comparing floating point with == or != is unsafe test_table.c:1067: warning: comparing floating point with == or != is unsafe test_table.c:1096: warning: comparing floating point with == or != is unsafe test_table.c:1155: warning: comparing floating point with == or != is unsafe test_table.c:1208: warning: comparing floating point with == or != is unsafe test_table.c:1274: warning: comparing floating point with == or != is unsafe test_table.c:1305: warning: comparing floating point with == or != is unsafe test_table.c:1348: warning: comparing floating point with == or != is unsafe test_table.c:1349: warning: comparing floating point with == or != is unsafe test_table.c:1389: warning: comparing floating point with == or != is unsafe test_table.c: In function â??cmp_parâ??: test_table.c:1583: warning: comparing floating point with == or != is unsafe test_table.c:1584: warning: comparing floating point with == or != is unsafe mv -f .deps/test_table.Tpo .deps/test_table.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o test_table test_table.o ../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o test_table test_table.o ../../hl/src/.libs/libhdf5_hl.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I. -I. -I../../src -I../../src -I../../test -I../../test -I../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT test_ds.o -MD -MP -MF .deps/test_ds.Tpo -c -o test_ds.o test_ds.c mv -f .deps/test_ds.Tpo .deps/test_ds.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o test_ds test_ds.o ../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o test_ds test_ds.o ../../hl/src/.libs/libhdf5_hl.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I. -I. -I../../src -I../../src -I../../test -I../../test -I../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT test_packet.o -MD -MP -MF .deps/test_packet.Tpo -c -o test_packet.o test_packet.c test_packet.c: In function â??cmp_parâ??: test_packet.c:76: warning: comparing floating point with == or != is unsafe test_packet.c:77: warning: comparing floating point with == or != is unsafe test_packet.c: In function â??test_readâ??: test_packet.c:332: warning: passing argument 3 of â??H5PTread_packetsâ?? with different width due to prototype test_packet.c:337: warning: passing argument 3 of â??H5PTread_packetsâ?? with different width due to prototype test_packet.c:342: warning: passing argument 3 of â??H5PTread_packetsâ?? with different width due to prototype test_packet.c: In function â??test_get_nextâ??: test_packet.c:395: warning: passing argument 2 of â??H5PTget_nextâ?? with different width due to prototype test_packet.c:412: warning: passing argument 2 of â??H5PTget_nextâ?? with different width due to prototype test_packet.c: In function â??test_big_tableâ??: test_packet.c:490: warning: passing argument 2 of â??H5PTget_nextâ?? with different width due to prototype test_packet.c:495: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_packet.c: In function â??test_opaqueâ??: test_packet.c:731: warning: passing argument 3 of â??H5PTread_packetsâ?? with different width due to prototype test_packet.c: In function â??test_compressâ??: test_packet.c:812: warning: passing argument 2 of â??H5PTget_nextâ?? with different width due to prototype test_packet.c:816: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_packet.c:833: warning: passing argument 6 of â??H5Pget_filter_by_id2â?? with different width due to prototype test_packet.c:864: warning: passing argument 6 of â??H5Pget_filter_by_id2â?? with different width due to prototype test_packet.c: In function â??test_errorâ??: test_packet.c:936: warning: passing argument 3 of â??H5PTread_packetsâ?? with different width due to prototype test_packet.c:963: warning: passing argument 3 of â??H5PTread_packetsâ?? with different width due to prototype test_packet.c:995: warning: passing argument 3 of â??H5PTread_packetsâ?? with different width due to prototype mv -f .deps/test_packet.Tpo .deps/test_packet.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o test_packet test_packet.o ../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o test_packet test_packet.o ../../hl/src/.libs/libhdf5_hl.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lm Making all in tools Making all in gif2h5 gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT gif2hdf.o -MD -MP -MF .deps/gif2hdf.Tpo -c -o gif2hdf.o gif2hdf.c gif2hdf.c: In function â??mainâ??: gif2hdf.c:87: warning: passing argument 3 of â??freadâ?? with different width due to prototype gif2hdf.c:98: warning: function call has aggregate value mv -f .deps/gif2hdf.Tpo .deps/gif2hdf.Po gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT gif2mem.o -MD -MP -MF .deps/gif2mem.Tpo -c -o gif2mem.o gif2mem.c gif2mem.c: In function â??Gif2Memâ??: gif2mem.c:44: warning: function returns an aggregate mv -f .deps/gif2mem.Tpo .deps/gif2mem.Po gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT decompress.o -MD -MP -MF .deps/decompress.Tpo -c -o decompress.o decompress.c decompress.c: In function â??Decompressâ??: decompress.c:249: warning: passing argument 1 of â??AddToPixelâ?? with different width due to prototype decompress.c:289: warning: passing argument 1 of â??AddToPixelâ?? with different width due to prototype mv -f .deps/decompress.Tpo .deps/decompress.Po gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT gifread.o -MD -MP -MF .deps/gifread.Tpo -c -o gifread.o gifread.c mv -f .deps/gifread.Tpo .deps/gifread.Po gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT writehdf.o -MD -MP -MF .deps/writehdf.Tpo -c -o writehdf.o writehdf.c writehdf.c: In function â??WriteHDFâ??: writehdf.c:40: warning: unused parameter â??GIFFileNameâ?? mv -f .deps/writehdf.Tpo .deps/writehdf.Po /bin/sh ../../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o gif2h5 gif2hdf.o gif2mem.o decompress.o gifread.o writehdf.o ../../../hl/src/libhdf5_hl.la ../../../tools/lib/libh5tools.la ../../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o gif2h5 gif2hdf.o gif2mem.o decompress.o gifread.o writehdf.o ../../../hl/src/.libs/libhdf5_hl.a ../../../tools/lib/.libs/libh5tools.a ../../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT hdf2gif.o -MD -MP -MF .deps/hdf2gif.Tpo -c -o hdf2gif.o hdf2gif.c hdf2gif.c: In function â??mainâ??: hdf2gif.c:262: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype hdf2gif.c:64: warning: â??numcolsâ?? may be used uninitialized in this function mv -f .deps/hdf2gif.Tpo .deps/hdf2gif.Po gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT hdfgifwr.o -MD -MP -MF .deps/hdfgifwr.Tpo -c -o hdfgifwr.o hdfgifwr.c mv -f .deps/hdfgifwr.Tpo .deps/hdfgifwr.Po /bin/sh ../../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h52gif hdf2gif.o hdfgifwr.o ../../../hl/src/libhdf5_hl.la ../../../tools/lib/libh5tools.la ../../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h52gif hdf2gif.o hdfgifwr.o ../../../hl/src/.libs/libhdf5_hl.a ../../../tools/lib/.libs/libh5tools.a ../../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h52gifgentst.o -MD -MP -MF .deps/h52gifgentst.Tpo -c -o h52gifgentst.o h52gifgentst.c mv -f .deps/h52gifgentst.Tpo .deps/h52gifgentst.Po /bin/sh ../../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h52gifgentst h52gifgentst.o ../../../hl/src/libhdf5_hl.la ../../../tools/lib/libh5tools.la ../../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h52gifgentst h52gifgentst.o ../../../hl/src/.libs/libhdf5_hl.a ../../../tools/lib/.libs/libh5tools.a ../../../src/.libs/libhdf5.a -lm make[3]: Nothing to be done for `all-am'. make[2]: Nothing to be done for `all-am'. Making all in perform make[1]: Nothing to be done for `all'. dhcp-235:hdf5-1.8.1 edo$ sudo make check Making check in src make check-TESTS make[4]: Nothing to be done for `_exec_check-s'. Making check in test make testhdf5 lheap ohdr stab gheap cache cache_api pool hyperslab istore bittests dt_arith dtypes dsets cmpd_dset extend external objcopy links unlink big mtime fillval mount flush1 flush2 enum set_extent ttsafe getname vfd ntypes dangle dtransform reserved cross_read btree2 fheap error_test err_compat testmeta testerror.sh make[2]: `testhdf5' is up to date. make[2]: `lheap' is up to date. make[2]: `ohdr' is up to date. make[2]: `stab' is up to date. make[2]: `gheap' is up to date. make[2]: `cache' is up to date. make[2]: `cache_api' is up to date. make[2]: `pool' is up to date. make[2]: `hyperslab' is up to date. make[2]: `istore' is up to date. make[2]: `bittests' is up to date. make[2]: `dt_arith' is up to date. make[2]: `dtypes' is up to date. make[2]: `dsets' is up to date. make[2]: `cmpd_dset' is up to date. make[2]: `extend' is up to date. make[2]: `external' is up to date. make[2]: `objcopy' is up to date. make[2]: `links' is up to date. make[2]: `unlink' is up to date. make[2]: `big' is up to date. make[2]: `mtime' is up to date. make[2]: `fillval' is up to date. make[2]: `mount' is up to date. make[2]: `flush1' is up to date. make[2]: `flush2' is up to date. make[2]: `enum' is up to date. make[2]: `set_extent' is up to date. make[2]: `ttsafe' is up to date. make[2]: `getname' is up to date. make[2]: `vfd' is up to date. make[2]: `ntypes' is up to date. make[2]: `dangle' is up to date. make[2]: `dtransform' is up to date. make[2]: `reserved' is up to date. make[2]: `cross_read' is up to date. make[2]: `btree2' is up to date. make[2]: `fheap' is up to date. make[2]: `error_test' is up to date. make[2]: `err_compat' is up to date. make[2]: `testmeta' is up to date. make[2]: `testerror.sh' is up to date. make check-TESTS ===Serial tests in test begin Mon Feb 9 17:55:11 EST 2009=== ============================ Testing testhdf5 Finished testing testhdf5 ============================ testhdf5 Test Log ============================ For help use: ./testhdf5 -help Linked with hdf5 version 1.8 release 1 Testing -- Configure definitions (config) Testing -- Encoding/decoding metadata (metadata) Testing -- Checksum algorithm (checksum) Testing -- Ternary Search Trees (tst) Testing -- Memory Heaps (heap) Testing -- Skip Lists (skiplist) Testing -- Reference Counted Strings (refstr) Testing -- Low-Level File I/O (file) Testing -- Generic Object Functions (objects) Testing -- Dataspaces (h5s) Testing -- Dataspace coordinates (coords) Testing -- Shared Object Header Messages (sohm) Testing -- Attributes (attr) Testing -- Selections (select) Testing -- Time Datatypes (time) Testing -- References (reference) Testing -- Variable-Length Datatypes (vltypes) Testing -- Variable-Length Strings (vlstrings) Testing -- Group & Attribute Iteration (iterate) Testing -- Array Datatypes (array) Testing -- Generic Properties (genprop) Testing -- UTF-8 Encoding (unicode) Testing -- User-Created Identifiers (id) Testing -- Miscellaneous (misc) All tests were successful. Cleaning Up temp files... 12.48 real 9.18 user 2.22 sys Finished testing testhdf5 ============================ ============================ Testing lheap Finished testing lheap ============================ lheap Test Log ============================ Testing local heap write PASSED Testing local heap read PASSED All local heap tests passed. 0.00 real 0.00 user 0.00 sys Finished testing lheap ============================ ============================ Testing ohdr Finished testing ohdr ============================ ohdr Test Log ============================ Using default file format: Testing object header creation PASSED Testing message creation PASSED Testing message modification PASSED Testing object header overflow in memory PASSED Testing close & re-open object header PASSED Testing object header overflow on disk PASSED Testing message deletion PASSED Testing constant message handling PASSED Testing object header closing PASSED Accessing objects with unknown header messages: Testing object with unknown header message and no flags set PASSED Testing object with unknown header message & 'fail if unknown' flag set PASSED Testing object with unknown header message & 'mark if unknown' flag set PASSED Using new file format: Testing object header creation PASSED Testing message creation PASSED Testing message modification PASSED Testing object header overflow in memory PASSED Testing close & re-open object header PASSED Testing object header overflow on disk PASSED Testing message deletion PASSED Testing constant message handling PASSED Testing object header closing PASSED Accessing objects with unknown header messages: Testing object with unknown header message and no flags set PASSED Testing object with unknown header message & 'fail if unknown' flag set PASSED Testing object with unknown header message & 'mark if unknown' flag set PASSED All object header tests passed. 0.01 real 0.00 user 0.00 sys Finished testing ohdr ============================ ============================ Testing stab Finished testing stab ============================ stab Test Log ============================ Testing miscellaneous group tests PASSED Testing long names PASSED Testing large directories PASSED Testing miscellaneous group tests (w/new group format) PASSED Testing long names (w/new group format) PASSED Testing large directories (w/new group format) PASSED Testing group lifecycle PASSED Testing long link names in compact groups PASSED Testing reading old groups PASSED Testing group without compact form PASSED Testing setting root group creation properties PASSED Testing old API routines PASSED All symbol table tests passed. 0.32 real 0.24 user 0.05 sys Finished testing stab ============================ ============================ Testing gheap Finished testing gheap ============================ gheap Test Log ============================ Testing monotonically increasing lengths PASSED Testing monotonically decreasing lengths PASSED Testing complete object removal PASSED Testing partial object removal PASSED All global heap tests passed. 0.02 real 0.01 user 0.00 sys Finished testing gheap ============================ ============================ Testing cache Finished testing cache ============================ cache Test Log ============================ Testing smoke check #1 -- all clean, ins, dest, ren, 4/2 MB cache PASSED Testing smoke check #2 -- ~1/2 dirty, ins, dest, ren, 4/2 MB cache PASSED Testing smoke check #3 -- all clean, ins, dest, ren, 2/1 KB cache PASSED Testing smoke check #4 -- ~1/2 dirty, ins, dest, ren, 2/1 KB cache PASSED Testing smoke check #5 -- all clean, ins, prot, unprot, AR cache 1 PASSED Testing smoke check #6 -- ~1/2 dirty, ins, prot, unprot, AR cache 1 PASSED Testing smoke check #7 -- all clean, ins, prot, unprot, AR cache 2 PASSED Testing smoke check #8 -- ~1/2 dirty, ins, prot, unprot, AR cache 2 PASSED Testing smoke check #9 -- all clean, ins, dest, ren, 4/2 MB, corked PASSED Testing smoke check #10 -- ~1/2 dirty, ins, dest, ren, 4/2 MB, corked PASSED Testing write permitted check -- 1/0 MB cache -SKIP- Clean and dirty LRU lists disabled. Testing H5C_insert_entry() functionality PASSED Testing H5C_flush_cache() functionality PASSED Testing H5C_get_entry_status() functionality PASSED Testing H5C_expunge_entry() functionality PASSED Testing multiple read only protects on a single entry PASSED Testing H5C_rename_entry() functionality PASSED Testing H5C_pin_protected_entry() functionality PASSED Testing entry resize functionality PASSED Testing evictions enabled/disabled functionality PASSED Testing flush cache with protected entry error PASSED Testing destroy cache with permanently pinned entry error PASSED Testing destroy cache with protected entry error PASSED Testing duplicate entry insertion error PASSED Testing rename to existing entry errors PASSED Testing pin a pinned entry error PASSED Testing unpin an unpinned entry error PASSED Testing pin entry related errors PASSED Testing protect a protected entry error PASSED Testing unprotect an unprotected entry error PASSED Testing mark entry dirty related errors PASSED Testing expunge entry related errors PASSED Testing resize entry related errors PASSED Testing unprotect a read only entry dirty error PASSED Testing protect a read only entry rw error PASSED Testing get/set evictions enabled errors PASSED Testing automatic cache resizing PASSED Testing automatic cache resize disable PASSED Testing automatic cache resize epoch marker management PASSED Testing automatic cache resize input errors PASSED Testing automatic cache resize auxilary functions PASSED 30.21 real 30.12 user 0.07 sys Finished testing cache ============================ ============================ Testing cache_api Finished testing cache_api ============================ cache_api Test Log ============================ Testing MDC/FAPL related API calls PASSED Testing MDC/FILE related API calls PASSED Testing MDC API smoke check -SKIP- Long tests disabled. Testing MDC/FAPL related API input errors PASSED Testing MDC/FILE related API input errors PASSED 0.00 real 0.00 user 0.00 sys Finished testing cache_api ============================ ============================ Testing pool Finished testing pool ============================ pool Test Log ============================ Testing memory pool creation PASSED Testing closing pool with blocks still allocated in one page PASSED Testing allocating first block in pool PASSED Testing allocating large first block in pool PASSED Testing splitting block in pool PASSED Testing allocating many small blocks PASSED Testing allocate normal-sized block in new page PASSED Testing allocate large-sized block in new page PASSED Testing allocate many random sized blocks PASSED All memory pool tests passed. 0.94 real 0.91 user 0.03 sys Finished testing pool ============================ ============================ Testing hyperslab Finished testing hyperslab ============================ hyperslab Test Log ============================ Test sizes: SMALL MEDIUM Testing hyperslab fill 11 variable hyperslab PASSED Testing hyperslab fill 11x10 variable hyperslab PASSED Testing hyperslab fill 3x5x5 variable hyperslab PASSED Testing hyperslab fill 113 variable hyperslab PASSED Testing hyperslab fill 15x11 variable hyperslab PASSED Testing hyperslab fill 5x7x7 variable hyperslab PASSED Testing hyperslab copy 11 variable source PASSED Testing hyperslab copy 11 variable destination PASSED Testing hyperslab copy 11 sync source & dest PASSED Testing hyperslab copy 179 variable source PASSED Testing hyperslab copy 179 variable destination PASSED Testing hyperslab copy 179 sync source & dest PASSED Testing hyperslab copy 11x10 variable source PASSED Testing hyperslab copy 11x10 variable destination PASSED Testing hyperslab copy 11x10 sync source & dest PASSED Testing hyperslab copy 13x19 variable source PASSED Testing hyperslab copy 13x19 variable destination PASSED Testing hyperslab copy 13x19 sync source & dest PASSED Testing hyperslab copy 73x67 variable source PASSED Testing hyperslab copy 73x67 variable destination PASSED Testing hyperslab copy 73x67 sync source & dest PASSED Testing hyperslab copy 3x5x5 variable source PASSED Testing hyperslab copy 3x5x5 variable destination PASSED Testing hyperslab copy 3x5x5 sync source & dest PASSED Testing hyperslab copy 7x9x5 variable source PASSED Testing hyperslab copy 7x9x5 variable destination PASSED Testing hyperslab copy 7x9x5 sync source & dest PASSED Testing multi-byte fill value PASSED Testing multi-byte fill value PASSED Testing endian conversion by stride PASSED Testing 2d transpose by stride 9x9d PASSED Testing 2d transpose by stride 3x11d PASSED Testing endian conversion by stride PASSED Testing 2d transpose by stride 1200x1200d PASSED Testing 2d transpose by stride 800x1800d PASSED Testing image sampling 10x20 to 5x10 PASSED Testing image sampling 5x10 to 10x20 PASSED Testing image sampling 960x1280 to 480x640 PASSED Testing image sampling 480x640 to 960x1280 PASSED Testing array filling 1-9 elements PASSED Testing array filling 9-257 elements PASSED Testing array offset 13x 11x 7 elements PASSED Testing array offset 347x 193x 71 elements PASSED All hyperslab tests passed. 0.56 real 0.50 user 0.06 sys Finished testing hyperslab ============================ ============================ Testing istore Finished testing istore ============================ istore Test Log ============================ Test sizes: SMALL Testing istore create PASSED Testing istore extend: 10 PASSED Testing istore extend: 10x10 PASSED Testing istore extend: 10x10x10 PASSED Testing istore sparse: 5 PASSED Testing istore sparse: 3x4 PASSED Testing istore sparse: 2x3x4 PASSED All i-store tests passed. 0.22 real 0.00 user 0.02 sys Finished testing istore ============================ ============================ Testing bittests Finished testing bittests ============================ bittests Test Log ============================ Testing bit search operations PASSED Testing bit set operations PASSED Testing bit clear operations PASSED Testing bit copy operations PASSED Testing bit shift operations PASSED Testing bit increment operations PASSED Testing bit decrement operations PASSED Testing bit negate operations PASSED All bit tests passed. 0.18 real 0.18 user 0.00 sys Finished testing bittests ============================ ============================ Testing dt_arith Finished testing dt_arith ============================ dt_arith Test Log ============================ Testing non-aligned conversions (ALIGNMENT=1).... Testing query functions of compiler conversion PASSED Testing user-define and query functions of floating-point types PASSED Testing user-define and query functions of integer types PASSED Floating-point overflow cases will be tested. Testing noop float -> float conversions PASSED Testing noop double -> double conversions PASSED Testing noop long double -> long double conversions PASSED Testing hard normalized float -> double conversions PASSED Testing hard normalized double -> float conversions PASSED Testing hard normalized float -> long double conversions PASSED Testing hard normalized double -> long double conversions PASSED Testing hard normalized long double -> float conversions PASSED Testing hard normalized long double -> double conversions PASSED Testing hard denormalized float -> double conversions PASSED Testing hard denormalized double -> float conversions PASSED Testing hard denormalized float -> long double conversions PASSED Testing hard denormalized double -> long double conversions PASSED Testing hard denormalized long double -> float conversions PASSED Testing hard denormalized long double -> double conversions PASSED Testing hard special float -> double conversions PASSED Testing hard special double -> float conversions PASSED Testing hard special float -> long double conversions PASSED Testing hard special double -> long double conversions PASSED Testing hard special long double -> float conversions PASSED Testing hard special long double -> double conversions PASSED Testing hard signed char -> unsigned char conversions PASSED Testing hard signed char -> short conversions PASSED Testing hard signed char -> unsigned short conversions PASSED Testing hard signed char -> int conversions PASSED Testing hard signed char -> unsigned int conversions PASSED Testing hard signed char -> long conversions PASSED Testing hard signed char -> unsigned long conversions PASSED Testing hard unsigned char -> signed char conversions PASSED Testing hard unsigned char -> short conversions PASSED Testing hard unsigned char -> unsigned short conversions PASSED Testing hard unsigned char -> int conversions PASSED Testing hard unsigned char -> unsigned int conversions PASSED Testing hard unsigned char -> long conversions PASSED Testing hard unsigned char -> unsigned long conversions PASSED Testing hard short -> signed char conversions PASSED Testing hard short -> unsigned char conversions PASSED Testing hard short -> unsigned short conversions PASSED Testing hard short -> int conversions PASSED Testing hard short -> unsigned int conversions PASSED Testing hard short -> long conversions PASSED Testing hard short -> unsigned long conversions PASSED Testing hard unsigned short -> signed char conversions PASSED Testing hard unsigned short -> unsigned char conversions PASSED Testing hard unsigned short -> short conversions PASSED Testing hard unsigned short -> int conversions PASSED Testing hard unsigned short -> unsigned int conversions PASSED Testing hard unsigned short -> long conversions PASSED Testing hard unsigned short -> unsigned long conversions PASSED Testing hard int -> signed char conversions PASSED Testing hard int -> unsigned char conversions PASSED Testing hard int -> short conversions PASSED Testing hard int -> unsigned short conversions PASSED Testing hard int -> unsigned int conversions PASSED Testing hard int -> long conversions PASSED Testing hard int -> unsigned long conversions PASSED Testing hard unsigned int -> signed char conversions PASSED Testing hard unsigned int -> unsigned char conversions PASSED Testing hard unsigned int -> short conversions PASSED Testing hard unsigned int -> unsigned short conversions PASSED Testing hard unsigned int -> int conversions PASSED Testing hard unsigned int -> long conversions PASSED Testing hard unsigned int -> unsigned long conversions PASSED Testing hard long -> signed char conversions PASSED Testing hard long -> unsigned char conversions PASSED Testing hard long -> short conversions PASSED Testing hard long -> unsigned short conversions PASSED Testing hard long -> int conversions PASSED Testing hard long -> unsigned int conversions PASSED Testing hard long -> unsigned long conversions PASSED Testing hard unsigned long -> signed char conversions PASSED Testing hard unsigned long -> unsigned char conversions PASSED Testing hard unsigned long -> short conversions PASSED Testing hard unsigned long -> unsigned short conversions PASSED Testing hard unsigned long -> int conversions PASSED Testing hard unsigned long -> unsigned int conversions PASSED Testing hard unsigned long -> long conversions PASSED Testing hard signed char -> float conversions PASSED Testing hard signed char -> double conversions PASSED Testing hard unsigned char -> float conversions PASSED Testing hard unsigned char -> double conversions PASSED Testing hard short -> float conversions PASSED Testing hard short -> double conversions PASSED Testing hard unsigned short -> float conversions PASSED Testing hard unsigned short -> double conversions PASSED Testing hard int -> float conversions PASSED Testing hard int -> double conversions PASSED Testing hard unsigned int -> float conversions PASSED Testing hard unsigned int -> double conversions PASSED Testing hard long -> float conversions PASSED Testing hard long -> double conversions PASSED Testing hard unsigned long -> float conversions PASSED Testing hard unsigned long -> double conversions PASSED Testing hard signed char -> long double conversions PASSED Testing hard unsigned char -> long double conversions PASSED Testing hard short -> long double conversions PASSED Testing hard unsigned short -> long double conversions PASSED Testing hard int -> long double conversions PASSED Testing hard unsigned int -> long double conversions PASSED Testing hard long -> long double conversions PASSED Testing hard unsigned long -> long double conversions PASSED Testing hard normalized float -> signed char conversions PASSED Testing hard normalized double -> signed char conversions PASSED Testing hard normalized float -> unsigned char conversions PASSED Testing hard normalized double -> unsigned char conversions PASSED Testing hard normalized float -> short conversions PASSED Testing hard normalized double -> short conversions PASSED Testing hard normalized float -> unsigned short conversions PASSED Testing hard normalized double -> unsigned short conversions PASSED Testing hard normalized float -> int conversions PASSED Testing hard normalized double -> int conversions PASSED Testing hard normalized float -> unsigned int conversions PASSED Testing hard normalized double -> unsigned int conversions PASSED Testing hard normalized float -> long conversions PASSED Testing hard normalized double -> long conversions PASSED Testing hard normalized float -> unsigned long conversions PASSED Testing hard normalized double -> unsigned long conversions PASSED Testing hard normalized long double -> signed char conversions PASSED Testing hard normalized long double -> unsigned char conversions PASSED Testing hard normalized long double -> short conversions PASSED Testing hard normalized long double -> unsigned short conversions PASSED Testing hard normalized long double -> int conversions PASSED Testing hard normalized long double -> unsigned int conversions PASSED Testing hard normalized long double -> long conversions PASSED Testing hard normalized long double -> unsigned long conversions PASSED Testing hard denormalized float -> signed char conversions PASSED Testing hard denormalized double -> signed char conversions PASSED Testing hard denormalized float -> unsigned char conversions PASSED Testing hard denormalized double -> unsigned char conversions PASSED Testing hard denormalized float -> short conversions PASSED Testing hard denormalized double -> short conversions PASSED Testing hard denormalized float -> unsigned short conversions PASSED Testing hard denormalized double -> unsigned short conversions PASSED Testing hard denormalized float -> int conversions PASSED Testing hard denormalized double -> int conversions PASSED Testing hard denormalized float -> unsigned int conversions PASSED Testing hard denormalized double -> unsigned int conversions PASSED Testing hard denormalized float -> long conversions PASSED Testing hard denormalized double -> long conversions PASSED Testing hard denormalized float -> unsigned long conversions PASSED Testing hard denormalized double -> unsigned long conversions PASSED Testing hard denormalized long double -> signed char conversions PASSED Testing hard denormalized long double -> unsigned char conversions PASSED Testing hard denormalized long double -> short conversions PASSED Testing hard denormalized long double -> unsigned short conversions PASSED Testing hard denormalized long double -> int conversions PASSED Testing hard denormalized long double -> unsigned int conversions PASSED Testing hard denormalized long double -> long conversions PASSED Testing hard denormalized long double -> unsigned long conversions PASSED Testing hard special float -> signed char conversions PASSED Testing hard special double -> signed char conversions PASSED Testing hard special float -> unsigned char conversions PASSED Testing hard special double -> unsigned char conversions PASSED Testing hard special float -> short conversions PASSED Testing hard special double -> short conversions PASSED Testing hard special float -> unsigned short conversions PASSED Testing hard special double -> unsigned short conversions PASSED Testing hard special float -> int conversions PASSED Testing hard special double -> int conversions PASSED Testing hard special float -> unsigned int conversions PASSED Testing hard special double -> unsigned int conversions PASSED Testing hard special float -> long conversions PASSED Testing hard special double -> long conversions PASSED Testing hard special float -> unsigned long conversions PASSED Testing hard special double -> unsigned long conversions PASSED Testing hard special long double -> signed char conversions PASSED Testing hard special long double -> unsigned char conversions PASSED Testing hard special long double -> short conversions PASSED Testing hard special long double -> unsigned short conversions PASSED Testing hard special long double -> int conversions PASSED Testing hard special long double -> unsigned int conversions PASSED Testing hard special long double -> long conversions PASSED Testing hard special long double -> unsigned long conversions PASSED Testing hard particular floating number -> integer conversions PASSED Testing soft normalized float -> double conversions PASSED Testing soft normalized double -> float conversions PASSED Testing soft normalized float -> long double conversions PASSED Testing soft normalized double -> long double conversions PASSED Testing soft normalized long double -> float conversions PASSED Testing soft normalized long double -> double conversions PASSED Testing soft denormalized float -> double conversions PASSED Testing soft denormalized double -> float conversions PASSED Testing soft denormalized float -> long double conversions PASSED Testing soft denormalized double -> long double conversions PASSED Testing soft denormalized long double -> float conversions PASSED Testing soft denormalized long double -> double conversions PASSED Testing soft special float -> double conversions PASSED Testing soft special double -> float conversions PASSED Testing soft special float -> long double conversions PASSED Testing soft special double -> long double conversions PASSED Testing soft special long double -> float conversions PASSED Testing soft special long double -> double conversions PASSED Testing overlap calculations PASSED Testing soft signed char -> unsigned char conversions PASSED Testing soft signed char -> short conversions PASSED Testing soft signed char -> unsigned short conversions PASSED Testing soft signed char -> int conversions PASSED Testing soft signed char -> unsigned int conversions PASSED Testing soft signed char -> long conversions PASSED Testing soft signed char -> unsigned long conversions PASSED Testing soft unsigned char -> signed char conversions PASSED Testing soft unsigned char -> short conversions PASSED Testing soft unsigned char -> unsigned short conversions PASSED Testing soft unsigned char -> int conversions PASSED Testing soft unsigned char -> unsigned int conversions PASSED Testing soft unsigned char -> long conversions PASSED Testing soft unsigned char -> unsigned long conversions PASSED Testing soft short -> signed char conversions PASSED Testing soft short -> unsigned char conversions PASSED Testing soft short -> unsigned short conversions PASSED Testing soft short -> int conversions PASSED Testing soft short -> unsigned int conversions PASSED Testing soft short -> long conversions PASSED Testing soft short -> unsigned long conversions PASSED Testing soft unsigned short -> signed char conversions PASSED Testing soft unsigned short -> unsigned char conversions PASSED Testing soft unsigned short -> short conversions PASSED Testing soft unsigned short -> int conversions PASSED Testing soft unsigned short -> unsigned int conversions PASSED Testing soft unsigned short -> long conversions PASSED Testing soft unsigned short -> unsigned long conversions PASSED Testing soft int -> signed char conversions PASSED Testing soft int -> unsigned char conversions PASSED Testing soft int -> short conversions PASSED Testing soft int -> unsigned short conversions PASSED Testing soft int -> unsigned int conversions PASSED Testing soft int -> long conversions PASSED Testing soft int -> unsigned long conversions PASSED Testing soft unsigned int -> signed char conversions PASSED Testing soft unsigned int -> unsigned char conversions PASSED Testing soft unsigned int -> short conversions PASSED Testing soft unsigned int -> unsigned short conversions PASSED Testing soft unsigned int -> int conversions PASSED Testing soft unsigned int -> long conversions PASSED Testing soft unsigned int -> unsigned long conversions PASSED Testing soft long -> signed char conversions PASSED Testing soft long -> unsigned char conversions PASSED Testing soft long -> short conversions PASSED Testing soft long -> unsigned short conversions PASSED Testing soft long -> int conversions PASSED Testing soft long -> unsigned int conversions PASSED Testing soft long -> unsigned long conversions PASSED Testing soft unsigned long -> signed char conversions PASSED Testing soft unsigned long -> unsigned char conversions PASSED Testing soft unsigned long -> short conversions PASSED Testing soft unsigned long -> unsigned short conversions PASSED Testing soft unsigned long -> int conversions PASSED Testing soft unsigned long -> unsigned int conversions PASSED Testing soft unsigned long -> long conversions PASSED Testing soft normalized float -> signed char conversions PASSED Testing soft normalized double -> signed char conversions PASSED Testing soft normalized float -> unsigned char conversions PASSED Testing soft normalized double -> unsigned char conversions PASSED Testing soft normalized float -> short conversions PASSED Testing soft normalized double -> short conversions PASSED Testing soft normalized float -> unsigned short conversions PASSED Testing soft normalized double -> unsigned short conversions PASSED Testing soft normalized float -> int conversions PASSED Testing soft normalized double -> int conversions PASSED Testing soft normalized float -> unsigned int conversions PASSED Testing soft normalized double -> unsigned int conversions PASSED Testing soft normalized float -> long conversions PASSED Testing soft normalized double -> long conversions PASSED Testing soft normalized float -> unsigned long conversions PASSED Testing soft normalized double -> unsigned long conversions PASSED Testing soft normalized long double -> signed char conversions PASSED Testing soft normalized long double -> unsigned char conversions PASSED Testing soft normalized long double -> short conversions PASSED Testing soft normalized long double -> unsigned short conversions PASSED Testing soft normalized long double -> int conversions PASSED Testing soft normalized long double -> unsigned int conversions PASSED Testing soft normalized long double -> long conversions PASSED Testing soft normalized long double -> unsigned long conversions PASSED Testing soft denormalized float -> signed char conversions PASSED Testing soft denormalized double -> signed char conversions PASSED Testing soft denormalized float -> unsigned char conversions PASSED Testing soft denormalized double -> unsigned char conversions PASSED Testing soft denormalized float -> short conversions PASSED Testing soft denormalized double -> short conversions PASSED Testing soft denormalized float -> unsigned short conversions PASSED Testing soft denormalized double -> unsigned short conversions PASSED Testing soft denormalized float -> int conversions PASSED Testing soft denormalized double -> int conversions PASSED Testing soft denormalized float -> unsigned int conversions PASSED Testing soft denormalized double -> unsigned int conversions PASSED Testing soft denormalized float -> long conversions PASSED Testing soft denormalized double -> long conversions PASSED Testing soft denormalized float -> unsigned long conversions PASSED Testing soft denormalized double -> unsigned long conversions PASSED Testing soft denormalized long double -> signed char conversions PASSED Testing soft denormalized long double -> unsigned char conversions PASSED Testing soft denormalized long double -> short conversions PASSED Testing soft denormalized long double -> unsigned short conversions PASSED Testing soft denormalized long double -> int conversions PASSED Testing soft denormalized long double -> unsigned int conversions PASSED Testing soft denormalized long double -> long conversions PASSED Testing soft denormalized long double -> unsigned long conversions PASSED Testing soft special float -> signed char conversions PASSED Testing soft special double -> signed char conversions PASSED Testing soft special float -> unsigned char conversions PASSED Testing soft special double -> unsigned char conversions PASSED Testing soft special float -> short conversions PASSED Testing soft special double -> short conversions PASSED Testing soft special float -> unsigned short conversions PASSED Testing soft special double -> unsigned short conversions PASSED Testing soft special float -> int conversions PASSED Testing soft special double -> int conversions PASSED Testing soft special float -> unsigned int conversions PASSED Testing soft special double -> unsigned int conversions PASSED Testing soft special float -> long conversions PASSED Testing soft special double -> long conversions PASSED Testing soft special float -> unsigned long conversions PASSED Testing soft special double -> unsigned long conversions PASSED Testing soft special long double -> signed char conversions PASSED Testing soft special long double -> unsigned char conversions PASSED Testing soft special long double -> short conversions PASSED Testing soft special long double -> unsigned short conversions PASSED Testing soft special long double -> int conversions PASSED Testing soft special long double -> unsigned int conversions PASSED Testing soft special long double -> long conversions PASSED Testing soft special long double -> unsigned long conversions PASSED Testing soft signed char -> float conversions PASSED Testing soft signed char -> double conversions PASSED Testing soft unsigned char -> float conversions PASSED Testing soft unsigned char -> double conversions PASSED Testing soft short -> float conversions PASSED Testing soft short -> double conversions PASSED Testing soft unsigned short -> float conversions PASSED Testing soft unsigned short -> double conversions PASSED Testing soft int -> float conversions PASSED Testing soft int -> double conversions PASSED Testing soft unsigned int -> float conversions PASSED Testing soft unsigned int -> double conversions PASSED Testing soft long -> float conversions PASSED Testing soft long -> double conversions PASSED Testing soft unsigned long -> float conversions PASSED Testing soft unsigned long -> double conversions PASSED Testing soft signed char -> long double conversions PASSED Testing soft unsigned char -> long double conversions PASSED Testing soft short -> long double conversions PASSED Testing soft unsigned short -> long double conversions PASSED Testing soft int -> long double conversions PASSED Testing soft unsigned int -> long double conversions PASSED Testing soft long -> long double conversions PASSED Testing soft unsigned long -> long double conversions PASSED All data type tests passed. 2.85 real 2.79 user 0.05 sys Finished testing dt_arith ============================ ============================ Testing dtypes Finished testing dtypes ============================ dtypes Test Log ============================ Testing non-aligned conversions (ALIGNMENT=1).... Testing H5Tget_class() PASSED Testing H5Tcopy() PASSED Testing H5Tdetect_class() PASSED Testing compound datatypes PASSED Testing query functions of compound and enumeration types PASSED Testing transient datatypes PASSED Testing named datatypes PASSED Testing functions of encoding and decoding datatypes PASSED Testing encoding datatypes with the 'use the latest format' flag PASSED Testing exceptions for int <-> float conversions PASSED Testing deprected API routines for datatypes PASSED Testing string conversions PASSED Testing random string conversion speed PASSED Testing some type functions for string PASSED Testing compound element reordering PASSED Testing compound subset conversions PASSED Testing compound element shrinking & reordering PASSED Testing optimized struct converter PASSED Testing compound element growing PASSED Testing compound element insertion PASSED Testing packing compound datatypes PASSED Testing compound datatype with VL string PASSED Testing array datatype of compound type with VL string PASSED Testing registering type conversion routine with compound conversions PASSED Testing adjust size of compound datatypes PASSED Testing compound datatypes of boundary size with latest format PASSED Testing random enum conversion O(N) PASSED Testing random enum conversion O(N log N) PASSED Testing non-native enumeration type conversion PASSED Testing bitfield conversions PASSED Testing some type functions for bitfield PASSED Testing opaque datatypes PASSED All datatype tests passed. 0.31 real 0.27 user 0.04 sys Finished testing dtypes ============================ ============================ Testing dsets Finished testing dsets ============================ dsets Test Log ============================ Testing with old file format: Testing create, open, close PASSED Testing simple I/O PASSED Testing compact dataset I/O PASSED Testing compact dataset of maximal size PASSED Testing data type conversion buffer size PASSED Testing data type conversion PASSED Testing H5Zget_filter_info PASSED Testing 'null' filter Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing Fletcher32 checksum(enabled for read) Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing Fletcher32 checksum(disabled for read) Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing Fletcher32 checksum(when data is corrupted) Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing deflate filter -SKIP- Deflate filter not enabled Testing szip filter -SKIP- Szip filter not enabled Testing shuffle filter Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing shuffle+deflate+fletcher32 filters -SKIP- Deflate, shuffle, or fletcher32 checksum filter not enabled Testing shuffle+szip+fletcher32 filters -SKIP- Szip, shuffle, or fletcher32 checksum filter not enabled Testing 8-bit shuffling (setup) PASSED Testing 8-bit shuffling (write) PASSED Testing 8-bit shuffling (read) PASSED Testing nbit filter Testing nbit int (setup) PASSED Testing nbit int (write) PASSED Testing nbit int (read) PASSED Testing nbit float (setup) PASSED Testing nbit float (write) PASSED Testing nbit float (read) PASSED Testing nbit double (setup) PASSED Testing nbit double (write) PASSED Testing nbit double (read) PASSED Testing nbit array (setup) PASSED Testing nbit array (write) PASSED Testing nbit array (read) PASSED Testing nbit compound (setup) PASSED Testing nbit compound (write) PASSED Testing nbit compound (read) PASSED Testing nbit compound complex (setup) PASSED Testing nbit compound complex (write) PASSED Testing nbit compound complex (read) PASSED Testing nbit compound with no-op type (setup) PASSED Testing nbit compound with no-op type (write) PASSED Testing nbit compound with no-op type (read) PASSED Testing scaleoffset filter Testing scaleoffset int without fill value (setup) PASSED Testing scaleoffset int without fill value (write) PASSED Testing scaleoffset int without fill value (read) PASSED Testing scaleoffset int with fill value (setup) PASSED Testing scaleoffset int with fill value (write) PASSED Testing scaleoffset int with fill value (read) PASSED Testing scaleoffset float without fill value, D-scaling (setup) PASSED Testing scaleoffset float without fill value, D-scaling (write) PASSED Testing scaleoffset float without fill value, D-scaling (read) PASSED Testing scaleoffset float with fill value, D-scaling (setup) PASSED Testing scaleoffset float with fill value, D-scaling (write) PASSED Testing scaleoffset float with fill value, D-scaling (read) PASSED Testing scaleoffset double without fill value, D-scaling (setup) PASSED Testing scaleoffset double without fill value, D-scaling (write) PASSED Testing scaleoffset double without fill value, D-scaling (read) PASSED Testing scaleoffset double with fill value, D-scaling (setup) PASSED Testing scaleoffset double with fill value, D-scaling (write) PASSED Testing scaleoffset double with fill value, D-scaling (read) PASSED Testing multi-open with extending PASSED Testing various datatypes PASSED Testing dataset offset with user block PASSED Testing dataset access with missing filter PASSED Testing dataset filter 'can apply' callback PASSED Testing dataset filter 'set local' callback PASSED Testing dataset szip filter 'can apply' callback -SKIP- Szip filter is not enabled. Testing comparing dataset creation property lists PASSED Testing filter deletion -SKIP- Testing filters with big-endian/little-endian data PASSED Testing I/O on datasets with zero-sized dims PASSED Testing Read dataset with unwritten chunk & undefined fill value PASSED Testing Write/read on randomly selected chunks PASSED Testing deprecated API routines PASSED Testing creating dataset with >4GB chunks PASSED Testing with new file format: Testing create, open, close PASSED Testing simple I/O PASSED Testing compact dataset I/O PASSED Testing compact dataset of maximal size PASSED Testing data type conversion buffer size PASSED Testing data type conversion PASSED Testing H5Zget_filter_info PASSED Testing 'null' filter Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing Fletcher32 checksum(enabled for read) Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing Fletcher32 checksum(disabled for read) Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing Fletcher32 checksum(when data is corrupted) Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing deflate filter -SKIP- Deflate filter not enabled Testing szip filter -SKIP- Szip filter not enabled Testing shuffle filter Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing shuffle+deflate+fletcher32 filters -SKIP- Deflate, shuffle, or fletcher32 checksum filter not enabled Testing shuffle+szip+fletcher32 filters -SKIP- Szip, shuffle, or fletcher32 checksum filter not enabled Testing 8-bit shuffling (setup) PASSED Testing 8-bit shuffling (write) PASSED Testing 8-bit shuffling (read) PASSED Testing nbit filter Testing nbit int (setup) PASSED Testing nbit int (write) PASSED Testing nbit int (read) PASSED Testing nbit float (setup) PASSED Testing nbit float (write) PASSED Testing nbit float (read) PASSED Testing nbit double (setup) PASSED Testing nbit double (write) PASSED Testing nbit double (read) PASSED Testing nbit array (setup) PASSED Testing nbit array (write) PASSED Testing nbit array (read) PASSED Testing nbit compound (setup) PASSED Testing nbit compound (write) PASSED Testing nbit compound (read) PASSED Testing nbit compound complex (setup) PASSED Testing nbit compound complex (write) PASSED Testing nbit compound complex (read) PASSED Testing nbit compound with no-op type (setup) PASSED Testing nbit compound with no-op type (write) PASSED Testing nbit compound with no-op type (read) PASSED Testing scaleoffset filter Testing scaleoffset int without fill value (setup) PASSED Testing scaleoffset int without fill value (write) PASSED Testing scaleoffset int without fill value (read) PASSED Testing scaleoffset int with fill value (setup) PASSED Testing scaleoffset int with fill value (write) PASSED Testing scaleoffset int with fill value (read) PASSED Testing scaleoffset float without fill value, D-scaling (setup) PASSED Testing scaleoffset float without fill value, D-scaling (write) PASSED Testing scaleoffset float without fill value, D-scaling (read) PASSED Testing scaleoffset float with fill value, D-scaling (setup) PASSED Testing scaleoffset float with fill value, D-scaling (write) PASSED Testing scaleoffset float with fill value, D-scaling (read) PASSED Testing scaleoffset double without fill value, D-scaling (setup) PASSED Testing scaleoffset double without fill value, D-scaling (write) PASSED Testing scaleoffset double without fill value, D-scaling (read) PASSED Testing scaleoffset double with fill value, D-scaling (setup) PASSED Testing scaleoffset double with fill value, D-scaling (write) PASSED Testing scaleoffset double with fill value, D-scaling (read) PASSED Testing multi-open with extending PASSED Testing various datatypes PASSED Testing dataset offset with user block PASSED Testing dataset access with missing filter PASSED Testing dataset filter 'can apply' callback PASSED Testing dataset filter 'set local' callback PASSED Testing dataset szip filter 'can apply' callback -SKIP- Szip filter is not enabled. Testing comparing dataset creation property lists PASSED Testing filter deletion -SKIP- Testing filters with big-endian/little-endian data PASSED Testing I/O on datasets with zero-sized dims PASSED Testing Read dataset with unwritten chunk & undefined fill value PASSED Testing Write/read on randomly selected chunks PASSED Testing deprecated API routines PASSED Testing creating dataset with >4GB chunks PASSED All dataset tests passed. 1.32 real 0.27 user 0.34 sys Finished testing dsets ============================ ============================ Testing cmpd_dset Finished testing cmpd_dset ============================ cmpd_dset Test Log ============================ Testing compound dataset: Testing basic compound write PASSED Testing basic compound read PASSED Testing reversal of struct members PASSED Testing subset struct read PASSED Testing partially initialized superset read PASSED Testing partially initialized superset optimized read PASSED Testing partially initialized superset write PASSED Testing explicit data space PASSED Testing hyperslab partial read to array PASSED Testing hyperslab partial read to another hyperslab PASSED Testing hyperslab to hyperslab part initialized read PASSED Testing hyperslab part initialized write PASSED Testing the optimization of when the source type is a subset of the dest: Testing writing data to contiguous and chunked datasets PASSED Testing rewriting data with a subset of original data type PASSED Testing reading data with a subset of original data type PASSED Testing the optimization of when the dest type is a subset of the source: Testing writing data to contiguous and chunked datasets PASSED Testing rewriting data with a subset of original data type PASSED Testing reading data with a subset of original data type PASSED All compound dataset tests passed. 8.04 real 0.44 user 0.50 sys Finished testing cmpd_dset ============================ ============================ Testing extend Finished testing extend ============================ extend Test Log ============================ Testing extendible dataset with incr. allocation PASSED Testing extendible dataset with incr. allocation w/deprec. symbols PASSED Testing extendible dataset with early allocation PASSED Testing extendible dataset with early allocation w/deprec. symbols PASSED All extend tests passed. 0.04 real 0.01 user 0.01 sys Finished testing extend ============================ ============================ Testing external Finished testing external ============================ external Test Log ============================ Testing fixed-size data space, exact storage PASSED Testing external storage is too small PASSED Testing extendible dataspace, exact external size PASSED Testing extendible dataspace, external storage is too small PASSED Testing unlimited dataspace, unlimited external storage PASSED Testing multiple external files PASSED Testing external file following unlimited file PASSED Testing address overflow in external files PASSED Testing read external dataset PASSED Testing write external dataset PASSED Testing opening external link twice PASSED All external storage tests passed. 0.01 real 0.00 user 0.00 sys Finished testing external ============================ ============================ Testing objcopy Finished testing objcopy ============================ objcopy Test Log ============================ Testing without shared src messages: Testing without shared dst messages: Testing with old group format: Testing H5Ocopy(): named datatype PASSED Testing H5Ocopy(): named vlen datatype PASSED Testing H5Ocopy(): named nested vlen datatype PASSED Testing H5Ocopy(): simple dataset PASSED Testing H5Ocopy(): empty contiguous dataset PASSED Testing H5Ocopy(): compound dataset PASSED Testing H5Ocopy(): chunked dataset PASSED Testing H5Ocopy(): empty chunked dataset PASSED Testing H5Ocopy(): sparse dataset PASSED Testing H5Ocopy(): compressed dataset -SKIP- Deflation filter not available Testing H5Ocopy(): compact dataset PASSED Testing H5Ocopy(): external dataset PASSED Testing H5Ocopy(): dataset that uses named datatype PASSED Testing H5Ocopy(): hier. of datasets using named datatype inside hier. PASSED Testing H5Ocopy(): hier. of datasets using named datatype outside hier. PASSED Testing H5Ocopy(): datasets that have multiple ohdr chunks PASSED Testing H5Ocopy(): objects with attributes using named datatypes PASSED Testing H5Ocopy(): contiguous dataset with VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with VLEN datatype PASSED Testing H5Ocopy(): compact dataset with VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with VLEN datatype -SKIP- Deflation filter not available Testing H5Ocopy(): variable length attribute PASSED Testing H5Ocopy(): compact dataset with named VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with named VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with named VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with named VLEN datatype PASSED Testing H5Ocopy(): compact dataset with nested VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with nested VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with nested VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with nested VLEN datatype PASSED Testing H5Ocopy(): empty group PASSED Testing H5Ocopy(): root group PASSED Testing H5Ocopy(): simple nested groups PASSED Testing H5Ocopy(): deep nested groups PASSED Testing H5Ocopy(): nested groups with loop PASSED Testing H5Ocopy(): wide nested groups with loop PASSED Testing H5Ocopy(): group with links PASSED Testing H5Ocopy(): object through soft link PASSED Testing H5Ocopy(): object through external link PASSED Testing H5Ocopy(): existing object PASSED Testing H5Ocopy(): full path PASSED Testing H5Ocopy(): named datatype in same file PASSED Testing H5Ocopy(): dataset with old layout format PASSED Testing H5Ocopy(): without attributes PASSED Testing H5Ocopy(): with missing groups PASSED Testing H5Ocopy(): expand soft link PASSED Testing H5Ocopy(): shallow group copy PASSED Testing H5Ocopy(): expand object reference PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing with shared src messages: Testing without shared dst messages: Testing with old group format: Testing H5Ocopy(): named datatype PASSED Testing H5Ocopy(): named vlen datatype PASSED Testing H5Ocopy(): named nested vlen datatype PASSED Testing H5Ocopy(): simple dataset PASSED Testing H5Ocopy(): empty contiguous dataset PASSED Testing H5Ocopy(): compound dataset PASSED Testing H5Ocopy(): chunked dataset PASSED Testing H5Ocopy(): empty chunked dataset PASSED Testing H5Ocopy(): sparse dataset PASSED Testing H5Ocopy(): compressed dataset -SKIP- Deflation filter not available Testing H5Ocopy(): compact dataset PASSED Testing H5Ocopy(): external dataset PASSED Testing H5Ocopy(): dataset that uses named datatype PASSED Testing H5Ocopy(): hier. of datasets using named datatype inside hier. PASSED Testing H5Ocopy(): hier. of datasets using named datatype outside hier. PASSED Testing H5Ocopy(): datasets that have multiple ohdr chunks PASSED Testing H5Ocopy(): objects with attributes using named datatypes PASSED Testing H5Ocopy(): contiguous dataset with VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with VLEN datatype PASSED Testing H5Ocopy(): compact dataset with VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with VLEN datatype -SKIP- Deflation filter not available Testing H5Ocopy(): variable length attribute PASSED Testing H5Ocopy(): compact dataset with named VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with named VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with named VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with named VLEN datatype PASSED Testing H5Ocopy(): compact dataset with nested VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with nested VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with nested VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with nested VLEN datatype PASSED Testing H5Ocopy(): empty group PASSED Testing H5Ocopy(): root group PASSED Testing H5Ocopy(): simple nested groups PASSED Testing H5Ocopy(): deep nested groups PASSED Testing H5Ocopy(): nested groups with loop PASSED Testing H5Ocopy(): wide nested groups with loop PASSED Testing H5Ocopy(): group with links PASSED Testing H5Ocopy(): object through soft link PASSED Testing H5Ocopy(): object through external link PASSED Testing H5Ocopy(): existing object PASSED Testing H5Ocopy(): full path PASSED Testing H5Ocopy(): named datatype in same file PASSED Testing H5Ocopy(): dataset with old layout format PASSED Testing H5Ocopy(): without attributes PASSED Testing H5Ocopy(): with missing groups PASSED Testing H5Ocopy(): expand soft link PASSED Testing H5Ocopy(): shallow group copy PASSED Testing H5Ocopy(): expand object reference PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing without shared src messages: Testing with shared dst messages: Testing with old group format: Testing H5Ocopy(): named datatype PASSED Testing H5Ocopy(): named vlen datatype PASSED Testing H5Ocopy(): named nested vlen datatype PASSED Testing H5Ocopy(): simple dataset PASSED Testing H5Ocopy(): empty contiguous dataset PASSED Testing H5Ocopy(): compound dataset PASSED Testing H5Ocopy(): chunked dataset PASSED Testing H5Ocopy(): empty chunked dataset PASSED Testing H5Ocopy(): sparse dataset PASSED Testing H5Ocopy(): compressed dataset -SKIP- Deflation filter not available Testing H5Ocopy(): compact dataset PASSED Testing H5Ocopy(): external dataset PASSED Testing H5Ocopy(): dataset that uses named datatype PASSED Testing H5Ocopy(): hier. of datasets using named datatype inside hier. PASSED Testing H5Ocopy(): hier. of datasets using named datatype outside hier. PASSED Testing H5Ocopy(): datasets that have multiple ohdr chunks PASSED Testing H5Ocopy(): objects with attributes using named datatypes PASSED Testing H5Ocopy(): contiguous dataset with VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with VLEN datatype PASSED Testing H5Ocopy(): compact dataset with VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with VLEN datatype -SKIP- Deflation filter not available Testing H5Ocopy(): variable length attribute PASSED Testing H5Ocopy(): compact dataset with named VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with named VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with named VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with named VLEN datatype PASSED Testing H5Ocopy(): compact dataset with nested VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with nested VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with nested VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with nested VLEN datatype PASSED Testing H5Ocopy(): empty group PASSED Testing H5Ocopy(): root group PASSED Testing H5Ocopy(): simple nested groups PASSED Testing H5Ocopy(): deep nested groups PASSED Testing H5Ocopy(): nested groups with loop PASSED Testing H5Ocopy(): wide nested groups with loop PASSED Testing H5Ocopy(): group with links PASSED Testing H5Ocopy(): object through soft link PASSED Testing H5Ocopy(): object through external link PASSED Testing H5Ocopy(): existing object PASSED Testing H5Ocopy(): full path PASSED Testing H5Ocopy(): named datatype in same file PASSED Testing H5Ocopy(): dataset with old layout format PASSED Testing H5Ocopy(): without attributes PASSED Testing H5Ocopy(): with missing groups PASSED Testing H5Ocopy(): expand soft link PASSED Testing H5Ocopy(): shallow group copy PASSED Testing H5Ocopy(): expand object reference PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing with shared src messages: Testing with shared dst messages: Testing with old group format: Testing H5Ocopy(): named datatype PASSED Testing H5Ocopy(): named vlen datatype PASSED Testing H5Ocopy(): named nested vlen datatype PASSED Testing H5Ocopy(): simple dataset PASSED Testing H5Ocopy(): empty contiguous dataset PASSED Testing H5Ocopy(): compound dataset PASSED Testing H5Ocopy(): chunked dataset PASSED Testing H5Ocopy(): empty chunked dataset PASSED Testing H5Ocopy(): sparse dataset PASSED Testing H5Ocopy(): compressed dataset -SKIP- Deflation filter not available Testing H5Ocopy(): compact dataset PASSED Testing H5Ocopy(): external dataset PASSED Testing H5Ocopy(): dataset that uses named datatype PASSED Testing H5Ocopy(): hier. of datasets using named datatype inside hier. PASSED Testing H5Ocopy(): hier. of datasets using named datatype outside hier. PASSED Testing H5Ocopy(): datasets that have multiple ohdr chunks PASSED Testing H5Ocopy(): objects with attributes using named datatypes PASSED Testing H5Ocopy(): contiguous dataset with VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with VLEN datatype PASSED Testing H5Ocopy(): compact dataset with VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with VLEN datatype -SKIP- Deflation filter not available Testing H5Ocopy(): variable length attribute PASSED Testing H5Ocopy(): compact dataset with named VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with named VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with named VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with named VLEN datatype PASSED Testing H5Ocopy(): compact dataset with nested VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with nested VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with nested VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with nested VLEN datatype PASSED Testing H5Ocopy(): empty group PASSED Testing H5Ocopy(): root group PASSED Testing H5Ocopy(): simple nested groups PASSED Testing H5Ocopy(): deep nested groups PASSED Testing H5Ocopy(): nested groups with loop PASSED Testing H5Ocopy(): wide nested groups with loop PASSED Testing H5Ocopy(): group with links PASSED Testing H5Ocopy(): object through soft link PASSED Testing H5Ocopy(): object through external link PASSED Testing H5Ocopy(): existing object PASSED Testing H5Ocopy(): full path PASSED Testing H5Ocopy(): named datatype in same file PASSED Testing H5Ocopy(): dataset with old layout format PASSED Testing H5Ocopy(): without attributes PASSED Testing H5Ocopy(): with missing groups PASSED Testing H5Ocopy(): expand soft link PASSED Testing H5Ocopy(): shallow group copy PASSED Testing H5Ocopy(): expand object reference PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing without shared src messages: Testing without shared dst messages: Testing with new group format: Testing H5Ocopy(): named datatype PASSED Testing H5Ocopy(): named vlen datatype PASSED Testing H5Ocopy(): named nested vlen datatype PASSED Testing H5Ocopy(): simple dataset PASSED Testing H5Ocopy(): empty contiguous dataset PASSED Testing H5Ocopy(): compound dataset PASSED Testing H5Ocopy(): chunked dataset PASSED Testing H5Ocopy(): empty chunked dataset PASSED Testing H5Ocopy(): sparse dataset PASSED Testing H5Ocopy(): compressed dataset -SKIP- Deflation filter not available Testing H5Ocopy(): compact dataset PASSED Testing H5Ocopy(): external dataset PASSED Testing H5Ocopy(): dataset that uses named datatype PASSED Testing H5Ocopy(): hier. of datasets using named datatype inside hier. PASSED Testing H5Ocopy(): hier. of datasets using named datatype outside hier. PASSED Testing H5Ocopy(): datasets that have multiple ohdr chunks PASSED Testing H5Ocopy(): objects with attributes using named datatypes PASSED Testing H5Ocopy(): contiguous dataset with VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with VLEN datatype PASSED Testing H5Ocopy(): compact dataset with VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with VLEN datatype -SKIP- Deflation filter not available Testing H5Ocopy(): variable length attribute PASSED Testing H5Ocopy(): compact dataset with named VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with named VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with named VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with named VLEN datatype PASSED Testing H5Ocopy(): compact dataset with nested VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with nested VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with nested VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with nested VLEN datatype PASSED Testing H5Ocopy(): empty group PASSED Testing H5Ocopy(): root group PASSED Testing H5Ocopy(): simple nested groups PASSED Testing H5Ocopy(): deep nested groups PASSED Testing H5Ocopy(): nested groups with loop PASSED Testing H5Ocopy(): wide nested groups with loop PASSED Testing H5Ocopy(): group with links PASSED Testing H5Ocopy(): object through soft link PASSED Testing H5Ocopy(): object through external link PASSED Testing H5Ocopy(): existing object PASSED Testing H5Ocopy(): full path PASSED Testing H5Ocopy(): named datatype in same file PASSED Testing H5Ocopy(): dataset with old layout format PASSED Testing H5Ocopy(): without attributes PASSED Testing H5Ocopy(): with missing groups PASSED Testing H5Ocopy(): expand soft link PASSED Testing H5Ocopy(): shallow group copy PASSED Testing H5Ocopy(): expand object reference PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing with shared src messages: Testing without shared dst messages: Testing with new group format: Testing H5Ocopy(): named datatype PASSED Testing H5Ocopy(): named vlen datatype PASSED Testing H5Ocopy(): named nested vlen datatype PASSED Testing H5Ocopy(): simple dataset PASSED Testing H5Ocopy(): empty contiguous dataset PASSED Testing H5Ocopy(): compound dataset PASSED Testing H5Ocopy(): chunked dataset PASSED Testing H5Ocopy(): empty chunked dataset PASSED Testing H5Ocopy(): sparse dataset PASSED Testing H5Ocopy(): compressed dataset -SKIP- Deflation filter not available Testing H5Ocopy(): compact dataset PASSED Testing H5Ocopy(): external dataset PASSED Testing H5Ocopy(): dataset that uses named datatype PASSED Testing H5Ocopy(): hier. of datasets using named datatype inside hier. PASSED Testing H5Ocopy(): hier. of datasets using named datatype outside hier. PASSED Testing H5Ocopy(): datasets that have multiple ohdr chunks PASSED Testing H5Ocopy(): objects with attributes using named datatypes PASSED Testing H5Ocopy(): contiguous dataset with VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with VLEN datatype PASSED Testing H5Ocopy(): compact dataset with VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with VLEN datatype -SKIP- Deflation filter not available Testing H5Ocopy(): variable length attribute PASSED Testing H5Ocopy(): compact dataset with named VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with named VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with named VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with named VLEN datatype PASSED Testing H5Ocopy(): compact dataset with nested VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with nested VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with nested VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with nested VLEN datatype PASSED Testing H5Ocopy(): empty group PASSED Testing H5Ocopy(): root group PASSED Testing H5Ocopy(): simple nested groups PASSED Testing H5Ocopy(): deep nested groups PASSED Testing H5Ocopy(): nested groups with loop PASSED Testing H5Ocopy(): wide nested groups with loop PASSED Testing H5Ocopy(): group with links PASSED Testing H5Ocopy(): object through soft link PASSED Testing H5Ocopy(): object through external link PASSED Testing H5Ocopy(): existing object PASSED Testing H5Ocopy(): full path PASSED Testing H5Ocopy(): named datatype in same file PASSED Testing H5Ocopy(): dataset with old layout format PASSED Testing H5Ocopy(): without attributes PASSED Testing H5Ocopy(): with missing groups PASSED Testing H5Ocopy(): expand soft link PASSED Testing H5Ocopy(): shallow group copy PASSED Testing H5Ocopy(): expand object reference PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing without shared src messages: Testing with shared dst messages: Testing with new group format: Testing H5Ocopy(): named datatype PASSED Testing H5Ocopy(): named vlen datatype PASSED Testing H5Ocopy(): named nested vlen datatype PASSED Testing H5Ocopy(): simple dataset PASSED Testing H5Ocopy(): empty contiguous dataset PASSED Testing H5Ocopy(): compound dataset PASSED Testing H5Ocopy(): chunked dataset PASSED Testing H5Ocopy(): empty chunked dataset PASSED Testing H5Ocopy(): sparse dataset PASSED Testing H5Ocopy(): compressed dataset -SKIP- Deflation filter not available Testing H5Ocopy(): compact dataset PASSED Testing H5Ocopy(): external dataset PASSED Testing H5Ocopy(): dataset that uses named datatype PASSED Testing H5Ocopy(): hier. of datasets using named datatype inside hier. PASSED Testing H5Ocopy(): hier. of datasets using named datatype outside hier. PASSED Testing H5Ocopy(): datasets that have multiple ohdr chunks PASSED Testing H5Ocopy(): objects with attributes using named datatypes PASSED Testing H5Ocopy(): contiguous dataset with VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with VLEN datatype PASSED Testing H5Ocopy(): compact dataset with VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with VLEN datatype -SKIP- Deflation filter not available Testing H5Ocopy(): variable length attribute PASSED Testing H5Ocopy(): compact dataset with named VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with named VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with named VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with named VLEN datatype PASSED Testing H5Ocopy(): compact dataset with nested VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with nested VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with nested VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with nested VLEN datatype PASSED Testing H5Ocopy(): empty group PASSED Testing H5Ocopy(): root group PASSED Testing H5Ocopy(): simple nested groups PASSED Testing H5Ocopy(): deep nested groups PASSED Testing H5Ocopy(): nested groups with loop PASSED Testing H5Ocopy(): wide nested groups with loop PASSED Testing H5Ocopy(): group with links PASSED Testing H5Ocopy(): object through soft link PASSED Testing H5Ocopy(): object through external link PASSED Testing H5Ocopy(): existing object PASSED Testing H5Ocopy(): full path PASSED Testing H5Ocopy(): named datatype in same file PASSED Testing H5Ocopy(): dataset with old layout format PASSED Testing H5Ocopy(): without attributes PASSED Testing H5Ocopy(): with missing groups PASSED Testing H5Ocopy(): expand soft link PASSED Testing H5Ocopy(): shallow group copy PASSED Testing H5Ocopy(): expand object reference PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing with shared src messages: Testing with shared dst messages: Testing with new group format: Testing H5Ocopy(): named datatype PASSED Testing H5Ocopy(): named vlen datatype PASSED Testing H5Ocopy(): named nested vlen datatype PASSED Testing H5Ocopy(): simple dataset PASSED Testing H5Ocopy(): empty contiguous dataset PASSED Testing H5Ocopy(): compound dataset PASSED Testing H5Ocopy(): chunked dataset PASSED Testing H5Ocopy(): empty chunked dataset PASSED Testing H5Ocopy(): sparse dataset PASSED Testing H5Ocopy(): compressed dataset -SKIP- Deflation filter not available Testing H5Ocopy(): compact dataset PASSED Testing H5Ocopy(): external dataset PASSED Testing H5Ocopy(): dataset that uses named datatype PASSED Testing H5Ocopy(): hier. of datasets using named datatype inside hier. PASSED Testing H5Ocopy(): hier. of datasets using named datatype outside hier. PASSED Testing H5Ocopy(): datasets that have multiple ohdr chunks PASSED Testing H5Ocopy(): objects with attributes using named datatypes PASSED Testing H5Ocopy(): contiguous dataset with VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with VLEN datatype PASSED Testing H5Ocopy(): compact dataset with VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with VLEN datatype -SKIP- Deflation filter not available Testing H5Ocopy(): variable length attribute PASSED Testing H5Ocopy(): compact dataset with named VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with named VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with named VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with named VLEN datatype PASSED Testing H5Ocopy(): compact dataset with nested VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with nested VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with nested VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with nested VLEN datatype PASSED Testing H5Ocopy(): empty group PASSED Testing H5Ocopy(): root group PASSED Testing H5Ocopy(): simple nested groups PASSED Testing H5Ocopy(): deep nested groups PASSED Testing H5Ocopy(): nested groups with loop PASSED Testing H5Ocopy(): wide nested groups with loop PASSED Testing H5Ocopy(): group with links PASSED Testing H5Ocopy(): object through soft link PASSED Testing H5Ocopy(): object through external link PASSED Testing H5Ocopy(): existing object PASSED Testing H5Ocopy(): full path PASSED Testing H5Ocopy(): named datatype in same file PASSED Testing H5Ocopy(): dataset with old layout format PASSED Testing H5Ocopy(): without attributes PASSED Testing H5Ocopy(): with missing groups PASSED Testing H5Ocopy(): expand soft link PASSED Testing H5Ocopy(): shallow group copy PASSED Testing H5Ocopy(): expand object reference PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing H5Ocopy(): preserve NULL messages PASSED All object copying tests passed. 8.45 real 6.60 user 1.70 sys Finished testing objcopy ============================ ============================ Testing links Finished testing links ============================ links Test Log ============================ Testing link creation PASSED Testing link queries PASSED Testing H5Lcreate functions PASSED Testing new link queries PASSED Testing long names for objects & links PASSED Testing too many links PASSED Testing link creation property lists PASSED Testing H5Lmove PASSED Testing H5Lcopy PASSED Testing moving and copying links preserves their properties PASSED Testing backwards compatibility PASSED Testing external link to root PASSED Testing external link to object on path PASSED Testing external links across multiple files PASSED Testing external link to self PASSED Testing external links back and forth PASSED Testing too many external links PASSED Testing dangling external links PASSED Testing recursive external links PASSED Testing query aspects of external link PASSED Testing unlinking external link in compact group PASSED Testing unlinking external link in dense group PASSED Testing move external link PASSED Testing external link along for the ride PASSED Testing that external files are closed during traversal PASSED Testing endianness of external links PASSED Testing that external files work with strong file close degree PASSED Testing external links via environment variable -SKIP- Testing external links via H5Pset_elink_prefix() PASSED Testing external links via main file's absolute path PASSED Testing external links via main file's CWD + relative path PASSED Testing external links via current working directory PASSED Testing external links via target's absolute path PASSED Testing external links via main file's CWD PASSED Testing external links via main file's CWD + target's relative path PASSED Testing external links via chdir and found in current working directory PASSED Testing user-defined link callbacks PASSED Testing user-defined link error conditions PASSED Testing user data passed through lapl PASSED Testing adjusting nlinks with LAPL PASSED Testing link type field in H5Lget_info PASSED Testing link visiting PASSED Testing link visiting by name PASSED Testing object visiting PASSED Testing object visiting by name PASSED Testing that all files were closed correctly PASSED Testing link creation (w/new group format) PASSED Testing link queries (w/new group format) PASSED Testing H5Lcreate functions (w/new group format) PASSED Testing new link queries (w/new group format) PASSED Testing long names for objects & links (w/new group format) PASSED Testing too many links (w/new group format) PASSED Testing link creation property lists (w/new group format) PASSED Testing H5Lmove (w/new group format) PASSED Testing H5Lcopy (w/new group format) PASSED Testing moving and copying links preserves their properties (w/new group format) PASSED Testing backwards compatibility (w/new group format) PASSED Testing external link to root (w/new group format) PASSED Testing external link to object on path (w/new group format) PASSED Testing external links across multiple files (w/new group format) PASSED Testing external link to self (w/new group format) PASSED Testing external links back and forth (w/new group format) PASSED Testing too many external links (w/new group format) PASSED Testing dangling external links (w/new group format) PASSED Testing recursive external links (w/new group format) PASSED Testing query aspects of external link (w/new group format) PASSED Testing unlinking external link in compact group (w/new group format) PASSED Testing unlinking external link in dense group (w/new group format) PASSED Testing move external link (w/new group format) PASSED Testing external link along for the ride (w/new group format) PASSED Testing that external files are closed during traversal (w/new group format) PASSED Testing endianness of external links (w/new group format) PASSED Testing that external files work with strong file close degree (w/new group format) PASSED Testing external links via environment variable (w/new group format) -SKIP- Testing external links via H5Pset_elink_prefix()(w/new group format) PASSED Testing external links via main file's absolute path (w/new group format) PASSED Testing external links via main file's CWD + relative path(w/new group format) PASSED Testing external links via current working directory(w/new group format) PASSED Testing external links via target's absolute path (w/new group format) PASSED Testing external links via main file's CWD (w/new group format) PASSED Testing external links via main file's CWD + target's relative path(w/new group format) PASSED Testing external links via chdir and found in current working directory (w/new group format) PASSED Testing user-defined hard link (w/new group format) PASSED Testing registering a new class for existing UD links (w/new group format) PASSED Testing user-defined link callbacks (w/new group format) PASSED Testing user-defined link error conditions (w/new group format) PASSED Testing user data passed through lapl (w/new group format) PASSED Testing adjusting nlinks with LAPL (w/new group format) PASSED Testing link type field in H5Lget_info (w/new group format) PASSED Testing link visiting (w/new group format) PASSED Testing link visiting by name (w/new group format) PASSED Testing object visiting (w/new group format) PASSED Testing object visiting by name (w/new group format) PASSED Testing that all files were closed correctly (w/new group format) PASSED Testing creating empty group with creation order indexing PASSED Testing creating compact group with creation order indexing PASSED Testing creating dense group with creation order indexing PASSED Testing transitioning group with creation order indexing between dense & compact forms PASSED Testing deleting group with creation order indexing in dense form PASSED Testing querying info by index w/o creation order index, using soft links PASSED Testing querying info by index w/creation order index, using soft links PASSED Testing querying info by index w/o creation order index, using hard links PASSED Testing querying info by index w/creation order index, using hard links PASSED Testing deleting links by name index in increasing order w/o creation order index PASSED Testing deleting links by name index in increasing order w/creation order index PASSED Testing deleting links by name index in decreasing order w/o creation order index PASSED Testing deleting links by name index in decreasing order w/creation order index PASSED Testing deleting links by creation order index in increasing order w/o creation order index PASSED Testing deleting links by creation order index in increasing order w/creation order index PASSED Testing deleting links by creation order index in decreasing order w/o creation order index PASSED Testing deleting links by creation order index in decreasing order w/creation order index PASSED Testing iterating over links by name index in increasing order w/o creation order index PASSED Testing iterating over links by name index in increasing order w/creation order index PASSED Testing iterating over links by name index in decreasing order w/o creation order index PASSED Testing iterating over links by name index in decreasing order w/creation order index PASSED Testing iterating over links by name index in native order w/o creation order index PASSED Testing iterating over links by name index in native order w/creation order index PASSED Testing iterating over links by creation order index in increasing order w/o creation order index PASSED Testing iterating over links by creation order index in increasing order w/creation order index PASSED Testing iterating over links by creation order index in decreasing order w/o creation order index PASSED Testing iterating over links by creation order index in decreasing order w/creation order index PASSED Testing iterating over links by creation order index in native order w/o creation order index PASSED Testing iterating over links by creation order index in native order w/creation order index PASSED Testing open object by name index in increasing order w/o creation order index PASSED Testing open object by name index in increasing order w/creation order index PASSED Testing open object by name index in decreasing order w/o creation order index PASSED Testing open object by name index in decreasing order w/creation order index PASSED Testing open object by name index in native order w/o creation order index PASSED Testing open object by name index in native order w/creation order index PASSED Testing open object by creation order index in increasing order w/o creation order index PASSED Testing open object by creation order index in increasing order w/creation order index PASSED Testing open object by creation order index in decreasing order w/o creation order index PASSED Testing open object by creation order index in decreasing order w/creation order index PASSED Testing open object by creation order index in native order w/o creation order index PASSED Testing open object by creation order index in native order w/creation order index PASSED Testing query object info by name index in increasing order w/o creation order index PASSED Testing query object info by name index in increasing order w/creation order index PASSED Testing query object info by name index in decreasing order w/o creation order index PASSED Testing query object info by name index in decreasing order w/creation order index PASSED Testing query object info by name index in native order w/o creation order index PASSED Testing query object info by name index in native order w/creation order index PASSED Testing query object info by creation order index in increasing order w/o creation order index PASSED Testing query object info by creation order index in increasing order w/creation order index PASSED Testing query object info by creation order index in decreasing order w/o creation order index PASSED Testing query object info by creation order index in decreasing order w/creation order index PASSED Testing query object info by creation order index in native order w/o creation order index PASSED Testing query object info by creation order index in native order w/creation order index PASSED Testing query group info by name index in increasing order w/o creation order index PASSED Testing query group info by name index in increasing order w/creation order index PASSED Testing query group info by name index in decreasing order w/o creation order index PASSED Testing query group info by name index in decreasing order w/creation order index PASSED Testing query group info by name index in native order w/o creation order index PASSED Testing query group info by name index in native order w/creation order index PASSED Testing query group info by creation order index in increasing order w/o creation order index PASSED Testing query group info by creation order index in increasing order w/creation order index PASSED Testing query group info by creation order index in decreasing order w/o creation order index PASSED Testing query group info by creation order index in decreasing order w/creation order index PASSED Testing query group info by creation order index in native order w/o creation order index PASSED Testing query group info by creation order index in native order w/creation order index PASSED Testing timestamps on objects PASSED Testing querying info by index in old-style group, using soft links PASSED Testing querying info by index in old-style group, using hard links PASSED Testing deleting links by index in increasing order in old-style group PASSED Testing deleting links by index in decreasing order in old-style group PASSED Testing iterating over links by name index in increasing order in old-style group PASSED Testing iterating over links by name index in decreasing order in old-style group PASSED Testing iterating over links by name index in native order in old-style group PASSED Testing open object by name index in increasing order in old-style group PASSED Testing open object by name index in decreasing order in old-style group PASSED Testing open object by name index in native order in old-style group PASSED Testing query object info by name index in increasing order in old-style group PASSED Testing query object info by name index in decreasing order in old-style group PASSED Testing query object info by name index in native order in old-style group PASSED Testing query group info by name index in increasing order in old-style group PASSED Testing query group info by name index in decreasing order in old-style group PASSED Testing query group info by name index in native order in old-style group PASSED All link tests passed. 1.79 real 1.55 user 0.22 sys Finished testing links ============================ ============================ Testing unlink Finished testing unlink ============================ unlink Test Log ============================ Testing with old group format: Testing unlink by absolute name PASSED Testing unlink by local name PASSED Testing unlink without a name PASSED Testing forward unlink PASSED Testing backward unlink PASSED Testing inward unlink PASSED Testing outward unlink PASSED Testing symlink removal PASSED Testing object renaming PASSED Testing symlink renaming PASSED Testing new move PASSED Testing check new move function PASSED Testing file space gets reused: Testing contiguous dataset with late allocation PASSED Testing contiguous dataset with early allocation PASSED Testing chunked dataset with late allocation PASSED Testing chunked dataset with early allocation PASSED Testing compressed, chunked dataset PASSED Testing re-writing compressed, chunked dataset PASSED Testing compact dataset PASSED Testing object header continuations PASSED Testing named datatype PASSED Testing single group PASSED Testing multiple groups PASSED Testing simple group hierarchy PASSED Testing complex group hierarchy PASSED Testing duplicate dataset PASSED Testing duplicate group PASSED Testing duplicate named datatype PASSED Testing duplicate attribute PASSED Testing create and unlink large number of objects PASSED Testing create and unlink large number of objects with small cache PASSED Testing creating links with multiple slashes PASSED Testing deleting links with multiple slashes PASSED Testing deleting right-most child in non-leaf B-tree node PASSED Testing deleting right-most child in non-leaf B-tree node PASSED Testing deleting right-most child in non-leaf B-tree node PASSED Testing resurrecting dataset after deletion PASSED Testing resurrecting datatype after deletion PASSED Testing resurrecting group after deletion PASSED Testing unlinking chunked dataset PASSED Testing with new group format: Testing unlink by absolute name PASSED Testing unlink by local name PASSED Testing unlink without a name PASSED Testing forward unlink PASSED Testing backward unlink PASSED Testing inward unlink PASSED Testing outward unlink PASSED Testing symlink removal PASSED Testing object renaming PASSED Testing symlink renaming PASSED Testing new move PASSED Testing check new move function PASSED Testing file space gets reused: Testing contiguous dataset with late allocation PASSED Testing contiguous dataset with early allocation PASSED Testing chunked dataset with late allocation PASSED Testing chunked dataset with early allocation PASSED Testing compressed, chunked dataset PASSED Testing re-writing compressed, chunked dataset PASSED Testing compact dataset PASSED Testing object header continuations PASSED Testing named datatype PASSED Testing single group PASSED Testing multiple groups PASSED Testing simple group hierarchy PASSED Testing complex group hierarchy PASSED Testing duplicate dataset PASSED Testing duplicate group PASSED Testing duplicate named datatype PASSED Testing duplicate attribute PASSED Testing create and unlink large number of objects PASSED Testing create and unlink large number of objects with small cache PASSED Testing creating links with multiple slashes PASSED Testing deleting links with multiple slashes PASSED Testing resurrecting dataset after deletion PASSED Testing resurrecting datatype after deletion PASSED Testing resurrecting group after deletion PASSED Testing unlinking chunked dataset PASSED Testing unlinking non-empty compact group PASSED Testing unlinking non-empty dense group PASSED All unlink tests passed. 2.84 real 2.41 user 0.37 sys Finished testing unlink ============================ ============================ Testing big Finished testing big ============================ big Test Log ============================ Testing big file with the Family Driver Changing file drivers to the family driver, 1073741824 bytes each Checking if file system is adequate for this test... Test skipped because file system does not support holes. Usage: big [-h] [-c] [-fsize <fsize>} -h Print the help page -c File system Checking skipped. Caution: this test generates many big files and may fill up the file system. -fsize Change family size default to <fsize> where <fsize> is a positive float point number. Default value is 1073741824. Examples: big -fsize 2.1e9 # test with file size just under 2GB big -fsize 2.2e9 # test with file size just above 2GB Be sure the file system can support the file size requested 0.00 real 0.00 user 0.00 sys Finished testing big ============================ ============================ Testing mtime Finished testing mtime ============================ mtime Test Log ============================ Testing modification time messages -SKIP- The modification time could not be decoded on this OS. Modification times will be mantained in the file but cannot be queried on this system. See H5O_mtime_decode(). 0.00 real 0.00 user 0.00 sys Finished testing mtime ============================ ============================ Testing fillval Finished testing fillval ============================ fillval Test Log ============================ Testing property lists PASSED Testing property lists, with variable-length datatype PASSED Testing with old file format: Testing chunked dataset creation PASSED Testing chunked dataset I/O PASSED Testing chunked dataset extend PASSED Testing contiguous dataset creation PASSED Testing contiguous dataset I/O PASSED Testing contiguous dataset extend -SKIP- Not implemented yet -- needs H5S_SELECT_DIFF operator Testing contiguous dataset compatibility with v. 1.4 PASSED Testing compact dataset creation PASSED Testing compact dataset I/O PASSED Testing with new file format: Testing chunked dataset creation PASSED Testing chunked dataset I/O PASSED Testing chunked dataset extend PASSED Testing contiguous dataset creation PASSED Testing contiguous dataset I/O PASSED Testing contiguous dataset extend -SKIP- Not implemented yet -- needs H5S_SELECT_DIFF operator Testing contiguous dataset compatibility with v. 1.4 PASSED Testing compact dataset creation PASSED Testing compact dataset I/O PASSED All fill value tests passed. 18.37 real 5.69 user 5.49 sys Finished testing fillval ============================ ============================ Testing mount Finished testing mount ============================ mount Test Log ============================ Testing basic functionality PASSED Testing illegal mount operations PASSED Testing name hiding under mount point PASSED Testing mount point open PASSED Testing multi-linked mount point PASSED Testing mount point unlinking PASSED Testing object renaming PASSED Testing mount point renaming PASSED Testing preopening objects under the mount point PASSED Testing open object access after unmount PASSED Testing interfile hard links PASSED Testing file handle uniformity PASSED Testing file handle close PASSED Testing mounting on group after file is closed PASSED Testing mounting after file is unmounted PASSED Testing missing unmount PASSED Testing hold open w/file PASSED Testing hold open w/group PASSED Testing file close degrees must be same PASSED Testing 'semi' file close degree PASSED Testing 'strong' file close degree PASSED Testing access permissions PASSED Testing multiple mounts PASSED Testing nested mounts survive PASSED Testing close parent PASSED Testing cutting mount graph PASSED Testing symlinks PASSED All mount tests passed. 0.10 real 0.05 user 0.03 sys Finished testing mount ============================ ============================ Testing flush1 Finished testing flush1 ============================ flush1 Test Log ============================ Testing H5Fflush (part1) PASSED 0.01 real 0.00 user 0.00 sys Finished testing flush1 ============================ ============================ Testing flush2 Finished testing flush2 ============================ flush2 Test Log ============================ Testing H5Fflush (part2 with flush) PASSED Testing H5Fflush (part2 without flush) PASSED Testing H5Fflush (part2 with flush and later addition) PASSED 0.00 real 0.00 user 0.00 sys Finished testing flush2 ============================ ============================ Testing enum Finished testing enum ============================ enum Test Log ============================ Testing named enumeration types PASSED Testing no-conversion datasets PASSED Testing O(1) conversions PASSED Testing O(log N) converions PASSED Testing for non-existing name and value PASSED Testing some functions with enumeration types PASSED All enum tests passed. 0.00 real 0.00 user 0.00 sys Finished testing enum ============================ ============================ Testing set_extent Finished testing set_extent ============================ set_extent Test Log ============================ Testing extend dataset create with fill value PASSED Testing extend dataset create without fill value PASSED Testing extend dataset read with fill value PASSED Testing extend dataset read without fill value PASSED All set_extent tests passed. 0.01 real 0.00 user 0.00 sys Finished testing set_extent ============================ ============================ Testing ttsafe Finished testing ttsafe ============================ ttsafe Test Log ============================ Test skipped because THREADSAFE not enabled 0.00 real 0.00 user 0.00 sys Finished testing ttsafe ============================ ============================ Testing getname Finished testing getname ============================ getname Test Log ============================ Testing H5Iget_name with one group PASSED Testing H5Iget_name with more than one group PASSED Testing H5Iget_name with H5Gopen2 PASSED Testing H5Iget_name with H5Dcreate2 PASSED Testing H5Iget_name with H5Dopen2 PASSED Testing H5Iget_name with a long path PASSED Testing H5Iget_name with H5Tcommit2 PASSED Testing H5Iget_name with H5Topen2 PASSED Testing H5Iget_name with H5Lmove and H5Gopen2 PASSED Testing H5Iget_name with H5Lmove and H5Dopen2 PASSED Testing H5Iget_name with H5Lmove and H5Topen2 PASSED Testing H5Iget_name with H5Lmove and relative names PASSED Testing H5Iget_name with H5Lmove and a long path PASSED Testing H5Iget_name with H5Lmove and a long path #2 PASSED Testing H5Iget_name with H5Ldelete PASSED Testing H5Iget_name with H5Ldelete and a long path PASSED Testing H5Iget_name with H5Ldelete, same names PASSED Testing H5Iget_name with H5Fmount; with IDs on the list PASSED Testing H5Iget_name with H5Fmount; long name PASSED Testing H5Iget_name with H5Funmount PASSED Testing H5Iget_name with a defined type dataset PASSED Testing H5Iget_name with datasets that have two names PASSED Testing H5Iget_name with different files PASSED Testing H5Iget_name with different files #2 PASSED Testing H5Iget_name with a small buffer for name PASSED Testing H5Iget_name with a dynamic buffer for name PASSED Testing H5Iget_name with invalid IDs PASSED Testing H5Iget_name with added names with mounting PASSED Testing H5Iget_name with H5Fclose PASSED Testing H5Iget_name with H5Fmount and H5Ldelete PASSED Testing H5Iget_name with H5Fmount and H5Lmove PASSED Testing H5Iget_name with H5Lcreate_hard PASSED Testing H5Iget_name with H5Lcreate_soft PASSED Testing H5Iget_name with H5Lcreate_soft and move target PASSED Testing H5Iget_name with H5Lcreate_soft and move source PASSED Testing H5Iget_name with H5Lcreate_soft and unlink target PASSED Testing H5Iget_name with H5Lcreate_soft and unlink source PASSED Testing H5Iget_name with several nested mounted files PASSED Testing H5Iget_name and H5Lmove with repeated path components PASSED Testing H5Iget_name with higher mounted file PASSED Testing H5Iget_name with multiple hard links and mounted files PASSED Testing H5Iget_name with mounted files and unlinking PASSED Testing H5Iget_name with mounting already mounted files PASSED Testing H5Iget_name with opening object in unmounted file PASSED Testing getting path to normal dataset in root group PASSED Testing getting path to dataset in /Group1 PASSED Testing getting path to /Group1 PASSED Testing getting path to datatype in /Group1 PASSED Testing getting path to dataset in nested group PASSED Testing getting path to nested group PASSED Testing getting path to dataset created via hard link PASSED Testing getting path to root group PASSED Testing getting path to dataset hidden by a mounted file PASSED Testing getting path to dataset that has been unlinked PASSED Testing H5Rget_name to get name from region reference(hyperslab) PASSED Testing H5Iget_name to get name from region reference(hyperslab) PASSED Testing H5Rget_name to get name from region reference(pnt selec) PASSED Testing H5Iget_name to get name from region reference(pnt selec) PASSED All getname tests passed. 0.04 real 0.02 user 0.01 sys Finished testing getname ============================ ============================ Testing vfd Finished testing vfd ============================ vfd Test Log ============================ Testing SEC2 file driver PASSED Testing CORE file driver PASSED Testing FAMILY file driver PASSED Testing FAMILY file driver backward compatibility PASSED Testing MULTI file driver PASSED Testing Direct I/O file driver -SKIP- All Virtual File Driver tests passed. 0.02 real 0.00 user 0.01 sys Finished testing vfd ============================ ============================ Testing ntypes Finished testing ntypes ============================ ntypes Test Log ============================ Testing atomic datatype PASSED Testing compound datatype PASSED Testing nested compound datatype PASSED Testing compound datatype with array as field PASSED Testing compound datatype with opaque field PASSED Testing enum datatype PASSED Testing array of compound datatype PASSED Testing array of atomic datatype PASSED Testing variable length datatype PASSED Testing variable length string datatype PASSED Testing fixed-length string datatype PASSED Testing reference datatype PASSED Testing dataset region reference PASSED Testing opaque datatype PASSED Testing bitfield datatype PASSED Testing native integer PASSED All native datatype tests passed. 0.07 real 0.03 user 0.02 sys Finished testing ntypes ============================ ============================ Testing dangle Finished testing dangle ============================ dangle Test Log ============================ Testing dangling objects with weak file close: Testing dangling dataset IDs PASSED Testing dangling group IDs PASSED Testing dangling named datatype IDs PASSED Testing dangling named datatype ID used by dataset PASSED Testing dangling attribute IDs PASSED Testing dangling objects with semi file close: Testing dangling dataset IDs PASSED Testing dangling group IDs PASSED Testing dangling named datatype IDs PASSED Testing dangling named datatype ID used by dataset PASSED Testing dangling attribute IDs PASSED Testing dangling objects with strong file close: Testing dangling dataset IDs PASSED Testing dangling group IDs PASSED Testing dangling named datatype IDs PASSED Testing dangling named datatype ID used by dataset PASSED Testing dangling attribute IDs PASSED All dangling ID tests passed. 0.07 real 0.06 user 0.01 sys Finished testing dangle ============================ ============================ Testing dtransform Finished testing dtransform ============================ dtransform Test Log ============================ Testing Intializing test... PASSED Testing H5Pget_data_transform (get before set) PASSED Testing H5Pset_data_transform (set with NULL transform) PASSED Testing H5Pset_data_transform (set with invalid transform 1) PASSED Testing H5Pset_data_transform (set with invalid transform 2) PASSED Testing H5Pset_data_transform (set with invalid transform 3) PASSED Testing H5Pset_data_transform (set with invalid transform 4) PASSED Testing H5Pset_data_transform (set with invalid transform 5) PASSED Testing H5Pset_data_transform (set with invalid transform 6) PASSED Testing H5Pset_data_transform (set with invalid transform 7) PASSED Testing H5Pset_data_transform (set with invalid transform 8) PASSED Testing contiguous, no data type conversion (char->char) PASSED Testing contiguous, no data type conversion (uchar->uchar) PASSED Testing contiguous, no data type conversion (schar->schar) PASSED Testing contiguous, with type conversion (float->schar) PASSED Testing contiguous, no data type conversion (short->short) PASSED Testing contiguous, with type conversion (float->short) PASSED Testing contiguous, no data type conversion (ushort->ushort) PASSED Testing contiguous, no data type conversion (int->int) PASSED Testing contiguous, with type conversion (float->int) PASSED Testing contiguous, no data type conversion (uint->uint) PASSED Testing contiguous, no data type conversion (long->long) PASSED Testing contiguous, with type conversion (float->long) PASSED Testing contiguous, no data type conversion (ulong->ulong) PASSED Testing contiguous, no data type conversion (llong->llong) PASSED Testing contiguous, with type conversion (float->llong) PASSED Testing contiguous, no data type conversion (ullong->ullong) PASSED Testing contiguous, no data type conversion (float->float) PASSED Testing contiguous, with type conversion (float->float) PASSED Testing contiguous, no data type conversion (double->double) PASSED Testing contiguous, with type conversion (float->double) PASSED Testing contiguous, no data type conversion (ldouble->ldouble) PASSED Testing contiguous, with type conversion (float->ldouble) PASSED Testing chunked, no data type conversion (char->char) PASSED Testing chunked, no data type conversion (uchar->uchar) PASSED Testing chunked, no data type conversion (schar->schar) PASSED Testing chunked, with type conversion (float->schar) PASSED Testing chunked, no data type conversion (short->short) PASSED Testing chunked, with type conversion (float->short) PASSED Testing chunked, no data type conversion (ushort->ushort) PASSED Testing chunked, no data type conversion (int->int) PASSED Testing chunked, with type conversion (float->int) PASSED Testing chunked, no data type conversion (uint->uint) PASSED Testing chunked, no data type conversion (long->long) PASSED Testing chunked, with type conversion (float->long) PASSED Testing chunked, no data type conversion (ulong->ulong) PASSED Testing chunked, no data type conversion (llong->llong) PASSED Testing chunked, with type conversion (float->llong) PASSED Testing chunked, no data type conversion (ullong->ullong) PASSED Testing chunked, no data type conversion (float->float) PASSED Testing chunked, with type conversion (float->float) PASSED Testing chunked, no data type conversion (double->double) PASSED Testing chunked, with type conversion (float->double) PASSED Testing chunked, no data type conversion (ldouble->ldouble) PASSED Testing chunked, with type conversion (float->ldouble) PASSED Testing data transform, linear transform w/ copied property PASSED Testing data transform, polynomial transform w/ copied property PASSED Testing data transform, trivial transform, without type conversion PASSED Testing data transform, trivial transform, with type conversion PASSED Testing data transform, polynomial transform (int->float) PASSED Testing data transform, polynomial transform (float->int) PASSED Testing H5Pget_data_transform PASSED Testing data transform, read after reseting of transform property PASSED Testing H5Pget_data_transform, after resetting transform property PASSED 0.01 real 0.00 user 0.00 sys Finished testing dtransform ============================ ============================ Testing reserved Finished testing reserved ============================ reserved Test Log ============================ -SKIP- 0.00 real 0.00 user 0.00 sys Finished testing reserved ============================ ============================ Testing cross_read Finished testing cross_read ============================ cross_read Test Log ============================ Testing reading data created on OpenVMS PASSED Testing reading data created on Linux PASSED Testing reading data created on Solaris PASSED All data type tests passed. 0.00 real 0.00 user 0.00 sys Finished testing cross_read ============================ ============================ Testing btree2 Finished testing btree2 ============================ btree2 Test Log ============================ Testing B-tree creation PASSED Testing B-tree insert: several records PASSED Testing B-tree insert: split root PASSED Testing B-tree insert: redistribute 2 leaves in level 1 B-tree (l->r) PASSED Testing B-tree insert: redistribute 2 leaves in level 1 B-tree (r->l) PASSED Testing B-tree insert: split side leaf into 2 leaves in level 1 B-tree (l->r) PASSED Testing B-tree insert: split side leaf into 2 leaves in level 1 B-tree (r->l) PASSED Testing B-tree insert: redistribute 3 leaves in level 1 B-tree PASSED Testing B-tree insert: split middle leaf into 2 leaves in level 1 B-tree PASSED Testing B-tree insert: make level 2 B-tree PASSED Testing B-tree insert: redistrib right-most leaf in level 2 B-tree PASSED Testing B-tree insert: redistrib left-most leaf in level 2 B-tree PASSED Testing B-tree insert: redistrib middle leaf in level 2 B-tree PASSED Testing B-tree insert: split right-most leaf in level 2 B-tree PASSED Testing B-tree insert: split left-most leaf in level 2 B-tree PASSED Testing B-tree insert: split middle leaf in level 2 B-tree PASSED Testing B-tree insert: redist. 2 internal (r->l) in level 2 B-tree PASSED Testing B-tree insert: redist. 2 internal (l->r) in level 2 B-tree PASSED Testing B-tree insert: split side internal node to 2 in level 2 B-tree (r->l) PASSED Testing B-tree insert: split side internal node to 2 in level 2 B-tree (l->2) PASSED Testing B-tree insert: redistrib 3 internals in level 2 B-tree PASSED Testing B-tree insert: split 3 internals to 4 in level 2 B-tree PASSED Testing B-tree insert: create random level 4 B-tree PASSED Testing B-tree insert: attempt duplicate record in level 4 B-tree PASSED Testing B-tree remove: record from empty B-tree PASSED Testing B-tree remove: non-existant record from 1 record B-tree PASSED Testing B-tree remove: existant record from 1 record B-tree PASSED Testing B-tree remove: adding records to B-tree after removal PASSED Testing B-tree remove: non-existant record from level-0 B-tree PASSED Testing B-tree remove: mult. existant records from level-0 B-tree PASSED Testing B-tree remove: non-existant record from level-1 B-tree PASSED Testing B-tree remove: record from right leaf of level-1 B-tree PASSED Testing B-tree remove: record from left leaf of level-1 B-tree PASSED Testing B-tree remove: record from middle leaf of level-1 B-tree PASSED Testing B-tree remove: redistribute 2 leaves in level-1 B-tree (r->l) PASSED Testing B-tree remove: redistribute 2 leaves in level-1 B-tree (l->r) PASSED Testing B-tree remove: redistribute 3 leaves in level-1 B-tree PASSED Testing B-tree remove: merge 2 leaves to 1 in level-1 B-tree (r->l) PASSED Testing B-tree remove: merge 2 leaves to 1 in level-1 B-tree (l->r) PASSED Testing B-tree remove: merge 3 leaves to 2 in level-1 B-tree PASSED Testing B-tree remove: promote from right leaf of level-1 B-tree PASSED Testing B-tree remove: promote from left leaf of level-1 B-tree PASSED Testing B-tree remove: promote from middle leaf of level-1 B-tree PASSED Testing B-tree remove: promote from leaf of level-1 B-tree w/2 node redistrib PASSED Testing B-tree remove: promote from leaf of level-1 B-tree w/3 node redistrib PASSED Testing B-tree remove: promote from leaf of level-1 B-tree w/2->1 merge PASSED Testing B-tree remove: promote from leaf of level-1 B-tree w/3->2 merge PASSED Testing B-tree remove: collapse level-1 B-tree back to level-0 PASSED Testing B-tree remove: promote from right internal of level-2 B-tree PASSED Testing B-tree remove: promote from left internal of level-2 B-tree PASSED Testing B-tree remove: promote from middle internal of level-2 B-tree PASSED Testing B-tree remove: promote record from root of level-2 B-tree PASSED Testing B-tree remove: promote from right internal of level-2 B-tree w/redistrib PASSED Testing B-tree remove: promote from left internal of level-2 B-tree w/redistrib PASSED Testing B-tree remove: promote from right internal of level-2 B-tree w/merge PASSED Testing B-tree remove: promote from middle internal of level-2 B-tree w/merge PASSED Testing B-tree remove: merge 2 internal nodes to 1 in level-2 B-tree (l->r) PASSED Testing B-tree remove: merge 2 internal nodes to 1 in level-2 B-tree (r->l) PASSED Testing B-tree remove: merge 3 internal nodes to 2 in level-2 B-tree PASSED Testing B-tree remove: collapse level-2 B-tree back to level-1 (r->l) PASSED Testing B-tree remove: create random level 4 B-tree and delete all records in random order PASSED Testing B-tree remove: create random level 4 B-tree and delete all records by index, in random order PASSED Testing B-tree remove: create random level 4 B-tree and delete all records by index, in increasing order PASSED Testing B-tree remove: create random level 4 B-tree and delete all records by index, in decreasing order PASSED Testing B-tree find: nearest neighbor less than a value PASSED Testing B-tree find: nearest neighbor greater than a value PASSED Testing B-tree delete: delete empty B-tree PASSED Testing B-tree delete: delete level-0 B-tree PASSED Testing B-tree delete: delete level-1 B-tree PASSED Testing B-tree delete: delete level-2 B-tree PASSED Testing B-tree modify: attempt to modify non-existant record PASSED Testing B-tree modify: modify record in leaf node PASSED Testing B-tree modify: modify record in internal node PASSED Testing B-tree modify: modify record in root node PASSED All v2 B-tree tests passed. 33.99 real 20.77 user 12.58 sys Finished testing btree2 ============================ ============================ Testing fheap Finished testing fheap ============================ fheap Test Log ============================ Testing with normal parameters Testing fractal heap creation PASSED Testing query heap creation parameters PASSED Testing create, close & reopen fractal heap PASSED Testing open fractal heap twice PASSED Testing deleting open fractal heap PASSED Testing limits of heap ID lengths PASSED Testing creating heaps with I/O filters PASSED Testing querying heap statistics PASSED Bulk-filling blocks w/large objects Testing inserting 'weird' sized objects into absolute heap PASSED Testing inserting objects to create first direct block in recursive indirect blocks five levels deep PASSED Testing removing bad heap IDs from absolute heap PASSED Testing removing single object from absolute heap PASSED Testing removing two objects from absolute heap PASSED Testing removing single larger object from absolute heap PASSED Testing removing two larger objects from absolute heap (forward) PASSED Testing removing two larger objects from absolute heap (reverse) PASSED Testing removing three larger objects from absolute heap (forward) PASSED Testing removing three larger objects from absolute heap (reverse) PASSED Testing removing all objects from root direct block of absolute heap (all - forward) PASSED Testing removing all objects from two direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - forward) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - forward) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - forward) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - forward) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - forward) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - forward) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing removing all objects from root direct block of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from two direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first row of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (half, refill, all - forward) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (half, refill, all - forward) PASSED Testing inserting object that is too large for starting block, then remove all objects (half, refill, all - forward) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (half, refill, all - forward) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (half, refill, all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing removing all objects from root direct block of absolute heap (all - reverse) PASSED Testing removing all objects from two direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - reverse) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - reverse) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - reverse) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - reverse) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - reverse) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - reverse) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing removing all objects from root direct block of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from two direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first row of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (half, refill, all - reverse) PASSED Testing inserting object that is too large for starting block, then remove all objects (half, refill, all - reverse) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (half, refill, all - reverse) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (half, refill, all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing removing all objects from root direct block of absolute heap (all - deleting heap) PASSED Testing removing all objects from two direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - deleting heap) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - deleting heap) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - deleting heap) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - deleting heap) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - deleting heap) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - deleting heap) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Bulk-filling blocks w/single object Testing inserting 'weird' sized objects into absolute heap PASSED Testing inserting objects to create first direct block in recursive indirect blocks five levels deep PASSED Testing removing bad heap IDs from absolute heap PASSED Testing removing single object from absolute heap PASSED Testing removing two objects from absolute heap PASSED Testing removing single larger object from absolute heap PASSED Testing removing two larger objects from absolute heap (forward) PASSED Testing removing two larger objects from absolute heap (reverse) PASSED Testing removing three larger objects from absolute heap (forward) PASSED Testing removing three larger objects from absolute heap (reverse) PASSED Testing removing all objects from root direct block of absolute heap (all - forward) PASSED Testing removing all objects from two direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - forward) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - forward) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - forward) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - forward) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - forward) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - forward) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing removing all objects from root direct block of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from two direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first row of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (half, refill, all - forward) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (half, refill, all - forward) PASSED Testing inserting object that is too large for starting block, then remove all objects (half, refill, all - forward) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (half, refill, all - forward) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (half, refill, all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing removing all objects from root direct block of absolute heap (all - reverse) PASSED Testing removing all objects from two direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - reverse) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - reverse) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - reverse) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - reverse) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - reverse) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - reverse) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing removing all objects from root direct block of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from two direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first row of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (half, refill, all - reverse) PASSED Testing inserting object that is too large for starting block, then remove all objects (half, refill, all - reverse) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (half, refill, all - reverse) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (half, refill, all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing removing all objects from root direct block of absolute heap (all - deleting heap) PASSED Testing removing all objects from two direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - deleting heap) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - deleting heap) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - deleting heap) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - deleting heap) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - deleting heap) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - deleting heap) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Using 'normal' heap ID format for 'huge' objects Testing insert one huge object, then remove (all - forward) PASSED Testing insert two huge objects, then remove (all - forward) PASSED Testing insert three huge objects, then remove (all - forward) PASSED Testing insert mix of normal & huge objects, then remove (all - forward) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - forward) PASSED Testing insert one tiny object, then remove (all - forward) PASSED Testing insert two tiny objects, then remove (all - forward) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - forward) PASSED Testing insert one huge object, then remove (all - reverse) PASSED Testing insert two huge objects, then remove (all - reverse) PASSED Testing insert three huge objects, then remove (all - reverse) PASSED Testing insert mix of normal & huge objects, then remove (all - reverse) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - reverse) PASSED Testing insert one tiny object, then remove (all - reverse) PASSED Testing insert two tiny objects, then remove (all - reverse) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - reverse) PASSED Testing insert one huge object, then remove (all - deleting heap) PASSED Testing insert two huge objects, then remove (all - deleting heap) PASSED Testing insert three huge objects, then remove (all - deleting heap) PASSED Testing insert mix of normal & huge objects, then remove (all - deleting heap) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - deleting heap) PASSED Testing insert one tiny object, then remove (all - deleting heap) PASSED Testing insert two tiny objects, then remove (all - deleting heap) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - deleting heap) PASSED Using 'direct' heap ID format for 'huge' objects Testing insert one huge object, then remove (all - forward) PASSED Testing insert two huge objects, then remove (all - forward) PASSED Testing insert three huge objects, then remove (all - forward) PASSED Testing insert mix of normal & huge objects, then remove (all - forward) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - forward) PASSED Testing insert one tiny object, then remove (all - forward) PASSED Testing insert two tiny objects, then remove (all - forward) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - forward) PASSED Testing insert one huge object, then remove (all - reverse) PASSED Testing insert two huge objects, then remove (all - reverse) PASSED Testing insert three huge objects, then remove (all - reverse) PASSED Testing insert mix of normal & huge objects, then remove (all - reverse) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - reverse) PASSED Testing insert one tiny object, then remove (all - reverse) PASSED Testing insert two tiny objects, then remove (all - reverse) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - reverse) PASSED Testing insert one huge object, then remove (all - deleting heap) PASSED Testing insert two huge objects, then remove (all - deleting heap) PASSED Testing insert three huge objects, then remove (all - deleting heap) PASSED Testing insert mix of normal & huge objects, then remove (all - deleting heap) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - deleting heap) PASSED Testing insert one tiny object, then remove (all - deleting heap) PASSED Testing insert two tiny objects, then remove (all - deleting heap) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - deleting heap) PASSED Using 'direct' heap ID format for 'huge' objects and larger IDs for 'tiny' objects Testing insert one huge object, then remove (all - forward) PASSED Testing insert two huge objects, then remove (all - forward) PASSED Testing insert three huge objects, then remove (all - forward) PASSED Testing insert mix of normal & huge objects, then remove (all - forward) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - forward) PASSED Testing insert one tiny object, then remove (all - forward) PASSED Testing insert two tiny objects, then remove (all - forward) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - forward) PASSED Testing insert one huge object, then remove (all - reverse) PASSED Testing insert two huge objects, then remove (all - reverse) PASSED Testing insert three huge objects, then remove (all - reverse) PASSED Testing insert mix of normal & huge objects, then remove (all - reverse) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - reverse) PASSED Testing insert one tiny object, then remove (all - reverse) PASSED Testing insert two tiny objects, then remove (all - reverse) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - reverse) PASSED Testing insert one huge object, then remove (all - deleting heap) PASSED Testing insert two huge objects, then remove (all - deleting heap) PASSED Testing insert three huge objects, then remove (all - deleting heap) PASSED Testing insert mix of normal & huge objects, then remove (all - deleting heap) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - deleting heap) PASSED Testing insert one tiny object, then remove (all - deleting heap) PASSED Testing insert two tiny objects, then remove (all - deleting heap) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - deleting heap) PASSED Testing insert one 'managed' object into heap with I/O filters, then remove (all - forward) PASSED Testing insert two 'managed' objects into heap with I/O filters, then remove (all - forward) PASSED Testing inserting random-sized objects in heap with compressed blocks, then remove all objects (all - random) PASSED Testing inserting random-sized objects with power of 2 distribution in heap with compressed blocks, then remove all objects (all - random) PASSED Testing insert one 'managed' object into heap with I/O filters, then remove (all - reverse) PASSED Testing insert two 'managed' objects into heap with I/O filters, then remove (all - reverse) PASSED Testing inserting random-sized objects in heap with compressed blocks, then remove all objects (all - random) PASSED Testing inserting random-sized objects with power of 2 distribution in heap with compressed blocks, then remove all objects (all - random) PASSED Testing insert one 'managed' object into heap with I/O filters, then remove (all - deleting heap) PASSED Testing insert two 'managed' objects into heap with I/O filters, then remove (all - deleting heap) PASSED Testing inserting random-sized objects in heap with compressed blocks, then remove all objects (all - deleting heap) PASSED Testing inserting random-sized objects with power of 2 distribution in heap with compressed blocks, then remove all objects (all - deleting heap) PASSED Using 'small' heap creation parameters Testing inserting random-sized objects, then remove all objects (all - random) PASSED Testing inserting random-sized objects with power of 2 distribution, then remove all objects (all - random) PASSED Testing inserting random-sized objects, then remove all objects (all - deleting heap) PASSED Testing inserting random-sized objects with power of 2 distribution, then remove all objects (all - deleting heap) PASSED Using 'large' heap creation parameters Testing inserting random-sized objects, then remove all objects (all - random) PASSED Testing inserting random-sized objects with power of 2 distribution, then remove all objects (all - random) PASSED Testing inserting random-sized objects, then remove all objects (all - deleting heap) PASSED Testing inserting random-sized objects with power of 2 distribution, then remove all objects (all - deleting heap) PASSED Testing writing objects in heap PASSED Testing writing objects in heap with compressed blocks PASSED Testing with reopen heap flag set Testing fractal heap creation PASSED Testing query heap creation parameters PASSED Testing create, close & reopen fractal heap PASSED Testing open fractal heap twice PASSED Testing deleting open fractal heap PASSED Testing limits of heap ID lengths PASSED Testing creating heaps with I/O filters PASSED Testing querying heap statistics PASSED Bulk-filling blocks w/large objects Testing inserting 'weird' sized objects into absolute heap PASSED Testing inserting objects to create first direct block in recursive indirect blocks five levels deep PASSED Testing removing bad heap IDs from absolute heap PASSED Testing removing single object from absolute heap PASSED Testing removing two objects from absolute heap PASSED Testing removing single larger object from absolute heap PASSED Testing removing two larger objects from absolute heap (forward) PASSED Testing removing two larger objects from absolute heap (reverse) PASSED Testing removing three larger objects from absolute heap (forward) PASSED Testing removing three larger objects from absolute heap (reverse) PASSED Testing removing all objects from root direct block of absolute heap (all - forward) PASSED Testing removing all objects from two direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - forward) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - forward) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - forward) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - forward) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - forward) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - forward) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing removing all objects from root direct block of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from two direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first row of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (half, refill, all - forward) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (half, refill, all - forward) PASSED Testing inserting object that is too large for starting block, then remove all objects (half, refill, all - forward) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (half, refill, all - forward) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (half, refill, all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing removing all objects from root direct block of absolute heap (all - reverse) PASSED Testing removing all objects from two direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - reverse) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - reverse) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - reverse) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - reverse) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - reverse) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - reverse) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing removing all objects from root direct block of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from two direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first row of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (half, refill, all - reverse) PASSED Testing inserting object that is too large for starting block, then remove all objects (half, refill, all - reverse) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (half, refill, all - reverse) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (half, refill, all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing removing all objects from root direct block of absolute heap (all - deleting heap) PASSED Testing removing all objects from two direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - deleting heap) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - deleting heap) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - deleting heap) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - deleting heap) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - deleting heap) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - deleting heap) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Bulk-filling blocks w/single object Testing inserting 'weird' sized objects into absolute heap PASSED Testing inserting objects to create first direct block in recursive indirect blocks five levels deep PASSED Testing removing bad heap IDs from absolute heap PASSED Testing removing single object from absolute heap PASSED Testing removing two objects from absolute heap PASSED Testing removing single larger object from absolute heap PASSED Testing removing two larger objects from absolute heap (forward) PASSED Testing removing two larger objects from absolute heap (reverse) PASSED Testing removing three larger objects from absolute heap (forward) PASSED Testing removing three larger objects from absolute heap (reverse) PASSED Testing removing all objects from root direct block of absolute heap (all - forward) PASSED Testing removing all objects from two direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - forward) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - forward) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - forward) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - forward) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - forward) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - forward) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing removing all objects from root direct block of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from two direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first row of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (half, refill, all - forward) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (half, refill, all - forward) PASSED Testing inserting object that is too large for starting block, then remove all objects (half, refill, all - forward) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (half, refill, all - forward) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (half, refill, all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing removing all objects from root direct block of absolute heap (all - reverse) PASSED Testing removing all objects from two direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - reverse) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - reverse) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - reverse) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - reverse) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - reverse) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - reverse) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing removing all objects from root direct block of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from two direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first row of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (half, refill, all - reverse) PASSED Testing inserting object that is too large for starting block, then remove all objects (half, refill, all - reverse) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (half, refill, all - reverse) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (half, refill, all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing removing all objects from root direct block of absolute heap (all - deleting heap) PASSED Testing removing all objects from two direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - deleting heap) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - deleting heap) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - deleting heap) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - deleting heap) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - deleting heap) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - deleting heap) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Using 'normal' heap ID format for 'huge' objects Testing insert one huge object, then remove (all - forward) PASSED Testing insert two huge objects, then remove (all - forward) PASSED Testing insert three huge objects, then remove (all - forward) PASSED Testing insert mix of normal & huge objects, then remove (all - forward) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - forward) PASSED Testing insert one tiny object, then remove (all - forward) PASSED Testing insert two tiny objects, then remove (all - forward) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - forward) PASSED Testing insert one huge object, then remove (all - reverse) PASSED Testing insert two huge objects, then remove (all - reverse) PASSED Testing insert three huge objects, then remove (all - reverse) PASSED Testing insert mix of normal & huge objects, then remove (all - reverse) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - reverse) PASSED Testing insert one tiny object, then remove (all - reverse) PASSED Testing insert two tiny objects, then remove (all - reverse) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - reverse) PASSED Testing insert one huge object, then remove (all - deleting heap) PASSED Testing insert two huge objects, then remove (all - deleting heap) PASSED Testing insert three huge objects, then remove (all - deleting heap) PASSED Testing insert mix of normal & huge objects, then remove (all - deleting heap) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - deleting heap) PASSED Testing insert one tiny object, then remove (all - deleting heap) PASSED Testing insert two tiny objects, then remove (all - deleting heap) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - deleting heap) PASSED Using 'direct' heap ID format for 'huge' objects Testing insert one huge object, then remove (all - forward) PASSED Testing insert two huge objects, then remove (all - forward) PASSED Testing insert three huge objects, then remove (all - forward) PASSED Testing insert mix of normal & huge objects, then remove (all - forward) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - forward) PASSED Testing insert one tiny object, then remove (all - forward) PASSED Testing insert two tiny objects, then remove (all - forward) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - forward) PASSED Testing insert one huge object, then remove (all - reverse) PASSED Testing insert two huge objects, then remove (all - reverse) PASSED Testing insert three huge objects, then remove (all - reverse) PASSED Testing insert mix of normal & huge objects, then remove (all - reverse) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - reverse) PASSED Testing insert one tiny object, then remove (all - reverse) PASSED Testing insert two tiny objects, then remove (all - reverse) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - reverse) PASSED Testing insert one huge object, then remove (all - deleting heap) PASSED Testing insert two huge objects, then remove (all - deleting heap) PASSED Testing insert three huge objects, then remove (all - deleting heap) PASSED Testing insert mix of normal & huge objects, then remove (all - deleting heap) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - deleting heap) PASSED Testing insert one tiny object, then remove (all - deleting heap) PASSED Testing insert two tiny objects, then remove (all - deleting heap) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - deleting heap) PASSED Using 'direct' heap ID format for 'huge' objects and larger IDs for 'tiny' objects Testing insert one huge object, then remove (all - forward) PASSED Testing insert two huge objects, then remove (all - forward) PASSED Testing insert three huge objects, then remove (all - forward) PASSED Testing insert mix of normal & huge objects, then remove (all - forward) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - forward) PASSED Testing insert one tiny object, then remove (all - forward) PASSED Testing insert two tiny objects, then remove (all - forward) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - forward) PASSED Testing insert one huge object, then remove (all - reverse) PASSED Testing insert two huge objects, then remove (all - reverse) PASSED Testing insert three huge objects, then remove (all - reverse) PASSED Testing insert mix of normal & huge objects, then remove (all - reverse) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - reverse) PASSED Testing insert one tiny object, then remove (all - reverse) PASSED Testing insert two tiny objects, then remove (all - reverse) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - reverse) PASSED Testing insert one huge object, then remove (all - deleting heap) PASSED Testing insert two huge objects, then remove (all - deleting heap) PASSED Testing insert three huge objects, then remove (all - deleting heap) PASSED Testing insert mix of normal & huge objects, then remove (all - deleting heap) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - deleting heap) PASSED Testing insert one tiny object, then remove (all - deleting heap) PASSED Testing insert two tiny objects, then remove (all - deleting heap) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - deleting heap) PASSED Testing insert one 'managed' object into heap with I/O filters, then remove (all - forward) PASSED Testing insert two 'managed' objects into heap with I/O filters, then remove (all - forward) PASSED Testing inserting random-sized objects in heap with compressed blocks, then remove all objects (all - random) PASSED Testing inserting random-sized objects with power of 2 distribution in heap with compressed blocks, then remove all objects (all - random) PASSED Testing insert one 'managed' object into heap with I/O filters, then remove (all - reverse) PASSED Testing insert two 'managed' objects into heap with I/O filters, then remove (all - reverse) PASSED Testing inserting random-sized objects in heap with compressed blocks, then remove all objects (all - random) PASSED Testing inserting random-sized objects with power of 2 distribution in heap with compressed blocks, then remove all objects (all - random) PASSED Testing insert one 'managed' object into heap with I/O filters, then remove (all - deleting heap) PASSED Testing insert two 'managed' objects into heap with I/O filters, then remove (all - deleting heap) PASSED Testing inserting random-sized objects in heap with compressed blocks, then remove all objects (all - deleting heap) PASSED Testing inserting random-sized objects with power of 2 distribution in heap with compressed blocks, then remove all objects (all - deleting heap) PASSED Using 'small' heap creation parameters Testing inserting random-sized objects, then remove all objects (all - random) PASSED Testing inserting random-sized objects with power of 2 distribution, then remove all objects (all - random) PASSED Testing inserting random-sized objects, then remove all objects (all - deleting heap) PASSED Testing inserting random-sized objects with power of 2 distribution, then remove all objects (all - deleting heap) PASSED Using 'large' heap creation parameters Testing inserting random-sized objects, then remove all objects (all - random) PASSED Testing inserting random-sized objects with power of 2 distribution, then remove all objects (all - random) PASSED Testing inserting random-sized objects, then remove all objects (all - deleting heap) PASSED Testing inserting random-sized objects with power of 2 distribution, then remove all objects (all - deleting heap) PASSED Testing writing objects in heap PASSED Testing writing objects in heap with compressed blocks PASSED Testing bug1: inserting several objects & removing one, then re-inserting PASSED All fractal heap tests passed. 120.90 real 61.70 user 21.88 sys Finished testing fheap ============================ ============================ Testing testerror.sh Finished testing testerror.sh ============================ testerror.sh Test Log ============================ Testing err_compat PASSED Testing error_test PASSED All Error API tests passed. 0.05 real 0.02 user 0.04 sys Finished testing testerror.sh ============================ ============================ ===Serial tests in test ended Mon Feb 9 17:59:16 EST 2009=== Making check in tools Making check in lib make talign make[3]: `talign' is up to date. make check-TESTS ===Serial tests in lib begin Mon Feb 9 17:59:16 EST 2009=== ============================ Testing talign Finished testing talign ============================ talign Test Log ============================ Testing alignment in compound datatypes PASSED 0.00 real 0.00 user 0.00 sys Finished testing talign ============================ ===Serial tests in lib ended Mon Feb 9 17:59:16 EST 2009=== Making check in h5dump make h5dumpgentest binread testh5dump.sh testh5dumpxml.sh make[3]: `h5dumpgentest' is up to date. make[3]: `binread' is up to date. make[3]: `testh5dump.sh' is up to date. make[3]: `testh5dumpxml.sh' is up to date. make check-TESTS ===Serial tests in h5dump begin Mon Feb 9 17:59:16 EST 2009=== ============================ Testing h5dumpgentest Finished testing h5dumpgentest ============================ h5dumpgentest Test Log ============================ 0.09 real 0.04 user 0.04 sys Finished testing h5dumpgentest ============================ ============================ Testing testh5dump.sh Finished testing testh5dump.sh ============================ testh5dump.sh Test Log ============================ Testing h5dump tgroup.h5 PASSED Testing h5dump --group=/g2 --group / -g /y tgroup.h5 PASSED Testing h5dump tdset.h5 PASSED Testing h5dump -H -d dset1 -d /dset2 --dataset=dset3 tdset.h5 PASSED Testing h5dump tattr.h5 PASSED Testing h5dump -a /attr1 --attribute /attr4 --attribute=/attr5 tattr.h PASSED Testing h5dump --header -a /attr2 --attribute=/attr tattr.h5 PASSED Testing h5dump tnamed_dtype_attr.h5 PASSED Testing h5dump tslink.h5 PASSED Testing h5dump tudlink.h5 PASSED Testing h5dump -l slink2 tslink.h5 PASSED Testing h5dump -l udlink2 tudlink.h5 PASSED Testing h5dump thlink.h5 PASSED Testing h5dump -d /g1/dset2 --dataset /dset1 --dataset=/g1/g1.1/dset3 PASSED Testing h5dump -d /g1/g1.1/dset3 --dataset /g1/dset2 --dataset=/dset1 PASSED Testing h5dump -g /g1 thlink.h5 PASSED Testing h5dump -d /dset1 -g /g2 -d /g1/dset2 thlink.h5 PASSED Testing h5dump tcompound.h5 PASSED Testing h5dump -t /type1 --datatype /type2 --datatype=/group1/type3 tc PASSED Testing h5dump -t /#6632 -g /group2 tcompound.h5 PASSED Testing h5dump tcompound_complex.h5 PASSED Testing h5dump tnestedcomp.h5 PASSED Testing h5dump tall.h5 PASSED Testing h5dump --header -g /g1/g1.1 -a attr2 tall.h5 PASSED Testing h5dump -d /g2/dset2.1 -l /g1/g1.2/g1.2.1/slink tall.h5 PASSED Testing h5dump tloop.h5 PASSED Testing h5dump tstr.h5 PASSED Testing h5dump tstr2.h5 PASSED Testing h5dump tsaf.h5 PASSED Testing h5dump tvldtypes1.h5 PASSED Testing h5dump tvldtypes2.h5 PASSED Testing h5dump tvldtypes3.h5 PASSED Testing h5dump tvldtypes4.h5 PASSED Testing h5dump tvldtypes5.h5 PASSED Testing h5dump tvlstr.h5 PASSED Testing h5dump tarray1.h5 PASSED Testing h5dump tarray2.h5 PASSED Testing h5dump tarray3.h5 PASSED Testing h5dump tarray4.h5 PASSED Testing h5dump tarray5.h5 PASSED Testing h5dump tarray6.h5 PASSED Testing h5dump tarray7.h5 PASSED Testing h5dump tempty.h5 PASSED Testing h5dump tgrp_comments.h5 PASSED Testing h5dump --filedriver=split tsplit_file PASSED Testing h5dump --filedriver=family tfamily%05d.h5 PASSED Testing h5dump --filedriver=multi tmulti PASSED Testing h5dump -w157 tlarge_objname.h5 PASSED Testing h5dump -A tall.h5 PASSED Testing h5dump -A -r tall.h5 PASSED Testing h5dump --dataset=/g1/g1.1/dset1.1.1 --start=1,1 --stride=2,3 - PASSED Testing h5dump -d /g1/g1.1/dset1.1.2[0;2;10;] tall.h5 PASSED Testing h5dump -d /dset1[1,1;;;] tdset.h5 PASSED Testing h5dump -r tchar.h5 PASSED Testing h5dump PASSED Testing h5dump -H -B -d dset tfcontents1.h5 PASSED Testing h5dump -B tfcontents2.h5 PASSED Testing h5dump -p -d bogus tfcontents1.h5 PASSED Testing h5dump -n tfcontents1.h5 PASSED Testing h5dump -H -p -d compact tfilters.h5 PASSED Testing h5dump -H -p -d contiguous tfilters.h5 PASSED Testing h5dump -H -p -d chunked tfilters.h5 PASSED Testing h5dump -H -p -d external tfilters.h5 PASSED Testing h5dump -p tfvalues.h5 PASSED Testing h5dump tattr2.h5 PASSED Testing h5dump -e tstr3.h5 PASSED Testing h5dump tstr3.h5 PASSED Testing h5dump -r -d str4 tstr3.h5 PASSED Testing h5dump taindices.h5 PASSED Testing h5dump -y taindices.h5 PASSED Testing h5dump -d 1d -s 1 -S 10 -c 2 -k 3 taindices.h5 PASSED Testing h5dump -d 2d -s 1,2 -S 3,3 -c 3,2 -k 2,2 taindices.h5 PASSED Testing h5dump -d 3d -s 0,1,2 -S 1,3,3 -c 2,2,2 -k 1,2,2 taindices.h5 PASSED Testing h5dump -d 4d -s 0,0,1,2 -c 2,2,3,2 -S 1,1,3,3 -k 1,1,2,2 taind PASSED Testing h5dump -H -p -d szip tfilters.h5 -SKIP- Testing h5dump -H -p -d deflate tfilters.h5 -SKIP- Testing h5dump -H -p -d shuffle tfilters.h5 PASSED Testing h5dump -H -p -d fletcher32 tfilters.h5 PASSED Testing h5dump -H -p -d nbit tfilters.h5 PASSED Testing h5dump -H -p -d scaleoffset tfilters.h5 PASSED Testing h5dump -H -p -d all tfilters.h5 -SKIP- Testing h5dump -H -p -d myfilter tfilters.h5 PASSED Testing h5dump tlonglinks.h5 PASSED Testing h5dump -d dset4gb -s 4294967284 -c 22 tbigdims.h5 PASSED Testing h5dump thyperslab.h5 PASSED Testing h5dump tnullspace.h5 PASSED Testing h5dump tvms.h5 PASSED Testing h5dump -d integer -o /Users/edo/Downloads/hdf5-1.8.1/tools/h5d PASSED Testing h5dump -d float -o /Users/edo/Downloads/hdf5-1.8.1/tools/h5dum PASSED Testing h5dump -d integer -o /Users/edo/Downloads/hdf5-1.8.1/tools/h5d PASSED Running h5import /Users/edo/Downloads/hdf5-1.8.1/tools/h5dump/../test PASSED Running h5diff tbinary.h5 /Users/edo/Downloads/hdf5-1.8.1/tools/h5dum PASSED Testing h5dump -d double -o /Users/edo/Downloads/hdf5-1.8.1/tools/h5du PASSED Testing h5dump tdatareg.h5 PASSED Testing h5dump --group=1 --sort_by=creation_order --sort_order=ascendi PASSED Testing h5dump --group=1 --sort_by=creation_order --sort_order=descend PASSED Testing h5dump -g 2 -q name -z ascending tordergr.h5 PASSED Testing h5dump -g 2 -q name -z descending tordergr.h5 PASSED Testing h5dump -q creation_order tordergr.h5 PASSED Testing h5dump -H --sort_by=name --sort_order=ascending torderattr.h5 PASSED Testing h5dump -H --sort_by=name --sort_order=descending torderattr.h5 PASSED Testing h5dump -H --sort_by=creation_order --sort_order=ascending tord PASSED Testing h5dump -H --sort_by=creation_order --sort_order=descending tor PASSED Testing h5dump -m %.7f tfpformat.h5 PASSED All h5dump tests passed. 2.17 real 0.87 user 1.58 sys Finished testing testh5dump.sh ============================ ============================ ============================ Testing testh5dumpxml.sh Finished testing testh5dumpxml.sh ============================ testh5dumpxml.sh Test Log ============================ Testing h5dump --xml tall.h5 PASSED Testing h5dump --xml tattr.h5 PASSED Testing h5dump --xml tbitfields.h5 PASSED Testing h5dump --xml tcompound.h5 PASSED Testing h5dump --xml tcompound2.h5 PASSED Testing h5dump --xml tdatareg.h5 PASSED Testing h5dump --xml tdset.h5 PASSED Testing h5dump --xml tdset2.h5 PASSED Testing h5dump --xml tenum.h5 PASSED Testing h5dump --xml tgroup.h5 PASSED Testing h5dump --xml thlink.h5 PASSED Testing h5dump --xml tloop.h5 PASSED Testing h5dump --xml tloop2.h5 PASSED Testing h5dump --xml tmany.h5 PASSED Testing h5dump --xml tnestedcomp.h5 PASSED Testing h5dump --xml tcompound_complex.h5 PASSED Testing h5dump --xml tobjref.h5 PASSED Testing h5dump --xml topaque.h5 PASSED Testing h5dump --xml tslink.h5 PASSED Testing h5dump --xml tudlink.h5 PASSED Testing h5dump --xml textlink.h5 PASSED Testing h5dump --xml tstr.h5 PASSED Testing h5dump --xml tstr2.h5 PASSED Testing h5dump --xml tref.h5 PASSED Testing h5dump --xml tname-amp.h5 PASSED Testing h5dump --xml tname-apos.h5 PASSED Testing h5dump --xml tname-gt.h5 PASSED Testing h5dump --xml tname-lt.h5 PASSED Testing h5dump --xml tname-quot.h5 PASSED Testing h5dump --xml tname-sp.h5 PASSED Testing h5dump --xml tstring.h5 PASSED Testing h5dump --xml tstring-at.h5 PASSED Testing h5dump --xml tref-escapes.h5 PASSED Testing h5dump --xml tref-escapes-at.h5 PASSED Testing h5dump --xml tnodata.h5 PASSED Testing h5dump --xml tarray1.h5 PASSED Testing h5dump --xml tarray2.h5 PASSED Testing h5dump --xml tarray3.h5 PASSED Testing h5dump --xml tarray6.h5 PASSED Testing h5dump --xml tarray7.h5 PASSED Testing h5dump --xml tvldtypes1.h5 PASSED Testing h5dump --xml tvldtypes2.h5 PASSED Testing h5dump --xml tvldtypes3.h5 PASSED Testing h5dump --xml tvldtypes4.h5 PASSED Testing h5dump --xml tvldtypes5.h5 PASSED Testing h5dump --xml tvlstr.h5 PASSED Testing h5dump --xml tsaf.h5 PASSED Testing h5dump --xml tempty.h5 PASSED Testing h5dump --xml tnamed_dtype_attr.h5 PASSED Testing h5dump --xml --use-dtd tempty.h5 PASSED Testing h5dump --xml -u tempty.h5 PASSED Testing h5dump --xml -X : tempty.h5 PASSED Testing h5dump --xml --xml-ns=: tempty.h5 PASSED Testing h5dump --xml -X thing: tempty.h5 PASSED Testing h5dump --xml --xml-ns=thing: tempty.h5 PASSED Testing h5dump --xml --xml-ns=: --xml-dtd=http://somewhere.net tempty. PASSED Testing h5dump --xml --use-dtd --xml-dtd=http://somewhere.net tempty.h PASSED Testing h5dump --xml -A tall.h5 PASSED Testing h5dump --xml -H --sort_by=name --sort_order=ascending torderat PASSED Testing h5dump --xml -H --sort_by=name --sort_order=descending tordera PASSED Testing h5dump --xml -H --sort_by=creation_order --sort_order=ascendin PASSED Testing h5dump --xml -H --sort_by=creation_order --sort_order=descendi PASSED All h5dump tests passed. 1.25 real 0.45 user 0.94 sys Finished testing testh5dumpxml.sh ============================ ============================ ===Serial tests in h5dump ended Mon Feb 9 17:59:20 EST 2009=== Making check in h5diff make h5diffgentest ./testh5diff.sh make[3]: `h5diffgentest' is up to date. make[3]: Nothing to be done for `testh5diff.sh'. make check-TESTS ===Serial tests in h5diff begin Mon Feb 9 17:59:20 EST 2009=== ============================ Testing h5diffgentest Finished testing h5diffgentest ============================ h5diffgentest Test Log ============================ 0.24 real 0.22 user 0.01 sys Finished testing h5diffgentest ============================ ============================ Testing testh5diff.sh Finished testing testh5diff.sh ============================ testh5diff.sh Test Log ============================ Testing h5diff -h PASSED Testing h5diff h5diff_basic1.h5 h5diff_basic2.h5 PASSED Testing h5diff h5diff_basic1.h5 h5diff_basic2.h5 g1/dset1 g1/dset2 PASSED Testing h5diff -r h5diff_basic1.h5 h5diff_basic2.h5 PASSED Testing h5diff -r h5diff_basic1.h5 h5diff_basic2.h5 g1/dset1 g1/dset2 PASSED Testing h5diff --report --delta=5 h5diff_basic1.h5 h5diff_basic2.h5 g1 PASSED Testing h5diff -v -p 0.02 h5diff_basic1.h5 h5diff_basic1.h5 g1/dset5 g PASSED Testing h5diff --verbose --relative=0.02 h5diff_basic1.h5 h5diff_basic PASSED Testing h5diff -v -p 0.02 h5diff_basic1.h5 h5diff_basic1.h5 g1/dset9 g PASSED Testing h5diff -v h5diff_basic1.h5 h5diff_basic2.h5 PASSED Testing h5diff -q h5diff_basic1.h5 h5diff_basic2.h5 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 dset g1 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 dset l1 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 dset t1 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 g1 g1 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 t1 t1 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 l1 l1 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 g1 g2 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 t1 t2 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 l1 l2 PASSED Testing h5diff -v h5diff_dtypes.h5 h5diff_dtypes.h5 dset0a dset0b PASSED Testing h5diff -v h5diff_dtypes.h5 h5diff_dtypes.h5 dset1a dset1b PASSED Testing h5diff -v h5diff_dtypes.h5 h5diff_dtypes.h5 dset2a dset2b PASSED Testing h5diff -v h5diff_dtypes.h5 h5diff_dtypes.h5 dset3a dset4b PASSED Testing h5diff -v h5diff_dtypes.h5 h5diff_dtypes.h5 dset4a dset4b PASSED Testing h5diff -v h5diff_dtypes.h5 h5diff_dtypes.h5 dset5a dset5b PASSED Testing h5diff -v h5diff_dtypes.h5 h5diff_dtypes.h5 dset6a dset6b PASSED Testing h5diff -v h5diff_dtypes.h5 h5diff_dtypes.h5 dset7a dset7b PASSED Testing h5diff -v h5diff_dset1.h5 h5diff_dset2.h5 refreg PASSED Testing h5diff h5diff_basic1.h5 PASSED Testing h5diff -d h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset4 PASSED Testing h5diff -d -4 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dse PASSED Testing h5diff -d 0 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -d u h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -d 0x1 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/ds PASSED Testing h5diff -d 1 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -d 1 -d 2 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1 PASSED Testing h5diff -d 200 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/ds PASSED Testing h5diff -d 1 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -r -p h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dse PASSED Testing h5diff -p -4 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dse PASSED Testing h5diff -p 0 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -p u h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -p 0x1 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/ds PASSED Testing h5diff -p 0.21 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/d PASSED Testing h5diff -p 0.21 -p 0.22 h5diff_basic1.h5 h5diff_basic2.h5 g1/ds PASSED Testing h5diff -p 2 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -p 0.005 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/ PASSED Testing h5diff -n h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset4 PASSED Testing h5diff -n -4 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dse PASSED Testing h5diff -n 0 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -n u h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -n 0x1 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/ds PASSED Testing h5diff -n 2 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -n 2 -n 3 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1 PASSED Testing h5diff --count=200 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 PASSED Testing h5diff -n 1 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff file1.h6 file2.h6 PASSED Testing h5diff -v h5diff_attr1.h5 h5diff_attr2.h5 PASSED Testing h5diff -v h5diff_dset1.h5 h5diff_dset2.h5 PASSED Testing h5diff -v h5diff_basic2.h5 h5diff_basic2.h5 PASSED Testing h5diff -v h5diff_hyper1.h5 h5diff_hyper2.h5 PASSED Testing h5diff -v h5diff_basic1.h5 h5diff_basic1.h5 g1/d1 g1/d2 PASSED Testing h5diff -v h5diff_basic1.h5 h5diff_basic1.h5 g1/fp1 g1/fp2 PASSED All h5diff tests passed. 6.48 real 4.52 user 2.09 sys Finished testing testh5diff.sh ============================ ============================ ===Serial tests in h5diff ended Mon Feb 9 17:59:27 EST 2009=== Making check in h5ls make ./testh5ls.sh make[3]: Nothing to be done for `testh5ls.sh'. make check-TESTS ===Serial tests in h5ls begin Mon Feb 9 17:59:27 EST 2009=== ============================ Testing testh5ls.sh Finished testing testh5ls.sh ============================ testh5ls.sh Test Log ============================ Testing h5ls -w80 -h PASSED Testing h5ls -w80 -help PASSED Testing h5ls -w80 -? PASSED Testing h5ls -w80 tall.h5 PASSED Testing h5ls -w80 -r -d tall.h5 PASSED Testing h5ls -w80 tgroup.h5 PASSED Testing h5ls -w80 -r -g tgroup.h5 PASSED Testing h5ls -w80 -g tgroup.h5/g1 PASSED Testing h5ls -w80 -r -d tdset.h5 PASSED Testing h5ls -w80 -r tslink.h5 PASSED Testing h5ls -w80 -r textlink.h5 PASSED Testing h5ls -w80 -r tudlink.h5 PASSED Testing h5ls -w80 thlink.h5 PASSED Testing h5ls -w80 -r -d tcompound.h5 PASSED Testing h5ls -w80 -r -d tnestedcomp.h5 PASSED Testing h5ls -w80 -r -d tloop.h5 PASSED Testing h5ls -w80 -r -d tstr.h5 PASSED Testing h5ls -w80 -r -d tsaf.h5 PASSED Testing h5ls -w80 -r -d tvldtypes1.h5 PASSED Testing h5ls -w80 -r -d tarray1.h5 PASSED Testing h5ls -w80 -d tempty.h5 PASSED Testing h5ls -w80 -v -S tattr2.h5 PASSED Testing h5ls nosuchfile.h5 PASSED All h5ls tests passed. 0.45 real 0.16 user 0.34 sys Finished testing testh5ls.sh ============================ ============================ ===Serial tests in h5ls ended Mon Feb 9 17:59:27 EST 2009=== Making check in misc make h5repart_gentest repart_test testh5repart.sh ./testh5mkgrp.sh make[3]: `h5repart_gentest' is up to date. make[3]: `repart_test' is up to date. make[3]: `testh5repart.sh' is up to date. make[3]: Nothing to be done for `testh5mkgrp.sh'. make check-TESTS ===Serial tests in misc begin Mon Feb 9 17:59:27 EST 2009=== ============================ Testing h5repart_gentest Finished testing h5repart_gentest ============================ h5repart_gentest Test Log ============================ PASSED 0.00 real 0.00 user 0.00 sys Finished testing h5repart_gentest ============================ ============================ Testing testh5repart.sh Finished testing testh5repart.sh ============================ testh5repart.sh Test Log ============================ Testing h5repart -m 20000 family_file%05d.h5 /Users/edo/Downloads/hdf5 PASSED Testing h5repart -m 5k family_file%05d.h5 /Users/edo/Downloads/hdf5-1. PASSED Testing h5repart -m 20000 -family_to_sec2 family_file%05d.h5 /Users/ed PASSED Testing repart_test PASSED All h5repart tests passed. 0.05 real 0.02 user 0.04 sys Finished testing testh5repart.sh ============================ ============================ ============================ Testing testh5mkgrp.sh Finished testing testh5mkgrp.sh ============================ testh5mkgrp.sh Test Log ============================ Testing h5mkgrp -h ../testfiles/h5mkgrp_help.h5 PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_help.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_help.h5 Testing h5mkgrp -V ../testfiles/h5mkgrp_version.h5 PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_version.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_version.h5 Testing h5mkgrp ../testfiles/h5mkgrp_single.h5 single PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_single.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_single.h5 Testing h5mkgrp -v ../testfiles/h5mkgrp_single.h5 single PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_single.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_single.h5 Testing h5mkgrp -p ../testfiles/h5mkgrp_single.h5 single PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_single.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_single.h5 Testing h5mkgrp -l ../testfiles/h5mkgrp_single_latest.h5 latest PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_single_latest.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_single_latest.h5 Testing h5mkgrp ../testfiles/h5mkgrp_several.h5 one two PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_several.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_several.h5 Testing h5mkgrp -v ../testfiles/h5mkgrp_several.h5 one two PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_several.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_several.h5 Testing h5mkgrp -p ../testfiles/h5mkgrp_several.h5 one two PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_several.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_several.h5 Testing h5mkgrp -l ../testfiles/h5mkgrp_several_latest.h5 one two PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_several_latest.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_several_latest.h5 Testing h5mkgrp -p ../testfiles/h5mkgrp_nested.h5 /one/two PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_nested.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_nested.h5 Testing h5mkgrp -lp ../testfiles/h5mkgrp_nested_latest.h5 /one/two PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_nested_latest.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_nested_latest.h5 Testing h5mkgrp -p ../testfiles/h5mkgrp_nested_mult.h5 /one/two /three PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_nested_mult.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_nested_mult.h5 Testing h5mkgrp -lp ../testfiles/h5mkgrp_nested_mult_latest.h5 /one/tw PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_nested_mult_latest. PASSED FILEOUT= ../testfiles/h5mkgrp_nested_mult_latest.h5 All h5mkgrp tests passed. 0.43 real 0.16 user 0.38 sys Finished testing testh5mkgrp.sh ============================ ============================ ===Serial tests in misc ended Mon Feb 9 17:59:28 EST 2009=== Making check in h5import make h5importtest make[3]: `h5importtest' is up to date. make check-TESTS ===Serial tests in h5import begin Mon Feb 9 17:59:28 EST 2009=== ============================ Testing h5importtest Finished testing h5importtest ============================ h5importtest Test Log ============================ 0.00 real 0.00 user 0.00 sys Finished testing h5importtest ============================ ============================ Testing h5importtestutil.sh Finished testing h5importtestutil.sh ============================ h5importtestutil.sh Test Log ============================ ============================== H5IMPORT tests started ============================== Testing ASCII I32 rank 3 - Output BE PASSED Testing ASCII I16 rank 3 - Output LE - CHUNKED - extended PASSED Testing ASCII I8 - rank 3 - Output I16 LE-Chunked+Extended+Compressed PASSED Testing ASCII UI32 - rank 3 - Output BE PASSED Testing ASCII UI16 - rank 2 - Output LE+Chunked+Compressed PASSED Testing ASCII F32 - rank 3 - Output LE PASSED Testing ASCII F64 - rank 3 - Output BE + CHUNKED+Extended+Compressed PASSED Testing BINARY F64 - rank 3 - Output LE+CHUNKED+Extended+Compressed PASSED Testing BINARY I16 - rank 3 - Output order LE + CHUNKED + extended PASSED Testing BINARY I8 - rank 3 - Output I16LE + Chunked+Extended+Compresse PASSED Testing BINARY I32 - rank 3 - Output BE + CHUNKED PASSED Testing BINARY UI16 - rank 3 - Output byte BE + CHUNKED PASSED Testing BINARY UI32 - rank 3 - Output LE + CHUNKED PASSED Testing STR PASSED ====================================== H5IMPORT Utilities tests have passed. ====================================== 0.32 real 0.13 user 0.22 sys Finished testing h5importtestutil.sh ============================ ============================ ===Serial tests in h5import ended Mon Feb 9 17:59:28 EST 2009=== Making check in h5repack make h5repacktst h5repack.sh make[3]: `h5repacktst' is up to date. make[3]: `h5repack.sh' is up to date. make check-TESTS ===Serial tests in h5repack begin Mon Feb 9 17:59:29 EST 2009=== ============================ Testing h5repacktst Finished testing h5repacktst ============================ h5repacktst Test Log ============================ Testing h5repack: Testing generating datasets PASSED Testing copy of datasets (fill values) PASSED Testing copy of datasets (all datatypes) PASSED Testing copy of datasets (attributes) PASSED Testing copy of datasets (hardlinks) PASSED Testing copy of allocation early file PASSED Testing adding deflate filter -SKIP- Testing adding deflate filter to all -SKIP- Testing adding szip filter -SKIP- Testing adding szip filter to all -SKIP- Testing addding shuffle filter PASSED Testing addding shuffle filter to all PASSED Testing adding checksum filter PASSED Testing adding checksum filter to all PASSED Testing filter queue fletcher, shuffle, deflate, szip PASSED Testing adding layout chunked PASSED Testing adding layout chunked to all PASSED Testing adding layout contiguous PASSED Testing adding layout contiguous to all PASSED Testing adding layout compact PASSED Testing adding layout compact to all PASSED Testing layout compact to contiguous conversion PASSED Testing layout compact to chunk conversion PASSED Testing layout compact to compact conversion PASSED Testing layout contiguous to compact conversion PASSED Testing layout contiguous to chunk conversion PASSED Testing layout contiguous to contiguous conversion PASSED Testing layout chunked to compact conversion PASSED Testing layout chunked to contiguous conversion PASSED Testing layout chunked to chunk conversion PASSED Testing copy of szip filter -SKIP- Testing removing szip filter -SKIP- Testing copy of deflate filter -SKIP- Testing removing deflate filter -SKIP- Testing copy of shuffle filter PASSED Testing removing shuffle filter PASSED Testing copy of fletcher filter PASSED Testing removing fletcher filter PASSED Testing copy of nbit filter PASSED Testing removing nbit filter PASSED Testing adding nbit filter PASSED Testing copy of scaleoffset filter PASSED Testing removing scaleoffset filter PASSED Testing adding scaleoffset filter PASSED Testing filter conversion from deflate to szip -SKIP- Testing filter conversion from szip to deflate -SKIP- Testing removing all filters -SKIP- Testing big file PASSED Testing external datasets PASSED Testing file with userblock PASSED Testing latest file format options PASSED Testing several global filters -SKIP- All h5repack tests passed. 1.59 real 1.38 user 0.14 sys Finished testing h5repacktst ============================ ============================ Testing h5repack.sh Finished testing h5repack.sh ============================ h5repack.sh Test Log ============================ Testing h5repack h5repack_fill.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_fill.h5 /Users/edo/Dow PASSED Testing h5repack h5repack_objs.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_objs.h5 /Users/edo/Dow PASSED Testing h5repack h5repack_attr.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_attr.h5 /Users/edo/Dow PASSED Testing h5repack h5repack_hlink.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_hlink.h5 /Users/edo/Do PASSED Testing h5repack h5repack_layout.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_early.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_early.h5 /Users/edo/Do PASSED Testing h5repack h5repack_layout.h5 -f dset1:GZIP=1 -l dset1:CHUNK=20x -SKIP- Testing h5repack h5repack_layout.h5 -f GZIP=1 -SKIP- Testing h5repack h5repack_layout.h5 -f dset2:SZIP=8,EC -l dset2:CHUNK= -SKIP- Testing h5repack h5repack_layout.h5 -f SZIP=8,NN -SKIP- Testing h5repack h5repack_layout.h5 -f dset2:SHUF -l dset2:CHUNK=20x10 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -f SHUF PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -f dset2:FLET -l dset2:CHUNK=20x10 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -f FLET PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -f dset2:SHUF -f dset2:FLET -f dse -SKIP- Testing h5repack h5repack_szip.h5 -SKIP- Testing h5repack h5repack_szip.h5 --filter=dset_szip:NONE -SKIP- Testing h5repack h5repack_deflate.h5 -SKIP- Testing h5repack h5repack_deflate.h5 -f dset_deflate:NONE -SKIP- Testing h5repack h5repack_shuffle.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_shuffle.h5 /Users/edo/ PASSED Testing h5repack h5repack_shuffle.h5 -f dset_shuffle:NONE PASSED Verifying h5diff output ./../testfiles/h5repack_shuffle.h5 /Users/edo/ PASSED Testing h5repack h5repack_fletcher.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_fletcher.h5 /Users/edo PASSED Testing h5repack h5repack_fletcher.h5 -f dset_fletcher32:NONE PASSED Verifying h5diff output ./../testfiles/h5repack_fletcher.h5 /Users/edo PASSED Testing h5repack h5repack_nbit.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_nbit.h5 /Users/edo/Dow PASSED Testing h5repack h5repack_nbit.h5 -f dset_nbit:NONE PASSED Verifying h5diff output ./../testfiles/h5repack_nbit.h5 /Users/edo/Dow PASSED Testing h5repack h5repack_nbit.h5 -f dset_int31:NBIT PASSED Verifying h5diff output ./../testfiles/h5repack_nbit.h5 /Users/edo/Dow PASSED Testing h5repack h5repack_soffset.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_soffset.h5 /Users/edo/ PASSED Testing h5repack h5repack_soffset.h5 -f dset_none:SOFF=31,IN PASSED Verifying h5diff output ./../testfiles/h5repack_soffset.h5 /Users/edo/ PASSED Testing h5repack h5repack_soffset.h5 -f dset_scaleoffset:NONE PASSED Verifying h5diff output ./../testfiles/h5repack_soffset.h5 /Users/edo/ PASSED Testing h5repack h5repack_filters.h5 -f NONE -SKIP- Testing h5repack h5repack_deflate.h5 -f dset_deflate:SZIP=8,NN -SKIP- Testing h5repack h5repack_szip.h5 -f dset_szip:GZIP=1 -SKIP- Testing h5repack h5repack_layout.h5 -f GZIP=1 -m 1024 -SKIP- Testing h5repack h5repack_layout.h5 -e ../testfiles/info.h5repack -SKIP- Testing h5repack h5repack_layout.h5 --layout=dset2:CHUNK=20x10 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l CHUNK=20x10 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset2:CONTI PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l CONTI PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset2:COMPA PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l COMPA PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_compact:CONTI PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_compact:CHUNK=2x5 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_compact:COMPA PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_contiguous:COMPA PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_contiguous:CHUNK=3x6 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_contiguous:CONTI PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_chunk:COMPA PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_chunk:CONTI PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_chunk:CHUNK=18x13 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_objs.h5 -n PASSED Verifying h5diff output ./../testfiles/h5repack_objs.h5 /Users/edo/Dow PASSED Testing h5repack h5repack_layout.h5 --layout CHUNK=20x10 --filter GZIP -SKIP- Testing h5repack h5repack_layout.h5 -l CHUNK=20x10 -f GZIP=1 -m 10 -n -SKIP- Testing h5repack h5repack_layout.h5 --filter GZIP=1 --filter SHUF -SKIP- Testing h5repack h5repack_layout.h5 -l CHUNK=20x10 -f GZIP=1 -m 10 -n -SKIP- All h5repack tests passed. 1.12 real 0.51 user 0.84 sys Finished testing h5repack.sh ============================ ============================ ===Serial tests in h5repack ended Mon Feb 9 17:59:31 EST 2009=== Making check in h5jam make tellub h5jamgentest getub testh5jam.sh make[3]: `tellub' is up to date. make[3]: `h5jamgentest' is up to date. make[3]: `getub' is up to date. make[3]: `testh5jam.sh' is up to date. make check-TESTS ===Serial tests in h5jam begin Mon Feb 9 17:59:31 EST 2009=== ============================ Testing testh5jam.sh Finished testing testh5jam.sh ============================ testh5jam.sh Test Log ============================ Testing h5jam -u u10.txt -i tall.h5 -o ta2.h5 PASSED Compare ta2.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u511.txt -i tall.h5 -o ta3.h5 PASSED Compare ta3.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u512.txt -i tall.h5 -o ta4.h5 PASSED Compare ta4.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u513.txt -i tall.h5 -o ta5.h5 PASSED Compare ta5.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u10.txt -i ta.h5 PASSED Compare ta.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u511.txt -i ta.h5 PASSED Compare ta.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u512.txt -i ta.h5 PASSED Compare ta.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u513.txt -i ta.h5 PASSED Compare ta.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u10.txt -i twithub.h5 -o tax2.h5 PASSED Compare tax2.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u511.txt -i twithub.h5 -o tax3.h5 PASSED Compare tax3.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u512.txt -i twithub.h5 -o tax4.h5 PASSED Compare tax4.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u513.txt -i twithub.h5 -o tax5.h5 PASSED Compare tax5.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u10.txt -i twithub513.h5 -o tax6.h5 PASSED Compare tax6.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u511.txt -i twithub513.h5 -o tax7.h5 PASSED Compare tax7.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u512.txt -i twithub513.h5 -o tax8.h5 PASSED Compare tax8.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u513.txt -i twithub513.h5 -o tax9.h5 PASSED Compare tax9.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u10.txt -i twithub.h5 -o taz2.h5 --clobber PASSED Compare taz2.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u511.txt -i twithub.h5 -o taz3.h5 --clobber PASSED Compare taz3.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u512.txt -i twithub.h5 -o taz4.h5 --clobber PASSED Compare taz4.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u513.txt -i twithub.h5 -o taz5.h5 --clobber PASSED Compare taz5.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u10.txt -i twithub513.h5 -o taz6.h5 --clobber PASSED Compare taz6.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u511.txt -i twithub513.h5 -o taz7.h5 --clobber PASSED Compare taz7.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u512.txt -i twithub513.h5 -o taz8.h5 --clobber PASSED Compare taz8.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u513.txt -i twithub513.h5 -o taz9.h5 --clobber PASSED Compare taz9.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u10.txt -i tay2.h5 --clobber PASSED Compare tay2.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u511.txt -i tay3.h5 --clobber PASSED Compare tay3.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u512.txt -i tay4.h5 --clobber PASSED Compare tay4.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u513.txt -i tay5.h5 --clobber PASSED Compare tay5.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u10.txt -i tay6.h5 --clobber PASSED Compare tay6.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u511.txt -i tay7.h5 --clobber PASSED Compare tay7.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u512.txt -i tay8.h5 --clobber PASSED Compare tay8.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u513.txt -i tay9.h5 --clobber PASSED Compare tay9.h5 to ./../testfiles/tall.h5 PASSED Testing h5unjam -i tai1.h5 -u o10.txt -o taa1.h5 PASSED Compare taa1.h5 to ./../testfiles/tall.h5 PASSED Testing h5unjam -i tai2.h5 -u o512.txt -o taa2.h5 PASSED Compare taa2.h5 to ./../testfiles/tall.h5 PASSED Testing h5unjam -i tai3.h5 -o taa3.h5 > uofile PASSED Compare taa3.h5 to ./../testfiles/tall.h5 PASSED Testing h5unjam -i tai4.h5 -o taa4.h5 > uofile PASSED Compare taa4.h5 to ./../testfiles/tall.h5 PASSED Testing h5unjam -i taj2.h5 -o tac2.h5 --delete PASSED Compare tac2.h5 to ./../testfiles/tall.h5 PASSED Testing h5unjam -i taj3.h5 -o tac3.h5 --delete PASSED Compare tac3.h5 to ./../testfiles/tall.h5 PASSED All h5jam tests passed. 2.83 real 0.98 user 2.19 sys Finished testing testh5jam.sh ============================ ============================ ===Serial tests in h5jam ended Mon Feb 9 17:59:34 EST 2009=== Making check in h5copy make h5copygentest ./testh5copy.sh make[3]: `h5copygentest' is up to date. make[3]: Nothing to be done for `testh5copy.sh'. make check-TESTS ===Serial tests in h5copy begin Mon Feb 9 17:59:34 EST 2009=== ============================ Testing h5copygentest Finished testing h5copygentest ============================ h5copygentest Test Log ============================ 0.01 real 0.00 user 0.00 sys Finished testing h5copygentest ============================ ============================ Testing testh5copy.sh Finished testing testh5copy.sh ============================ testh5copy.sh Test Log ============================ Test copying various forms of datasets Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Test copying dataset within group in source file to root of destination Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Test copying & renaming dataset Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Test copying empty, 'full' & 'nested' groups Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Test copying dataset within group in source file to group in destination Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Test copying & renaming group Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Test copying 'full' group hierarchy into group in destination file Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Test copying objects into group hier. that doesn't exist yet in destination file Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Verifying h5ls file structure ../testfiles/h5copytst.out.h5 PASSED All h5copy tests passed. 0.57 real 0.26 user 0.41 sys Finished testing testh5copy.sh ============================ ============================ ===Serial tests in h5copy ended Mon Feb 9 17:59:35 EST 2009=== Making check in h5stat make h5stat_gentest testh5stat.sh make[3]: `h5stat_gentest' is up to date. make[3]: `testh5stat.sh' is up to date. make check-TESTS ===Serial tests in h5stat begin Mon Feb 9 17:59:35 EST 2009=== ============================ Testing h5stat_gentest Finished testing h5stat_gentest ============================ h5stat_gentest Test Log ============================ 0.90 real 0.68 user 0.05 sys Finished testing h5stat_gentest ============================ ============================ Testing testh5stat.sh Finished testing testh5stat.sh ============================ testh5stat.sh Test Log ============================ Testing h5stat -h PASSED Testing h5stat --help PASSED Testing h5stat h5stat_filters.h5 PASSED Testing h5stat -f h5stat_filters.h5 PASSED Testing h5stat -F h5stat_filters.h5 PASSED Testing h5stat -d h5stat_filters.h5 PASSED Testing h5stat -g h5stat_filters.h5 PASSED Testing h5stat -dT h5stat_filters.h5 PASSED Testing h5stat h5stat_tsohm.h5 PASSED Testing h5stat h5stat_newgrat.h5 PASSED All h5stat tests passed. 0.99 real 0.72 user 0.29 sys Finished testing testh5stat.sh ============================ ============================ ===Serial tests in h5stat ended Mon Feb 9 17:59:37 EST 2009=== make check-TESTS make[5]: Nothing to be done for `_exec_check-s'. Making check in . make[2]: Nothing to be done for `all'. Making check in hl Making check in src make check-TESTS make[5]: Nothing to be done for `_exec_check-s'. Making check in test make test_lite test_image test_table test_ds test_packet make[3]: `test_lite' is up to date. make[3]: `test_image' is up to date. make[3]: `test_table' is up to date. make[3]: `test_ds' is up to date. make[3]: `test_packet' is up to date. make check-TESTS ===Serial tests in test begin Mon Feb 9 17:59:37 EST 2009=== ============================ Testing test_lite Finished testing test_lite ============================ test_lite Test Log ============================ Testing H5LTmake_dataset PASSED Testing H5LTread_dataset PASSED Testing H5LTmake_dataset_char PASSED Testing H5LTmake_dataset_short PASSED Testing H5LTmake_dataset_int PASSED Testing H5LTmake_dataset_long PASSED Testing H5LTmake_dataset_float PASSED Testing H5LTmake_dataset_double PASSED Testing H5LTmake_dataset_string PASSED Testing H5LTset_attribute_string PASSED Testing H5LTget_attribute_string PASSED Testing H5LTset_attribute_char PASSED Testing H5LTget_attribute_char PASSED Testing H5LTset_attribute_short PASSED Testing H5LTget_attribute_short PASSED Testing H5LTset_attribute_int PASSED Testing H5LTget_attribute_int PASSED Testing H5LTset_attribute_long PASSED Testing H5LTget_attribute_long PASSED Testing H5LTset_attribute_uchar PASSED Testing H5LTget_attribute_uchar PASSED Testing H5LTset_attribute_ushort PASSED Testing H5LTget_attribute_ushort PASSED Testing H5LTset_attribute_uint PASSED Testing H5LTget_attribute_uint PASSED Testing H5LTset_attribute_ulong PASSED Testing H5LTget_attribute_ulong PASSED Testing H5LTset_attribute_float PASSED Testing H5LTget_attribute_float PASSED Testing H5LTset_attribute_double PASSED Testing H5LTget_attribute_double PASSED Testing H5LTget_attribute_ndims PASSED Testing H5LTget_attribute_info PASSED Testing H5LTset_attribute_string PASSED Testing H5LTget_attribute_string PASSED Testing H5LTset_attribute_char PASSED Testing H5LTget_attribute_char PASSED Testing H5LTset_attribute_short PASSED Testing H5LTget_attribute_short PASSED Testing H5LTset_attribute_int PASSED Testing H5LTget_attribute_int PASSED Testing H5LTset_attribute_long PASSED Testing H5LTget_attribute_long PASSED Testing H5LTset_attribute_uchar PASSED Testing H5LTget_attribute_uchar PASSED Testing H5LTset_attribute_ushort PASSED Testing H5LTget_attribute_ushort PASSED Testing H5LTset_attribute_uint PASSED Testing H5LTget_attribute_uint PASSED Testing H5LTset_attribute_ulong PASSED Testing H5LTget_attribute_ulong PASSED Testing H5LTset_attribute_float PASSED Testing H5LTget_attribute_float PASSED Testing H5LTset_attribute_double PASSED Testing H5LTget_attribute_double PASSED Testing H5LTget_attribute_ndims PASSED Testing H5LTget_attribute_info PASSED Testing H5LTset_attribute_string PASSED Testing H5LTget_attribute_string PASSED Testing H5LTset_attribute_char PASSED Testing H5LTget_attribute_char PASSED Testing H5LTset_attribute_short PASSED Testing H5LTget_attribute_short PASSED Testing H5LTset_attribute_int PASSED Testing H5LTget_attribute_int PASSED Testing H5LTset_attribute_long PASSED Testing H5LTget_attribute_long PASSED Testing H5LTset_attribute_uchar PASSED Testing H5LTget_attribute_uchar PASSED Testing H5LTset_attribute_ushort PASSED Testing H5LTget_attribute_ushort PASSED Testing H5LTset_attribute_uint PASSED Testing H5LTget_attribute_uint PASSED Testing H5LTset_attribute_ulong PASSED Testing H5LTget_attribute_ulong PASSED Testing H5LTset_attribute_float PASSED Testing H5LTget_attribute_float PASSED Testing H5LTset_attribute_double PASSED Testing H5LTget_attribute_double PASSED Testing H5LTget_attribute_ndims PASSED Testing H5LTget_attribute_info PASSED Testing H5LTtext_to_dtype text for integer types PASSED text for floating-point types PASSED text for string types PASSED text for opaque types PASSED text for enum types PASSED text for variable types PASSED text for array types PASSED text for compound types PASSED text for complicated compound types PASSED 0.01 real 0.00 user 0.00 sys Finished testing test_lite ============================ ============================ Testing test_image Finished testing test_image ============================ test_image Test Log ============================ Testing indexed image PASSED Testing true color image PASSED Testing pallete functions PASSED Testing read ascii image data and generate images Testing make indexed image PASSED Testing attaching palettes PASSED Testing make true color image with pixel interlace PASSED Testing make true color image with plane interlace PASSED Testing read and process data and make indexed images Testing make indexed image from all the data PASSED Testing make indexed image from land data PASSED Testing make indexed image from sea data PASSED Testing attaching palettes PASSED All image tests passed. 0.27 real 0.25 user 0.01 sys Finished testing test_image ============================ ============================ Testing test_table Finished testing test_table ============================ test_table Test Log ============================ Testing table with file creation mode (read/write in native architecture): Testing making table PASSED Testing reading table PASSED Testing writing records PASSED Testing reading records PASSED Testing appending records PASSED Testing inserting records PASSED Testing deleting records PASSED Testing adding records PASSED Testing combining tables PASSED Testing writing fields by name PASSED Testing reading fields by name PASSED Testing writing fields by index PASSED Testing reading fields by index PASSED Testing inserting fields PASSED Testing deleting fields PASSED Testing getting table info PASSED Testing getting field info PASSED Testing table with file open mode (read big-endian data): Testing reading table PASSED Testing reading records PASSED Testing reading fields by name PASSED Testing reading fields by index PASSED Testing getting table info PASSED Testing getting field info PASSED Testing table with file open mode (read little-endian data): Testing reading table PASSED Testing reading records PASSED Testing reading fields by name PASSED Testing reading fields by index PASSED Testing getting table info PASSED Testing getting field info PASSED Testing table with file open mode (read Cray data): Testing reading table PASSED Testing reading records PASSED Testing reading fields by name PASSED Testing reading fields by index PASSED Testing getting table info PASSED Testing getting field info PASSED 0.07 real 0.03 user 0.03 sys Finished testing test_table ============================ ============================ Testing test_ds Finished testing test_ds ============================ test_ds Test Log ============================ Testing API functions Testing attach scales PASSED Testing get number of scales PASSED Testing detach scales PASSED Testing attach only to 1 dimension PASSED Testing set/get label PASSED Testing set scale/get scale name PASSED Testing iterate scales (verify scale) PASSED Testing iterate scales (read scale values) PASSED Testing iterate scales (verify the scale sizes match) PASSED Testing iterate scales (verify the scale sizes do not match) PASSED Testing error conditions Testing attach a dataset to itself PASSED Testing attach a group with a dataset PASSED Testing attach a dataset with a group PASSED Testing set scale for a group PASSED Testing attach a scale that has scales PASSED Testing attach to a dataset that is a scale PASSED Testing attach to a dataset that is a reserved class dataset PASSED Testing is scale PASSED Testing detach scale from dataset it is not attached to PASSED Testing detach scale from group PASSED Testing detach scale when scale is group PASSED Testing ranks Testing attach PASSED Testing detach PASSED Testing attach, set, get names, labels PASSED Testing attach a scalar scale PASSED Testing iterators Testing iterate when the dataset has no scales PASSED Testing iterate on dimension that is outside the rank PASSED Testing iterate for dimension with many scales PASSED Testing iterate on group PASSED Testing iterate in deleted scales PASSED Testing scales with several datatypes Testing floating point and short scales PASSED Testing string scales PASSED Testing reading ASCII data and generate HDF5 data with scales Testing generating scales PASSED All dimension scales tests passed. 0.12 real 0.11 user 0.00 sys Finished testing test_ds ============================ ============================ Testing test_packet Finished testing test_packet ============================ test_packet Test Log ============================ Testing packet table Testing H5PTcreate_fl and H5PTclose PASSED Testing H5PTopen PASSED Testing H5PTappend PASSED Testing H5PTread_packets PASSED Testing H5PTget_next PASSED Testing large packet table PASSED Testing opaque data PASSED Testing packet table compression PASSED Testing error conditions PASSED 0.06 real 0.05 user 0.00 sys Finished testing test_packet ============================ ===Serial tests in test ended Mon Feb 9 17:59:38 EST 2009=== Making check in tools Making check in gif2h5 make ./h52giftest.sh make[4]: Nothing to be done for `h52giftest.sh'. make check-TESTS ===Serial tests in gif2h5 begin Mon Feb 9 17:59:38 EST 2009=== ============================ Testing h52giftest.sh Finished testing h52giftest.sh ============================ h52giftest.sh Test Log ============================ Testing ./h52gif h52giftst.h5 image1.gif -i image PASSED Testing ./gif2h5 image1.gif image1.h5 PASSED 0.02 real 0.01 user 0.01 sys Finished testing h52giftest.sh ============================ ============================ ===Serial tests in gif2h5 ended Mon Feb 9 17:59:38 EST 2009=== make check-TESTS make[6]: Nothing to be done for `_exec_check-s'. make check-TESTS make[3]: Nothing to be done for `check-TESTS'. Making check in perform make iopipe chunk overhead zip_perf perf_meta h5perf_serial make[2]: `iopipe' is up to date. make[2]: `chunk' is up to date. make[2]: `overhead' is up to date. make[2]: `zip_perf' is up to date. make[2]: `perf_meta' is up to date. make[2]: `h5perf_serial' is up to date. make check-TESTS ===Serial tests in perform begin Mon Feb 9 17:59:38 EST 2009=== ============================ Testing iopipe Finished testing iopipe ============================ iopipe Test Log ============================ fill raw ============================================= fill hdf5 ============================================= out raw ============================================= out hdf5 ============================================= in raw ============================================= in hdf5 ============================================= in hdf5 partial ============================================= I/O request size is 1000000.0MB Before getrusage() call fill raw 0.00user 0.00system 0.00elapsed 12113.06MB/s fill hdf5 0.01user 0.00system 0.01elapsed 6611.33MB/s out raw 0.00user 0.01system 0.01elapsed 3516.72MB/s out hdf5 0.00user 0.01system 0.01elapsed 3536.21MB/s in raw 0.00user 0.01system 0.01elapsed 3518.79MB/s in hdf5 0.00user 0.01system 0.01elapsed 3516.79MB/s in hdf5 partial 0.01user 0.02system 0.03elapsed 1413.92MB/s 0.66 real 0.03 user 0.15 sys Finished testing iopipe ============================ ============================ Testing chunk Finished testing chunk ============================ chunk Test Log ============================ Test CacheSz ChunkSz Effic --------- -------- -------- -------- Rowmaj-rd 25 0.50 0.50 Rowmaj-rd 25 1.00 1.00 Rowmaj-rd 25 1.50 0.55 Rowmaj-rd 25 2.00 1.00 Rowmaj-rd 25 2.50 0.69 Rowmaj-rd 25 3.00 1.00 Rowmaj-rd 25 3.50 0.76 Rowmaj-rd 25 4.00 1.00 Rowmaj-rd 25 4.50 0.83 Rowmaj-rd 25 5.00 1.00 Rowmaj-wr 25 0.50 0.25 Rowmaj-wr 25 1.00 1.00 Rowmaj-wr 25 1.50 0.31 Rowmaj-wr 25 2.00 1.00 Rowmaj-wr 25 2.50 0.45 Rowmaj-wr 25 3.00 1.00 Rowmaj-wr 25 3.50 0.52 Rowmaj-wr 25 4.00 1.00 Rowmaj-wr 25 4.50 0.62 Rowmaj-wr 25 5.00 1.00 Diag-rd 25 0.50 0.26 Diag-rd 25 1.00 0.51 Diag-rd 25 1.50 0.36 Diag-rd 25 2.00 1.00 Diag-rd 25 2.50 0.45 Diag-rd 25 3.00 0.55 Diag-rd 25 3.50 0.50 Diag-rd 25 4.00 0.76 Diag-rd 25 4.50 0.59 Diag-rd 25 5.00 0.63 Diag-wr 25 0.50 0.13 Diag-wr 25 1.00 0.26 Diag-wr 25 1.50 0.19 Diag-wr 25 2.00 1.00 Diag-wr 25 2.50 0.27 Diag-wr 25 3.00 0.38 Diag-wr 25 3.50 0.32 Diag-wr 25 4.00 0.76 Diag-wr 25 4.50 0.40 Diag-wr 25 5.00 0.49 0.69 real 0.21 user 0.15 sys Finished testing chunk ============================ ============================ Testing overhead Finished testing overhead ============================ overhead Test Log ============================ Style Bytes/Chunk ----- ----------- forward 41.320 reverse 43.416 inward 70.664 outward 41.320 random 58.088 0.06 real 0.03 user 0.02 sys Finished testing overhead ============================ ============================ Testing zip_perf Finished testing zip_perf ============================ zip_perf Test Log ============================ No compression IO performance because zlib was not configured 0.00 real 0.00 user 0.00 sys Finished testing zip_perf ============================ ============================ Testing perf_meta Finished testing perf_meta ============================ perf_meta Test Log ============================ Performance result of metadata for datasets and attributes 1. Create 8 attributes for each of 16 existing datasets H5Dopen2: avg=0.000017s; max=0.000041s; min=0.000014s H5Dclose: avg=0.000006s; max=0.000008s; min=0.000005s H5A(create & close): avg=0.000013s; max=0.000063s; min=0.000007s 2. Create 8 attributes for each of 16 new datasets H5Dcreate2: avg=0.000020s; max=0.000025s; min=0.000018s H5Dclose: avg=0.000001s; max=0.000002s; min=0.000001s H5A(create & close): avg=0.000008s; max=0.000040s; min=0.000006s 3. Create 2 attributes for each of 16 existing datasets for 4 times H5Dopen2: avg=0.000013s; max=0.000022s; min=0.000012s H5Dclose: avg=0.000005s; max=0.000006s; min=0.000003s H5A(create & close): avg=0.000010s; max=0.000044s; min=0.000005s All metadata performance tests passed. 0.01 real 0.00 user 0.00 sys Finished testing perf_meta ============================ ============================ Testing h5perf_serial Finished testing h5perf_serial ============================ h5perf_serial Test Log ============================ HDF5 Library: Version 1.8.1 ==== Parameters ==== IO API=posix hdf5 Number of iterations=1 Dataset size=100 200 Transfer buffer size=10 20 Dimension access order=1 2 HDF5 data storage method=Contiguous HDF5 file driver=sec2 ==== End of Parameters ==== Transfer Buffer Size (bytes): 200 File Size(MB): 0.02 IO API = POSIX Write (1 iteration(s)): Maximum Throughput: 6.07 MB/s Average Throughput: 6.07 MB/s Minimum Throughput: 6.07 MB/s Write Open-Close (1 iteration(s)): Maximum Throughput: 5.83 MB/s Average Throughput: 5.83 MB/s Minimum Throughput: 5.83 MB/s Read (1 iteration(s)): Maximum Throughput: 8.11 MB/s Average Throughput: 8.11 MB/s Minimum Throughput: 8.11 MB/s Read Open-Close (1 iteration(s)): Maximum Throughput: 8.07 MB/s Average Throughput: 8.07 MB/s Minimum Throughput: 8.07 MB/s IO API = HDF5 Write (1 iteration(s)): Maximum Throughput: 32.48 MB/s Average Throughput: 32.48 MB/s Minimum Throughput: 32.48 MB/s Write Open-Close (1 iteration(s)): Maximum Throughput: 7.19 MB/s Average Throughput: 7.19 MB/s Minimum Throughput: 7.19 MB/s Read (1 iteration(s)): Maximum Throughput: 50.99 MB/s Average Throughput: 50.99 MB/s Minimum Throughput: 50.99 MB/s Read Open-Close (1 iteration(s)): Maximum Throughput: 19.15 MB/s Average Throughput: 19.15 MB/s Minimum Throughput: 19.15 MB/s 0.01 real 0.00 user 0.00 sys Finished testing h5perf_serial ============================ ===Serial tests in perform ended Mon Feb 9 17:59:40 EST 2009=== dhcp-235:hdf5-1.8.1 edo$ sudo make install Making install in src test -z "/usr/local/lib" || ../bin/install-sh -c -d "/usr/local/lib" /bin/sh ../libtool --mode=install /usr/bin/install -c 'libhdf5.la' '/usr/local/lib/libhdf5.la' libtool: install: /usr/bin/install -c .libs/libhdf5.lai /usr/local/lib/libhdf5.la libtool: install: /usr/bin/install -c .libs/libhdf5.a /usr/local/lib/libhdf5.a libtool: install: chmod 644 /usr/local/lib/libhdf5.a libtool: install: ranlib /usr/local/lib/libhdf5.a ranlib: file: /usr/local/lib/libhdf5.a(H5CS.o) has no symbols ranlib: file: /usr/local/lib/libhdf5.a(H5Dmpio.o) has no symbols ranlib: file: /usr/local/lib/libhdf5.a(H5FDdirect.o) has no symbols ranlib: file: /usr/local/lib/libhdf5.a(H5FDmpio.o) has no symbols ranlib: file: /usr/local/lib/libhdf5.a(H5FDmpiposix.o) has no symbols ranlib: file: /usr/local/lib/libhdf5.a(H5Obogus.o) has no symbols ranlib: file: /usr/local/lib/libhdf5.a(H5Smpio.o) has no symbols ranlib: file: /usr/local/lib/libhdf5.a(H5TS.o) has no symbols ranlib: file: /usr/local/lib/libhdf5.a(H5Zdeflate.o) has no symbols ranlib: file: /usr/local/lib/libhdf5.a(H5Zszip.o) has no symbols ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable during execution See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/usr/local/include" || ../bin/install-sh -c -d "/usr/local/include" /usr/bin/install -c -m 644 'hdf5.h' '/usr/local/include/hdf5.h' /usr/bin/install -c -m 644 'H5api_adpt.h' '/usr/local/include/H5api_adpt.h' /usr/bin/install -c -m 644 'H5pubconf.h' '/usr/local/include/H5pubconf.h' /usr/bin/install -c -m 644 'H5public.h' '/usr/local/include/H5public.h' /usr/bin/install -c -m 644 'H5version.h' '/usr/local/include/H5version.h' /usr/bin/install -c -m 644 'H5Apublic.h' '/usr/local/include/H5Apublic.h' /usr/bin/install -c -m 644 'H5ACpublic.h' '/usr/local/include/H5ACpublic.h' /usr/bin/install -c -m 644 'H5Cpublic.h' '/usr/local/include/H5Cpublic.h' /usr/bin/install -c -m 644 'H5Dpublic.h' '/usr/local/include/H5Dpublic.h' /usr/bin/install -c -m 644 'H5Epubgen.h' '/usr/local/include/H5Epubgen.h' /usr/bin/install -c -m 644 'H5Epublic.h' '/usr/local/include/H5Epublic.h' /usr/bin/install -c -m 644 'H5Fpublic.h' '/usr/local/include/H5Fpublic.h' /usr/bin/install -c -m 644 'H5FDpublic.h' '/usr/local/include/H5FDpublic.h' /usr/bin/install -c -m 644 'H5FDcore.h' '/usr/local/include/H5FDcore.h' /usr/bin/install -c -m 644 'H5FDdirect.h' '/usr/local/include/H5FDdirect.h' /usr/bin/install -c -m 644 'H5FDfamily.h' '/usr/local/include/H5FDfamily.h' /usr/bin/install -c -m 644 'H5FDlog.h' '/usr/local/include/H5FDlog.h' /usr/bin/install -c -m 644 'H5FDmpi.h' '/usr/local/include/H5FDmpi.h' /usr/bin/install -c -m 644 'H5FDmpio.h' '/usr/local/include/H5FDmpio.h' /usr/bin/install -c -m 644 'H5FDmpiposix.h' '/usr/local/include/H5FDmpiposix.h' /usr/bin/install -c -m 644 'H5FDmulti.h' '/usr/local/include/H5FDmulti.h' /usr/bin/install -c -m 644 'H5FDsec2.h' '/usr/local/include/H5FDsec2.h' /usr/bin/install -c -m 644 'H5FDstdio.h' '/usr/local/include/H5FDstdio.h' /usr/bin/install -c -m 644 'H5Gpublic.h' '/usr/local/include/H5Gpublic.h' /usr/bin/install -c -m 644 'H5Ipublic.h' '/usr/local/include/H5Ipublic.h' /usr/bin/install -c -m 644 'H5Lpublic.h' '/usr/local/include/H5Lpublic.h' /usr/bin/install -c -m 644 'H5MMpublic.h' '/usr/local/include/H5MMpublic.h' /usr/bin/install -c -m 644 'H5Opublic.h' '/usr/local/include/H5Opublic.h' /usr/bin/install -c -m 644 'H5Ppublic.h' '/usr/local/include/H5Ppublic.h' /usr/bin/install -c -m 644 'H5Rpublic.h' '/usr/local/include/H5Rpublic.h' /usr/bin/install -c -m 644 'H5Spublic.h' '/usr/local/include/H5Spublic.h' /usr/bin/install -c -m 644 'H5Tpublic.h' '/usr/local/include/H5Tpublic.h' /usr/bin/install -c -m 644 'H5Zpublic.h' '/usr/local/include/H5Zpublic.h' test -z "/usr/local/lib" || ../bin/install-sh -c -d "/usr/local/lib" /usr/bin/install -c -m 644 'libhdf5.settings' '/usr/local/lib/libhdf5.settings' Making install in test make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. Making install in tools Making install in lib make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. Making install in h5dump test -z "/usr/local/bin" || ../../bin/install-sh -c -d "/usr/local/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5dump' '/usr/local/bin/h5dump' libtool: install: /usr/bin/install -c h5dump /usr/local/bin/h5dump make[3]: Nothing to be done for `install-data-am'. Making install in h5diff test -z "/usr/local/bin" || ../../bin/install-sh -c -d "/usr/local/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5diff' '/usr/local/bin/h5diff' libtool: install: /usr/bin/install -c h5diff /usr/local/bin/h5diff make[3]: Nothing to be done for `install-data-am'. Making install in h5ls test -z "/usr/local/bin" || ../../bin/install-sh -c -d "/usr/local/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5ls' '/usr/local/bin/h5ls' libtool: install: /usr/bin/install -c h5ls /usr/local/bin/h5ls make[3]: Nothing to be done for `install-data-am'. Making install in misc test -z "/usr/local/bin" || ../../bin/install-sh -c -d "/usr/local/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5debug' '/usr/local/bin/h5debug' libtool: install: /usr/bin/install -c h5debug /usr/local/bin/h5debug /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5repart' '/usr/local/bin/h5repart' libtool: install: /usr/bin/install -c h5repart /usr/local/bin/h5repart /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5mkgrp' '/usr/local/bin/h5mkgrp' libtool: install: /usr/bin/install -c h5mkgrp /usr/local/bin/h5mkgrp test -z "/usr/local/bin" || ../../bin/install-sh -c -d "/usr/local/bin" /usr/bin/install -c 'h5redeploy' '/usr/local/bin/h5redeploy' make[3]: Nothing to be done for `install-data-am'. Making install in h5import test -z "/usr/local/bin" || ../../bin/install-sh -c -d "/usr/local/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5import' '/usr/local/bin/h5import' libtool: install: /usr/bin/install -c h5import /usr/local/bin/h5import make[3]: Nothing to be done for `install-data-am'. Making install in h5repack test -z "/usr/local/bin" || ../../bin/install-sh -c -d "/usr/local/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5repack' '/usr/local/bin/h5repack' libtool: install: /usr/bin/install -c h5repack /usr/local/bin/h5repack make[3]: Nothing to be done for `install-data-am'. Making install in h5jam test -z "/usr/local/bin" || ../../bin/install-sh -c -d "/usr/local/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5jam' '/usr/local/bin/h5jam' libtool: install: /usr/bin/install -c h5jam /usr/local/bin/h5jam /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5unjam' '/usr/local/bin/h5unjam' libtool: install: /usr/bin/install -c h5unjam /usr/local/bin/h5unjam make[3]: Nothing to be done for `install-data-am'. Making install in h5copy test -z "/usr/local/bin" || ../../bin/install-sh -c -d "/usr/local/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5copy' '/usr/local/bin/h5copy' libtool: install: /usr/bin/install -c h5copy /usr/local/bin/h5copy make[3]: Nothing to be done for `install-data-am'. Making install in h5stat test -z "/usr/local/bin" || ../../bin/install-sh -c -d "/usr/local/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5stat' '/usr/local/bin/h5stat' libtool: install: /usr/bin/install -c h5stat /usr/local/bin/h5stat test -z "/usr/local/bin" || ../../bin/install-sh -c -d "/usr/local/bin" make[3]: Nothing to be done for `install-data-am'. make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. Making install in . make[2]: Nothing to be done for `all'. test -z "/usr/local/bin" || ../bin/install-sh -c -d "/usr/local/bin" /bin/sh ../libtool --mode=install /usr/bin/install -c 'h5perf' '/usr/local/bin/h5perf' libtool: install: /usr/bin/install -c h5perf /usr/local/bin/h5perf /bin/sh ../libtool --mode=install /usr/bin/install -c 'h5perf_serial' '/usr/local/bin/h5perf_serial' libtool: install: /usr/bin/install -c h5perf_serial /usr/local/bin/h5perf_serial make[4]: Nothing to be done for `install-data-am'. make[2]: Nothing to be done for `install-data-am'. Making install in hl Making install in src test -z "/usr/local/lib" || ../../bin/install-sh -c -d "/usr/local/lib" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'libhdf5_hl.la' '/usr/local/lib/libhdf5_hl.la' libtool: install: /usr/bin/install -c .libs/libhdf5_hl.lai /usr/local/lib/libhdf5_hl.la libtool: install: /usr/bin/install -c .libs/libhdf5_hl.a /usr/local/lib/libhdf5_hl.a libtool: install: chmod 644 /usr/local/lib/libhdf5_hl.a libtool: install: ranlib /usr/local/lib/libhdf5_hl.a ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable during execution See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/usr/local/include" || ../../bin/install-sh -c -d "/usr/local/include" /usr/bin/install -c -m 644 'hdf5_hl.h' '/usr/local/include/hdf5_hl.h' /usr/bin/install -c -m 644 'H5IMpublic.h' '/usr/local/include/H5IMpublic.h' /usr/bin/install -c -m 644 'H5LTpublic.h' '/usr/local/include/H5LTpublic.h' /usr/bin/install -c -m 644 'H5TBpublic.h' '/usr/local/include/H5TBpublic.h' /usr/bin/install -c -m 644 'H5DSpublic.h' '/usr/local/include/H5DSpublic.h' /usr/bin/install -c -m 644 'H5PTpublic.h' '/usr/local/include/H5PTpublic.h' Making install in test make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. Making install in tools Making install in gif2h5 test -z "/usr/local/bin" || ../../../bin/install-sh -c -d "/usr/local/bin" /bin/sh ../../../libtool --mode=install /usr/bin/install -c 'gif2h5' '/usr/local/bin/gif2h5' libtool: install: /usr/bin/install -c gif2h5 /usr/local/bin/gif2h5 /bin/sh ../../../libtool --mode=install /usr/bin/install -c 'h52gif' '/usr/local/bin/h52gif' libtool: install: /usr/bin/install -c h52gif /usr/local/bin/h52gif make[4]: Nothing to be done for `install-data-am'. make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. Making install in perform test -z "/usr/local/bin" || ../bin/install-sh -c -d "/usr/local/bin" /bin/sh ../libtool --mode=install /usr/bin/install -c 'h5perf' '/usr/local/bin/h5perf' libtool: install: /usr/bin/install -c h5perf /usr/local/bin/h5perf /bin/sh ../libtool --mode=install /usr/bin/install -c 'h5perf_serial' '/usr/local/bin/h5perf_serial' libtool: install: /usr/bin/install -c h5perf_serial /usr/local/bin/h5perf_serial make[2]: Nothing to be done for `install-data-am'. dhcp-235:hdf5-1.8.1 edo$ emacs Makefile dhcp-235:hdf5-1.8.1 edo$ cd .. dhcp-235:Downloads edo$ cd netcdf-4.0/ dhcp-235:netcdf-4.0 edo$ sudo make distclean Making distclean in win32 Making distclean in NET Making distclean in nc_test rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f Makefile Making distclean in nctest rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f Makefile Making distclean in ncgen rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f Makefile Making distclean in ncdump rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f Makefile Making distclean in libsrc rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f Makefile Making distclean in examples rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in examples Making distclean in CXX4 rm -f simple_xy_wr simple_xy_wr rm -f sfc_pres_temp_wr sfc_pres_temp_wr rm -f pres_temp_4D_wr pres_temp_4D_wr rm -f pres_temp_4D_rd pres_temp_4D_rd rm -f simple_xy_rd simple_xy_rd rm -f sfc_pres_temp_rd sfc_pres_temp_rd test -z "simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc" || rm -f simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in CXX rm -f simple_xy_wr simple_xy_wr rm -f simple_xy_rd simple_xy_rd rm -f sfc_pres_temp_wr sfc_pres_temp_wr rm -f sfc_pres_temp_rd sfc_pres_temp_rd rm -f pres_temp_4D_wr pres_temp_4D_wr rm -f pres_temp_4D_rd pres_temp_4D_rd test -z "simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc" || rm -f simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in F90 rm -f simple_xy_wr simple_xy_wr rm -f simple_xy_rd simple_xy_rd rm -f sfc_pres_temp_wr sfc_pres_temp_wr rm -f sfc_pres_temp_rd sfc_pres_temp_rd rm -f pres_temp_4D_wr pres_temp_4D_wr rm -f pres_temp_4D_rd pres_temp_4D_rd rm -f simple_xy_nc4_wr simple_xy_nc4_wr rm -f simple_xy_nc4_rd simple_xy_nc4_rd test -z "simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc simple_xy_nc4.nc" || rm -f simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc simple_xy_nc4.nc rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in F77 rm -f simple_xy_wr simple_xy_wr rm -f simple_xy_rd simple_xy_rd rm -f sfc_pres_temp_wr sfc_pres_temp_wr rm -f sfc_pres_temp_rd sfc_pres_temp_rd rm -f pres_temp_4D_wr pres_temp_4D_wr rm -f pres_temp_4D_rd pres_temp_4D_rd rm -f simple_xy_nc4_wr simple_xy_nc4_wr rm -f simple_xy_nc4_rd simple_xy_nc4_rd test -z "simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc simple_xy_nc4.nc" || rm -f simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc simple_xy_nc4.nc rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in CDL test -z "simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc" || rm -f simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f Makefile Making distclean in C rm -f simple_xy_wr simple_xy_wr rm -f simple_xy_rd simple_xy_rd rm -f sfc_pres_temp_wr sfc_pres_temp_wr rm -f sfc_pres_temp_rd sfc_pres_temp_rd rm -f pres_temp_4D_wr pres_temp_4D_wr rm -f pres_temp_4D_rd pres_temp_4D_rd rm -f simple_nc4_wr simple_nc4_wr rm -f simple_nc4_rd simple_nc4_rd rm -f simple_xy_nc4_wr simple_xy_nc4_wr rm -f simple_xy_nc4_rd simple_xy_nc4_rd test -z "sfc_pres_temp.nc simple_xy.nc pres_temp_4D.nc simple_nc4.nc simple_xy_nc4.nc" || rm -f sfc_pres_temp.nc simple_xy.nc pres_temp_4D.nc simple_nc4.nc simple_xy_nc4.nc rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in man4 rm -rf .libs _libs rm -f 1.tmp rm -f 2.tmp rm -f 3.tmp rm -f 4.tmp rm -f 5.tmp rm -f 6.tmp rm -f 7.tmp rm -rf netcdf.aux netcdf.cp netcdf.cps netcdf.fn netcdf.ky netcdf.kys \ netcdf.log netcdf.pg netcdf.pgs netcdf.tmp netcdf.toc \ netcdf.tp netcdf.tps netcdf.vr netcdf.dvi netcdf.pdf \ netcdf.ps netcdf.html netcdf-install.aux netcdf-install.cp \ netcdf-install.cps netcdf-install.fn netcdf-install.ky \ netcdf-install.kys netcdf-install.log netcdf-install.pg \ netcdf-install.pgs netcdf-install.tmp netcdf-install.toc \ netcdf-install.tp netcdf-install.tps netcdf-install.vr \ netcdf-install.dvi netcdf-install.pdf netcdf-install.ps \ netcdf-install.html netcdf-c.aux netcdf-c.cp netcdf-c.cps \ netcdf-c.fn netcdf-c.ky netcdf-c.kys netcdf-c.log \ netcdf-c.pg netcdf-c.pgs netcdf-c.tmp netcdf-c.toc \ netcdf-c.tp netcdf-c.tps netcdf-c.vr netcdf-c.dvi \ netcdf-c.pdf netcdf-c.ps netcdf-c.html netcdf-f77.aux \ netcdf-f77.cp netcdf-f77.cps netcdf-f77.fn netcdf-f77.ky \ netcdf-f77.kys netcdf-f77.log netcdf-f77.pg netcdf-f77.pgs \ netcdf-f77.tmp netcdf-f77.toc netcdf-f77.tp netcdf-f77.tps \ netcdf-f77.vr netcdf-f77.dvi netcdf-f77.pdf netcdf-f77.ps \ netcdf-f77.html netcdf-f90.aux netcdf-f90.cp netcdf-f90.cps \ netcdf-f90.fn netcdf-f90.ky netcdf-f90.kys netcdf-f90.log \ netcdf-f90.pg netcdf-f90.pgs netcdf-f90.tmp netcdf-f90.toc \ netcdf-f90.tp netcdf-f90.tps netcdf-f90.vr netcdf-f90.dvi \ netcdf-f90.pdf netcdf-f90.ps netcdf-f90.html netcdf-cxx.aux \ netcdf-cxx.cp netcdf-cxx.cps netcdf-cxx.fn netcdf-cxx.ky \ netcdf-cxx.kys netcdf-cxx.log netcdf-cxx.pg netcdf-cxx.pgs \ netcdf-cxx.tmp netcdf-cxx.toc netcdf-cxx.tp netcdf-cxx.tps \ netcdf-cxx.vr netcdf-cxx.dvi netcdf-cxx.pdf netcdf-cxx.ps \ netcdf-cxx.html netcdf-tutorial.aux netcdf-tutorial.cp \ netcdf-tutorial.cps netcdf-tutorial.fn netcdf-tutorial.ky \ netcdf-tutorial.kys netcdf-tutorial.log netcdf-tutorial.pg \ netcdf-tutorial.pgs netcdf-tutorial.tmp netcdf-tutorial.toc \ netcdf-tutorial.tp netcdf-tutorial.tps netcdf-tutorial.vr \ netcdf-tutorial.dvi netcdf-tutorial.pdf netcdf-tutorial.ps \ netcdf-tutorial.html netcdf-cxx4.aux netcdf-cxx4.cp \ netcdf-cxx4.cps netcdf-cxx4.fn netcdf-cxx4.ky \ netcdf-cxx4.kys netcdf-cxx4.log netcdf-cxx4.pg \ netcdf-cxx4.pgs netcdf-cxx4.tmp netcdf-cxx4.toc \ netcdf-cxx4.tp netcdf-cxx4.tps netcdf-cxx4.vr \ netcdf-cxx4.dvi netcdf-cxx4.pdf netcdf-cxx4.ps \ netcdf-cxx4.html rm -f *.lo rm -f vti.tmp test -z "" || rm -f rm -f Makefile Making distclean in man rm -rf .libs _libs rm -f 1.tmp rm -f 2.tmp rm -f 3.tmp rm -f 4.tmp rm -f 5.tmp rm -f 6.tmp rm -rf netcdf.aux netcdf.cp netcdf.cps netcdf.fn netcdf.ky netcdf.kys \ netcdf.log netcdf.pg netcdf.pgs netcdf.tmp netcdf.toc \ netcdf.tp netcdf.tps netcdf.vr netcdf.dvi netcdf.pdf \ netcdf.ps netcdf.html netcdf-install.aux netcdf-install.cp \ netcdf-install.cps netcdf-install.fn netcdf-install.ky \ netcdf-install.kys netcdf-install.log netcdf-install.pg \ netcdf-install.pgs netcdf-install.tmp netcdf-install.toc \ netcdf-install.tp netcdf-install.tps netcdf-install.vr \ netcdf-install.dvi netcdf-install.pdf netcdf-install.ps \ netcdf-install.html netcdf-c.aux netcdf-c.cp netcdf-c.cps \ netcdf-c.fn netcdf-c.ky netcdf-c.kys netcdf-c.log \ netcdf-c.pg netcdf-c.pgs netcdf-c.tmp netcdf-c.toc \ netcdf-c.tp netcdf-c.tps netcdf-c.vr netcdf-c.dvi \ netcdf-c.pdf netcdf-c.ps netcdf-c.html netcdf-tutorial.aux \ netcdf-tutorial.cp netcdf-tutorial.cps netcdf-tutorial.fn \ netcdf-tutorial.ky netcdf-tutorial.kys netcdf-tutorial.log \ netcdf-tutorial.pg netcdf-tutorial.pgs netcdf-tutorial.tmp \ netcdf-tutorial.toc netcdf-tutorial.tp netcdf-tutorial.tps \ netcdf-tutorial.vr netcdf-tutorial.dvi netcdf-tutorial.pdf \ netcdf-tutorial.ps netcdf-tutorial.html netcdf-f77.aux \ netcdf-f77.cp netcdf-f77.cps netcdf-f77.fn netcdf-f77.ky \ netcdf-f77.kys netcdf-f77.log netcdf-f77.pg netcdf-f77.pgs \ netcdf-f77.tmp netcdf-f77.toc netcdf-f77.tp netcdf-f77.tps \ netcdf-f77.vr netcdf-f77.dvi netcdf-f77.pdf netcdf-f77.ps \ netcdf-f77.html netcdf-f90.aux netcdf-f90.cp netcdf-f90.cps \ netcdf-f90.fn netcdf-f90.ky netcdf-f90.kys netcdf-f90.log \ netcdf-f90.pg netcdf-f90.pgs netcdf-f90.tmp netcdf-f90.toc \ netcdf-f90.tp netcdf-f90.tps netcdf-f90.vr netcdf-f90.dvi \ netcdf-f90.pdf netcdf-f90.ps netcdf-f90.html netcdf-cxx.aux \ netcdf-cxx.cp netcdf-cxx.cps netcdf-cxx.fn netcdf-cxx.ky \ netcdf-cxx.kys netcdf-cxx.log netcdf-cxx.pg netcdf-cxx.pgs \ netcdf-cxx.tmp netcdf-cxx.toc netcdf-cxx.tp netcdf-cxx.tps \ netcdf-cxx.vr netcdf-cxx.dvi netcdf-cxx.pdf netcdf-cxx.ps \ netcdf-cxx.html rm -f *.lo rm -f vti.tmp test -z "" || rm -f rm -f Makefile Making distclean in nc_test4 rm -f cdm_sea_soundings cdm_sea_soundings test -z "cdm_sea_soundings.nc tst_large.nc bm_chunking.nc bm_radar.nc bm_radar1.nc radar_3d_compression_test.txt radar_3d_compression.txt radar_2d_compression.txt radar_3d_chunking.txt tst_floats_1D.nc tst_floats_1D.cdl floats_1D_3.nc floats_1D.cdl tst_floats2_*.nc tst_ints2_*.nc tst_shorts2_*.nc tst_elena_*.nc tst_simple*.nc tst_floats2_*.cdl tst_ints2_*.cdl tst_shorts2_*.cdl tst_elena_*.cdl tst_simple*.cdl " || rm -f cdm_sea_soundings.nc tst_large.nc bm_chunking.nc bm_radar.nc bm_radar1.nc radar_3d_compression_test.txt radar_3d_compression.txt radar_2d_compression.txt radar_3d_chunking.txt tst_floats_1D.nc tst_floats_1D.cdl floats_1D_3.nc floats_1D.cdl tst_floats2_*.nc tst_ints2_*.nc tst_shorts2_*.nc tst_elena_*.nc tst_simple*.nc tst_floats2_*.cdl tst_ints2_*.cdl tst_shorts2_*.cdl tst_elena_*.cdl tst_simple*.cdl rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in nc_test rm -f tst_small tst_small rm -f nc_test nc_test rm -f tst_misc tst_misc rm -f tst_norm tst_norm rm -f tst_names tst_names test -z "nc_test_classic.nc nc_test_64bit.nc nc_test_netcdf4.nc tst_small_classic.nc tst_small_64bit.nc tst_small_netcdf4_classic.nc tst_small_netcdf4.nc tst_misc.nc tst_norm.nc tst_names.nc " || rm -f nc_test_classic.nc nc_test_64bit.nc nc_test_netcdf4.nc tst_small_classic.nc tst_small_64bit.nc tst_small_netcdf4_classic.nc tst_small_netcdf4.nc tst_misc.nc tst_norm.nc tst_names.nc rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in cxx4 rm -f tst_suiterunner tst_suiterunner rm -f tst_file tst_file rm -f tst_filerw tst_filerw rm -f tst_simple tst_simple test -z "libnetcdf_c++4.la" || rm -f libnetcdf_c++4.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in cxx rm -f nctst nctst rm -f tst_failure tst_failure test -z "nctst_classic.nc nctst_64bit_offset.nc nctst_netcdf4.nc nctst_netcdf4_classic.nc nctst_classic.cdl nctst_64bit_offset.cdl tst_failure.nc nctst_netcdf4.cdl nctst_netcdf4_classic.cdl" || rm -f nctst_classic.nc nctst_64bit_offset.nc nctst_netcdf4.nc nctst_netcdf4_classic.nc nctst_classic.cdl nctst_64bit_offset.cdl tst_failure.nc nctst_netcdf4.cdl nctst_netcdf4_classic.cdl test -z "libnetcdf_c++.la" || rm -f libnetcdf_c++.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in nf_test rm -f nf_test nf_test rm -f tst_f77_v2 tst_f77_v2 rm -f ftst_vars ftst_vars rm -f ftst_vars2 ftst_vars2 rm -f ftst_vars3 ftst_vars3 rm -f ftst_vars4 ftst_vars4 rm -f ftst_vars5 ftst_vars5 rm -f ftst_types ftst_types rm -f ftst_types2 ftst_types2 rm -f ftst_groups ftst_groups rm -f ftest ftest test -z "scratch.nc test.nc copy.nc fills.nc tst_f77_v2.nc tst_f77_v2.nc ftst_vars.nc ftst_vars2.nc ftst_vars3.nc ftst_vars4.nc ftst_vars5.nc ftst_types.nc ftst_types2.nc ftst_groups.nc test.nc " || rm -f scratch.nc test.nc copy.nc fills.nc tst_f77_v2.nc tst_f77_v2.nc ftst_vars.nc ftst_vars2.nc ftst_vars3.nc ftst_vars4.nc ftst_vars5.nc ftst_types.nc ftst_types2.nc ftst_groups.nc test.nc rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in ncdump rm -f ncdump ncdump rm -f rewrite-scalar rewrite-scalar rm -f ctest ctest rm -f ctest64 ctest64 rm -f ncdump ncdump rm -f tst_utf8 tst_utf8 rm -f tst_create_files tst_create_files rm -f tst_h_rdc0 tst_h_rdc0 rm -f tst_group_data tst_group_data rm -f tst_enum_data tst_enum_data rm -f tst_opaque_data tst_opaque_data rm -f tst_string_data tst_string_data rm -f tst_vlen_data tst_vlen_data rm -f tst_comp tst_comp rm -f tst_nans tst_nans rm -f tst_unicode tst_unicode test -z "test0.nc tst_small.nc tst_small.cdl test1.cdl test1.nc test2.cdl ctest1.cdl ctest.c ctest64.c ctest0.nc ctest0_64.nc c1.cdl ctest1_64.cdl c0.nc tst_solar_1.cdl small.nc small2.nc c0tmp.nc tst_solar_2.cdl tst_ncml.nc c1.ncml utf8.cdl utf8_64.cdl utf8.nc utf8_64.nc tst_utf8.nc tst_utf8.cdl tst_solar_1.nc tst_solar_2.nc tst_solar_cmp.nc tst_group_data.nc tst_group_data.cdl tst_enum_data.nc tst_enum_data.cdl tst_opaque_data.nc tst_opaque_data.cdl tst_string_data.nc tst_string_data.cdl tst_vlen_data.nc tst_vlen_data.cdl tst_comp.nc tst_comp.cdl tst_unicode.nc tst_unicode.cdl tst_nans.nc tst_nans.cdl" || rm -f test0.nc tst_small.nc tst_small.cdl test1.cdl test1.nc test2.cdl ctest1.cdl ctest.c ctest64.c ctest0.nc ctest0_64.nc c1.cdl ctest1_64.cdl c0.nc tst_solar_1.cdl small.nc small2.nc c0tmp.nc tst_solar_2.cdl tst_ncml.nc c1.ncml utf8.cdl utf8_64.cdl utf8.nc utf8_64.nc tst_utf8.nc tst_utf8.cdl tst_solar_1.nc tst_solar_2.nc tst_solar_cmp.nc tst_group_data.nc tst_group_data.cdl tst_enum_data.nc tst_enum_data.cdl tst_opaque_data.nc tst_opaque_data.cdl tst_string_data.nc tst_string_data.cdl tst_vlen_data.nc tst_vlen_data.cdl tst_comp.nc tst_comp.cdl tst_unicode.nc tst_unicode.cdl tst_nans.nc tst_nans.cdl rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in ncgen rm -f ncgen ncgen test -z "c0.nc c0_64.nc c0_4.nc c0_4c.nc" || rm -f c0.nc c0_64.nc c0_4.nc c0_4c.nc rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in nctest rm -f nctest nctest test -z "nctest_classic.nc nctest_64bit_offset.nc nctest_netcdf4.nc test2.nc temp.tmp" || rm -f nctest_classic.nc nctest_64bit_offset.nc nctest_netcdf4.nc test2.nc temp.tmp rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in libsrc4 rm -f tst_h_files tst_h_files rm -f tst_h_atts tst_h_atts rm -f tst_h_atts2 tst_h_atts2 rm -f tst_h_vars tst_h_vars rm -f tst_h_vars2 tst_h_vars2 rm -f tst_h_grps tst_h_grps rm -f tst_h_compounds tst_h_compounds rm -f tst_h_compounds2 tst_h_compounds2 rm -f tst_h_wrt_cmp tst_h_wrt_cmp rm -f tst_h_rd_cmp tst_h_rd_cmp rm -f tst_h_vl tst_h_vl rm -f tst_h_opaques tst_h_opaques rm -f tst_h_strings tst_h_strings rm -f tst_h_dimscales tst_h_dimscales rm -f tst_h_dimscales2 tst_h_dimscales2 rm -f tst_h_enums tst_h_enums rm -f tst_lists tst_lists rm -f tst_dims tst_dims rm -f tst_files tst_files rm -f tst_vars tst_vars rm -f tst_varms tst_varms rm -f tst_unlim_vars tst_unlim_vars rm -f tst_atts tst_atts rm -f tst_converts tst_converts rm -f tst_converts2 tst_converts2 rm -f tst_grps tst_grps rm -f tst_compounds tst_compounds rm -f tst_compounds2 tst_compounds2 rm -f tst_vl tst_vl rm -f tst_h_vl2 tst_h_vl2 rm -f tst_opaques tst_opaques rm -f tst_strings tst_strings rm -f tst_interops tst_interops rm -f tst_enums tst_enums rm -f tst_vars2 tst_vars2 rm -f tst_utf8 tst_utf8 rm -f tst_v2 tst_v2 test -z "tst_nc_converts.nc tst_h_files.h5 tst_h_converts.h5 tst_h_atts.h5 tst_h_atts2.h5 tst_h_vars.h5 tst_h_vars2.h5 tst_h_grps.h5 tst_h_compounds.h5 tst_h_compounds2.h5 tst_h_wrt_cmp.h5 tst_h_vl.h5 tst_h_opaques.h5 tst_h_strings.h5 tst_h_converts.h5 tst_h_dimscales.h5 tst_h_dimscales2.h5 tst_h_enums.h5 tst_lists.nc tst_dims.nc tst_v2.nc tst_files.nc tst_vars.nc tst_varms.nc tst_unlim_vars.nc tst_atts.nc tst_converts.nc tst_converts2.nc tst_grps.nc tst_compounds.nc tst_compounds2.nc tst_vl.nc tst_opaques.nc tst_strings.nc tst_interops.h5 tst_enums.nc tst_coords.nc tst_vars2.nc tst_pres_temp_4D_classic.nc tst_pres_temp_4D_64bit_offset.nc tst_pres_temp_4D_netcdf4.nc tst_pres_temp_4D_netcdf4_classic.nc tst_h_par.nc tst_utf8.nc" || rm -f tst_nc_converts.nc tst_h_files.h5 tst_h_converts.h5 tst_h_atts.h5 tst_h_atts2.h5 tst_h_vars.h5 tst_h_vars2.h5 tst_h_grps.h5 tst_h_compounds.h5 tst_h_compounds2.h5 tst_h_wrt_cmp.h5 tst_h_vl.h5 tst_h_opaques.h5 tst_h_strings.h5 tst_h_converts.h5 tst_h_dimscales.h5 tst_h_dimscales2.h5 tst_h_enums.h5 tst_lists.nc tst_dims.nc tst_v2.nc tst_files.nc tst_vars.nc tst_varms.nc tst_unlim_vars.nc tst_atts.nc tst_converts.nc tst_converts2.nc tst_grps.nc tst_compounds.nc tst_compounds2.nc tst_vl.nc tst_opaques.nc tst_strings.nc tst_interops.h5 tst_enums.nc tst_coords.nc tst_vars2.nc tst_pres_temp_4D_classic.nc tst_pres_temp_4D_64bit_offset.nc tst_pres_temp_4D_netcdf4.nc tst_pres_temp_4D_netcdf4_classic.nc tst_h_par.nc tst_utf8.nc test -z "libnetcdf.la" || rm -f libnetcdf.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f test -z "netcdf.h" || rm -f netcdf.h rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in libsrc rm -f t_nc t_nc test -z "test.nc" || rm -f test.nc test -z "" || rm -f rm -rf .libs _libs test -z "libnetcdf2.la libnetcdf3.la " || rm -f libnetcdf2.la libnetcdf3.la rm -f "./so_locations" rm -f "./so_locations" rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in fortran test -z "nfconfig1.inc netcdf.inc" || rm -f nfconfig1.inc netcdf.inc test -z "" || rm -f rm -rf .libs _libs test -z "libnetcdff.la" || rm -f libnetcdff.la rm -f "./so_locations" rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f test -z "nfconfig.inc " || rm -f nfconfig.inc rm -f nfconfig1.inc stamp-h2 rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in f90 test -z "typesizes.mod netcdf.mod " || rm -f typesizes.mod netcdf.mod rm -rf .libs _libs test -z "libnetcdff90.la" || rm -f libnetcdff90.la rm -f "./so_locations" rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo test -z "" || rm -f test -z "VERSION comps.txt" || rm -f VERSION comps.txt rm -f config.h stamp-h1 rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f Makefile dhcp-235:netcdf-4.0 edo$ sudo ./configure --enable-netcdf-4 --with-hdf5=/usr/local/ --with-zlib=/usr/local/ --prefix=/usr/local/ CFLAGS=-m64 CXXFLAGS=-m64 dhcp-235:netcdf-4.0 edo$ sudo ./configure --with-zlib=/usr/local --prefix=/usr/local --disable-shared CC=gcc CFLAGS=-m64 dhcp-235:netcdf-4.0 edo$ ./configure --enable-netcdf-4 --with-hdf5=/usr/local/ --with-zlib=/usr/local/ --prefix=/usr/local/ CFLAGS=-m64 CXXFLAGS=-m64 configure: netCDF 4.0 checking build system type... i386-apple-darwin9.6.0 checking host system type... i386-apple-darwin9.6.0 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes configure: checking user options checking whether CXX is set to ''... no checking whether FC is set to ''... no checking whether F90 is set to ''... no checking whether this is a netCDF-4.x build... yes configure: Processing NetCDF-4 options. checking whether netCDF-4 is to be built... yes checking whether DAP client is to be built... checking whether new netCDF-4 C++ API is to be built... no checking whether HDF5 should do data conversions... checking whether extra example tests should be run... checking whether parallel IO tests should be run... no checking whether a location for the HDF5 library was specified... /usr/local/ checking whether a location for the ZLIB library was specified... /usr/local/ checking whether a location for the SZLIB library was specified... checking whether netCDF-4 logging is enabled... checking whether netCDF extra tests should be run (developers only)... no checking whether documentation is to be installed... no checking whether Fortran compiler(s) should be tested during configure... yes checking whether configure should try to set compiler flags... yes checking whether FFIO will be used... no checking whether to skip C++, F77, or F90 APIs if compiler is broken... yes checking whether only the C library is desired... no checking whether examples should be built... yes checking whether F77 API is desired... yes checking whether F90 API is desired... yes checking whether fortran type sizes should be checked... yes checking whether C API is desired... yes checking where to get netCDF C-only library for separate fortran libraries... checking whether CXX API is desired... yes checking whether v2 netCDF API should be built... yes checking whether the ncgen/ncdump should be built... yes checking whether large file (> 2GB) tests should be run... no checking whether 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 for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking whether 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... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for gfortran... no checking for f95... no checking for f90... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking whether we are using the GNU Fortran compiler... no checking whether accepts -g... no configure: WARNING: No F90 compiler found. F90 API will not be built. checking for xlf... no checking for fort... no checking for xlf95... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf77... no checking for lf95... no checking for gfortran... no checking for f77... no checking for frt... no checking for pgf95... no checking for f95... no checking for f90... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking for g77... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no configure: WARNING: No F77 compiler found. F77 API will not be built. configure: finding C++ compiler (will not be used if C++ API is not desired) checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 configure: setting up libtool checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -p checking the name lister (/usr/bin/nm -p) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 196608 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/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 -p output from gcc object... ok checking for dsymutil... dsymutil checking for nmedit... nmedit checking for -single_module linker flag... yes checking for -exported_symbols_list linker flag... yes checking how to run the C preprocessor... 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) yes checking whether g++ accepts -g... (cached) yes checking dependency style of g++... (cached) gcc3 checking how to run the C++ preprocessor... g++ -E checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... (cached) no checking whether accepts -g... (cached) no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking whether we are using the GNU Fortran compiler... (cached) no checking whether accepts -g... (cached) no checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fno-common -DPIC checking if gcc PIC flag -fno-common -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin9.6.0 dyld checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for ld used by g++... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fno-common -DPIC checking if g++ PIC flag -fno-common -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin9.6.0 dyld checking how to hardcode library paths into programs... immediate configure: finding other utilities checking for a BSD-compatible install... /usr/bin/install -c configure: trying to set flags for this platform checking if _HPUX_SOURCE should be set... no checking if Solaris -Xa option is needed... CFLAGS=-m64 checking if we need to set _LARGE_FILES despite results of previous tests... _LARGE_FILES= checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no configure: displaying some results checking CPPFLAGS... checking CC CFLAGS... gcc -m64 checking type gcc... gcc is hashed (/usr/bin/gcc) checking CXX... g++ checking CXXFLAGS... -m64 checking type g++... g++ is /usr/bin/g++ checking FC... unset checking F90... unset checking AR... ar checking AR_FLAGS... cru checking type ar... ar is /usr/bin/ar checking NM... /usr/bin/nm -p checking NMFLAGS... configure: checking types, headers, and functions checking for stdlib.h... (cached) yes checking for sys/types.h... (cached) yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for strlcat... yes checking for strerror... yes checking for working alloca.h... yes checking for alloca... yes checking whether isnan is declared... yes checking whether isinf is declared... yes checking whether isfinite is declared... yes checking whether signbit is declared... yes checking for long long int... yes checking for unsigned long long int... yes checking for struct stat.st_blksize... yes checking for IEEE floating point format... yes checking for size_t... yes checking for off_t... yes checking for ssize_t... yes checking for ptrdiff_t... yes checking for uchar... no checking whether char is unsigned... no checking whether byte ordering is bigendian... universal checking size of short... 2 checking size of int... 4 checking size of long... 8 checking size of float... 4 checking size of double... 8 checking size of off_t... 8 checking size of size_t... 8 checking for catman... no checking for makewhatis... no checking for /usr/lib/makewhatis... no checking for manual-page index command... checking what to call the output of the ftpbin target... binary-netcdf-4.0_g++.tar g++ checking binary distribution directory... /home/ftp/pub/binary/dummy_system checking hdf5.h usability... yes checking hdf5.h presence... yes checking for hdf5.h... 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 whether parallel I/O features are to be included... no checking for H5Pset_deflate in -lhdf5... yes checking for gawk... (cached) awk checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes configure: generating header files and makefiles configure: creating ./config.status config.status: creating Makefile config.status: creating man/Makefile 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 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 win32/Makefile config.status: creating win32/NET/Makefile config.status: creating win32/NET/libsrc/Makefile config.status: creating win32/NET/ncdump/Makefile config.status: creating win32/NET/ncgen/Makefile config.status: creating win32/NET/examples/Makefile config.status: creating win32/NET/nctest/Makefile config.status: creating win32/NET/nc_test/Makefile config.status: creating config.h config.status: creating fortran/nfconfig1.inc config.status: executing depfiles commands config.status: executing libtool commands dhcp-235:netcdf-4.0 edo$ sudo make check Making check in libsrc make check-am depbase=`echo v2i.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -MT v2i.lo -MD -MP -MF $depbase.Tpo -c -o v2i.lo v2i.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -MT v2i.lo -MD -MP -MF .deps/v2i.Tpo -c v2i.c -o v2i.o /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -L/usr/local//lib -L/usr/local//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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -MT attr.lo -MD -MP -MF $depbase.Tpo -c -o attr.lo attr.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -MT ncx.lo -MD -MP -MF $depbase.Tpo -c -o ncx.lo ncx.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -MT putget.lo -MD -MP -MF $depbase.Tpo -c -o putget.lo putget.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -MT dim.lo -MD -MP -MF $depbase.Tpo -c -o dim.lo dim.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -MT error.lo -MD -MP -MF $depbase.Tpo -c -o error.lo error.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -MT libvers.lo -MD -MP -MF $depbase.Tpo -c -o libvers.lo libvers.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -MT nc.lo -MD -MP -MF $depbase.Tpo -c -o nc.lo nc.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -MT string.lo -MD -MP -MF $depbase.Tpo -c -o string.lo string.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -MT v1hpg.lo -MD -MP -MF $depbase.Tpo -c -o v1hpg.lo v1hpg.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -MT var.lo -MD -MP -MF $depbase.Tpo -c -o var.lo var.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -MT utf8proc.lo -MD -MP -MF $depbase.Tpo -c -o utf8proc.lo utf8proc.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -MT posixio.lo -MD -MP -MF $depbase.Tpo -c -o posixio.lo posixio.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I/usr/local//include -I/usr/local//include -m64 -MT posixio.lo -MD -MP -MF .deps/posixio.Tpo -c posixio.c -o posixio.o /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -L/usr/local//lib -L/usr/local//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 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 ranlib: file: .libs/libnetcdf3.a(libvers.o) has no symbols libtool: link: ranlib .libs/libnetcdf3.a ranlib: file: .libs/libnetcdf3.a(libvers.o) has no symbols libtool: link: ( cd ".libs" && rm -f "libnetcdf3.la" && ln -s "../libnetcdf3.la" "libnetcdf3.la" ) make t_nc gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o t_nc t_nc-t_nc.o libnetcdf3.la libtool: link: gcc -m64 -o t_nc t_nc-t_nc.o -L/usr/local//lib ./.libs/libnetcdf3.a make check-TESTS 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 ================== All 1 tests passed ================== Making check in libsrc4 depbase=`echo nc4attr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -MT nc4attr.lo -MD -MP -MF $depbase.Tpo -c -o nc4attr.lo nc4attr.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -MT nc4internal.lo -MD -MP -MF $depbase.Tpo -c -o nc4internal.lo nc4internal.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -MT nc4var.lo -MD -MP -MF $depbase.Tpo -c -o nc4var.lo nc4var.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -MT nc4dim.lo -MD -MP -MF $depbase.Tpo -c -o nc4dim.lo nc4dim.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -MT ncfunc.lo -MD -MP -MF $depbase.Tpo -c -o ncfunc.lo ncfunc.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -MT nc4file.lo -MD -MP -MF $depbase.Tpo -c -o nc4file.lo nc4file.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -MT error.lo -MD -MP -MF $depbase.Tpo -c -o error.lo error.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -MT nc4grp.lo -MD -MP -MF $depbase.Tpo -c -o nc4grp.lo nc4grp.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -MT nc4type.lo -MD -MP -MF $depbase.Tpo -c -o nc4type.lo nc4type.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -MT nc4hdf.lo -MD -MP -MF $depbase.Tpo -c -o nc4hdf.lo nc4hdf.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -MT nc4hdf.lo -MD -MP -MF .deps/nc4hdf.Tpo -c nc4hdf.c -o nc4hdf.o /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -version-number 5:0:0 -o libnetcdf.la -rpath /usr/local/lib nc4attr.lo nc4internal.lo nc4var.lo nc4dim.lo ncfunc.lo nc4file.lo error.lo nc4grp.lo nc4type.lo nc4hdf.lo ../libsrc/libnetcdf3.la ../libsrc/libnetcdf2.la libtool: link: (cd .libs/libnetcdf.lax/libnetcdf3.a && ar x "/Users/edo/Downloads/netcdf-4.0/libsrc4/../libsrc/.libs/libnetcdf3.a") libtool: link: (cd .libs/libnetcdf.lax/libnetcdf2.a && ar x "/Users/edo/Downloads/netcdf-4.0/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/attr.o .libs/libnetcdf.lax/libnetcdf3.a/dim.o .libs/libnetcdf.lax/lt1-error.o .libs/libnetcdf.lax/libnetcdf3.a/libvers.o .libs/libnetcdf.lax/libnetcdf3.a/nc.o .libs/libnetcdf.lax/libnetcdf3.a/ncx.o .libs/libnetcdf.lax/libnetcdf3.a/posixio.o .libs/libnetcdf.lax/libnetcdf3.a/putget.o .libs/libnetcdf.lax/libnetcdf3.a/string.o .libs/libnetcdf.lax/libnetcdf3.a/utf8proc.o .libs/libnetcdf.lax/libnetcdf3.a/v1hpg.o .libs/libnetcdf.lax/libnetcdf3.a/var.o .libs/libnetcdf.lax/libnetcdf2.a/v2i.o ranlib: file: .libs/libnetcdf.a(error.o) has no symbols ranlib: file: .libs/libnetcdf.a(libvers.o) has no symbols libtool: link: ranlib .libs/libnetcdf.a ranlib: file: .libs/libnetcdf.a(error.o) has no symbols ranlib: file: .libs/libnetcdf.a(libvers.o) has no symbols 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 tst_h_files tst_h_atts tst_h_atts2 tst_h_vars tst_h_vars2 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_enums tst_lists tst_dims tst_files tst_vars tst_varms tst_unlim_vars tst_atts tst_converts tst_converts2 tst_grps tst_compounds tst_compounds2 tst_vl tst_h_vl2 tst_opaques tst_strings tst_interops tst_enums tst_vars2 tst_utf8 tst_v2 depbase=`echo tst_h_files.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_h_files tst_h_files.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_h_files tst_h_files.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_h_atts.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_h_atts tst_h_atts.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_h_atts tst_h_atts.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_h_atts2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_h_atts2 tst_h_atts2.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_h_atts2 tst_h_atts2.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_h_vars.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_h_vars tst_h_vars.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_h_vars tst_h_vars.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_h_vars2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_h_vars2 tst_h_vars2.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_h_vars2 tst_h_vars2.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_h_grps.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_h_grps tst_h_grps.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_h_grps tst_h_grps.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_h_compounds.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_h_compounds tst_h_compounds.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_h_compounds tst_h_compounds.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_h_compounds2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_h_compounds2 tst_h_compounds2.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_h_compounds2 tst_h_compounds2.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_h_wrt_cmp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_h_wrt_cmp tst_h_wrt_cmp.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_h_wrt_cmp tst_h_wrt_cmp.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_h_rd_cmp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_h_rd_cmp tst_h_rd_cmp.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_h_rd_cmp tst_h_rd_cmp.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_h_vl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_h_vl tst_h_vl.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_h_vl tst_h_vl.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_h_opaques.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_h_opaques tst_h_opaques.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_h_opaques tst_h_opaques.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_h_strings.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_h_strings tst_h_strings.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_h_strings tst_h_strings.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_h_dimscales.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_h_dimscales tst_h_dimscales.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_h_dimscales tst_h_dimscales.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_h_dimscales2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_h_dimscales2 tst_h_dimscales2.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_h_dimscales2 tst_h_dimscales2.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_h_enums.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_h_enums tst_h_enums.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_h_enums tst_h_enums.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_lists.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_lists tst_lists.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_lists tst_lists.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_dims.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -MT tst_dims.o -MD -MP -MF $depbase.Tpo -c -o tst_dims.o tst_dims.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_dims tst_dims.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_dims tst_dims.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_files.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_files tst_files.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_files tst_files.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_vars.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_vars tst_vars.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_vars tst_vars.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_varms.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_varms tst_varms.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_varms tst_varms.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_unlim_vars.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_unlim_vars tst_unlim_vars.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_unlim_vars tst_unlim_vars.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_atts.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_atts tst_atts.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_atts tst_atts.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_converts.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_converts tst_converts.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_converts tst_converts.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_converts2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_converts2 tst_converts2.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_converts2 tst_converts2.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_grps.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_grps tst_grps.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_grps tst_grps.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_compounds.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_compounds tst_compounds.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_compounds tst_compounds.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_compounds2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_compounds2 tst_compounds2.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_compounds2 tst_compounds2.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_vl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_vl tst_vl.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_vl tst_vl.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_h_vl2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_h_vl2 tst_h_vl2.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_h_vl2 tst_h_vl2.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_opaques.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_opaques tst_opaques.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_opaques tst_opaques.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_strings.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_strings tst_strings.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_strings tst_strings.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_interops.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_interops tst_interops.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_interops tst_interops.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_enums.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_enums tst_enums.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_enums tst_enums.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_vars2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_vars2 tst_vars2.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_vars2 tst_vars2.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_utf8.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_utf8 tst_utf8.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_utf8 tst_utf8.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm depbase=`echo tst_v2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I.. -I../fortran -I../libsrc -I/usr/local//include -I/usr/local//include -m64 -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 gcc -m64 -L/usr/local//lib -L/usr/local//lib -o tst_v2 tst_v2.o libnetcdf.la -lhdf5_hl -lhdf5 libtool: link: gcc -m64 -o tst_v2 tst_v2.o -L/usr/local//lib ./.libs/libnetcdf.a /usr/local/lib/libhdf5_hl.a /usr/local/lib/libhdf5.a -lm make check-TESTS *** Checking HDF5 file functions. *** Checking HDF5 file creates and opens...ok. *** Checking HDF5 file creates and opens some more...ok. *** Creating file...ok. *** Tests successful! PASS: tst_h_files *** Checking HDF5 attribute functions. *** Checking HDF5 attribute ordering...ok. *** Checking HDF5 attribute deletes...ok. *** Checking HDF5 attributes attached to the fileid...ok. *** Checking HDF5 attributes in a group...ok. *** Checking HDF5 zero length attributes...ok. *** Checking how HDF5 handles a delete and recreation of dataset with atts...ok. *** Checking some more simple atts...ok. *** Checking some more simple atts even more...ok. *** Tests successful! PASS: tst_h_atts *** Checking HDF5 attribute functions. *** Checking HDF5 attribute ordering some more...ok. *** Checking HDF5 attribute ordering with 9 attributes...(skipping for HDF5 1.8.0 beta1)ok. *** Tests successful! PASS: tst_h_atts2 *** Checking HDF5 variable functions. *** Checking HDF5 boolean variables...ok. *** Checking HDF5 variable with unlimited dimension...ok. HDF5-DIAG: Error detected in HDF5 (1.8.1) thread 0: #000: H5Z.c line 1268 in H5Zget_filter_info(): Filter not defined major: Invalid arguments to routine minor: Bad value #001: H5Z.c line 918 in H5Z_find(): required filter is not registered major: Data filters minor: Object not found *** Checking HDF5 deflate filter setting and getting...Sorry! Unexpected result, tst_h_vars.c, line: 228 1 failures HDF5-DIAG: Error detected in HDF5 (1.8.1) thread 0: #000: H5Z.c line 1268 in H5Zget_filter_info(): Filter not defined major: Invalid arguments to routine minor: Bad value #001: H5Z.c line 918 in H5Z_find(): required filter is not registered major: Data filters minor: Object not found *** Checking HDF5 deflatfe, fletcher32, shuffle filter setting and getting...Sorry! Unexpected result, tst_h_vars.c, line: 300 1 failures *** Checking HDF5 endianness control...ok. 2 errors detected! Sorry! FAIL: tst_h_vars *** Checking HDF5 variable functions some more. *** Checking HDF5 variable ordering...ok. *** Checking HDF5 variable ordering in root group...ok. *** Checking HDF5 variable ordering flags with redef-type situations...ok. *** Checking HDF5 variable compession and filters...ok. *** Checking fill value...ok. *** Checking fill value of compound type...ok. *** Tests successful! PASS: tst_h_vars2 *** Checking HDF5 group functions. *** Checking out root group...ok. *** Checking out H5Gmove...ok. *** Checking out sub-groups...ok. *** Checking out UTF8 named sub-group...ok. *** Checking out UTF8 named sub-group with group creation ordering...ok. *** Tests successful! PASS: tst_h_grps *** Checking HDF5 compound types. *** Checking simple HDF5 compound types...ok. *** Checking HDF5 compound types and groups...ok. *** Checking HDF5 compound type which contains an array...ok. *** Checking HDF5 compound type 6 different types...ok. *** Checking HDF5 compound variable which contains a compound type...ok. *** Checking HDF5 variable which contains a compound type with different string handling...ok. *** Checking HDF5 compound attribute which contains a compound type...ok. *** Checking HDF5 variable of compound type which contains a string...ok. *** Checking HDF5 compound attribute which contains an array of char...ok. *** Tests successful! PASS: tst_h_compounds *** Checking HDF5 compound types some more. *** Checking HDF5 compound attribute which contains an array of unsigned byte...ok. *** Tests successful! PASS: tst_h_compounds2 *** Checking HDF5 compound types (even more so). *** Checking packing of HDF5 compound types...ok. *** Tests successful! PASS: tst_h_wrt_cmp *** Checking HDF5 compound types (we're almost there kids). *** Checking packing of HDF5 compound types...ok. *** Tests successful! PASS: tst_h_rd_cmp *** Checking HDF5 VLEN types. *** Checking simple HDF5 variable length types...ok. *** Tests successful! PASS: tst_h_vl *** Checking HDF5 opaque types. *** Checking simple HDF5 opaque types...ok. *** Tests successful! PASS: tst_h_opaques *** Checking HDF5 string types. *** Checking scalar string attribute...ok. *** Checking simple HDF5 string types...ok. *** Checking G&S compliance...ok. *** Tests successful! PASS: tst_h_strings *** Checking HDF5 dimension scales. *** Creating simple dimension scales file...ok. *** Checking that simple dimscale file can be read...ok. *** Creating simple dimension scales file with lots of datasets...ok. *** Creating a file with an unlimited dimension scale...ok. *** Checking that unlimited dimscale file can be read...ok. *** Creating some 3D datasets using shared dimscales...ok. *** Checking 3D datasets created with shared dimscales...ok. *** Creating 3D datasets using shared dimscales in groups...ok. *** Checking 3D datasets in groups created with shared dimscales...ok. *** Tests successful! PASS: tst_h_dimscales *** Checking HDF5 dimscales some more. *** Creating a file with one var with one dimension scale...ok. *** Checking that one var, one dimscale file can be read...ok. *** Creating a file with one var with two dimension scales...ok. *** Checking that one var, two dimscales file can be read...ok. *** Tests successful! PASS: tst_h_dimscales2 *** Checking HDF5 enum types. *** Checking simple HDF5 enum type...ok. *** Checking HDF5 enum type missing values...ok. *** Tests successful! PASS: 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 *** Testing netcdf-4 dimensions. *** Checking that netcdf-4 dimids inq works on netcdf-3 file...ok. *** Checking that netcdf-4 dimids inq works on more complex netcdf-3 file...ok. *** Testing file with just one dimension...ok. *** Testing renaming of one dimension...ok. *** Testing file with just one unlimited dimension...ok. *** Testing file with two unlimited dimensions...ok. *** Testing ordering of dimensions...ok. *** Testing file with just one unlimited dimension and one var...ok. *** Testing adding a coordinate var to file with dimension...ok. *** Testing adding a coordinate var to file with unlimited dimension...ok. *** Creating file with 1 data var, 2 dims, and 2 coord. vars...ok. *** Creating file with 3 data vars, 4 dims, and 2 coord. vars...ok. *** Checking file with dims and only some coordinate vars...ok. *** Tests successful! PASS: tst_dims *** Testing netcdf-4 file functions. *** testing version 4.0 of Feb 9 2009 18:03:11 $...ok. *** testing with bad inputs...ok. *** testing simple opens and creates...ok. *** testing more complex opens and creates...ok. *** testing redef for netCDF classic...ok. *** testing redef for netCDF 64-bit offset...ok. *** testing redef for netCDF-4 ...ok. *** testing redef for netCDF-4, with strict netCDF-3 rules...ok. *** testing different formats...ok. *** Tests successful! PASS: tst_files *** Testing netcdf-4 variable functions. *** testing netcdf-4 varids inq on netcdf-3 file...ok. *** testing simple variables...ok. *** testing simple variables with deflation...ok. *** testing netcdf-4 simple variable define...ok. *** testing netcdf-4 less simple variable define...ok. *** testing more complex netcdf-4 variable defines...ok. *** testing fill values...ok. *** testing more fill values...ok. *** testing lots of variables...ok. *** testing 4D example file in classic format...ok. *** testing 4D example file in 64-bit offset format...ok. *** testing 4D example file in netCDF-4/HDF5 format...ok. *** testing 4D example file in netCDF-4/HDF5 format with classic model rules...ok. *** Tests successful! PASS: tst_vars *** Testing netcdf-4 mapped variable functions. *** testing mapping with 2x2 variable...ok. *** testing mapping with 2x3 variable...ok. *** testing simple example from C Users' Guide...ok. *** testing transposed rh example from C Users' Guide...ok. *** Tests successful! PASS: tst_varms *** Testing netcdf-4 variable with unlimited dimensions. *** Testing file with one var, one unlim dim...ok. *** Tests successful! PASS: tst_unlim_vars *** Testing netcdf-4 attribute functions. *** testing really simple global atts...ok. *** testing simple global atts...ok. *** testing attribute data type conversions...ok. *** testing simple variable atts...ok. *** testing zero-length attributes... this test skipped for HDF 1.8.0 beta1ok. *** testing zero-length attributes and redef...(this test skipped for HDF5-1.8.0 beta1ok. *** testing attribute deletes and renames...ok. *** testing attribute create order...ok. *** testing attribute ordering some more...ok. *** testing attribute ordering even more...ok. *** testing attributes and enddef/redef...ok. *** Tests successful! PASS: tst_atts *** Testing netcdf data conversion. *** Testing conversion in netCDF classic files... ok. *** Testing conversion in netCDF 64-bit offset files... ok. *** Testing conversion in netCDF netCDF-4 files... ok. *** Testing conversion in netCDF netCDF-4 classic model files... ok. *** Tests successful! PASS: tst_converts *** Testing more netcdf-4 data conversion. *** Testing NC_BYTE converstions...ok. *** Testing MAX_INT converstions...ok. *** Tests successful! PASS: tst_converts2 *** Testing netcdf-4 group functions. *** testing simple group create...ok. *** testing simple nested group creates...ok. *** testing simple sibling group creates...ok. *** testing more group attributes...ok. *** testing groups and dimensions...ok. *** testing groups and vars...ok. *** testing groups and vars...ok. *** testing very simple groups and dimension scoping...ok. *** testing groups and dimension scoping...ok. *** testing more groups and dimension scoping...ok. *** testing groups and unlimited dimensions...ok. *** testing nested groups...ok. *** testing nested groups, user defined types, and enddef...ok. *** creating file with lots of user-defined types...ok. *** creating file with lots of groups...ok. *** Tests successful! PASS: tst_grps *** Testing netcdf-4 user defined type functions. *** testing REALLY simple compound variable create...ok. *** testing simple compound variable create...ok. *** testing simple compound attribute create...ok. *** testing compound variable with new atomic types...ok. *** testing compound variable containing an array of ints...ok. *** creating compound test file...ok. *** Now opening the ref file for this...ok. *** Tests successful! PASS: tst_compounds *** Tests successful! PASS: tst_compounds2 *** Testing netcdf-4 variable length type functions. *** testing vlen (of ints) attribute...ok. *** Tests successful! PASS: tst_vl *** Checking HDF5 VLEN types even more. *** Tests successful! PASS: tst_h_vl2 *** Testing netcdf-4 opaque type. *** testing *really* simple opaque attribute...ok. *** testing opaque attribute...ok. *** testing opaque variable...ok. *** testing 3 opaque types...ok. *** Tests successful! PASS: tst_opaques *** Testing netcdf-4 string type. *** testing string variable...ok. *** testing string attribute...ok. *** testing string var functions...ok. *** testing string attributes...ok. *** testing string fill value...ok. *** Tests successful! PASS: tst_strings *** Testing HDF5/NetCDF-4 interoperability... *** Creating a HDF5 file with one var with two dimension scales...ok. *** Checking that HDF5 file can be read by netCDF-4, and adding an att...ok. *** Checking that one var, two dimscales, one att file can still be read by HDF5...ok. *** Tests successful! PASS: tst_interops *** Testing netcdf-4 enum type. *** creating enum type...ok. *** testing enum attribute...ok. *** testing enum fill value ...ok. *** testing enum interuptus...ok. *** Tests successful! PASS: tst_enums *** Testing netcdf-4 variable functions, even more. *** Testing with classic format: **** testing simple fill value attribute creation...ok. **** testing simple fill value with data read...ok. **** testing fill value with one other attribute...ok. **** testing fill value with three other attributes...ok. **** testing fill value with simple example...ok. **** testing fill value with example from cxx tests in v2 api...ok. *** Testing with 64-bit offset format: **** testing simple fill value attribute creation...ok. **** testing simple fill value with data read...ok. **** testing fill value with one other attribute...ok. **** testing fill value with three other attributes...ok. **** testing fill value with simple example...ok. **** testing fill value with example from cxx tests in v2 api...ok. *** Testing with HDF5: **** testing simple fill value attribute creation...ok. **** testing simple fill value with data read...ok. **** testing fill value with one other attribute...ok. **** testing fill value with three other attributes...ok. **** testing fill value with simple example...ok. **** testing fill value with example from cxx tests in v2 api...ok. *** Testing with HDF5, netCDF Classic Model: **** testing simple fill value attribute creation...ok. **** testing simple fill value with data read...ok. **** testing fill value with one other attribute...ok. **** testing fill value with three other attributes...ok. **** testing fill value with simple example...ok. **** testing fill value with example from cxx tests in v2 api...ok. **** testing create order varids...ok. **** testing simple variable renaming...ok. **** testing dimension and variable renaming...ok. **** testing endianness...ok. **** testing chunking...ok. **** testing contiguous storage...ok. **** testing extreme numbers dude...ok. **** testing error codes for name clashes...ok. **** testing error codes for name clashes some more...ok. **** testing error codes for name clashes even more...ok. **** testing error code for too-large chunks...ok. *** Tests successful! PASS: tst_vars2 *** Testing UTF-8 names. *** creating UTF-8 names in classic model netcdf files...ok. *** renaming to UTF-8 names in classic model netcdf files...ok. *** creating UTF-8 names in netcdf-4 file...ok. *** Tests successful! PASS: tst_utf8 *** Testing netcdf-4 v2 API functions. *** testing simple opens and creates...ok. *** Tests successful! PASS: tst_v2 ========================================= 1 of 37 tests failed Please report to address@hidden ========================================= make[2]: *** [check-TESTS] Error 1 make[1]: *** [check-am] Error 2 make: *** [check-recursive] Error 1 dhcp-235:netcdf-4.0 edo$ sudo make distclean Password: Making distclean in win32 Making distclean in NET Making distclean in nc_test rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f Makefile Making distclean in nctest rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f Makefile Making distclean in ncgen rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f Makefile Making distclean in ncdump rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f Makefile Making distclean in libsrc rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f Makefile Making distclean in examples rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in examples Making distclean in CXX4 rm -f simple_xy_wr simple_xy_wr rm -f sfc_pres_temp_wr sfc_pres_temp_wr rm -f pres_temp_4D_wr pres_temp_4D_wr rm -f pres_temp_4D_rd pres_temp_4D_rd rm -f simple_xy_rd simple_xy_rd rm -f sfc_pres_temp_rd sfc_pres_temp_rd test -z "simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc" || rm -f simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in CXX rm -f simple_xy_wr simple_xy_wr rm -f simple_xy_rd simple_xy_rd rm -f sfc_pres_temp_wr sfc_pres_temp_wr rm -f sfc_pres_temp_rd sfc_pres_temp_rd rm -f pres_temp_4D_wr pres_temp_4D_wr rm -f pres_temp_4D_rd pres_temp_4D_rd test -z "simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc" || rm -f simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in F90 rm -f simple_xy_wr simple_xy_wr rm -f simple_xy_rd simple_xy_rd rm -f sfc_pres_temp_wr sfc_pres_temp_wr rm -f sfc_pres_temp_rd sfc_pres_temp_rd rm -f pres_temp_4D_wr pres_temp_4D_wr rm -f pres_temp_4D_rd pres_temp_4D_rd rm -f simple_xy_nc4_wr simple_xy_nc4_wr rm -f simple_xy_nc4_rd simple_xy_nc4_rd test -z "simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc simple_xy_nc4.nc" || rm -f simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc simple_xy_nc4.nc rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in F77 rm -f simple_xy_wr simple_xy_wr rm -f simple_xy_rd simple_xy_rd rm -f sfc_pres_temp_wr sfc_pres_temp_wr rm -f sfc_pres_temp_rd sfc_pres_temp_rd rm -f pres_temp_4D_wr pres_temp_4D_wr rm -f pres_temp_4D_rd pres_temp_4D_rd rm -f simple_xy_nc4_wr simple_xy_nc4_wr rm -f simple_xy_nc4_rd simple_xy_nc4_rd test -z "simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc simple_xy_nc4.nc" || rm -f simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc simple_xy_nc4.nc rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in CDL test -z "simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc" || rm -f simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f Makefile Making distclean in C rm -f simple_xy_wr simple_xy_wr rm -f simple_xy_rd simple_xy_rd rm -f sfc_pres_temp_wr sfc_pres_temp_wr rm -f sfc_pres_temp_rd sfc_pres_temp_rd rm -f pres_temp_4D_wr pres_temp_4D_wr rm -f pres_temp_4D_rd pres_temp_4D_rd rm -f simple_nc4_wr simple_nc4_wr rm -f simple_nc4_rd simple_nc4_rd rm -f simple_xy_nc4_wr simple_xy_nc4_wr rm -f simple_xy_nc4_rd simple_xy_nc4_rd test -z "sfc_pres_temp.nc simple_xy.nc pres_temp_4D.nc simple_nc4.nc simple_xy_nc4.nc" || rm -f sfc_pres_temp.nc simple_xy.nc pres_temp_4D.nc simple_nc4.nc simple_xy_nc4.nc rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in man4 rm -rf .libs _libs rm -f 1.tmp rm -f 2.tmp rm -f 3.tmp rm -f 4.tmp rm -f 5.tmp rm -f 6.tmp rm -f 7.tmp rm -rf netcdf.aux netcdf.cp netcdf.cps netcdf.fn netcdf.ky netcdf.kys \ netcdf.log netcdf.pg netcdf.pgs netcdf.tmp netcdf.toc \ netcdf.tp netcdf.tps netcdf.vr netcdf.dvi netcdf.pdf \ netcdf.ps netcdf.html netcdf-install.aux netcdf-install.cp \ netcdf-install.cps netcdf-install.fn netcdf-install.ky \ netcdf-install.kys netcdf-install.log netcdf-install.pg \ netcdf-install.pgs netcdf-install.tmp netcdf-install.toc \ netcdf-install.tp netcdf-install.tps netcdf-install.vr \ netcdf-install.dvi netcdf-install.pdf netcdf-install.ps \ netcdf-install.html netcdf-c.aux netcdf-c.cp netcdf-c.cps \ netcdf-c.fn netcdf-c.ky netcdf-c.kys netcdf-c.log \ netcdf-c.pg netcdf-c.pgs netcdf-c.tmp netcdf-c.toc \ netcdf-c.tp netcdf-c.tps netcdf-c.vr netcdf-c.dvi \ netcdf-c.pdf netcdf-c.ps netcdf-c.html netcdf-f77.aux \ netcdf-f77.cp netcdf-f77.cps netcdf-f77.fn netcdf-f77.ky \ netcdf-f77.kys netcdf-f77.log netcdf-f77.pg netcdf-f77.pgs \ netcdf-f77.tmp netcdf-f77.toc netcdf-f77.tp netcdf-f77.tps \ netcdf-f77.vr netcdf-f77.dvi netcdf-f77.pdf netcdf-f77.ps \ netcdf-f77.html netcdf-f90.aux netcdf-f90.cp netcdf-f90.cps \ netcdf-f90.fn netcdf-f90.ky netcdf-f90.kys netcdf-f90.log \ netcdf-f90.pg netcdf-f90.pgs netcdf-f90.tmp netcdf-f90.toc \ netcdf-f90.tp netcdf-f90.tps netcdf-f90.vr netcdf-f90.dvi \ netcdf-f90.pdf netcdf-f90.ps netcdf-f90.html netcdf-cxx.aux \ netcdf-cxx.cp netcdf-cxx.cps netcdf-cxx.fn netcdf-cxx.ky \ netcdf-cxx.kys netcdf-cxx.log netcdf-cxx.pg netcdf-cxx.pgs \ netcdf-cxx.tmp netcdf-cxx.toc netcdf-cxx.tp netcdf-cxx.tps \ netcdf-cxx.vr netcdf-cxx.dvi netcdf-cxx.pdf netcdf-cxx.ps \ netcdf-cxx.html netcdf-tutorial.aux netcdf-tutorial.cp \ netcdf-tutorial.cps netcdf-tutorial.fn netcdf-tutorial.ky \ netcdf-tutorial.kys netcdf-tutorial.log netcdf-tutorial.pg \ netcdf-tutorial.pgs netcdf-tutorial.tmp netcdf-tutorial.toc \ netcdf-tutorial.tp netcdf-tutorial.tps netcdf-tutorial.vr \ netcdf-tutorial.dvi netcdf-tutorial.pdf netcdf-tutorial.ps \ netcdf-tutorial.html netcdf-cxx4.aux netcdf-cxx4.cp \ netcdf-cxx4.cps netcdf-cxx4.fn netcdf-cxx4.ky \ netcdf-cxx4.kys netcdf-cxx4.log netcdf-cxx4.pg \ netcdf-cxx4.pgs netcdf-cxx4.tmp netcdf-cxx4.toc \ netcdf-cxx4.tp netcdf-cxx4.tps netcdf-cxx4.vr \ netcdf-cxx4.dvi netcdf-cxx4.pdf netcdf-cxx4.ps \ netcdf-cxx4.html rm -f *.lo rm -f vti.tmp test -z "" || rm -f rm -f Makefile Making distclean in man rm -rf .libs _libs rm -f 1.tmp rm -f 2.tmp rm -f 3.tmp rm -f 4.tmp rm -f 5.tmp rm -f 6.tmp rm -rf netcdf.aux netcdf.cp netcdf.cps netcdf.fn netcdf.ky netcdf.kys \ netcdf.log netcdf.pg netcdf.pgs netcdf.tmp netcdf.toc \ netcdf.tp netcdf.tps netcdf.vr netcdf.dvi netcdf.pdf \ netcdf.ps netcdf.html netcdf-install.aux netcdf-install.cp \ netcdf-install.cps netcdf-install.fn netcdf-install.ky \ netcdf-install.kys netcdf-install.log netcdf-install.pg \ netcdf-install.pgs netcdf-install.tmp netcdf-install.toc \ netcdf-install.tp netcdf-install.tps netcdf-install.vr \ netcdf-install.dvi netcdf-install.pdf netcdf-install.ps \ netcdf-install.html netcdf-c.aux netcdf-c.cp netcdf-c.cps \ netcdf-c.fn netcdf-c.ky netcdf-c.kys netcdf-c.log \ netcdf-c.pg netcdf-c.pgs netcdf-c.tmp netcdf-c.toc \ netcdf-c.tp netcdf-c.tps netcdf-c.vr netcdf-c.dvi \ netcdf-c.pdf netcdf-c.ps netcdf-c.html netcdf-tutorial.aux \ netcdf-tutorial.cp netcdf-tutorial.cps netcdf-tutorial.fn \ netcdf-tutorial.ky netcdf-tutorial.kys netcdf-tutorial.log \ netcdf-tutorial.pg netcdf-tutorial.pgs netcdf-tutorial.tmp \ netcdf-tutorial.toc netcdf-tutorial.tp netcdf-tutorial.tps \ netcdf-tutorial.vr netcdf-tutorial.dvi netcdf-tutorial.pdf \ netcdf-tutorial.ps netcdf-tutorial.html netcdf-f77.aux \ netcdf-f77.cp netcdf-f77.cps netcdf-f77.fn netcdf-f77.ky \ netcdf-f77.kys netcdf-f77.log netcdf-f77.pg netcdf-f77.pgs \ netcdf-f77.tmp netcdf-f77.toc netcdf-f77.tp netcdf-f77.tps \ netcdf-f77.vr netcdf-f77.dvi netcdf-f77.pdf netcdf-f77.ps \ netcdf-f77.html netcdf-f90.aux netcdf-f90.cp netcdf-f90.cps \ netcdf-f90.fn netcdf-f90.ky netcdf-f90.kys netcdf-f90.log \ netcdf-f90.pg netcdf-f90.pgs netcdf-f90.tmp netcdf-f90.toc \ netcdf-f90.tp netcdf-f90.tps netcdf-f90.vr netcdf-f90.dvi \ netcdf-f90.pdf netcdf-f90.ps netcdf-f90.html netcdf-cxx.aux \ netcdf-cxx.cp netcdf-cxx.cps netcdf-cxx.fn netcdf-cxx.ky \ netcdf-cxx.kys netcdf-cxx.log netcdf-cxx.pg netcdf-cxx.pgs \ netcdf-cxx.tmp netcdf-cxx.toc netcdf-cxx.tp netcdf-cxx.tps \ netcdf-cxx.vr netcdf-cxx.dvi netcdf-cxx.pdf netcdf-cxx.ps \ netcdf-cxx.html rm -f *.lo rm -f vti.tmp test -z "" || rm -f rm -f Makefile Making distclean in nc_test4 rm -f cdm_sea_soundings cdm_sea_soundings test -z "cdm_sea_soundings.nc tst_large.nc bm_chunking.nc bm_radar.nc bm_radar1.nc radar_3d_compression_test.txt radar_3d_compression.txt radar_2d_compression.txt radar_3d_chunking.txt tst_floats_1D.nc tst_floats_1D.cdl floats_1D_3.nc floats_1D.cdl tst_floats2_*.nc tst_ints2_*.nc tst_shorts2_*.nc tst_elena_*.nc tst_simple*.nc tst_floats2_*.cdl tst_ints2_*.cdl tst_shorts2_*.cdl tst_elena_*.cdl tst_simple*.cdl " || rm -f cdm_sea_soundings.nc tst_large.nc bm_chunking.nc bm_radar.nc bm_radar1.nc radar_3d_compression_test.txt radar_3d_compression.txt radar_2d_compression.txt radar_3d_chunking.txt tst_floats_1D.nc tst_floats_1D.cdl floats_1D_3.nc floats_1D.cdl tst_floats2_*.nc tst_ints2_*.nc tst_shorts2_*.nc tst_elena_*.nc tst_simple*.nc tst_floats2_*.cdl tst_ints2_*.cdl tst_shorts2_*.cdl tst_elena_*.cdl tst_simple*.cdl rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in nc_test rm -f tst_small tst_small rm -f nc_test nc_test rm -f tst_misc tst_misc rm -f tst_norm tst_norm rm -f tst_names tst_names test -z "nc_test_classic.nc nc_test_64bit.nc nc_test_netcdf4.nc tst_small_classic.nc tst_small_64bit.nc tst_small_netcdf4_classic.nc tst_small_netcdf4.nc tst_misc.nc tst_norm.nc tst_names.nc " || rm -f nc_test_classic.nc nc_test_64bit.nc nc_test_netcdf4.nc tst_small_classic.nc tst_small_64bit.nc tst_small_netcdf4_classic.nc tst_small_netcdf4.nc tst_misc.nc tst_norm.nc tst_names.nc rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in cxx4 rm -f tst_suiterunner tst_suiterunner rm -f tst_file tst_file rm -f tst_filerw tst_filerw rm -f tst_simple tst_simple test -z "libnetcdf_c++4.la" || rm -f libnetcdf_c++4.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in cxx rm -f nctst nctst rm -f tst_failure tst_failure test -z "nctst_classic.nc nctst_64bit_offset.nc nctst_netcdf4.nc nctst_netcdf4_classic.nc nctst_classic.cdl nctst_64bit_offset.cdl tst_failure.nc nctst_netcdf4.cdl nctst_netcdf4_classic.cdl" || rm -f nctst_classic.nc nctst_64bit_offset.nc nctst_netcdf4.nc nctst_netcdf4_classic.nc nctst_classic.cdl nctst_64bit_offset.cdl tst_failure.nc nctst_netcdf4.cdl nctst_netcdf4_classic.cdl test -z "libnetcdf_c++.la" || rm -f libnetcdf_c++.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in nf_test rm -f nf_test nf_test rm -f tst_f77_v2 tst_f77_v2 rm -f ftst_vars ftst_vars rm -f ftst_vars2 ftst_vars2 rm -f ftst_vars3 ftst_vars3 rm -f ftst_vars4 ftst_vars4 rm -f ftst_vars5 ftst_vars5 rm -f ftst_types ftst_types rm -f ftst_types2 ftst_types2 rm -f ftst_groups ftst_groups rm -f ftest ftest test -z "scratch.nc test.nc copy.nc fills.nc tst_f77_v2.nc tst_f77_v2.nc ftst_vars.nc ftst_vars2.nc ftst_vars3.nc ftst_vars4.nc ftst_vars5.nc ftst_types.nc ftst_types2.nc ftst_groups.nc test.nc " || rm -f scratch.nc test.nc copy.nc fills.nc tst_f77_v2.nc tst_f77_v2.nc ftst_vars.nc ftst_vars2.nc ftst_vars3.nc ftst_vars4.nc ftst_vars5.nc ftst_types.nc ftst_types2.nc ftst_groups.nc test.nc rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in ncdump rm -f ncdump ncdump rm -f rewrite-scalar rewrite-scalar rm -f ctest ctest rm -f ctest64 ctest64 rm -f ncdump ncdump rm -f tst_utf8 tst_utf8 rm -f tst_create_files tst_create_files rm -f tst_h_rdc0 tst_h_rdc0 rm -f tst_group_data tst_group_data rm -f tst_enum_data tst_enum_data rm -f tst_opaque_data tst_opaque_data rm -f tst_string_data tst_string_data rm -f tst_vlen_data tst_vlen_data rm -f tst_comp tst_comp rm -f tst_nans tst_nans rm -f tst_unicode tst_unicode test -z "test0.nc tst_small.nc tst_small.cdl test1.cdl test1.nc test2.cdl ctest1.cdl ctest.c ctest64.c ctest0.nc ctest0_64.nc c1.cdl ctest1_64.cdl c0.nc tst_solar_1.cdl small.nc small2.nc c0tmp.nc tst_solar_2.cdl tst_ncml.nc c1.ncml utf8.cdl utf8_64.cdl utf8.nc utf8_64.nc tst_utf8.nc tst_utf8.cdl tst_solar_1.nc tst_solar_2.nc tst_solar_cmp.nc tst_group_data.nc tst_group_data.cdl tst_enum_data.nc tst_enum_data.cdl tst_opaque_data.nc tst_opaque_data.cdl tst_string_data.nc tst_string_data.cdl tst_vlen_data.nc tst_vlen_data.cdl tst_comp.nc tst_comp.cdl tst_unicode.nc tst_unicode.cdl tst_nans.nc tst_nans.cdl" || rm -f test0.nc tst_small.nc tst_small.cdl test1.cdl test1.nc test2.cdl ctest1.cdl ctest.c ctest64.c ctest0.nc ctest0_64.nc c1.cdl ctest1_64.cdl c0.nc tst_solar_1.cdl small.nc small2.nc c0tmp.nc tst_solar_2.cdl tst_ncml.nc c1.ncml utf8.cdl utf8_64.cdl utf8.nc utf8_64.nc tst_utf8.nc tst_utf8.cdl tst_solar_1.nc tst_solar_2.nc tst_solar_cmp.nc tst_group_data.nc tst_group_data.cdl tst_enum_data.nc tst_enum_data.cdl tst_opaque_data.nc tst_opaque_data.cdl tst_string_data.nc tst_string_data.cdl tst_vlen_data.nc tst_vlen_data.cdl tst_comp.nc tst_comp.cdl tst_unicode.nc tst_unicode.cdl tst_nans.nc tst_nans.cdl rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in ncgen rm -f ncgen ncgen test -z "c0.nc c0_64.nc c0_4.nc c0_4c.nc" || rm -f c0.nc c0_64.nc c0_4.nc c0_4c.nc rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in nctest rm -f nctest nctest test -z "nctest_classic.nc nctest_64bit_offset.nc nctest_netcdf4.nc test2.nc temp.tmp" || rm -f nctest_classic.nc nctest_64bit_offset.nc nctest_netcdf4.nc test2.nc temp.tmp rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in libsrc4 rm -f tst_h_files tst_h_files rm -f tst_h_atts tst_h_atts rm -f tst_h_atts2 tst_h_atts2 rm -f tst_h_vars tst_h_vars rm -f tst_h_vars2 tst_h_vars2 rm -f tst_h_grps tst_h_grps rm -f tst_h_compounds tst_h_compounds rm -f tst_h_compounds2 tst_h_compounds2 rm -f tst_h_wrt_cmp tst_h_wrt_cmp rm -f tst_h_rd_cmp tst_h_rd_cmp rm -f tst_h_vl tst_h_vl rm -f tst_h_opaques tst_h_opaques rm -f tst_h_strings tst_h_strings rm -f tst_h_dimscales tst_h_dimscales rm -f tst_h_dimscales2 tst_h_dimscales2 rm -f tst_h_enums tst_h_enums rm -f tst_lists tst_lists rm -f tst_dims tst_dims rm -f tst_files tst_files rm -f tst_vars tst_vars rm -f tst_varms tst_varms rm -f tst_unlim_vars tst_unlim_vars rm -f tst_atts tst_atts rm -f tst_converts tst_converts rm -f tst_converts2 tst_converts2 rm -f tst_grps tst_grps rm -f tst_compounds tst_compounds rm -f tst_compounds2 tst_compounds2 rm -f tst_vl tst_vl rm -f tst_h_vl2 tst_h_vl2 rm -f tst_opaques tst_opaques rm -f tst_strings tst_strings rm -f tst_interops tst_interops rm -f tst_enums tst_enums rm -f tst_vars2 tst_vars2 rm -f tst_utf8 tst_utf8 rm -f tst_v2 tst_v2 test -z "tst_nc_converts.nc tst_h_files.h5 tst_h_converts.h5 tst_h_atts.h5 tst_h_atts2.h5 tst_h_vars.h5 tst_h_vars2.h5 tst_h_grps.h5 tst_h_compounds.h5 tst_h_compounds2.h5 tst_h_wrt_cmp.h5 tst_h_vl.h5 tst_h_opaques.h5 tst_h_strings.h5 tst_h_converts.h5 tst_h_dimscales.h5 tst_h_dimscales2.h5 tst_h_enums.h5 tst_lists.nc tst_dims.nc tst_v2.nc tst_files.nc tst_vars.nc tst_varms.nc tst_unlim_vars.nc tst_atts.nc tst_converts.nc tst_converts2.nc tst_grps.nc tst_compounds.nc tst_compounds2.nc tst_vl.nc tst_opaques.nc tst_strings.nc tst_interops.h5 tst_enums.nc tst_coords.nc tst_vars2.nc tst_pres_temp_4D_classic.nc tst_pres_temp_4D_64bit_offset.nc tst_pres_temp_4D_netcdf4.nc tst_pres_temp_4D_netcdf4_classic.nc tst_h_par.nc tst_utf8.nc" || rm -f tst_nc_converts.nc tst_h_files.h5 tst_h_converts.h5 tst_h_atts.h5 tst_h_atts2.h5 tst_h_vars.h5 tst_h_vars2.h5 tst_h_grps.h5 tst_h_compounds.h5 tst_h_compounds2.h5 tst_h_wrt_cmp.h5 tst_h_vl.h5 tst_h_opaques.h5 tst_h_strings.h5 tst_h_converts.h5 tst_h_dimscales.h5 tst_h_dimscales2.h5 tst_h_enums.h5 tst_lists.nc tst_dims.nc tst_v2.nc tst_files.nc tst_vars.nc tst_varms.nc tst_unlim_vars.nc tst_atts.nc tst_converts.nc tst_converts2.nc tst_grps.nc tst_compounds.nc tst_compounds2.nc tst_vl.nc tst_opaques.nc tst_strings.nc tst_interops.h5 tst_enums.nc tst_coords.nc tst_vars2.nc tst_pres_temp_4D_classic.nc tst_pres_temp_4D_64bit_offset.nc tst_pres_temp_4D_netcdf4.nc tst_pres_temp_4D_netcdf4_classic.nc tst_h_par.nc tst_utf8.nc test -z "libnetcdf.la" || rm -f libnetcdf.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f test -z "netcdf.h" || rm -f netcdf.h rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in libsrc rm -f t_nc t_nc test -z "test.nc" || rm -f test.nc test -z "" || rm -f rm -rf .libs _libs test -z "libnetcdf2.la libnetcdf3.la " || rm -f libnetcdf2.la libnetcdf3.la rm -f "./so_locations" rm -f "./so_locations" rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in fortran test -z "nfconfig1.inc netcdf.inc" || rm -f nfconfig1.inc netcdf.inc test -z "" || rm -f rm -rf .libs _libs test -z "libnetcdff.la" || rm -f libnetcdff.la rm -f "./so_locations" rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f test -z "nfconfig.inc " || rm -f nfconfig.inc rm -f nfconfig1.inc stamp-h2 rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in f90 test -z "typesizes.mod netcdf.mod " || rm -f typesizes.mod netcdf.mod rm -rf .libs _libs test -z "libnetcdff90.la" || rm -f libnetcdff90.la rm -f "./so_locations" rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo test -z "" || rm -f test -z "VERSION comps.txt" || rm -f VERSION comps.txt rm -f config.h stamp-h1 rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f Makefile dhcp-235:netcdf-4.0 edo$ cd .. dhcp-235:Downloads edo$ cd hdf5-1.8.1 dhcp-235:hdf5-1.8.1 edo$ sudo make distclean Making distclean in examples test -z "h5_write h5_read h5_extend_write h5_chunk_read h5_compound h5_group h5_select h5_attribute h5_mount h5_reference h5_drivers h5_ref2reg h5_extlink h5_elink_unix2win h5_shared_mesg " || rm -f h5_write h5_read h5_extend_write h5_chunk_read h5_compound h5_group h5_select h5_attribute h5_mount h5_reference h5_drivers h5_ref2reg h5_extlink h5_elink_unix2win h5_shared_mesg rm -rf .libs _libs test -z "*.raw *.meta *.o" || rm -f *.raw *.meta *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog red blue u2w *.h5 test -z "testh5cc.sh" || rm -f testh5cc.sh rm -f Makefile Making distclean in perform rm -f h5perf h5perf rm -f h5perf_serial h5perf_serial rm -f iopipe iopipe rm -f chunk chunk rm -f overhead overhead rm -f zip_perf zip_perf rm -f perf_meta perf_meta rm -f h5perf_serial h5perf_serial test -z "*.h5 *.raw *.dat x-gnuplot" || rm -f *.h5 *.raw *.dat x-gnuplot rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in hl Making distclean in examples test -z "ex_lite1 ex_lite2 ex_lite3 ptExampleFL ptExampleVL ex_image1 ex_image2 ex_table_01 ex_table_02 ex_table_03 ex_table_04 ex_table_05 ex_table_06 ex_table_07 ex_table_08 ex_table_09 ex_table_10 ex_table_11 ex_table_12 ex_ds1 " || rm -f ex_lite1 ex_lite2 ex_lite3 ptExampleFL ptExampleVL ex_image1 ex_image2 ex_table_01 ex_table_02 ex_table_03 ex_table_04 ex_table_05 ex_table_06 ex_table_07 ex_table_08 ex_table_09 ex_table_10 ex_table_11 ex_table_12 ex_ds1 rm -rf .libs _libs test -z "*.raw *.meta *.o" || rm -f *.raw *.meta *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 test -z "" || rm -f rm -f Makefile Making distclean in fortran Making distclean in examples test -z "exlite " || rm -f exlite rm -rf .libs _libs test -z "*.raw *.meta *.o" || rm -f *.raw *.meta *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 test -z "" || rm -f rm -f Makefile Making distclean in test rm -f tstlite tstlite rm -f tstimage tstimage rm -f tsttable tsttable rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog dsetf[1-4].h5 f1img.h5 f1tab.h5 rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in src test -z "libhdf5hl_fortran.la" || rm -f libhdf5hl_fortran.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in c++ Making distclean in examples test -z "ptExampleFL ptExampleVL " || rm -f ptExampleFL ptExampleVL rm -rf .libs _libs test -z "*.raw *.meta *.o" || rm -f *.raw *.meta *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 test -z "" || rm -f rm -f Makefile Making distclean in test rm -f ptableTest ptableTest rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in src test -z "libhdf5_hl_cpp.la" || rm -f libhdf5_hl_cpp.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in tools Making distclean in gif2h5 rm -f gif2h5 gif2h5 rm -f h52gif h52gif rm -rf .libs _libs rm -f h52gifgentst h52gifgentst rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 *.gif rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in test rm -f test_lite test_lite rm -f test_image test_image rm -f test_table test_table rm -f test_ds test_ds rm -f test_packet test_packet rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog combine_tables[1-2].h5 test_ds[1-6].h5 test_image[1-3].h5 test_lite[1-2].h5 test_table.h5 test_packet_table.h5 test_packet_compress.h5 rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in src test -z "libhdf5_hl.la" || rm -f libhdf5_hl.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in fortran Making distclean in examples test -z "dsetexample fileexample rwdsetexample attrexample groupexample grpsexample grpdsetexample hyperslab selectele grpit refobjexample refregexample mountexample compound " || rm -f dsetexample fileexample rwdsetexample attrexample groupexample grpsexample grpdsetexample hyperslab selectele grpit refobjexample refregexample mountexample compound rm -rf .libs _libs test -z "*.raw *.meta *.o" || rm -f *.raw *.meta *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 test -z "testh5fc.sh" || rm -f testh5fc.sh rm -f Makefile Making distclean in testpar rm -f parallel_test parallel_test rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog parf[12].h5 rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in test rm -f fortranlib_test fortranlib_test rm -f fflush1 fflush1 rm -f fflush2 fflush2 rm -f fortranlib_test_1_8 fortranlib_test_1_8 rm -rf .libs _libs test -z "libh5test_fortran.la" || rm -f libh5test_fortran.la rm -f "./so_locations" rm -f *.o test -z "*.tmp" || rm -f *.tmp rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in src test -z "libhdf5_fortran.la" || rm -f libhdf5_fortran.la rm -f "./so_locations" rm -rf .libs _libs rm -f H5match_types H5match_types rm -f H5fortran_detect H5fortran_detect rm -f H5test_kind H5test_kind rm -f *.o test -z "H5fortran_types.f90 H5f90i_gen.h H5fort_type_defines.h H5fortran_detect.f90" || rm -f H5fortran_types.f90 H5f90i_gen.h H5fort_type_defines.h H5fortran_detect.f90 rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "h5fc libhdf5_fortran.settings" || rm -f h5fc libhdf5_fortran.settings test -z "h5fc libhdf5_fortran.settings" || rm -f h5fc libhdf5_fortran.settings rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in c++ Making distclean in examples test -z "create readdata writedata compound extend_ds chunks h5group " || rm -f create readdata writedata compound extend_ds chunks h5group rm -rf .libs _libs test -z "*.raw *.meta *.o" || rm -f *.raw *.meta *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 test -z "testh5c++.sh" || rm -f testh5c++.sh rm -f Makefile Making distclean in test rm -f dsets dsets rm -f testhdf5 testhdf5 rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in src test -z "libhdf5_cpp.la" || rm -f libhdf5_cpp.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "h5c++" || rm -f h5c++ test -z "h5c++ libhdf5.settings" || rm -f h5c++ libhdf5.settings rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in tools Making distclean in h5stat rm -f h5stat h5stat rm -f h5stat_gentest h5stat_gentest test -z "" || rm -f rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 ../testfiles/fst_family*.h5 ../testfiles/scd_family*.h5 rm -f *.tab.c test -z "testh5stat.sh" || rm -f testh5stat.sh test -z "testh5stat.sh" || rm -f testh5stat.sh rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in h5copy rm -f h5copy h5copy rm -f h5copygentest h5copygentest rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in h5jam rm -f h5jam h5jam rm -f h5unjam h5unjam rm -f tellub tellub rm -f h5jamgentest h5jamgentest rm -f getub getub rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 *.txt rm -f *.tab.c test -z "testh5jam.sh" || rm -f testh5jam.sh test -z "testh5jam.sh" || rm -f testh5jam.sh rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in h5repack rm -f h5repack h5repack rm -f h5repacktst h5repacktst rm -rf .libs _libs rm -f testh5repack_detect_szip testh5repack_detect_szip rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 *.bin rm -f *.tab.c test -z "h5repack.sh" || rm -f h5repack.sh test -z "h5repack.sh" || rm -f h5repack.sh rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in h5import rm -f h5import h5import rm -f h5importtest h5importtest rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in misc rm -f h5debug h5debug rm -f h5repart h5repart rm -f h5mkgrp h5mkgrp rm -f h5repart_gentest h5repart_gentest rm -f repart_test repart_test test -z "h5redeploy" || rm -f h5redeploy rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 ../testfiles/fst_family*.h5 ../testfiles/scd_family*.h5 rm -f *.tab.c test -z "h5cc testh5repart.sh" || rm -f h5cc testh5repart.sh test -z "h5cc testh5repart.sh" || rm -f h5cc testh5repart.sh rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in h5ls rm -f h5ls h5ls rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in h5diff rm -f h5diff h5diff rm -f h5diffgentest h5diffgentest rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 expect_sorted actual_sorted rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in h5dump rm -f h5dump h5dump rm -f h5dumpgentest h5dumpgentest rm -f binread binread rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog *.h5 *.bin rm -f *.tab.c test -z "testh5dump.sh testh5dumpxml.sh" || rm -f testh5dump.sh testh5dumpxml.sh test -z "testh5dump.sh" || rm -f testh5dump.sh rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in lib rm -f talign talign rm -rf .libs _libs test -z "libh5tools.la" || rm -f libh5tools.la rm -f "./so_locations" rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile Making distclean in testpar rm -f t_mpi t_mpi rm -f t_posix_compliant t_posix_compliant rm -f testphdf5 testphdf5 rm -f t_cache t_cache rm -f t_pflush1 t_pflush1 rm -f t_pflush2 t_pflush2 rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog MPItest.h5 Para*.h5 rm -f *.tab.c test -z "testph5.sh" || rm -f testph5.sh test -z "go Makefile testph5.sh" || rm -f go Makefile testph5.sh rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in test rm -f testhdf5 testhdf5 rm -f lheap lheap rm -f ohdr ohdr rm -f stab stab rm -f gheap gheap rm -f cache cache rm -f cache_api cache_api rm -f pool pool rm -f hyperslab hyperslab rm -f istore istore rm -f bittests bittests rm -f dt_arith dt_arith rm -f dtypes dtypes rm -f dsets dsets rm -f cmpd_dset cmpd_dset rm -f extend extend rm -f external external rm -f objcopy objcopy rm -f links links rm -f unlink unlink rm -f big big rm -f mtime mtime rm -f fillval fillval rm -f mount mount rm -f flush1 flush1 rm -f flush2 flush2 rm -f enum enum rm -f set_extent set_extent rm -f ttsafe ttsafe rm -f getname getname rm -f vfd vfd rm -f ntypes ntypes rm -f dangle dangle rm -f dtransform dtransform rm -f reserved reserved rm -f cross_read cross_read rm -f btree2 btree2 rm -f fheap fheap rm -f error_test error_test rm -f err_compat err_compat rm -f testmeta testmeta rm -rf .libs _libs test -z "libh5test.la" || rm -f libh5test.la rm -f "./so_locations" rm -f *.o rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog cmpd_dset.h5 compact_dataset.h5 dataset.h5 dset_offset.h5 max_compact_dataset.h5 simple.h5 set_local.h5 random_chunks.h5 huge_chunks.h5 extend.h5 istore.h5 tfile[1-4].h5 th5s[1-3].h5 lheap.h5 fheap.h5 ohdr.h5 stab.h5 extern_[1-3].h5 extern_[1-4][ab].raw gheap[0-4].h5 dt_arith[1-2] links.h5 links[0-6]*.h5 extlinks[0-9].h5 tmp big.data big[0-9][0-9][0-9][0-9][0-9].h5 stdio.h5 sec2.h5 dtypes[1-8].h5 dt_arith[1-2].h5 tattr.h5 tselect.h5 mtime.h5 unlink.h5 unicode.h5 coord.h5 fillval_[0-9].h5 fillval.raw mount_[0-9].h5 testmeta.h5 ttime.h5 trefer[1-3].h5 tvltypes.h5 tvlstr.h5 tvlstr2.h5 flush.h5 enum1.h5 titerate.h5 ttsafe.h5 tarray1.h5 tgenprop.h5 tmisc[0-9]*.h5 set_extent_read.h5 set_extent_create.h5 getname.h5 getname[1-3].h5 sec2_file.h5 direct_file.h5 family_file000[0-3][0-9].h5 multi_file-[rs].h5 core_file new_move_[ab].h5 ntypes.h5 dangle.h5 error_test.h5 err_compat.h5 dtransform.h5 test_filters.h5 get_file_name.h5 tstint[1-2].h5 unlink_chunked.h5 btree2.h5 objcopy_src.h5 objcopy_dst.h5 objcopy_ext.dat trefer1.h5 trefer2.h5 rm -f *.tab.c test -z "testerror.sh" || rm -f testerror.sh test -z "testerror.sh" || rm -f testerror.sh rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in src test -z "libhdf5.la" || rm -f libhdf5.la rm -f "./so_locations" rm -rf .libs _libs rm -f H5detect H5detect rm -f *.o test -z "H5Tinit.c" || rm -f H5Tinit.c rm -f *.lo rm -f -rf *.chkexe *.chklog *.clog rm -f *.tab.c test -z "libhdf5.settings" || rm -f libhdf5.settings test -z "H5pubconf.h" || rm -f H5pubconf.h rm -f H5config.h stamp-h1 rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile Making distclean in . rm -rf .libs _libs rm -f *.lo if test -d ii_files; then \ rm -f -rf ii_files; \ fi test -z "" || rm -f test -z "config/stamp1 config/stamp2" || rm -f config/stamp1 config/stamp2 rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f Makefile dhcp-235:hdf5-1.8.1 edo$ cd .. dhcp-235:Downloads edo$ cd z zlib-1.2.3/ zlib-1.2.3.tar znetcdf/ znetcdf-2.tar zlib-1.2.3 2/ zlib-1.2.3.tar.gz znetcdf-1.tar znetcdf.tar dhcp-235:Downloads edo$ cd zlib-1.2.3 dhcp-235:zlib-1.2.3 edo$ dhcp-235:zlib-1.2.3 edo$ sudo make distclean rm -f *.o *~ example minigzip \ libz.* foo.gz so_locations \ _match.s maketree contrib/infback9/*.o cp -p Makefile.in Makefile cp -p zconf.in.h zconf.h rm -f .DS_Store dhcp-235:zlib-1.2.3 edo$ dhcp-235:zlib-1.2.3 edo$ dhcp-235:zlib-1.2.3 edo$ dhcp-235:zlib-1.2.3 edo$ ./configure --prefix=/usr/local Building static library libz.a version 1.2.3 with gcc. Checking for unistd.h... Yes. Checking whether to use vs[n]printf() or s[n]printf()... using vs[n]printf() Checking for vsnprintf() in stdio.h... Yes. Checking for return value of vsnprintf()... Yes. Checking for errno.h... Yes. Checking for mmap support... Yes. dhcp-235:zlib-1.2.3 edo$ sudo make distclean rm -f *.o *~ example minigzip \ libz.* foo.gz so_locations \ _match.s maketree contrib/infback9/*.o cp -p Makefile.in Makefile cp -p zconf.in.h zconf.h rm -f .DS_Store dhcp-235:zlib-1.2.3 edo$ ./configure --prefix=/usr/local CC=gcc CFLAGS=-m64 unknown option: CC=gcc ./configure --help for help dhcp-235:zlib-1.2.3 edo$ emacs Makefile dhcp-235:zlib-1.2.3 edo$ emacs Makefile dhcp-235:zlib-1.2.3 edo$ ./configure --prefix=/usr/local Building static library libz.a version 1.2.3 with gcc. Checking for unistd.h... Yes. Checking whether to use vs[n]printf() or s[n]printf()... using vs[n]printf() Checking for vsnprintf() in stdio.h... Yes. Checking for return value of vsnprintf()... Yes. Checking for errno.h... Yes. Checking for mmap support... Yes. dhcp-235:zlib-1.2.3 edo$ emacs Makefile dhcp-235:zlib-1.2.3 edo$ sudo make check install gcc -m64 -DUSE_MMAP -c -o example.o example.c gcc -m64 -DUSE_MMAP -c -o adler32.o adler32.c gcc -m64 -DUSE_MMAP -c -o compress.o compress.c gcc -m64 -DUSE_MMAP -c -o crc32.o crc32.c gcc -m64 -DUSE_MMAP -c -o gzio.o gzio.c gcc -m64 -DUSE_MMAP -c -o uncompr.o uncompr.c gcc -m64 -DUSE_MMAP -c -o deflate.o deflate.c gcc -m64 -DUSE_MMAP -c -o trees.o trees.c gcc -m64 -DUSE_MMAP -c -o zutil.o zutil.c gcc -m64 -DUSE_MMAP -c -o inflate.o inflate.c gcc -m64 -DUSE_MMAP -c -o infback.o infback.c gcc -m64 -DUSE_MMAP -c -o inftrees.o inftrees.c gcc -m64 -DUSE_MMAP -c -o inffast.o inffast.c ar rc libz.a adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o zutil.o inflate.o infback.o inftrees.o inffast.o gcc -m64 -DUSE_MMAP -o example example.o -L. libz.a gcc -m64 -DUSE_MMAP -c -o minigzip.o minigzip.c gcc -m64 -DUSE_MMAP -o minigzip minigzip.o -L. libz.a hello world zlib version 1.2.3 = 0x1230, compile flags = 0xa9 uncompress(): hello, hello! gzread(): hello, hello! gzgets() after gzseek: hello! inflate(): hello, hello! large_inflate(): OK after inflateSync(): hello, hello! inflate with dictionary: hello, hello! *** zlib test OK *** cp zlib.h zconf.h /usr/local/include chmod 644 /usr/local/include/zlib.h /usr/local/include/zconf.h cp libz.a /usr/local/lib cd /usr/local/lib; chmod 755 libz.a cd /usr/local/lib; if test -f libz.1.2.3.dylib; then \ rm -f libz.dylib libz.1.dylib; \ ln -s libz.1.2.3.dylib libz.dylib; \ ln -s libz.1.2.3.dylib libz.1.dylib; \ (ldconfig || true) >/dev/null 2>&1; \ fi cp zlib.3 /usr/local/share/man/man3 chmod 644 /usr/local/share/man/man3/zlib.3 dhcp-235:zlib-1.2.3 edo$ cd .. dhcp-235:Downloads edo$ cd hdf5-1.8.1 dhcp-235:hdf5-1.8.1 edo$ sudo ./configure --with-zlib=/usr/local --prefix=/usr/local --disable-shared CC=gcc CFLAGS=-m64 CXXFLAGS=-m64checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... bin/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... i386-apple-darwin9.6.0 checking host system type... i386-apple-darwin9.6.0 checking shell variables initial values... done checking if basename works... yes checking if xargs works... yes checking for cached host... none checking for config i386-apple-darwin9.6.0... no checking for config i386-apple-darwin9.6.0... no checking for config apple-darwin9.6.0... no checking for config apple-darwin9.6.0... no checking for config i386-darwin9.6.0... no checking for config i386-darwin9.6.0... no checking for config i386-apple... no checking for config darwin9.6.0... no checking for config darwin9.6.0... no checking for config apple... found compiler 'gcc' is GNU gcc-4.0.1 checking for config ./config/site-specific/host-dhcp-235.mirsl.dyn... no checking for config ./config/site-specific/host-mirsl.dyn... no checking for config ./config/site-specific/host-dyn... no checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking if Fortran interface enabled... no checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking if c++ interface enabled... no checking if should build only statically linked executables... no checking for perl... perl checking for ar... ar checking whether make sets $(MAKE)... (cached) yes checking for a BSD-compatible install... /usr/bin/install -c checking for tr... /usr/bin/tr checking if srcdir= and time commands work together... yes checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -p checking the name lister (/usr/bin/nm -p) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 196608 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to reload object files... -r checking how to recognize dependent libraries... pass_all checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -p output from gcc object... ok checking for dsymutil... dsymutil checking for nmedit... nmedit checking for -single_module linker flag... yes checking for -exported_symbols_list linker flag... yes checking how to run the C preprocessor... 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) yes checking whether g++ accepts -g... (cached) yes checking dependency style of g++... (cached) gcc3 checking how to run the C++ preprocessor... g++ -E checking whether we are using the GNU Fortran compiler... no checking whether xlf accepts -g... no checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fno-common -DPIC checking if gcc PIC flag -fno-common -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin9.6.0 dyld checking how to hardcode library paths into programs... immediate checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... yes checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for ld used by g++... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fno-common -DPIC checking if g++ PIC flag -fno-common -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin9.6.0 dyld checking how to hardcode library paths into programs... immediate checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes libtool.m4: error: problem compiling FC test program checking for xlf option to produce PIC... checking if xlf static flag works... no checking if xlf supports -c -o file.o... no checking if xlf supports -c -o file.o... (cached) no checking whether the xlf linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... no checking dynamic linker characteristics... darwin9.6.0 dyld checking how to hardcode library paths into programs... immediate checking if -Wl,-rpath should be used to link shared libs in nondefault directories... yes checking make... checking how make searches directories... VPATH=DIR1 DIR2 ... checking whether make will build with undefined variables... yes checking for production mode... production checking for ceil in -lm... yes checking for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking for difftime... yes checking for gettimeofday... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking for sys/stat.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for sys/types.h... (cached) yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking setjmp.h usability... yes checking setjmp.h presence... yes checking for setjmp.h... yes checking features.h usability... no checking features.h presence... no checking for features.h... no checking for stdint.h... (cached) yes checking io.h usability... no checking io.h presence... no checking for io.h... no checking winsock.h usability... no checking winsock.h presence... no checking for winsock.h... no checking sys/timeb.h usability... yes checking sys/timeb.h presence... yes checking for sys/timeb.h... yes skipping test for lseek64(), fseek64(), fseeko(), and ftello checking for stat64... yes checking for fstat64... yes checking for off_t... yes checking for size_t... yes checking for ssize_t... yes checking whether byte ordering is bigendian... no checking for char... yes checking size of char... 1 checking for short... yes checking size of short... 2 checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 8 checking for long long... yes checking size of long long... 8 checking for __int64... no checking size of __int64... 0 checking for float... yes checking size of float... 4 checking for double... yes checking size of double... 8 checking for long double... yes checking size of long double... 16 checking for int8_t... yes checking size of int8_t... 1 checking for uint8_t... yes checking size of uint8_t... 1 checking for int_least8_t... yes checking size of int_least8_t... 1 checking for uint_least8_t... yes checking size of uint_least8_t... 1 checking for int_fast8_t... yes checking size of int_fast8_t... 1 checking for uint_fast8_t... yes checking size of uint_fast8_t... 1 checking for int16_t... yes checking size of int16_t... 2 checking for uint16_t... yes checking size of uint16_t... 2 checking for int_least16_t... yes checking size of int_least16_t... 2 checking for uint_least16_t... yes checking size of uint_least16_t... 2 checking for int_fast16_t... yes checking size of int_fast16_t... 2 checking for uint_fast16_t... yes checking size of uint_fast16_t... 2 checking for int32_t... yes checking size of int32_t... 4 checking for uint32_t... yes checking size of uint32_t... 4 checking for int_least32_t... yes checking size of int_least32_t... 4 checking for uint_least32_t... yes checking size of uint_least32_t... 4 checking for int_fast32_t... yes checking size of int_fast32_t... 4 checking for uint_fast32_t... yes checking size of uint_fast32_t... 4 checking for int64_t... yes checking size of int64_t... 8 checking for uint64_t... yes checking size of uint64_t... 8 checking for int_least64_t... yes checking size of int_least64_t... 8 checking for uint_least64_t... yes checking size of uint_least64_t... 8 checking for int_fast64_t... yes checking size of int_fast64_t... 8 checking for uint_fast64_t... yes checking size of uint_fast64_t... 8 checking for size_t... (cached) yes checking size of size_t... 8 checking for ssize_t... (cached) yes checking size of ssize_t... 8 checking for off_t... (cached) yes checking size of off_t... 8 checking for off64_t... no checking size of off64_t... 0 checking if dev_t is scalar... yes checking for dmalloc library... suppressed checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for compress2 in -lz... no checking for compress2... no checking for szlib... suppressed checking for pthread... suppressed checking for thread safe support... no checking for tm_gmtoff in struct tm... yes checking for __tm_gmtoff in struct tm... no checking for global timezone variable... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking for struct timezone... yes checking whether gettimeofday() gives timezone... yes checking for st_blocks in struct stat... yes checking for _getvideoconfig... no checking for gettextinfo... no checking for GetConsoleScreenBufferInfo... no checking for _scrsize... no checking for ioctl... yes checking for struct videoconfig... no checking for struct text_info... no checking for TIOCGWINSZ... yes checking for TIOCGETD... yes checking for alarm... yes checking for fork... yes checking for frexpf... yes checking for frexpl... yes checking for gethostname... yes checking for getpwuid... yes checking for getrusage... yes checking for BSDgettimeofday... no checking for siglongjmp... yes checking for longjmp... yes checking for setsysinfo... no checking for sigaction... yes checking for signal... yes checking for snprintf... yes checking for vasprintf... yes checking for strdup... yes checking for system... yes checking for waitpid... yes checking for rand_r... yes checking for random... yes checking for srandom... yes checking for tmpfile... yes checking for vsnprintf... yes checking if vsnprintf returns correct value... yes checking if lone colon can be used as an argument... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for __attribute__ extension... yes checking for __FUNCTION__ extension... yes checking how to print long long... %ld and %lu checking Threads support system scope... yes checking for gpfs... suppressed checking for debug flags... none checking whether function stack tracking is enabled... no checking whether metadata trace file code is enabled... no checking for API tracing... no checking for instrumented library... no checking whether to clear file buffers... yes checking whether a memory checking tool will be used... no checking for parallel support files... skipped checking for I/O filters... all (shuffle,fletcher32,nbit,scaleoffset) checking for Default Virtual File Driver definition... yes checking for Direct Virtual File Driver support... no checking whether exception handling functions is checked during data conversions... yes checking whether data accuracy is guaranteed during data conversions... yes checking if converting denormalized floating-point values is possible... yes checking if converting floating-point values to long long is not working... false checking if the machine has window style path name... no checking if converting from long double to integers is accurate... yes checking if converting from long double to integers works... yes checking if accurately converting from integers to long double... yes checking if accurately converting unsigned long long to floating-point values... yes checking if accurately roundup converting floating-point to unsigned long long values... yes checking if right maximum converting floating-point to unsigned long long values... no checking if correctly converting long double to unsigned int values... yes checking if compiling unsigned long long to floating-point typecasts work... yes checking if compiling long long to floating-point typecasts work... yes checking if converting unsigned long long to long double with precision... yes checking if overflows normally converting floating-point to integer values... yes checking if correctly converting long double to (unsigned) long long values... yes checking if correctly converting (unsigned) long long to long double values... yes checking if bad code for log2 routine is generated... no checking if high level library is enabled... yes checking additional programs should be built... no checking if deprecated public symbols are available... yes checking which version of public symbols to use by default... v18 checking Whether to perform strict file format checks... no configure: creating ./config.status config.status: creating src/libhdf5.settings config.status: creating Makefile config.status: creating src/Makefile config.status: creating test/Makefile config.status: creating test/testerror.sh config.status: creating testpar/Makefile config.status: creating testpar/testph5.sh config.status: creating perform/Makefile config.status: creating tools/Makefile config.status: creating tools/h5dump/Makefile config.status: creating tools/h5dump/testh5dump.sh config.status: creating tools/h5dump/testh5dumpxml.sh config.status: creating tools/h5import/Makefile config.status: creating tools/h5diff/Makefile config.status: creating tools/h5jam/Makefile config.status: creating tools/h5jam/testh5jam.sh config.status: creating tools/h5repack/Makefile config.status: creating tools/h5repack/h5repack.sh config.status: creating tools/h5ls/Makefile config.status: creating tools/h5copy/Makefile config.status: creating tools/lib/Makefile config.status: creating tools/misc/Makefile config.status: creating tools/misc/h5cc config.status: creating tools/misc/testh5repart.sh config.status: creating tools/h5stat/testh5stat.sh config.status: creating tools/h5stat/Makefile config.status: creating examples/Makefile config.status: creating examples/testh5cc.sh config.status: creating c++/Makefile config.status: creating c++/src/Makefile config.status: creating c++/src/h5c++ config.status: creating c++/test/Makefile config.status: creating c++/examples/Makefile config.status: creating c++/examples/testh5c++.sh config.status: creating fortran/Makefile config.status: creating fortran/src/h5fc config.status: creating fortran/src/libhdf5_fortran.settings config.status: creating fortran/src/Makefile config.status: creating fortran/test/Makefile config.status: creating fortran/testpar/Makefile config.status: creating fortran/examples/Makefile config.status: creating fortran/examples/testh5fc.sh config.status: creating hl/Makefile config.status: creating hl/src/Makefile config.status: creating hl/test/Makefile config.status: creating hl/tools/Makefile config.status: creating hl/tools/gif2h5/Makefile config.status: creating hl/examples/Makefile config.status: creating hl/c++/Makefile config.status: creating hl/c++/src/Makefile config.status: creating hl/c++/test/Makefile config.status: creating hl/c++/examples/Makefile config.status: creating hl/fortran/Makefile config.status: creating hl/fortran/src/Makefile config.status: creating hl/fortran/test/Makefile config.status: creating hl/fortran/examples/Makefile config.status: creating src/H5config.h config.status: executing default-1 commands creating src/H5pubconf.h Post process src/libhdf5.settings config.status: executing depfiles commands config.status: executing libtool commands SUMMARY OF THE HDF5 CONFIGURATION ================================= General Information: ------------------- HDF5 Version: 1.8.1 Configured on: Mon Feb 9 18:12:50 EST 2009 Configured by: address@hidden Configure mode: production Host system: i386-apple-darwin9.6.0 Uname information: Darwin dhcp-235.mirsl.dyn 9.6.0 Darwin Kernel Version 9.6.0: Mon Nov 24 17:37:00 PST 2008; root:xnu-1228.9.59~1/RELEASE_I386 i386 Byte sex: little-endian Libraries: Parallel support: no Installation point: /usr/local Compiler: /usr/bin/gcc (gcc-4.0.1) Compiler switches: -m64 -I/usr/local/include Extra libraries: -lm Archiver: ar Ranlib: ranlib Debugged Packages: API Tracing: no Compiling Options: ------------------ Compilation Mode: production C Compiler: /usr/bin/gcc (gcc-4.0.1) CFLAGS/H5_CFLAGS: -m64/-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions CPPFLAGS/H5_CPPFLAGS: -I/usr/local/include / -DNDEBUG -UH5_DEBUG_API LDFLAGS: Debug Mode: Shared Libraries: no Static Libraries: yes Statically Linked Executables: no Default Public Symbols Version: v18 With Deprecated Public Symbols: yes Tracing: no Clear file buffers before write: yes Using memory checker: no Optimization Instrumentation: no Languages: ---------- Fortran: no C++: no Features: --------- dmalloc: no Function Stack Tracing: no GPFS: no Strict File Format Checks: no Default API Mapping: v18 I/O filters (external): I/O filters (internal): shuffle,fletcher32,nbit,scaleoffset Linux Large File Support (LFS): no MPE: no Parallel HDF5: no Direct VFD: no Threadsafety: no High Level library: yes dhcp-235:hdf5-1.8.1 edo$ sudo make Making all in src make all-am /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5.lo -MD -MP -MF .deps/H5.Tpo -c -o H5.lo H5.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5.lo -MD -MP -MF .deps/H5.Tpo -c H5.c -o H5.o H5.c: In function â??H5dont_atexitâ??: H5.c:347: warning: unused variable â??FUNCâ?? H5.c: In function â??H5check_versionâ??: H5.c:615: warning: unused variable â??FUNCâ?? H5.c: In function â??H5closeâ??: H5.c:754: warning: unused variable â??FUNCâ?? mv -f .deps/H5.Tpo .deps/H5.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5checksum.lo -MD -MP -MF .deps/H5checksum.Tpo -c -o H5checksum.lo H5checksum.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5checksum.lo -MD -MP -MF .deps/H5checksum.Tpo -c H5checksum.c -o H5checksum.o H5checksum.c: In function â??H5_hash_stringâ??: H5checksum.c:489: warning: suggest parentheses around assignment used as truth value mv -f .deps/H5checksum.Tpo .deps/H5checksum.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5dbg.lo -MD -MP -MF .deps/H5dbg.Tpo -c -o H5dbg.lo H5dbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5dbg.lo -MD -MP -MF .deps/H5dbg.Tpo -c H5dbg.c -o H5dbg.o mv -f .deps/H5dbg.Tpo .deps/H5dbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5system.lo -MD -MP -MF .deps/H5system.Tpo -c -o H5system.lo H5system.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5system.lo -MD -MP -MF .deps/H5system.Tpo -c H5system.c -o H5system.o H5system.c: In function â??H5_build_extpathâ??: H5system.c:625: warning: passing argument 1 of â??mallocâ?? with different width due to prototype H5system.c:637: warning: passing argument 2 of â??getcwdâ?? with different width due to prototype H5system.c:649: warning: passing argument 2 of â??getcwdâ?? with different width due to prototype mv -f .deps/H5system.Tpo .deps/H5system.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5timer.lo -MD -MP -MF .deps/H5timer.Tpo -c -o H5timer.lo H5timer.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5timer.lo -MD -MP -MF .deps/H5timer.Tpo -c H5timer.c -o H5timer.o mv -f .deps/H5timer.Tpo .deps/H5timer.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5trace.lo -MD -MP -MF .deps/H5trace.Tpo -c -o H5trace.lo H5trace.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5trace.lo -MD -MP -MF .deps/H5trace.Tpo -c H5trace.c -o H5trace.o mv -f .deps/H5trace.Tpo .deps/H5trace.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5A.lo -MD -MP -MF .deps/H5A.Tpo -c -o H5A.lo H5A.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5A.lo -MD -MP -MF .deps/H5A.Tpo -c H5A.c -o H5A.o mv -f .deps/H5A.Tpo .deps/H5A.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Abtree2.lo -MD -MP -MF .deps/H5Abtree2.Tpo -c -o H5Abtree2.lo H5Abtree2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Abtree2.lo -MD -MP -MF .deps/H5Abtree2.Tpo -c H5Abtree2.c -o H5Abtree2.o mv -f .deps/H5Abtree2.Tpo .deps/H5Abtree2.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Adense.lo -MD -MP -MF .deps/H5Adense.Tpo -c -o H5Adense.lo H5Adense.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Adense.lo -MD -MP -MF .deps/H5Adense.Tpo -c H5Adense.c -o H5Adense.o mv -f .deps/H5Adense.Tpo .deps/H5Adense.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Adeprec.lo -MD -MP -MF .deps/H5Adeprec.Tpo -c -o H5Adeprec.lo H5Adeprec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Adeprec.lo -MD -MP -MF .deps/H5Adeprec.Tpo -c H5Adeprec.c -o H5Adeprec.o mv -f .deps/H5Adeprec.Tpo .deps/H5Adeprec.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Aint.lo -MD -MP -MF .deps/H5Aint.Tpo -c -o H5Aint.lo H5Aint.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Aint.lo -MD -MP -MF .deps/H5Aint.Tpo -c H5Aint.c -o H5Aint.o mv -f .deps/H5Aint.Tpo .deps/H5Aint.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Atest.lo -MD -MP -MF .deps/H5Atest.Tpo -c -o H5Atest.lo H5Atest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Atest.lo -MD -MP -MF .deps/H5Atest.Tpo -c H5Atest.c -o H5Atest.o mv -f .deps/H5Atest.Tpo .deps/H5Atest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5AC.lo -MD -MP -MF .deps/H5AC.Tpo -c -o H5AC.lo H5AC.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5AC.lo -MD -MP -MF .deps/H5AC.Tpo -c H5AC.c -o H5AC.o mv -f .deps/H5AC.Tpo .deps/H5AC.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B.lo -MD -MP -MF .deps/H5B.Tpo -c -o H5B.lo H5B.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B.lo -MD -MP -MF .deps/H5B.Tpo -c H5B.c -o H5B.o mv -f .deps/H5B.Tpo .deps/H5B.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Bcache.lo -MD -MP -MF .deps/H5Bcache.Tpo -c -o H5Bcache.lo H5Bcache.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Bcache.lo -MD -MP -MF .deps/H5Bcache.Tpo -c H5Bcache.c -o H5Bcache.o mv -f .deps/H5Bcache.Tpo .deps/H5Bcache.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2.lo -MD -MP -MF .deps/H5B2.Tpo -c -o H5B2.lo H5B2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2.lo -MD -MP -MF .deps/H5B2.Tpo -c H5B2.c -o H5B2.o mv -f .deps/H5B2.Tpo .deps/H5B2.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2cache.lo -MD -MP -MF .deps/H5B2cache.Tpo -c -o H5B2cache.lo H5B2cache.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2cache.lo -MD -MP -MF .deps/H5B2cache.Tpo -c H5B2cache.c -o H5B2cache.o mv -f .deps/H5B2cache.Tpo .deps/H5B2cache.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2dbg.lo -MD -MP -MF .deps/H5B2dbg.Tpo -c -o H5B2dbg.lo H5B2dbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2dbg.lo -MD -MP -MF .deps/H5B2dbg.Tpo -c H5B2dbg.c -o H5B2dbg.o mv -f .deps/H5B2dbg.Tpo .deps/H5B2dbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2int.lo -MD -MP -MF .deps/H5B2int.Tpo -c -o H5B2int.lo H5B2int.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2int.lo -MD -MP -MF .deps/H5B2int.Tpo -c H5B2int.c -o H5B2int.o mv -f .deps/H5B2int.Tpo .deps/H5B2int.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2stat.lo -MD -MP -MF .deps/H5B2stat.Tpo -c -o H5B2stat.lo H5B2stat.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2stat.lo -MD -MP -MF .deps/H5B2stat.Tpo -c H5B2stat.c -o H5B2stat.o mv -f .deps/H5B2stat.Tpo .deps/H5B2stat.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2test.lo -MD -MP -MF .deps/H5B2test.Tpo -c -o H5B2test.lo H5B2test.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5B2test.lo -MD -MP -MF .deps/H5B2test.Tpo -c H5B2test.c -o H5B2test.o mv -f .deps/H5B2test.Tpo .deps/H5B2test.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5C.lo -MD -MP -MF .deps/H5C.Tpo -c -o H5C.lo H5C.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5C.lo -MD -MP -MF .deps/H5C.Tpo -c H5C.c -o H5C.o H5C.c: In function â??H5C_insert_entryâ??: H5C.c:4710: warning: passing argument 2 of â??H5C__flash_increase_cache_sizeâ?? with different width due to prototype H5C.c: In function â??H5C_protectâ??: H5C.c:5940: warning: passing argument 2 of â??H5C__flash_increase_cache_sizeâ?? with different width due to prototype mv -f .deps/H5C.Tpo .deps/H5C.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5CS.lo -MD -MP -MF .deps/H5CS.Tpo -c -o H5CS.lo H5CS.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5CS.lo -MD -MP -MF .deps/H5CS.Tpo -c H5CS.c -o H5CS.o mv -f .deps/H5CS.Tpo .deps/H5CS.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5D.lo -MD -MP -MF .deps/H5D.Tpo -c -o H5D.lo H5D.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5D.lo -MD -MP -MF .deps/H5D.Tpo -c H5D.c -o H5D.o mv -f .deps/H5D.Tpo .deps/H5D.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dchunk.lo -MD -MP -MF .deps/H5Dchunk.Tpo -c -o H5Dchunk.lo H5Dchunk.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dchunk.lo -MD -MP -MF .deps/H5Dchunk.Tpo -c H5Dchunk.c -o H5Dchunk.o H5Dchunk.c: In function â??H5D_chunk_io_initâ??: H5Dchunk.c:188: warning: cast discards qualifiers from pointer target type H5Dchunk.c:419: warning: cast discards qualifiers from pointer target type H5Dchunk.c: In function â??H5D_create_chunk_map_singleâ??: H5Dchunk.c:541: warning: cast discards qualifiers from pointer target type H5Dchunk.c: In function â??H5D_create_chunk_file_map_hyperâ??: H5Dchunk.c:609: warning: cast discards qualifiers from pointer target type H5Dchunk.c: In function â??H5D_create_chunk_mem_map_hyperâ??: H5Dchunk.c:777: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Dchunk.Tpo .deps/H5Dchunk.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dcompact.lo -MD -MP -MF .deps/H5Dcompact.Tpo -c -o H5Dcompact.lo H5Dcompact.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dcompact.lo -MD -MP -MF .deps/H5Dcompact.Tpo -c H5Dcompact.c -o H5Dcompact.o mv -f .deps/H5Dcompact.Tpo .deps/H5Dcompact.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dcontig.lo -MD -MP -MF .deps/H5Dcontig.Tpo -c -o H5Dcontig.lo H5Dcontig.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dcontig.lo -MD -MP -MF .deps/H5Dcontig.Tpo -c H5Dcontig.c -o H5Dcontig.o mv -f .deps/H5Dcontig.Tpo .deps/H5Dcontig.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ddbg.lo -MD -MP -MF .deps/H5Ddbg.Tpo -c -o H5Ddbg.lo H5Ddbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ddbg.lo -MD -MP -MF .deps/H5Ddbg.Tpo -c H5Ddbg.c -o H5Ddbg.o mv -f .deps/H5Ddbg.Tpo .deps/H5Ddbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ddeprec.lo -MD -MP -MF .deps/H5Ddeprec.Tpo -c -o H5Ddeprec.lo H5Ddeprec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ddeprec.lo -MD -MP -MF .deps/H5Ddeprec.Tpo -c H5Ddeprec.c -o H5Ddeprec.o mv -f .deps/H5Ddeprec.Tpo .deps/H5Ddeprec.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Defl.lo -MD -MP -MF .deps/H5Defl.Tpo -c -o H5Defl.lo H5Defl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Defl.lo -MD -MP -MF .deps/H5Defl.Tpo -c H5Defl.c -o H5Defl.o mv -f .deps/H5Defl.Tpo .deps/H5Defl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dfill.lo -MD -MP -MF .deps/H5Dfill.Tpo -c -o H5Dfill.lo H5Dfill.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dfill.lo -MD -MP -MF .deps/H5Dfill.Tpo -c H5Dfill.c -o H5Dfill.o mv -f .deps/H5Dfill.Tpo .deps/H5Dfill.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dint.lo -MD -MP -MF .deps/H5Dint.Tpo -c -o H5Dint.lo H5Dint.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dint.lo -MD -MP -MF .deps/H5Dint.Tpo -c H5Dint.c -o H5Dint.o H5Dint.c: In function â??H5D_init_typeâ??: H5Dint.c:631: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Dint.Tpo .deps/H5Dint.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dio.lo -MD -MP -MF .deps/H5Dio.Tpo -c -o H5Dio.lo H5Dio.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dio.lo -MD -MP -MF .deps/H5Dio.Tpo -c H5Dio.c -o H5Dio.o mv -f .deps/H5Dio.Tpo .deps/H5Dio.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Distore.lo -MD -MP -MF .deps/H5Distore.Tpo -c -o H5Distore.lo H5Distore.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Distore.lo -MD -MP -MF .deps/H5Distore.Tpo -c H5Distore.c -o H5Distore.o H5Distore.c: In function â??H5D_istore_iter_copyâ??: H5Distore.c:1052: warning: passing argument 4 of â??H5T_convertâ?? with different width due to prototype H5Distore.c: In function â??H5D_istore_chunk_allocâ??: H5Distore.c:2377: warning: unused variable â??FUNCâ?? H5Distore.c: In function â??H5D_istore_allocateâ??: H5Distore.c:2538: warning: cast discards qualifiers from pointer target type H5Distore.c:2539: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Distore.Tpo .deps/H5Distore.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dmpio.lo -MD -MP -MF .deps/H5Dmpio.Tpo -c -o H5Dmpio.lo H5Dmpio.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dmpio.lo -MD -MP -MF .deps/H5Dmpio.Tpo -c H5Dmpio.c -o H5Dmpio.o mv -f .deps/H5Dmpio.Tpo .deps/H5Dmpio.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Doh.lo -MD -MP -MF .deps/H5Doh.Tpo -c -o H5Doh.lo H5Doh.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Doh.lo -MD -MP -MF .deps/H5Doh.Tpo -c H5Doh.c -o H5Doh.o mv -f .deps/H5Doh.Tpo .deps/H5Doh.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dscatgath.lo -MD -MP -MF .deps/H5Dscatgath.Tpo -c -o H5Dscatgath.lo H5Dscatgath.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dscatgath.lo -MD -MP -MF .deps/H5Dscatgath.Tpo -c H5Dscatgath.c -o H5Dscatgath.o mv -f .deps/H5Dscatgath.Tpo .deps/H5Dscatgath.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dselect.lo -MD -MP -MF .deps/H5Dselect.Tpo -c -o H5Dselect.lo H5Dselect.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dselect.lo -MD -MP -MF .deps/H5Dselect.Tpo -c H5Dselect.c -o H5Dselect.o mv -f .deps/H5Dselect.Tpo .deps/H5Dselect.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dtest.lo -MD -MP -MF .deps/H5Dtest.Tpo -c -o H5Dtest.lo H5Dtest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Dtest.lo -MD -MP -MF .deps/H5Dtest.Tpo -c H5Dtest.c -o H5Dtest.o mv -f .deps/H5Dtest.Tpo .deps/H5Dtest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5E.lo -MD -MP -MF .deps/H5E.Tpo -c -o H5E.lo H5E.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5E.lo -MD -MP -MF .deps/H5E.Tpo -c H5E.c -o H5E.o mv -f .deps/H5E.Tpo .deps/H5E.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Edeprec.lo -MD -MP -MF .deps/H5Edeprec.Tpo -c -o H5Edeprec.lo H5Edeprec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Edeprec.lo -MD -MP -MF .deps/H5Edeprec.Tpo -c H5Edeprec.c -o H5Edeprec.o mv -f .deps/H5Edeprec.Tpo .deps/H5Edeprec.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Eint.lo -MD -MP -MF .deps/H5Eint.Tpo -c -o H5Eint.lo H5Eint.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Eint.lo -MD -MP -MF .deps/H5Eint.Tpo -c H5Eint.c -o H5Eint.o H5Eint.c: In function â??H5E_clear_entriesâ??: H5Eint.c:798: warning: cast discards qualifiers from pointer target type H5Eint.c:800: warning: cast discards qualifiers from pointer target type H5Eint.c:802: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Eint.Tpo .deps/H5Eint.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5F.lo -MD -MP -MF .deps/H5F.Tpo -c -o H5F.lo H5F.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5F.lo -MD -MP -MF .deps/H5F.Tpo -c H5F.c -o H5F.o mv -f .deps/H5F.Tpo .deps/H5F.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Fdbg.lo -MD -MP -MF .deps/H5Fdbg.Tpo -c -o H5Fdbg.lo H5Fdbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Fdbg.lo -MD -MP -MF .deps/H5Fdbg.Tpo -c H5Fdbg.c -o H5Fdbg.o mv -f .deps/H5Fdbg.Tpo .deps/H5Fdbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ffake.lo -MD -MP -MF .deps/H5Ffake.Tpo -c -o H5Ffake.lo H5Ffake.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ffake.lo -MD -MP -MF .deps/H5Ffake.Tpo -c H5Ffake.c -o H5Ffake.o mv -f .deps/H5Ffake.Tpo .deps/H5Ffake.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Fmount.lo -MD -MP -MF .deps/H5Fmount.Tpo -c -o H5Fmount.lo H5Fmount.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Fmount.lo -MD -MP -MF .deps/H5Fmount.Tpo -c H5Fmount.c -o H5Fmount.o mv -f .deps/H5Fmount.Tpo .deps/H5Fmount.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Fsfile.lo -MD -MP -MF .deps/H5Fsfile.Tpo -c -o H5Fsfile.lo H5Fsfile.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Fsfile.lo -MD -MP -MF .deps/H5Fsfile.Tpo -c H5Fsfile.c -o H5Fsfile.o mv -f .deps/H5Fsfile.Tpo .deps/H5Fsfile.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Fsuper.lo -MD -MP -MF .deps/H5Fsuper.Tpo -c -o H5Fsuper.lo H5Fsuper.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Fsuper.lo -MD -MP -MF .deps/H5Fsuper.Tpo -c H5Fsuper.c -o H5Fsuper.o H5Fsuper.c: In function â??H5F_super_initâ??: H5Fsuper.c:757: warning: passing argument 3 of â??H5O_createâ?? with different width due to prototype mv -f .deps/H5Fsuper.Tpo .deps/H5Fsuper.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ftest.lo -MD -MP -MF .deps/H5Ftest.Tpo -c -o H5Ftest.lo H5Ftest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ftest.lo -MD -MP -MF .deps/H5Ftest.Tpo -c H5Ftest.c -o H5Ftest.o mv -f .deps/H5Ftest.Tpo .deps/H5Ftest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FD.lo -MD -MP -MF .deps/H5FD.Tpo -c -o H5FD.lo H5FD.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FD.lo -MD -MP -MF .deps/H5FD.Tpo -c H5FD.c -o H5FD.o mv -f .deps/H5FD.Tpo .deps/H5FD.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDcore.lo -MD -MP -MF .deps/H5FDcore.Tpo -c -o H5FDcore.lo H5FDcore.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDcore.lo -MD -MP -MF .deps/H5FDcore.Tpo -c H5FDcore.c -o H5FDcore.o mv -f .deps/H5FDcore.Tpo .deps/H5FDcore.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDdirect.lo -MD -MP -MF .deps/H5FDdirect.Tpo -c -o H5FDdirect.lo H5FDdirect.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDdirect.lo -MD -MP -MF .deps/H5FDdirect.Tpo -c H5FDdirect.c -o H5FDdirect.o H5private.h:1191: warning: â??H5_interface_initialize_gâ?? defined but not used H5private.h:1192: warning: â??H5FD_direct_init_interfaceâ?? declared â??staticâ?? but never defined mv -f .deps/H5FDdirect.Tpo .deps/H5FDdirect.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDfamily.lo -MD -MP -MF .deps/H5FDfamily.Tpo -c -o H5FDfamily.lo H5FDfamily.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDfamily.lo -MD -MP -MF .deps/H5FDfamily.Tpo -c H5FDfamily.c -o H5FDfamily.o mv -f .deps/H5FDfamily.Tpo .deps/H5FDfamily.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDlog.lo -MD -MP -MF .deps/H5FDlog.Tpo -c -o H5FDlog.lo H5FDlog.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDlog.lo -MD -MP -MF .deps/H5FDlog.Tpo -c H5FDlog.c -o H5FDlog.o H5FDlog.c: In function â??H5Pset_fapl_logâ??: H5FDlog.c:361: warning: cast discards qualifiers from pointer target type mv -f .deps/H5FDlog.Tpo .deps/H5FDlog.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDmpi.lo -MD -MP -MF .deps/H5FDmpi.Tpo -c -o H5FDmpi.lo H5FDmpi.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDmpi.lo -MD -MP -MF .deps/H5FDmpi.Tpo -c H5FDmpi.c -o H5FDmpi.o mv -f .deps/H5FDmpi.Tpo .deps/H5FDmpi.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDmpio.lo -MD -MP -MF .deps/H5FDmpio.Tpo -c -o H5FDmpio.lo H5FDmpio.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDmpio.lo -MD -MP -MF .deps/H5FDmpio.Tpo -c H5FDmpio.c -o H5FDmpio.o H5private.h:1191: warning: â??H5_interface_initialize_gâ?? defined but not used H5private.h:1192: warning: â??H5FD_mpio_init_interfaceâ?? declared â??staticâ?? but never defined mv -f .deps/H5FDmpio.Tpo .deps/H5FDmpio.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDmpiposix.lo -MD -MP -MF .deps/H5FDmpiposix.Tpo -c -o H5FDmpiposix.lo H5FDmpiposix.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDmpiposix.lo -MD -MP -MF .deps/H5FDmpiposix.Tpo -c H5FDmpiposix.c -o H5FDmpiposix.o H5private.h:1191: warning: â??H5_interface_initialize_gâ?? defined but not used H5private.h:1192: warning: â??H5FD_mpiposix_init_interfaceâ?? declared â??staticâ?? but never defined mv -f .deps/H5FDmpiposix.Tpo .deps/H5FDmpiposix.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDmulti.lo -MD -MP -MF .deps/H5FDmulti.Tpo -c -o H5FDmulti.lo H5FDmulti.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDmulti.lo -MD -MP -MF .deps/H5FDmulti.Tpo -c H5FDmulti.c -o H5FDmulti.o H5FDmulti.c: In function â??compute_nextâ??: H5FDmulti.c:1969: warning: declaration of â??_unmappedâ?? shadows a previous local H5FDmulti.c:1968: warning: shadowed declaration is here H5FDmulti.c:1969: warning: declaration of â??_seenâ?? shadows a previous local H5FDmulti.c:1968: warning: shadowed declaration is here mv -f .deps/H5FDmulti.Tpo .deps/H5FDmulti.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDsec2.lo -MD -MP -MF .deps/H5FDsec2.Tpo -c -o H5FDsec2.lo H5FDsec2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDsec2.lo -MD -MP -MF .deps/H5FDsec2.Tpo -c H5FDsec2.c -o H5FDsec2.o mv -f .deps/H5FDsec2.Tpo .deps/H5FDsec2.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDspace.lo -MD -MP -MF .deps/H5FDspace.Tpo -c -o H5FDspace.lo H5FDspace.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDspace.lo -MD -MP -MF .deps/H5FDspace.Tpo -c H5FDspace.c -o H5FDspace.o mv -f .deps/H5FDspace.Tpo .deps/H5FDspace.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDstdio.lo -MD -MP -MF .deps/H5FDstdio.Tpo -c -o H5FDstdio.lo H5FDstdio.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FDstdio.lo -MD -MP -MF .deps/H5FDstdio.Tpo -c H5FDstdio.c -o H5FDstdio.o mv -f .deps/H5FDstdio.Tpo .deps/H5FDstdio.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FL.lo -MD -MP -MF .deps/H5FL.Tpo -c -o H5FL.lo H5FL.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FL.lo -MD -MP -MF .deps/H5FL.Tpo -c H5FL.c -o H5FL.o mv -f .deps/H5FL.Tpo .deps/H5FL.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FO.lo -MD -MP -MF .deps/H5FO.Tpo -c -o H5FO.lo H5FO.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FO.lo -MD -MP -MF .deps/H5FO.Tpo -c H5FO.c -o H5FO.o mv -f .deps/H5FO.Tpo .deps/H5FO.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FS.lo -MD -MP -MF .deps/H5FS.Tpo -c -o H5FS.lo H5FS.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FS.lo -MD -MP -MF .deps/H5FS.Tpo -c H5FS.c -o H5FS.o mv -f .deps/H5FS.Tpo .deps/H5FS.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FScache.lo -MD -MP -MF .deps/H5FScache.Tpo -c -o H5FScache.lo H5FScache.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FScache.lo -MD -MP -MF .deps/H5FScache.Tpo -c H5FScache.c -o H5FScache.o mv -f .deps/H5FScache.Tpo .deps/H5FScache.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FSdbg.lo -MD -MP -MF .deps/H5FSdbg.Tpo -c -o H5FSdbg.lo H5FSdbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FSdbg.lo -MD -MP -MF .deps/H5FSdbg.Tpo -c H5FSdbg.c -o H5FSdbg.o mv -f .deps/H5FSdbg.Tpo .deps/H5FSdbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FSsection.lo -MD -MP -MF .deps/H5FSsection.Tpo -c -o H5FSsection.lo H5FSsection.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5FSsection.lo -MD -MP -MF .deps/H5FSsection.Tpo -c H5FSsection.c -o H5FSsection.o mv -f .deps/H5FSsection.Tpo .deps/H5FSsection.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5G.lo -MD -MP -MF .deps/H5G.Tpo -c -o H5G.lo H5G.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5G.lo -MD -MP -MF .deps/H5G.Tpo -c H5G.c -o H5G.o H5G.c: In function â??H5G_iterateâ??: H5G.c:1665: warning: â??grpâ?? is used uninitialized in this function mv -f .deps/H5G.Tpo .deps/H5G.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gbtree2.lo -MD -MP -MF .deps/H5Gbtree2.Tpo -c -o H5Gbtree2.lo H5Gbtree2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gbtree2.lo -MD -MP -MF .deps/H5Gbtree2.Tpo -c H5Gbtree2.c -o H5Gbtree2.o mv -f .deps/H5Gbtree2.Tpo .deps/H5Gbtree2.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gcompact.lo -MD -MP -MF .deps/H5Gcompact.Tpo -c -o H5Gcompact.lo H5Gcompact.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gcompact.lo -MD -MP -MF .deps/H5Gcompact.Tpo -c H5Gcompact.c -o H5Gcompact.o mv -f .deps/H5Gcompact.Tpo .deps/H5Gcompact.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gdense.lo -MD -MP -MF .deps/H5Gdense.Tpo -c -o H5Gdense.lo H5Gdense.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gdense.lo -MD -MP -MF .deps/H5Gdense.Tpo -c H5Gdense.c -o H5Gdense.o mv -f .deps/H5Gdense.Tpo .deps/H5Gdense.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gdeprec.lo -MD -MP -MF .deps/H5Gdeprec.Tpo -c -o H5Gdeprec.lo H5Gdeprec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gdeprec.lo -MD -MP -MF .deps/H5Gdeprec.Tpo -c H5Gdeprec.c -o H5Gdeprec.o mv -f .deps/H5Gdeprec.Tpo .deps/H5Gdeprec.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gent.lo -MD -MP -MF .deps/H5Gent.Tpo -c -o H5Gent.lo H5Gent.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gent.lo -MD -MP -MF .deps/H5Gent.Tpo -c H5Gent.c -o H5Gent.o H5Gent.c: In function â??H5G_ent_copyâ??: H5Gent.c:325: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Gent.Tpo .deps/H5Gent.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gint.lo -MD -MP -MF .deps/H5Gint.Tpo -c -o H5Gint.lo H5Gint.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gint.lo -MD -MP -MF .deps/H5Gint.Tpo -c H5Gint.c -o H5Gint.o H5private.h:1191: warning: â??H5_interface_initialize_gâ?? defined but not used H5Gint.c:96: warning: â??H5G_init_int_interfaceâ?? defined but not used mv -f .deps/H5Gint.Tpo .deps/H5Gint.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Glink.lo -MD -MP -MF .deps/H5Glink.Tpo -c -o H5Glink.lo H5Glink.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Glink.lo -MD -MP -MF .deps/H5Glink.Tpo -c H5Glink.c -o H5Glink.o H5Glink.c: In function â??H5G_link_copy_fileâ??: H5Glink.c:484: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Glink.Tpo .deps/H5Glink.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gloc.lo -MD -MP -MF .deps/H5Gloc.Tpo -c -o H5Gloc.lo H5Gloc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gloc.lo -MD -MP -MF .deps/H5Gloc.Tpo -c H5Gloc.c -o H5Gloc.o H5Gloc.c: In function â??H5G_loc_insertâ??: H5Gloc.c:617: warning: cast discards qualifiers from pointer target type H5Gloc.c: In function â??H5G_loc_set_comment_cbâ??: H5Gloc.c:745: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Gloc.Tpo .deps/H5Gloc.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gname.lo -MD -MP -MF .deps/H5Gname.Tpo -c -o H5Gname.lo H5Gname.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gname.lo -MD -MP -MF .deps/H5Gname.Tpo -c H5Gname.c -o H5Gname.o H5Gname.c: In function â??H5G_name_copyâ??: H5Gname.c:405: warning: cast discards qualifiers from pointer target type H5Gname.c: At top level: H5Gname.c:71: warning: â??H5_haddr_t_reg_free_listâ?? defined but not used mv -f .deps/H5Gname.Tpo .deps/H5Gname.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gnode.lo -MD -MP -MF .deps/H5Gnode.Tpo -c -o H5Gnode.lo H5Gnode.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gnode.lo -MD -MP -MF .deps/H5Gnode.Tpo -c H5Gnode.c -o H5Gnode.o H5Gnode.c: In function â??H5G_node_copyâ??: H5Gnode.c:1758: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Gnode.Tpo .deps/H5Gnode.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gobj.lo -MD -MP -MF .deps/H5Gobj.Tpo -c -o H5Gobj.lo H5Gobj.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gobj.lo -MD -MP -MF .deps/H5Gobj.Tpo -c H5Gobj.c -o H5Gobj.o H5Gobj.c: In function â??H5G_obj_createâ??: H5Gobj.c:199: warning: passing argument 5 of â??H5O_msg_createâ?? discards qualifiers from pointer target type H5Gobj.c:203: warning: passing argument 5 of â??H5O_msg_createâ?? discards qualifiers from pointer target type H5Gobj.c: In function â??H5G_obj_stab_to_new_cbâ??: H5Gobj.c:425: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Gobj.Tpo .deps/H5Gobj.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Goh.lo -MD -MP -MF .deps/H5Goh.Tpo -c -o H5Goh.lo H5Goh.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Goh.lo -MD -MP -MF .deps/H5Goh.Tpo -c H5Goh.c -o H5Goh.o mv -f .deps/H5Goh.Tpo .deps/H5Goh.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gstab.lo -MD -MP -MF .deps/H5Gstab.Tpo -c -o H5Gstab.lo H5Gstab.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gstab.lo -MD -MP -MF .deps/H5Gstab.Tpo -c H5Gstab.c -o H5Gstab.o mv -f .deps/H5Gstab.Tpo .deps/H5Gstab.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gtest.lo -MD -MP -MF .deps/H5Gtest.Tpo -c -o H5Gtest.lo H5Gtest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gtest.lo -MD -MP -MF .deps/H5Gtest.Tpo -c H5Gtest.c -o H5Gtest.o mv -f .deps/H5Gtest.Tpo .deps/H5Gtest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gtraverse.lo -MD -MP -MF .deps/H5Gtraverse.Tpo -c -o H5Gtraverse.lo H5Gtraverse.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Gtraverse.lo -MD -MP -MF .deps/H5Gtraverse.Tpo -c H5Gtraverse.c -o H5Gtraverse.o mv -f .deps/H5Gtraverse.Tpo .deps/H5Gtraverse.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HF.lo -MD -MP -MF .deps/H5HF.Tpo -c -o H5HF.lo H5HF.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HF.lo -MD -MP -MF .deps/H5HF.Tpo -c H5HF.c -o H5HF.o H5HF.c: In function â??H5HF_op_writeâ??: H5HF.c:130: warning: cast discards qualifiers from pointer target type H5HF.c: In function â??H5HF_insertâ??: H5HF.c:389: warning: cast discards qualifiers from pointer target type mv -f .deps/H5HF.Tpo .deps/H5HF.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFbtree2.lo -MD -MP -MF .deps/H5HFbtree2.Tpo -c -o H5HFbtree2.lo H5HFbtree2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFbtree2.lo -MD -MP -MF .deps/H5HFbtree2.Tpo -c H5HFbtree2.c -o H5HFbtree2.o mv -f .deps/H5HFbtree2.Tpo .deps/H5HFbtree2.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFcache.lo -MD -MP -MF .deps/H5HFcache.Tpo -c -o H5HFcache.lo H5HFcache.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFcache.lo -MD -MP -MF .deps/H5HFcache.Tpo -c H5HFcache.c -o H5HFcache.o H5HFcache.c: In function â??H5HF_cache_dblock_loadâ??: H5HFcache.c:1354: warning: cast discards qualifiers from pointer target type mv -f .deps/H5HFcache.Tpo .deps/H5HFcache.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFdbg.lo -MD -MP -MF .deps/H5HFdbg.Tpo -c -o H5HFdbg.lo H5HFdbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFdbg.lo -MD -MP -MF .deps/H5HFdbg.Tpo -c H5HFdbg.c -o H5HFdbg.o mv -f .deps/H5HFdbg.Tpo .deps/H5HFdbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFdblock.lo -MD -MP -MF .deps/H5HFdblock.Tpo -c -o H5HFdblock.lo H5HFdblock.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFdblock.lo -MD -MP -MF .deps/H5HFdblock.Tpo -c H5HFdblock.c -o H5HFdblock.o mv -f .deps/H5HFdblock.Tpo .deps/H5HFdblock.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFdtable.lo -MD -MP -MF .deps/H5HFdtable.Tpo -c -o H5HFdtable.lo H5HFdtable.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFdtable.lo -MD -MP -MF .deps/H5HFdtable.Tpo -c H5HFdtable.c -o H5HFdtable.o mv -f .deps/H5HFdtable.Tpo .deps/H5HFdtable.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFhdr.lo -MD -MP -MF .deps/H5HFhdr.Tpo -c -o H5HFhdr.lo H5HFhdr.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFhdr.lo -MD -MP -MF .deps/H5HFhdr.Tpo -c H5HFhdr.c -o H5HFhdr.o mv -f .deps/H5HFhdr.Tpo .deps/H5HFhdr.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFhuge.lo -MD -MP -MF .deps/H5HFhuge.Tpo -c -o H5HFhuge.lo H5HFhuge.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFhuge.lo -MD -MP -MF .deps/H5HFhuge.Tpo -c H5HFhuge.c -o H5HFhuge.o H5HFhuge.c: In function â??H5HF_huge_writeâ??: H5HFhuge.c:733: warning: â??obj_sizeâ?? may be used uninitialized in this function mv -f .deps/H5HFhuge.Tpo .deps/H5HFhuge.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFiblock.lo -MD -MP -MF .deps/H5HFiblock.Tpo -c -o H5HFiblock.lo H5HFiblock.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFiblock.lo -MD -MP -MF .deps/H5HFiblock.Tpo -c H5HFiblock.c -o H5HFiblock.o mv -f .deps/H5HFiblock.Tpo .deps/H5HFiblock.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFiter.lo -MD -MP -MF .deps/H5HFiter.Tpo -c -o H5HFiter.lo H5HFiter.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFiter.lo -MD -MP -MF .deps/H5HFiter.Tpo -c H5HFiter.c -o H5HFiter.o mv -f .deps/H5HFiter.Tpo .deps/H5HFiter.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFman.lo -MD -MP -MF .deps/H5HFman.Tpo -c -o H5HFman.lo H5HFman.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFman.lo -MD -MP -MF .deps/H5HFman.Tpo -c H5HFman.c -o H5HFman.o H5HFman.c: In function â??H5HF_man_writeâ??: H5HFman.c:454: warning: cast discards qualifiers from pointer target type mv -f .deps/H5HFman.Tpo .deps/H5HFman.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFsection.lo -MD -MP -MF .deps/H5HFsection.Tpo -c -o H5HFsection.lo H5HFsection.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFsection.lo -MD -MP -MF .deps/H5HFsection.Tpo -c H5HFsection.c -o H5HFsection.o H5HFsection.c: In function â??H5HF_sect_single_validâ??: H5HFsection.c:1298: warning: cast discards qualifiers from pointer target type mv -f .deps/H5HFsection.Tpo .deps/H5HFsection.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFspace.lo -MD -MP -MF .deps/H5HFspace.Tpo -c -o H5HFspace.lo H5HFspace.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFspace.lo -MD -MP -MF .deps/H5HFspace.Tpo -c H5HFspace.c -o H5HFspace.o mv -f .deps/H5HFspace.Tpo .deps/H5HFspace.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFstat.lo -MD -MP -MF .deps/H5HFstat.Tpo -c -o H5HFstat.lo H5HFstat.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFstat.lo -MD -MP -MF .deps/H5HFstat.Tpo -c H5HFstat.c -o H5HFstat.o mv -f .deps/H5HFstat.Tpo .deps/H5HFstat.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFtest.lo -MD -MP -MF .deps/H5HFtest.Tpo -c -o H5HFtest.lo H5HFtest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFtest.lo -MD -MP -MF .deps/H5HFtest.Tpo -c H5HFtest.c -o H5HFtest.o mv -f .deps/H5HFtest.Tpo .deps/H5HFtest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFtiny.lo -MD -MP -MF .deps/H5HFtiny.Tpo -c -o H5HFtiny.lo H5HFtiny.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HFtiny.lo -MD -MP -MF .deps/H5HFtiny.Tpo -c H5HFtiny.c -o H5HFtiny.o mv -f .deps/H5HFtiny.Tpo .deps/H5HFtiny.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HG.lo -MD -MP -MF .deps/H5HG.Tpo -c -o H5HG.lo H5HG.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HG.lo -MD -MP -MF .deps/H5HG.Tpo -c H5HG.c -o H5HG.o mv -f .deps/H5HG.Tpo .deps/H5HG.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HGdbg.lo -MD -MP -MF .deps/H5HGdbg.Tpo -c -o H5HGdbg.lo H5HGdbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HGdbg.lo -MD -MP -MF .deps/H5HGdbg.Tpo -c H5HGdbg.c -o H5HGdbg.o mv -f .deps/H5HGdbg.Tpo .deps/H5HGdbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HL.lo -MD -MP -MF .deps/H5HL.Tpo -c -o H5HL.lo H5HL.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HL.lo -MD -MP -MF .deps/H5HL.Tpo -c H5HL.c -o H5HL.o mv -f .deps/H5HL.Tpo .deps/H5HL.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HLdbg.lo -MD -MP -MF .deps/H5HLdbg.Tpo -c -o H5HLdbg.lo H5HLdbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HLdbg.lo -MD -MP -MF .deps/H5HLdbg.Tpo -c H5HLdbg.c -o H5HLdbg.o mv -f .deps/H5HLdbg.Tpo .deps/H5HLdbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HP.lo -MD -MP -MF .deps/H5HP.Tpo -c -o H5HP.lo H5HP.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5HP.lo -MD -MP -MF .deps/H5HP.Tpo -c H5HP.c -o H5HP.o mv -f .deps/H5HP.Tpo .deps/H5HP.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5I.lo -MD -MP -MF .deps/H5I.Tpo -c -o H5I.lo H5I.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5I.lo -MD -MP -MF .deps/H5I.Tpo -c H5I.c -o H5I.o mv -f .deps/H5I.Tpo .deps/H5I.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5L.lo -MD -MP -MF .deps/H5L.Tpo -c -o H5L.lo H5L.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5L.lo -MD -MP -MF .deps/H5L.Tpo -c H5L.c -o H5L.o H5L.c: In function â??H5L_link_cbâ??: H5L.c:1709: warning: cast discards qualifiers from pointer target type H5L.c: In function â??H5L_move_dest_cbâ??: H5L.c:2411: warning: cast discards qualifiers from pointer target type mv -f .deps/H5L.Tpo .deps/H5L.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Lexternal.lo -MD -MP -MF .deps/H5Lexternal.Tpo -c -o H5Lexternal.lo H5Lexternal.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Lexternal.lo -MD -MP -MF .deps/H5Lexternal.Tpo -c H5Lexternal.c -o H5Lexternal.o mv -f .deps/H5Lexternal.Tpo .deps/H5Lexternal.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5MF.lo -MD -MP -MF .deps/H5MF.Tpo -c -o H5MF.lo H5MF.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5MF.lo -MD -MP -MF .deps/H5MF.Tpo -c H5MF.c -o H5MF.o H5MF.c:241: warning: â??H5MF_alloc_overflowâ?? defined but not used mv -f .deps/H5MF.Tpo .deps/H5MF.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5MM.lo -MD -MP -MF .deps/H5MM.Tpo -c -o H5MM.lo H5MM.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5MM.lo -MD -MP -MF .deps/H5MM.Tpo -c H5MM.c -o H5MM.o mv -f .deps/H5MM.Tpo .deps/H5MM.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5MP.lo -MD -MP -MF .deps/H5MP.Tpo -c -o H5MP.lo H5MP.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5MP.lo -MD -MP -MF .deps/H5MP.Tpo -c H5MP.c -o H5MP.o mv -f .deps/H5MP.Tpo .deps/H5MP.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5MPtest.lo -MD -MP -MF .deps/H5MPtest.Tpo -c -o H5MPtest.lo H5MPtest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5MPtest.lo -MD -MP -MF .deps/H5MPtest.Tpo -c H5MPtest.c -o H5MPtest.o mv -f .deps/H5MPtest.Tpo .deps/H5MPtest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5O.lo -MD -MP -MF .deps/H5O.Tpo -c -o H5O.lo H5O.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5O.lo -MD -MP -MF .deps/H5O.Tpo -c H5O.c -o H5O.o H5O.c: In function â??H5O_loc_copyâ??: H5O.c:2168: warning: cast discards qualifiers from pointer target type mv -f .deps/H5O.Tpo .deps/H5O.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oainfo.lo -MD -MP -MF .deps/H5Oainfo.Tpo -c -o H5Oainfo.lo H5Oainfo.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oainfo.lo -MD -MP -MF .deps/H5Oainfo.Tpo -c H5Oainfo.c -o H5Oainfo.o mv -f .deps/H5Oainfo.Tpo .deps/H5Oainfo.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oalloc.lo -MD -MP -MF .deps/H5Oalloc.Tpo -c -o H5Oalloc.lo H5Oalloc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oalloc.lo -MD -MP -MF .deps/H5Oalloc.Tpo -c H5Oalloc.c -o H5Oalloc.o mv -f .deps/H5Oalloc.Tpo .deps/H5Oalloc.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oattr.lo -MD -MP -MF .deps/H5Oattr.Tpo -c -o H5Oattr.lo H5Oattr.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oattr.lo -MD -MP -MF .deps/H5Oattr.Tpo -c H5Oattr.c -o H5Oattr.o mv -f .deps/H5Oattr.Tpo .deps/H5Oattr.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oattribute.lo -MD -MP -MF .deps/H5Oattribute.Tpo -c -o H5Oattribute.lo H5Oattribute.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oattribute.lo -MD -MP -MF .deps/H5Oattribute.Tpo -c H5Oattribute.c -o H5Oattribute.o mv -f .deps/H5Oattribute.Tpo .deps/H5Oattribute.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Obogus.lo -MD -MP -MF .deps/H5Obogus.Tpo -c -o H5Obogus.lo H5Obogus.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Obogus.lo -MD -MP -MF .deps/H5Obogus.Tpo -c H5Obogus.c -o H5Obogus.o mv -f .deps/H5Obogus.Tpo .deps/H5Obogus.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Obtreek.lo -MD -MP -MF .deps/H5Obtreek.Tpo -c -o H5Obtreek.lo H5Obtreek.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Obtreek.lo -MD -MP -MF .deps/H5Obtreek.Tpo -c H5Obtreek.c -o H5Obtreek.o mv -f .deps/H5Obtreek.Tpo .deps/H5Obtreek.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ocache.lo -MD -MP -MF .deps/H5Ocache.Tpo -c -o H5Ocache.lo H5Ocache.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ocache.lo -MD -MP -MF .deps/H5Ocache.Tpo -c H5Ocache.c -o H5Ocache.o H5Ocache.c: In function â??H5O_loadâ??: H5Ocache.c:443: warning: cast discards qualifiers from pointer target type mv -f .deps/H5Ocache.Tpo .deps/H5Ocache.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ocont.lo -MD -MP -MF .deps/H5Ocont.Tpo -c -o H5Ocont.lo H5Ocont.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ocont.lo -MD -MP -MF .deps/H5Ocont.Tpo -c H5Ocont.c -o H5Ocont.o mv -f .deps/H5Ocont.Tpo .deps/H5Ocont.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ocopy.lo -MD -MP -MF .deps/H5Ocopy.Tpo -c -o H5Ocopy.lo H5Ocopy.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ocopy.lo -MD -MP -MF .deps/H5Ocopy.Tpo -c H5Ocopy.c -o H5Ocopy.o mv -f .deps/H5Ocopy.Tpo .deps/H5Ocopy.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Odbg.lo -MD -MP -MF .deps/H5Odbg.Tpo -c -o H5Odbg.lo H5Odbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Odbg.lo -MD -MP -MF .deps/H5Odbg.Tpo -c H5Odbg.c -o H5Odbg.o mv -f .deps/H5Odbg.Tpo .deps/H5Odbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Odrvinfo.lo -MD -MP -MF .deps/H5Odrvinfo.Tpo -c -o H5Odrvinfo.lo H5Odrvinfo.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Odrvinfo.lo -MD -MP -MF .deps/H5Odrvinfo.Tpo -c H5Odrvinfo.c -o H5Odrvinfo.o H5Odrvinfo.c: In function â??H5O_drvinfo_decodeâ??: H5Odrvinfo.c:103: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype H5Odrvinfo.c: In function â??H5O_drvinfo_encodeâ??: H5Odrvinfo.c:154: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype mv -f .deps/H5Odrvinfo.Tpo .deps/H5Odrvinfo.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Odtype.lo -MD -MP -MF .deps/H5Odtype.Tpo -c -o H5Odtype.lo H5Odtype.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Odtype.lo -MD -MP -MF .deps/H5Odtype.Tpo -c H5Odtype.c -o H5Odtype.o In file included from H5Odtype.c:66: H5Oshared.h: In function â??H5O_dtype_shared_post_copy_fileâ??: H5Oshared.h:376: warning: unused parameter â??oloc_srcâ?? H5Oshared.h:376: warning: unused parameter â??mesg_srcâ?? H5Odtype.c: At top level: H5Oshared.h:378: warning: â??H5O_dtype_shared_post_copy_fileâ?? defined but not used mv -f .deps/H5Odtype.Tpo .deps/H5Odtype.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oefl.lo -MD -MP -MF .deps/H5Oefl.Tpo -c -o H5Oefl.lo H5Oefl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oefl.lo -MD -MP -MF .deps/H5Oefl.Tpo -c H5Oefl.c -o H5Oefl.o mv -f .deps/H5Oefl.Tpo .deps/H5Oefl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ofill.lo -MD -MP -MF .deps/H5Ofill.Tpo -c -o H5Ofill.lo H5Ofill.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ofill.lo -MD -MP -MF .deps/H5Ofill.Tpo -c H5Ofill.c -o H5Ofill.o In file included from H5Ofill.c:66: H5Oshared.h: In function â??H5O_fill_shared_post_copy_fileâ??: H5Oshared.h:376: warning: unused parameter â??oloc_srcâ?? H5Oshared.h:376: warning: unused parameter â??mesg_srcâ?? In file included from H5Ofill.c:101: H5Oshared.h: In function â??H5O_fill_new_shared_post_copy_fileâ??: H5Oshared.h:376: warning: unused parameter â??oloc_srcâ?? H5Oshared.h:376: warning: unused parameter â??mesg_srcâ?? H5Ofill.c: At top level: H5Oshared.h:378: warning: â??H5O_fill_shared_post_copy_fileâ?? defined but not used H5Oshared.h:378: warning: â??H5O_fill_new_shared_post_copy_fileâ?? defined but not used mv -f .deps/H5Ofill.Tpo .deps/H5Ofill.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oginfo.lo -MD -MP -MF .deps/H5Oginfo.Tpo -c -o H5Oginfo.lo H5Oginfo.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oginfo.lo -MD -MP -MF .deps/H5Oginfo.Tpo -c H5Oginfo.c -o H5Oginfo.o mv -f .deps/H5Oginfo.Tpo .deps/H5Oginfo.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Olayout.lo -MD -MP -MF .deps/H5Olayout.Tpo -c -o H5Olayout.lo H5Olayout.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Olayout.lo -MD -MP -MF .deps/H5Olayout.Tpo -c H5Olayout.c -o H5Olayout.o mv -f .deps/H5Olayout.Tpo .deps/H5Olayout.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Olinfo.lo -MD -MP -MF .deps/H5Olinfo.Tpo -c -o H5Olinfo.lo H5Olinfo.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Olinfo.lo -MD -MP -MF .deps/H5Olinfo.Tpo -c H5Olinfo.c -o H5Olinfo.o mv -f .deps/H5Olinfo.Tpo .deps/H5Olinfo.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Olink.lo -MD -MP -MF .deps/H5Olink.Tpo -c -o H5Olink.lo H5Olink.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Olink.lo -MD -MP -MF .deps/H5Olink.Tpo -c H5Olink.c -o H5Olink.o mv -f .deps/H5Olink.Tpo .deps/H5Olink.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Omessage.lo -MD -MP -MF .deps/H5Omessage.Tpo -c -o H5Omessage.lo H5Omessage.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Omessage.lo -MD -MP -MF .deps/H5Omessage.Tpo -c H5Omessage.c -o H5Omessage.o mv -f .deps/H5Omessage.Tpo .deps/H5Omessage.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Omtime.lo -MD -MP -MF .deps/H5Omtime.Tpo -c -o H5Omtime.lo H5Omtime.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Omtime.lo -MD -MP -MF .deps/H5Omtime.Tpo -c H5Omtime.c -o H5Omtime.o mv -f .deps/H5Omtime.Tpo .deps/H5Omtime.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oname.lo -MD -MP -MF .deps/H5Oname.Tpo -c -o H5Oname.lo H5Oname.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oname.lo -MD -MP -MF .deps/H5Oname.Tpo -c H5Oname.c -o H5Oname.o mv -f .deps/H5Oname.Tpo .deps/H5Oname.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Onull.lo -MD -MP -MF .deps/H5Onull.Tpo -c -o H5Onull.lo H5Onull.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Onull.lo -MD -MP -MF .deps/H5Onull.Tpo -c H5Onull.c -o H5Onull.o mv -f .deps/H5Onull.Tpo .deps/H5Onull.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Opline.lo -MD -MP -MF .deps/H5Opline.Tpo -c -o H5Opline.lo H5Opline.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Opline.lo -MD -MP -MF .deps/H5Opline.Tpo -c H5Opline.c -o H5Opline.o In file included from H5Opline.c:64: H5Oshared.h: In function â??H5O_pline_shared_post_copy_fileâ??: H5Oshared.h:376: warning: unused parameter â??oloc_srcâ?? H5Oshared.h:376: warning: unused parameter â??mesg_srcâ?? H5Opline.c: At top level: H5Oshared.h:378: warning: â??H5O_pline_shared_post_copy_fileâ?? defined but not used mv -f .deps/H5Opline.Tpo .deps/H5Opline.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Orefcount.lo -MD -MP -MF .deps/H5Orefcount.Tpo -c -o H5Orefcount.lo H5Orefcount.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Orefcount.lo -MD -MP -MF .deps/H5Orefcount.Tpo -c H5Orefcount.c -o H5Orefcount.o mv -f .deps/H5Orefcount.Tpo .deps/H5Orefcount.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Osdspace.lo -MD -MP -MF .deps/H5Osdspace.Tpo -c -o H5Osdspace.lo H5Osdspace.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Osdspace.lo -MD -MP -MF .deps/H5Osdspace.Tpo -c H5Osdspace.c -o H5Osdspace.o In file included from H5Osdspace.c:58: H5Oshared.h: In function â??H5O_sdspace_shared_post_copy_fileâ??: H5Oshared.h:376: warning: unused parameter â??oloc_srcâ?? H5Oshared.h:376: warning: unused parameter â??mesg_srcâ?? H5Osdspace.c: At top level: H5Oshared.h:378: warning: â??H5O_sdspace_shared_post_copy_fileâ?? defined but not used mv -f .deps/H5Osdspace.Tpo .deps/H5Osdspace.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oshared.lo -MD -MP -MF .deps/H5Oshared.Tpo -c -o H5Oshared.lo H5Oshared.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oshared.lo -MD -MP -MF .deps/H5Oshared.Tpo -c H5Oshared.c -o H5Oshared.o mv -f .deps/H5Oshared.Tpo .deps/H5Oshared.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ostab.lo -MD -MP -MF .deps/H5Ostab.Tpo -c -o H5Ostab.lo H5Ostab.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ostab.lo -MD -MP -MF .deps/H5Ostab.Tpo -c H5Ostab.c -o H5Ostab.o mv -f .deps/H5Ostab.Tpo .deps/H5Ostab.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oshmesg.lo -MD -MP -MF .deps/H5Oshmesg.Tpo -c -o H5Oshmesg.lo H5Oshmesg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Oshmesg.lo -MD -MP -MF .deps/H5Oshmesg.Tpo -c H5Oshmesg.c -o H5Oshmesg.o mv -f .deps/H5Oshmesg.Tpo .deps/H5Oshmesg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Otest.lo -MD -MP -MF .deps/H5Otest.Tpo -c -o H5Otest.lo H5Otest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Otest.lo -MD -MP -MF .deps/H5Otest.Tpo -c H5Otest.c -o H5Otest.o mv -f .deps/H5Otest.Tpo .deps/H5Otest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ounknown.lo -MD -MP -MF .deps/H5Ounknown.Tpo -c -o H5Ounknown.lo H5Ounknown.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ounknown.lo -MD -MP -MF .deps/H5Ounknown.Tpo -c H5Ounknown.c -o H5Ounknown.o mv -f .deps/H5Ounknown.Tpo .deps/H5Ounknown.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5P.lo -MD -MP -MF .deps/H5P.Tpo -c -o H5P.lo H5P.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5P.lo -MD -MP -MF .deps/H5P.Tpo -c H5P.c -o H5P.o mv -f .deps/H5P.Tpo .deps/H5P.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pacpl.lo -MD -MP -MF .deps/H5Pacpl.Tpo -c -o H5Pacpl.lo H5Pacpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pacpl.lo -MD -MP -MF .deps/H5Pacpl.Tpo -c H5Pacpl.c -o H5Pacpl.o mv -f .deps/H5Pacpl.Tpo .deps/H5Pacpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pdcpl.lo -MD -MP -MF .deps/H5Pdcpl.Tpo -c -o H5Pdcpl.lo H5Pdcpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pdcpl.lo -MD -MP -MF .deps/H5Pdcpl.Tpo -c H5Pdcpl.c -o H5Pdcpl.o mv -f .deps/H5Pdcpl.Tpo .deps/H5Pdcpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pdeprec.lo -MD -MP -MF .deps/H5Pdeprec.Tpo -c -o H5Pdeprec.lo H5Pdeprec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pdeprec.lo -MD -MP -MF .deps/H5Pdeprec.Tpo -c H5Pdeprec.c -o H5Pdeprec.o mv -f .deps/H5Pdeprec.Tpo .deps/H5Pdeprec.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pdxpl.lo -MD -MP -MF .deps/H5Pdxpl.Tpo -c -o H5Pdxpl.lo H5Pdxpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pdxpl.lo -MD -MP -MF .deps/H5Pdxpl.Tpo -c H5Pdxpl.c -o H5Pdxpl.o mv -f .deps/H5Pdxpl.Tpo .deps/H5Pdxpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pfapl.lo -MD -MP -MF .deps/H5Pfapl.Tpo -c -o H5Pfapl.lo H5Pfapl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pfapl.lo -MD -MP -MF .deps/H5Pfapl.Tpo -c H5Pfapl.c -o H5Pfapl.o mv -f .deps/H5Pfapl.Tpo .deps/H5Pfapl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pfcpl.lo -MD -MP -MF .deps/H5Pfcpl.Tpo -c -o H5Pfcpl.lo H5Pfcpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pfcpl.lo -MD -MP -MF .deps/H5Pfcpl.Tpo -c H5Pfcpl.c -o H5Pfcpl.o mv -f .deps/H5Pfcpl.Tpo .deps/H5Pfcpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pfmpl.lo -MD -MP -MF .deps/H5Pfmpl.Tpo -c -o H5Pfmpl.lo H5Pfmpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pfmpl.lo -MD -MP -MF .deps/H5Pfmpl.Tpo -c H5Pfmpl.c -o H5Pfmpl.o mv -f .deps/H5Pfmpl.Tpo .deps/H5Pfmpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pgcpl.lo -MD -MP -MF .deps/H5Pgcpl.Tpo -c -o H5Pgcpl.lo H5Pgcpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pgcpl.lo -MD -MP -MF .deps/H5Pgcpl.Tpo -c H5Pgcpl.c -o H5Pgcpl.o mv -f .deps/H5Pgcpl.Tpo .deps/H5Pgcpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pint.lo -MD -MP -MF .deps/H5Pint.Tpo -c -o H5Pint.lo H5Pint.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pint.lo -MD -MP -MF .deps/H5Pint.Tpo -c H5Pint.c -o H5Pint.o mv -f .deps/H5Pint.Tpo .deps/H5Pint.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Plapl.lo -MD -MP -MF .deps/H5Plapl.Tpo -c -o H5Plapl.lo H5Plapl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Plapl.lo -MD -MP -MF .deps/H5Plapl.Tpo -c H5Plapl.c -o H5Plapl.o mv -f .deps/H5Plapl.Tpo .deps/H5Plapl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Plcpl.lo -MD -MP -MF .deps/H5Plcpl.Tpo -c -o H5Plcpl.lo H5Plcpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Plcpl.lo -MD -MP -MF .deps/H5Plcpl.Tpo -c H5Plcpl.c -o H5Plcpl.o mv -f .deps/H5Plcpl.Tpo .deps/H5Plcpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pocpl.lo -MD -MP -MF .deps/H5Pocpl.Tpo -c -o H5Pocpl.lo H5Pocpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pocpl.lo -MD -MP -MF .deps/H5Pocpl.Tpo -c H5Pocpl.c -o H5Pocpl.o mv -f .deps/H5Pocpl.Tpo .deps/H5Pocpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pocpypl.lo -MD -MP -MF .deps/H5Pocpypl.Tpo -c -o H5Pocpypl.lo H5Pocpypl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pocpypl.lo -MD -MP -MF .deps/H5Pocpypl.Tpo -c H5Pocpypl.c -o H5Pocpypl.o mv -f .deps/H5Pocpypl.Tpo .deps/H5Pocpypl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pstrcpl.lo -MD -MP -MF .deps/H5Pstrcpl.Tpo -c -o H5Pstrcpl.lo H5Pstrcpl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Pstrcpl.lo -MD -MP -MF .deps/H5Pstrcpl.Tpo -c H5Pstrcpl.c -o H5Pstrcpl.o mv -f .deps/H5Pstrcpl.Tpo .deps/H5Pstrcpl.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ptest.lo -MD -MP -MF .deps/H5Ptest.Tpo -c -o H5Ptest.lo H5Ptest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ptest.lo -MD -MP -MF .deps/H5Ptest.Tpo -c H5Ptest.c -o H5Ptest.o mv -f .deps/H5Ptest.Tpo .deps/H5Ptest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5R.lo -MD -MP -MF .deps/H5R.Tpo -c -o H5R.lo H5R.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5R.lo -MD -MP -MF .deps/H5R.Tpo -c H5R.c -o H5R.o mv -f .deps/H5R.Tpo .deps/H5R.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Rdeprec.lo -MD -MP -MF .deps/H5Rdeprec.Tpo -c -o H5Rdeprec.lo H5Rdeprec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Rdeprec.lo -MD -MP -MF .deps/H5Rdeprec.Tpo -c H5Rdeprec.c -o H5Rdeprec.o mv -f .deps/H5Rdeprec.Tpo .deps/H5Rdeprec.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5RC.lo -MD -MP -MF .deps/H5RC.Tpo -c -o H5RC.lo H5RC.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5RC.lo -MD -MP -MF .deps/H5RC.Tpo -c H5RC.c -o H5RC.o mv -f .deps/H5RC.Tpo .deps/H5RC.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5RS.lo -MD -MP -MF .deps/H5RS.Tpo -c -o H5RS.lo H5RS.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5RS.lo -MD -MP -MF .deps/H5RS.Tpo -c H5RS.c -o H5RS.o H5RS.c: In function â??H5RS_xstrdupâ??: H5RS.c:66: warning: unused variable â??FUNCâ?? H5RS.c: In function â??H5RS_wrapâ??: H5RS.c:151: warning: cast discards qualifiers from pointer target type mv -f .deps/H5RS.Tpo .deps/H5RS.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5S.lo -MD -MP -MF .deps/H5S.Tpo -c -o H5S.lo H5S.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5S.lo -MD -MP -MF .deps/H5S.Tpo -c H5S.c -o H5S.o mv -f .deps/H5S.Tpo .deps/H5S.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Sall.lo -MD -MP -MF .deps/H5Sall.Tpo -c -o H5Sall.lo H5Sall.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Sall.lo -MD -MP -MF .deps/H5Sall.Tpo -c H5Sall.c -o H5Sall.o H5Sall.c: In function â??H5S_all_offsetâ??: H5Sall.c:633: warning: unused parameter â??spaceâ?? mv -f .deps/H5Sall.Tpo .deps/H5Sall.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Sdbg.lo -MD -MP -MF .deps/H5Sdbg.Tpo -c -o H5Sdbg.lo H5Sdbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Sdbg.lo -MD -MP -MF .deps/H5Sdbg.Tpo -c H5Sdbg.c -o H5Sdbg.o mv -f .deps/H5Sdbg.Tpo .deps/H5Sdbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Shyper.lo -MD -MP -MF .deps/H5Shyper.Tpo -c -o H5Shyper.lo H5Shyper.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Shyper.lo -MD -MP -MF .deps/H5Shyper.Tpo -c H5Shyper.c -o H5Shyper.o mv -f .deps/H5Shyper.Tpo .deps/H5Shyper.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Smpio.lo -MD -MP -MF .deps/H5Smpio.Tpo -c -o H5Smpio.lo H5Smpio.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Smpio.lo -MD -MP -MF .deps/H5Smpio.Tpo -c H5Smpio.c -o H5Smpio.o mv -f .deps/H5Smpio.Tpo .deps/H5Smpio.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Snone.lo -MD -MP -MF .deps/H5Snone.Tpo -c -o H5Snone.lo H5Snone.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Snone.lo -MD -MP -MF .deps/H5Snone.Tpo -c H5Snone.c -o H5Snone.o H5Snone.c: In function â??H5S_none_offsetâ??: H5Snone.c:589: warning: unused parameter â??spaceâ?? H5Snone.c:589: warning: unused parameter â??offsetâ?? mv -f .deps/H5Snone.Tpo .deps/H5Snone.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Spoint.lo -MD -MP -MF .deps/H5Spoint.Tpo -c -o H5Spoint.lo H5Spoint.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Spoint.lo -MD -MP -MF .deps/H5Spoint.Tpo -c H5Spoint.c -o H5Spoint.o H5Spoint.c: In function â??H5S_point_deserializeâ??: H5Spoint.c:881: warning: passing argument 4 of â??H5S_select_elementsâ?? from incompatible pointer type mv -f .deps/H5Spoint.Tpo .deps/H5Spoint.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Sselect.lo -MD -MP -MF .deps/H5Sselect.Tpo -c -o H5Sselect.lo H5Sselect.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Sselect.lo -MD -MP -MF .deps/H5Sselect.Tpo -c H5Sselect.c -o H5Sselect.o mv -f .deps/H5Sselect.Tpo .deps/H5Sselect.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Stest.lo -MD -MP -MF .deps/H5Stest.Tpo -c -o H5Stest.lo H5Stest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Stest.lo -MD -MP -MF .deps/H5Stest.Tpo -c H5Stest.c -o H5Stest.o mv -f .deps/H5Stest.Tpo .deps/H5Stest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SL.lo -MD -MP -MF .deps/H5SL.Tpo -c -o H5SL.lo H5SL.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SL.lo -MD -MP -MF .deps/H5SL.Tpo -c H5SL.c -o H5SL.o H5SL.c: In function â??H5SL_release_commonâ??: H5SL.c:514: warning: cast discards qualifiers from pointer target type H5SL.c: In function â??H5SL_createâ??: H5SL.c:629: warning: passing argument 4 of â??H5SL_new_nodeâ?? with different width due to prototype H5SL.c:629: warning: large integer implicitly truncated to unsigned type H5SL.c: In function â??H5SL_iterateâ??: H5SL.c:1497: warning: cast discards qualifiers from pointer target type mv -f .deps/H5SL.Tpo .deps/H5SL.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SM.lo -MD -MP -MF .deps/H5SM.Tpo -c -o H5SM.lo H5SM.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SM.lo -MD -MP -MF .deps/H5SM.Tpo -c H5SM.c -o H5SM.o mv -f .deps/H5SM.Tpo .deps/H5SM.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SMbtree2.lo -MD -MP -MF .deps/H5SMbtree2.Tpo -c -o H5SMbtree2.lo H5SMbtree2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SMbtree2.lo -MD -MP -MF .deps/H5SMbtree2.Tpo -c H5SMbtree2.c -o H5SMbtree2.o mv -f .deps/H5SMbtree2.Tpo .deps/H5SMbtree2.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SMcache.lo -MD -MP -MF .deps/H5SMcache.Tpo -c -o H5SMcache.lo H5SMcache.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SMcache.lo -MD -MP -MF .deps/H5SMcache.Tpo -c H5SMcache.c -o H5SMcache.o mv -f .deps/H5SMcache.Tpo .deps/H5SMcache.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SMtest.lo -MD -MP -MF .deps/H5SMtest.Tpo -c -o H5SMtest.lo H5SMtest.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5SMtest.lo -MD -MP -MF .deps/H5SMtest.Tpo -c H5SMtest.c -o H5SMtest.o mv -f .deps/H5SMtest.Tpo .deps/H5SMtest.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5ST.lo -MD -MP -MF .deps/H5ST.Tpo -c -o H5ST.lo H5ST.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5ST.lo -MD -MP -MF .deps/H5ST.Tpo -c H5ST.c -o H5ST.o mv -f .deps/H5ST.Tpo .deps/H5ST.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5T.lo -MD -MP -MF .deps/H5T.Tpo -c -o H5T.lo H5T.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5T.lo -MD -MP -MF .deps/H5T.Tpo -c H5T.c -o H5T.o H5T.c: In function â??H5T_copyâ??: H5T.c:3138: warning: passing argument 1 of â??H5O_openâ?? discards qualifiers from pointer target type H5T.c:3162: warning: passing argument 1 of â??H5O_openâ?? discards qualifiers from pointer target type mv -f .deps/H5T.Tpo .deps/H5T.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tarray.lo -MD -MP -MF .deps/H5Tarray.Tpo -c -o H5Tarray.lo H5Tarray.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tarray.lo -MD -MP -MF .deps/H5Tarray.Tpo -c H5Tarray.c -o H5Tarray.o mv -f .deps/H5Tarray.Tpo .deps/H5Tarray.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tbit.lo -MD -MP -MF .deps/H5Tbit.Tpo -c -o H5Tbit.lo H5Tbit.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tbit.lo -MD -MP -MF .deps/H5Tbit.Tpo -c H5Tbit.c -o H5Tbit.o mv -f .deps/H5Tbit.Tpo .deps/H5Tbit.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tcommit.lo -MD -MP -MF .deps/H5Tcommit.Tpo -c -o H5Tcommit.lo H5Tcommit.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tcommit.lo -MD -MP -MF .deps/H5Tcommit.Tpo -c H5Tcommit.c -o H5Tcommit.o mv -f .deps/H5Tcommit.Tpo .deps/H5Tcommit.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tcompound.lo -MD -MP -MF .deps/H5Tcompound.Tpo -c -o H5Tcompound.lo H5Tcompound.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tcompound.lo -MD -MP -MF .deps/H5Tcompound.Tpo -c H5Tcompound.c -o H5Tcompound.o mv -f .deps/H5Tcompound.Tpo .deps/H5Tcompound.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tconv.lo -MD -MP -MF .deps/H5Tconv.Tpo -c -o H5Tconv.lo H5Tconv.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tconv.lo -MD -MP -MF .deps/H5Tconv.Tpo -c H5Tconv.c -o H5Tconv.o H5Tconv.c: In function â??H5T_conv_struct_initâ??: H5Tconv.c:1838: warning: comparison between signed and unsigned H5Tconv.c:1848: warning: comparison between signed and unsigned H5Tconv.c:1855: warning: empty body in an else-statement H5Tconv.c: In function â??H5T_conv_uchar_shortâ??: H5Tconv.c:4619: warning: comparison is always false due to limited range of data type H5Tconv.c:4619: warning: comparison is always false due to limited range of data type H5Tconv.c:4619: warning: comparison is always false due to limited range of data type H5Tconv.c:4619: warning: comparison is always false due to limited range of data type H5Tconv.c:4619: warning: comparison is always false due to limited range of data type H5Tconv.c:4619: warning: comparison is always false due to limited range of data type H5Tconv.c:4619: warning: comparison is always false due to limited range of data type H5Tconv.c:4619: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_uchar_intâ??: H5Tconv.c:4748: warning: comparison is always false due to limited range of data type H5Tconv.c:4748: warning: comparison is always false due to limited range of data type H5Tconv.c:4748: warning: comparison is always false due to limited range of data type H5Tconv.c:4748: warning: comparison is always false due to limited range of data type H5Tconv.c:4748: warning: comparison is always false due to limited range of data type H5Tconv.c:4748: warning: comparison is always false due to limited range of data type H5Tconv.c:4748: warning: comparison is always false due to limited range of data type H5Tconv.c:4748: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_uchar_longâ??: H5Tconv.c:4877: warning: comparison is always false due to limited range of data type H5Tconv.c:4877: warning: comparison is always false due to limited range of data type H5Tconv.c:4877: warning: comparison is always false due to limited range of data type H5Tconv.c:4877: warning: comparison is always false due to limited range of data type H5Tconv.c:4877: warning: comparison is always false due to limited range of data type H5Tconv.c:4877: warning: comparison is always false due to limited range of data type H5Tconv.c:4877: warning: comparison is always false due to limited range of data type H5Tconv.c:4877: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_uchar_llongâ??: H5Tconv.c:5009: warning: comparison is always false due to limited range of data type H5Tconv.c:5009: warning: comparison is always false due to limited range of data type H5Tconv.c:5009: warning: comparison is always false due to limited range of data type H5Tconv.c:5009: warning: comparison is always false due to limited range of data type H5Tconv.c:5009: warning: comparison is always false due to limited range of data type H5Tconv.c:5009: warning: comparison is always false due to limited range of data type H5Tconv.c:5009: warning: comparison is always false due to limited range of data type H5Tconv.c:5009: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_ushort_intâ??: H5Tconv.c:5339: warning: comparison is always false due to limited range of data type H5Tconv.c:5339: warning: comparison is always false due to limited range of data type H5Tconv.c:5339: warning: comparison is always false due to limited range of data type H5Tconv.c:5339: warning: comparison is always false due to limited range of data type H5Tconv.c:5339: warning: comparison is always false due to limited range of data type H5Tconv.c:5339: warning: comparison is always false due to limited range of data type H5Tconv.c:5339: warning: comparison is always false due to limited range of data type H5Tconv.c:5339: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_ushort_longâ??: H5Tconv.c:5471: warning: comparison is always false due to limited range of data type H5Tconv.c:5471: warning: comparison is always false due to limited range of data type H5Tconv.c:5471: warning: comparison is always false due to limited range of data type H5Tconv.c:5471: warning: comparison is always false due to limited range of data type H5Tconv.c:5471: warning: comparison is always false due to limited range of data type H5Tconv.c:5471: warning: comparison is always false due to limited range of data type H5Tconv.c:5471: warning: comparison is always false due to limited range of data type H5Tconv.c:5471: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_ushort_llongâ??: H5Tconv.c:5603: warning: comparison is always false due to limited range of data type H5Tconv.c:5603: warning: comparison is always false due to limited range of data type H5Tconv.c:5603: warning: comparison is always false due to limited range of data type H5Tconv.c:5603: warning: comparison is always false due to limited range of data type H5Tconv.c:5603: warning: comparison is always false due to limited range of data type H5Tconv.c:5603: warning: comparison is always false due to limited range of data type H5Tconv.c:5603: warning: comparison is always false due to limited range of data type H5Tconv.c:5603: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_uint_longâ??: H5Tconv.c:6060: warning: comparison is always false due to limited range of data type H5Tconv.c:6060: warning: comparison is always false due to limited range of data type H5Tconv.c:6060: warning: comparison is always false due to limited range of data type H5Tconv.c:6060: warning: comparison is always false due to limited range of data type H5Tconv.c:6060: warning: comparison is always false due to limited range of data type H5Tconv.c:6060: warning: comparison is always false due to limited range of data type H5Tconv.c:6060: warning: comparison is always false due to limited range of data type H5Tconv.c:6060: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_uint_llongâ??: H5Tconv.c:6188: warning: comparison is always false due to limited range of data type H5Tconv.c:6188: warning: comparison is always false due to limited range of data type H5Tconv.c:6188: warning: comparison is always false due to limited range of data type H5Tconv.c:6188: warning: comparison is always false due to limited range of data type H5Tconv.c:6188: warning: comparison is always false due to limited range of data type H5Tconv.c:6188: warning: comparison is always false due to limited range of data type H5Tconv.c:6188: warning: comparison is always false due to limited range of data type H5Tconv.c:6188: warning: comparison is always false due to limited range of data type H5Tconv.c: In function â??H5T_conv_float_scharâ??: H5Tconv.c:8630: warning: comparing floating point with == or != is unsafe H5Tconv.c:8630: warning: comparing floating point with == or != is unsafe H5Tconv.c:8630: warning: comparing floating point with == or != is unsafe H5Tconv.c:8630: warning: comparing floating point with == or != is unsafe H5Tconv.c:8630: warning: comparing floating point with == or != is unsafe H5Tconv.c:8630: warning: comparing floating point with == or != is unsafe H5Tconv.c:8630: warning: comparing floating point with == or != is unsafe H5Tconv.c:8630: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_float_ucharâ??: H5Tconv.c:8662: warning: comparing floating point with == or != is unsafe H5Tconv.c:8662: warning: comparing floating point with == or != is unsafe H5Tconv.c:8662: warning: comparing floating point with == or != is unsafe H5Tconv.c:8662: warning: comparing floating point with == or != is unsafe H5Tconv.c:8662: warning: comparing floating point with == or != is unsafe H5Tconv.c:8662: warning: comparing floating point with == or != is unsafe H5Tconv.c:8662: warning: comparing floating point with == or != is unsafe H5Tconv.c:8662: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_scharâ??: H5Tconv.c:8694: warning: comparing floating point with == or != is unsafe H5Tconv.c:8694: warning: comparing floating point with == or != is unsafe H5Tconv.c:8694: warning: comparing floating point with == or != is unsafe H5Tconv.c:8694: warning: comparing floating point with == or != is unsafe H5Tconv.c:8694: warning: comparing floating point with == or != is unsafe H5Tconv.c:8694: warning: comparing floating point with == or != is unsafe H5Tconv.c:8694: warning: comparing floating point with == or != is unsafe H5Tconv.c:8694: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_ucharâ??: H5Tconv.c:8726: warning: comparing floating point with == or != is unsafe H5Tconv.c:8726: warning: comparing floating point with == or != is unsafe H5Tconv.c:8726: warning: comparing floating point with == or != is unsafe H5Tconv.c:8726: warning: comparing floating point with == or != is unsafe H5Tconv.c:8726: warning: comparing floating point with == or != is unsafe H5Tconv.c:8726: warning: comparing floating point with == or != is unsafe H5Tconv.c:8726: warning: comparing floating point with == or != is unsafe H5Tconv.c:8726: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_scharâ??: H5Tconv.c:8759: warning: comparing floating point with == or != is unsafe H5Tconv.c:8759: warning: comparing floating point with == or != is unsafe H5Tconv.c:8759: warning: comparing floating point with == or != is unsafe H5Tconv.c:8759: warning: comparing floating point with == or != is unsafe H5Tconv.c:8759: warning: comparing floating point with == or != is unsafe H5Tconv.c:8759: warning: comparing floating point with == or != is unsafe H5Tconv.c:8759: warning: comparing floating point with == or != is unsafe H5Tconv.c:8759: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_ucharâ??: H5Tconv.c:8793: warning: comparing floating point with == or != is unsafe H5Tconv.c:8793: warning: comparing floating point with == or != is unsafe H5Tconv.c:8793: warning: comparing floating point with == or != is unsafe H5Tconv.c:8793: warning: comparing floating point with == or != is unsafe H5Tconv.c:8793: warning: comparing floating point with == or != is unsafe H5Tconv.c:8793: warning: comparing floating point with == or != is unsafe H5Tconv.c:8793: warning: comparing floating point with == or != is unsafe H5Tconv.c:8793: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_float_shortâ??: H5Tconv.c:8826: warning: comparing floating point with == or != is unsafe H5Tconv.c:8826: warning: comparing floating point with == or != is unsafe H5Tconv.c:8826: warning: comparing floating point with == or != is unsafe H5Tconv.c:8826: warning: comparing floating point with == or != is unsafe H5Tconv.c:8826: warning: comparing floating point with == or != is unsafe H5Tconv.c:8826: warning: comparing floating point with == or != is unsafe H5Tconv.c:8826: warning: comparing floating point with == or != is unsafe H5Tconv.c:8826: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_float_ushortâ??: H5Tconv.c:8858: warning: comparing floating point with == or != is unsafe H5Tconv.c:8858: warning: comparing floating point with == or != is unsafe H5Tconv.c:8858: warning: comparing floating point with == or != is unsafe H5Tconv.c:8858: warning: comparing floating point with == or != is unsafe H5Tconv.c:8858: warning: comparing floating point with == or != is unsafe H5Tconv.c:8858: warning: comparing floating point with == or != is unsafe H5Tconv.c:8858: warning: comparing floating point with == or != is unsafe H5Tconv.c:8858: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_shortâ??: H5Tconv.c:8890: warning: comparing floating point with == or != is unsafe H5Tconv.c:8890: warning: comparing floating point with == or != is unsafe H5Tconv.c:8890: warning: comparing floating point with == or != is unsafe H5Tconv.c:8890: warning: comparing floating point with == or != is unsafe H5Tconv.c:8890: warning: comparing floating point with == or != is unsafe H5Tconv.c:8890: warning: comparing floating point with == or != is unsafe H5Tconv.c:8890: warning: comparing floating point with == or != is unsafe H5Tconv.c:8890: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_ushortâ??: H5Tconv.c:8922: warning: comparing floating point with == or != is unsafe H5Tconv.c:8922: warning: comparing floating point with == or != is unsafe H5Tconv.c:8922: warning: comparing floating point with == or != is unsafe H5Tconv.c:8922: warning: comparing floating point with == or != is unsafe H5Tconv.c:8922: warning: comparing floating point with == or != is unsafe H5Tconv.c:8922: warning: comparing floating point with == or != is unsafe H5Tconv.c:8922: warning: comparing floating point with == or != is unsafe H5Tconv.c:8922: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_shortâ??: H5Tconv.c:8955: warning: comparing floating point with == or != is unsafe H5Tconv.c:8955: warning: comparing floating point with == or != is unsafe H5Tconv.c:8955: warning: comparing floating point with == or != is unsafe H5Tconv.c:8955: warning: comparing floating point with == or != is unsafe H5Tconv.c:8955: warning: comparing floating point with == or != is unsafe H5Tconv.c:8955: warning: comparing floating point with == or != is unsafe H5Tconv.c:8955: warning: comparing floating point with == or != is unsafe H5Tconv.c:8955: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_ushortâ??: H5Tconv.c:8989: warning: comparing floating point with == or != is unsafe H5Tconv.c:8989: warning: comparing floating point with == or != is unsafe H5Tconv.c:8989: warning: comparing floating point with == or != is unsafe H5Tconv.c:8989: warning: comparing floating point with == or != is unsafe H5Tconv.c:8989: warning: comparing floating point with == or != is unsafe H5Tconv.c:8989: warning: comparing floating point with == or != is unsafe H5Tconv.c:8989: warning: comparing floating point with == or != is unsafe H5Tconv.c:8989: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_float_intâ??: H5Tconv.c:9022: warning: comparing floating point with == or != is unsafe H5Tconv.c:9022: warning: comparing floating point with == or != is unsafe H5Tconv.c:9022: warning: comparing floating point with == or != is unsafe H5Tconv.c:9022: warning: comparing floating point with == or != is unsafe H5Tconv.c:9022: warning: comparing floating point with == or != is unsafe H5Tconv.c:9022: warning: comparing floating point with == or != is unsafe H5Tconv.c:9022: warning: comparing floating point with == or != is unsafe H5Tconv.c:9022: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_float_uintâ??: H5Tconv.c:9054: warning: comparing floating point with == or != is unsafe H5Tconv.c:9054: warning: comparing floating point with == or != is unsafe H5Tconv.c:9054: warning: comparing floating point with == or != is unsafe H5Tconv.c:9054: warning: comparing floating point with == or != is unsafe H5Tconv.c:9054: warning: comparing floating point with == or != is unsafe H5Tconv.c:9054: warning: comparing floating point with == or != is unsafe H5Tconv.c:9054: warning: comparing floating point with == or != is unsafe H5Tconv.c:9054: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_intâ??: H5Tconv.c:9086: warning: comparing floating point with == or != is unsafe H5Tconv.c:9086: warning: comparing floating point with == or != is unsafe H5Tconv.c:9086: warning: comparing floating point with == or != is unsafe H5Tconv.c:9086: warning: comparing floating point with == or != is unsafe H5Tconv.c:9086: warning: comparing floating point with == or != is unsafe H5Tconv.c:9086: warning: comparing floating point with == or != is unsafe H5Tconv.c:9086: warning: comparing floating point with == or != is unsafe H5Tconv.c:9086: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_uintâ??: H5Tconv.c:9118: warning: comparing floating point with == or != is unsafe H5Tconv.c:9118: warning: comparing floating point with == or != is unsafe H5Tconv.c:9118: warning: comparing floating point with == or != is unsafe H5Tconv.c:9118: warning: comparing floating point with == or != is unsafe H5Tconv.c:9118: warning: comparing floating point with == or != is unsafe H5Tconv.c:9118: warning: comparing floating point with == or != is unsafe H5Tconv.c:9118: warning: comparing floating point with == or != is unsafe H5Tconv.c:9118: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_intâ??: H5Tconv.c:9151: warning: comparing floating point with == or != is unsafe H5Tconv.c:9151: warning: comparing floating point with == or != is unsafe H5Tconv.c:9151: warning: comparing floating point with == or != is unsafe H5Tconv.c:9151: warning: comparing floating point with == or != is unsafe H5Tconv.c:9151: warning: comparing floating point with == or != is unsafe H5Tconv.c:9151: warning: comparing floating point with == or != is unsafe H5Tconv.c:9151: warning: comparing floating point with == or != is unsafe H5Tconv.c:9151: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_uintâ??: H5Tconv.c:9185: warning: comparing floating point with == or != is unsafe H5Tconv.c:9185: warning: comparing floating point with == or != is unsafe H5Tconv.c:9185: warning: comparing floating point with == or != is unsafe H5Tconv.c:9185: warning: comparing floating point with == or != is unsafe H5Tconv.c:9185: warning: comparing floating point with == or != is unsafe H5Tconv.c:9185: warning: comparing floating point with == or != is unsafe H5Tconv.c:9185: warning: comparing floating point with == or != is unsafe H5Tconv.c:9185: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_float_longâ??: H5Tconv.c:9218: warning: comparing floating point with == or != is unsafe H5Tconv.c:9218: warning: comparing floating point with == or != is unsafe H5Tconv.c:9218: warning: comparing floating point with == or != is unsafe H5Tconv.c:9218: warning: comparing floating point with == or != is unsafe H5Tconv.c:9218: warning: comparing floating point with == or != is unsafe H5Tconv.c:9218: warning: comparing floating point with == or != is unsafe H5Tconv.c:9218: warning: comparing floating point with == or != is unsafe H5Tconv.c:9218: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_float_ulongâ??: H5Tconv.c:9250: warning: comparing floating point with == or != is unsafe H5Tconv.c:9250: warning: comparing floating point with == or != is unsafe H5Tconv.c:9250: warning: comparing floating point with == or != is unsafe H5Tconv.c:9250: warning: comparing floating point with == or != is unsafe H5Tconv.c:9250: warning: comparing floating point with == or != is unsafe H5Tconv.c:9250: warning: comparing floating point with == or != is unsafe H5Tconv.c:9250: warning: comparing floating point with == or != is unsafe H5Tconv.c:9250: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_longâ??: H5Tconv.c:9282: warning: comparing floating point with == or != is unsafe H5Tconv.c:9282: warning: comparing floating point with == or != is unsafe H5Tconv.c:9282: warning: comparing floating point with == or != is unsafe H5Tconv.c:9282: warning: comparing floating point with == or != is unsafe H5Tconv.c:9282: warning: comparing floating point with == or != is unsafe H5Tconv.c:9282: warning: comparing floating point with == or != is unsafe H5Tconv.c:9282: warning: comparing floating point with == or != is unsafe H5Tconv.c:9282: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_ulongâ??: H5Tconv.c:9314: warning: comparing floating point with == or != is unsafe H5Tconv.c:9314: warning: comparing floating point with == or != is unsafe H5Tconv.c:9314: warning: comparing floating point with == or != is unsafe H5Tconv.c:9314: warning: comparing floating point with == or != is unsafe H5Tconv.c:9314: warning: comparing floating point with == or != is unsafe H5Tconv.c:9314: warning: comparing floating point with == or != is unsafe H5Tconv.c:9314: warning: comparing floating point with == or != is unsafe H5Tconv.c:9314: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_longâ??: H5Tconv.c:9347: warning: comparing floating point with == or != is unsafe H5Tconv.c:9347: warning: comparing floating point with == or != is unsafe H5Tconv.c:9347: warning: comparing floating point with == or != is unsafe H5Tconv.c:9347: warning: comparing floating point with == or != is unsafe H5Tconv.c:9347: warning: comparing floating point with == or != is unsafe H5Tconv.c:9347: warning: comparing floating point with == or != is unsafe H5Tconv.c:9347: warning: comparing floating point with == or != is unsafe H5Tconv.c:9347: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_ulongâ??: H5Tconv.c:9381: warning: comparing floating point with == or != is unsafe H5Tconv.c:9381: warning: comparing floating point with == or != is unsafe H5Tconv.c:9381: warning: comparing floating point with == or != is unsafe H5Tconv.c:9381: warning: comparing floating point with == or != is unsafe H5Tconv.c:9381: warning: comparing floating point with == or != is unsafe H5Tconv.c:9381: warning: comparing floating point with == or != is unsafe H5Tconv.c:9381: warning: comparing floating point with == or != is unsafe H5Tconv.c:9381: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_float_llongâ??: H5Tconv.c:9415: warning: comparing floating point with == or != is unsafe H5Tconv.c:9415: warning: comparing floating point with == or != is unsafe H5Tconv.c:9415: warning: comparing floating point with == or != is unsafe H5Tconv.c:9415: warning: comparing floating point with == or != is unsafe H5Tconv.c:9415: warning: comparing floating point with == or != is unsafe H5Tconv.c:9415: warning: comparing floating point with == or != is unsafe H5Tconv.c:9415: warning: comparing floating point with == or != is unsafe H5Tconv.c:9415: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_double_llongâ??: H5Tconv.c:9483: warning: comparing floating point with == or != is unsafe H5Tconv.c:9483: warning: comparing floating point with == or != is unsafe H5Tconv.c:9483: warning: comparing floating point with == or != is unsafe H5Tconv.c:9483: warning: comparing floating point with == or != is unsafe H5Tconv.c:9483: warning: comparing floating point with == or != is unsafe H5Tconv.c:9483: warning: comparing floating point with == or != is unsafe H5Tconv.c:9483: warning: comparing floating point with == or != is unsafe H5Tconv.c:9483: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_ldouble_llongâ??: H5Tconv.c:9551: warning: comparing floating point with == or != is unsafe H5Tconv.c:9551: warning: comparing floating point with == or != is unsafe H5Tconv.c:9551: warning: comparing floating point with == or != is unsafe H5Tconv.c:9551: warning: comparing floating point with == or != is unsafe H5Tconv.c:9551: warning: comparing floating point with == or != is unsafe H5Tconv.c:9551: warning: comparing floating point with == or != is unsafe H5Tconv.c:9551: warning: comparing floating point with == or != is unsafe H5Tconv.c:9551: warning: comparing floating point with == or != is unsafe H5Tconv.c: In function â??H5T_conv_f_iâ??: H5Tconv.c:9708: warning: cast from function call of type â??doubleâ?? to non-matching type â??long unsigned intâ?? H5Tconv.c: In function â??H5T_conv_i_fâ??: H5Tconv.c:10506: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long unsigned intâ?? mv -f .deps/H5Tconv.Tpo .deps/H5Tconv.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tcset.lo -MD -MP -MF .deps/H5Tcset.Tpo -c -o H5Tcset.lo H5Tcset.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tcset.lo -MD -MP -MF .deps/H5Tcset.Tpo -c H5Tcset.c -o H5Tcset.o mv -f .deps/H5Tcset.Tpo .deps/H5Tcset.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tdbg.lo -MD -MP -MF .deps/H5Tdbg.Tpo -c -o H5Tdbg.lo H5Tdbg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tdbg.lo -MD -MP -MF .deps/H5Tdbg.Tpo -c H5Tdbg.c -o H5Tdbg.o mv -f .deps/H5Tdbg.Tpo .deps/H5Tdbg.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tdeprec.lo -MD -MP -MF .deps/H5Tdeprec.Tpo -c -o H5Tdeprec.lo H5Tdeprec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tdeprec.lo -MD -MP -MF .deps/H5Tdeprec.Tpo -c H5Tdeprec.c -o H5Tdeprec.o mv -f .deps/H5Tdeprec.Tpo .deps/H5Tdeprec.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tenum.lo -MD -MP -MF .deps/H5Tenum.Tpo -c -o H5Tenum.lo H5Tenum.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tenum.lo -MD -MP -MF .deps/H5Tenum.Tpo -c H5Tenum.c -o H5Tenum.o mv -f .deps/H5Tenum.Tpo .deps/H5Tenum.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tfields.lo -MD -MP -MF .deps/H5Tfields.Tpo -c -o H5Tfields.lo H5Tfields.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tfields.lo -MD -MP -MF .deps/H5Tfields.Tpo -c H5Tfields.c -o H5Tfields.o mv -f .deps/H5Tfields.Tpo .deps/H5Tfields.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tfixed.lo -MD -MP -MF .deps/H5Tfixed.Tpo -c -o H5Tfixed.lo H5Tfixed.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tfixed.lo -MD -MP -MF .deps/H5Tfixed.Tpo -c H5Tfixed.c -o H5Tfixed.o mv -f .deps/H5Tfixed.Tpo .deps/H5Tfixed.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tfloat.lo -MD -MP -MF .deps/H5Tfloat.Tpo -c -o H5Tfloat.lo H5Tfloat.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tfloat.lo -MD -MP -MF .deps/H5Tfloat.Tpo -c H5Tfloat.c -o H5Tfloat.o mv -f .deps/H5Tfloat.Tpo .deps/H5Tfloat.Plo gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -g -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5detect-H5detect.o -MD -MP -MF .deps/H5detect-H5detect.Tpo -c -o H5detect-H5detect.o `test -f 'H5detect.c' || echo './'`H5detect.c H5detect.c: In function â??bit_cmpâ??: H5detect.c:810: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:810: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:815: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:815: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c: In function â??fix_orderâ??: H5detect.c:871: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:871: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c: In function â??imp_bitâ??: H5detect.c:935: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:935: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c: In function â??detect_C89_integersâ??: H5detect.c:1158: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1158: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1158: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1158: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1158: warning: cast discards qualifiers from pointer target type H5detect.c:1158: warning: cast discards qualifiers from pointer target type H5detect.c:1159: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1159: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1159: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1159: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1159: warning: cast discards qualifiers from pointer target type H5detect.c:1159: warning: cast discards qualifiers from pointer target type H5detect.c:1160: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1160: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1160: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1160: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1160: warning: cast discards qualifiers from pointer target type H5detect.c:1160: warning: cast discards qualifiers from pointer target type H5detect.c:1161: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1161: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1161: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1161: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1161: warning: cast discards qualifiers from pointer target type H5detect.c:1161: warning: cast discards qualifiers from pointer target type H5detect.c:1162: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1162: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1162: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1162: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1162: warning: cast discards qualifiers from pointer target type H5detect.c:1162: warning: cast discards qualifiers from pointer target type H5detect.c:1163: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1163: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1163: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1163: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1163: warning: cast discards qualifiers from pointer target type H5detect.c:1163: warning: cast discards qualifiers from pointer target type H5detect.c:1164: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1164: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1164: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1164: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1164: warning: cast discards qualifiers from pointer target type H5detect.c:1164: warning: cast discards qualifiers from pointer target type H5detect.c:1165: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1165: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1165: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1165: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1165: warning: cast discards qualifiers from pointer target type H5detect.c:1165: warning: cast discards qualifiers from pointer target type H5detect.c: In function â??detect_C89_floatsâ??: H5detect.c:1186: warning: passing argument 1 of â??byte_cmpâ?? with different width due to prototype H5detect.c:1186: warning: passing argument 1 of â??fix_orderâ?? with different width due to prototype H5detect.c:1186: warning: passing argument 1 of â??imp_bitâ?? with different width due to prototype H5detect.c:1186: warning: passing argument 1 of â??bit_cmpâ?? with different width due to prototype H5detect.c:1186: warning: passing argument 1 of â??bit_cmpâ?? with different width due to prototype H5detect.c:1186: warning: cast discards qualifiers from pointer target type H5detect.c:1186: warning: cast discards qualifiers from pointer target type H5detect.c:1186: warning: comparing floating point with == or != is unsafe H5detect.c:1187: warning: passing argument 1 of â??byte_cmpâ?? with different width due to prototype H5detect.c:1187: warning: passing argument 1 of â??fix_orderâ?? with different width due to prototype H5detect.c:1187: warning: passing argument 1 of â??imp_bitâ?? with different width due to prototype H5detect.c:1187: warning: passing argument 1 of â??bit_cmpâ?? with different width due to prototype H5detect.c:1187: warning: passing argument 1 of â??bit_cmpâ?? with different width due to prototype H5detect.c:1187: warning: cast discards qualifiers from pointer target type H5detect.c:1187: warning: cast discards qualifiers from pointer target type H5detect.c:1187: warning: comparing floating point with == or != is unsafe H5detect.c: In function â??detect_C99_integers8â??: H5detect.c:1209: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1209: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1209: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1209: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1209: warning: cast discards qualifiers from pointer target type H5detect.c:1209: warning: cast discards qualifiers from pointer target type H5detect.c:1212: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1212: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1212: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1212: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1212: warning: cast discards qualifiers from pointer target type H5detect.c:1212: warning: cast discards qualifiers from pointer target type H5detect.c:1215: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1215: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1215: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1215: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1215: warning: cast discards qualifiers from pointer target type H5detect.c:1215: warning: cast discards qualifiers from pointer target type H5detect.c:1218: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1218: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1218: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1218: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1218: warning: cast discards qualifiers from pointer target type H5detect.c:1218: warning: cast discards qualifiers from pointer target type H5detect.c:1221: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1221: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1221: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1221: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1221: warning: cast discards qualifiers from pointer target type H5detect.c:1221: warning: cast discards qualifiers from pointer target type H5detect.c:1224: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1224: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1224: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1224: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1224: warning: cast discards qualifiers from pointer target type H5detect.c:1224: warning: cast discards qualifiers from pointer target type H5detect.c: In function â??detect_C99_integers16â??: H5detect.c:1247: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1247: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1247: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1247: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1247: warning: cast discards qualifiers from pointer target type H5detect.c:1247: warning: cast discards qualifiers from pointer target type H5detect.c:1250: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1250: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1250: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1250: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1250: warning: cast discards qualifiers from pointer target type H5detect.c:1250: warning: cast discards qualifiers from pointer target type H5detect.c:1253: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1253: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1253: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1253: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1253: warning: cast discards qualifiers from pointer target type H5detect.c:1253: warning: cast discards qualifiers from pointer target type H5detect.c:1256: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1256: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1256: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1256: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1256: warning: cast discards qualifiers from pointer target type H5detect.c:1256: warning: cast discards qualifiers from pointer target type H5detect.c:1259: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1259: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1259: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1259: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1259: warning: cast discards qualifiers from pointer target type H5detect.c:1259: warning: cast discards qualifiers from pointer target type H5detect.c:1262: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1262: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1262: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1262: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1262: warning: cast discards qualifiers from pointer target type H5detect.c:1262: warning: cast discards qualifiers from pointer target type H5detect.c: In function â??detect_C99_integers32â??: H5detect.c:1285: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1285: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1285: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1285: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1285: warning: cast discards qualifiers from pointer target type H5detect.c:1285: warning: cast discards qualifiers from pointer target type H5detect.c:1288: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1288: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1288: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1288: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1288: warning: cast discards qualifiers from pointer target type H5detect.c:1288: warning: cast discards qualifiers from pointer target type H5detect.c:1291: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1291: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1291: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1291: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1291: warning: cast discards qualifiers from pointer target type H5detect.c:1291: warning: cast discards qualifiers from pointer target type H5detect.c:1294: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1294: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1294: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1294: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1294: warning: cast discards qualifiers from pointer target type H5detect.c:1294: warning: cast discards qualifiers from pointer target type H5detect.c:1297: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1297: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1297: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1297: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1297: warning: cast discards qualifiers from pointer target type H5detect.c:1297: warning: cast discards qualifiers from pointer target type H5detect.c:1300: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1300: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1300: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1300: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1300: warning: cast discards qualifiers from pointer target type H5detect.c:1300: warning: cast discards qualifiers from pointer target type H5detect.c: In function â??detect_C99_integers64â??: H5detect.c:1323: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1323: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1323: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1323: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1323: warning: cast discards qualifiers from pointer target type H5detect.c:1323: warning: cast discards qualifiers from pointer target type H5detect.c:1326: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1326: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1326: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1326: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1326: warning: cast discards qualifiers from pointer target type H5detect.c:1326: warning: cast discards qualifiers from pointer target type H5detect.c:1329: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1329: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1329: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1329: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1329: warning: cast discards qualifiers from pointer target type H5detect.c:1329: warning: cast discards qualifiers from pointer target type H5detect.c:1332: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1332: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1332: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1332: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1332: warning: cast discards qualifiers from pointer target type H5detect.c:1332: warning: cast discards qualifiers from pointer target type H5detect.c:1335: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1335: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1335: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1335: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1335: warning: cast discards qualifiers from pointer target type H5detect.c:1335: warning: cast discards qualifiers from pointer target type H5detect.c:1338: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1338: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1338: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1338: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1338: warning: cast discards qualifiers from pointer target type H5detect.c:1338: warning: cast discards qualifiers from pointer target type H5detect.c:1342: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1342: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1342: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1342: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1342: warning: cast discards qualifiers from pointer target type H5detect.c:1342: warning: cast discards qualifiers from pointer target type H5detect.c:1343: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1343: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1343: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1343: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype H5detect.c:1343: warning: cast discards qualifiers from pointer target type H5detect.c:1343: warning: cast discards qualifiers from pointer target type H5detect.c: In function â??detect_C99_floatsâ??: H5detect.c:1408: warning: passing argument 1 of â??byte_cmpâ?? with different width due to prototype H5detect.c:1408: warning: passing argument 1 of â??fix_orderâ?? with different width due to prototype H5detect.c:1408: warning: passing argument 1 of â??imp_bitâ?? with different width due to prototype H5detect.c:1408: warning: passing argument 1 of â??bit_cmpâ?? with different width due to prototype H5detect.c:1408: warning: passing argument 1 of â??bit_cmpâ?? with different width due to prototype H5detect.c:1408: warning: cast discards qualifiers from pointer target type H5detect.c:1408: warning: cast discards qualifiers from pointer target type H5detect.c:1408: warning: comparing floating point with == or != is unsafe H5detect.c: In function â??sigsegv_handlerâ??: H5detect.c:468: warning: function might be possible candidate for attribute â??noreturnâ?? H5detect.c: In function â??sigbus_handlerâ??: H5detect.c:493: warning: function might be possible candidate for attribute â??noreturnâ?? mv -f .deps/H5detect-H5detect.Tpo .deps/H5detect-H5detect.Po /bin/sh ../libtool --tag=CC --mode=link gcc -g -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o H5detect H5detect-H5detect.o -lm libtool: link: gcc -g -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o H5detect H5detect-H5detect.o -lm LD_LIBRARY_PATH="$LD_LIBRARY_PATH`echo | \ sed -e 's/-L/:/g' -e 's/ //g'`" \ ./H5detect > H5Tinit.c || \ (test $HDF5_Make_Ignore && echo "*** Error ignored") || \ (rm -f H5Tinit.c ; exit 1) /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tinit.lo -MD -MP -MF .deps/H5Tinit.Tpo -c -o H5Tinit.lo H5Tinit.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tinit.lo -MD -MP -MF .deps/H5Tinit.Tpo -c H5Tinit.c -o H5Tinit.o mv -f .deps/H5Tinit.Tpo .deps/H5Tinit.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tnative.lo -MD -MP -MF .deps/H5Tnative.Tpo -c -o H5Tnative.lo H5Tnative.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tnative.lo -MD -MP -MF .deps/H5Tnative.Tpo -c H5Tnative.c -o H5Tnative.o mv -f .deps/H5Tnative.Tpo .deps/H5Tnative.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Toffset.lo -MD -MP -MF .deps/H5Toffset.Tpo -c -o H5Toffset.lo H5Toffset.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Toffset.lo -MD -MP -MF .deps/H5Toffset.Tpo -c H5Toffset.c -o H5Toffset.o mv -f .deps/H5Toffset.Tpo .deps/H5Toffset.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Toh.lo -MD -MP -MF .deps/H5Toh.Tpo -c -o H5Toh.lo H5Toh.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Toh.lo -MD -MP -MF .deps/H5Toh.Tpo -c H5Toh.c -o H5Toh.o mv -f .deps/H5Toh.Tpo .deps/H5Toh.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Topaque.lo -MD -MP -MF .deps/H5Topaque.Tpo -c -o H5Topaque.lo H5Topaque.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Topaque.lo -MD -MP -MF .deps/H5Topaque.Tpo -c H5Topaque.c -o H5Topaque.o mv -f .deps/H5Topaque.Tpo .deps/H5Topaque.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Torder.lo -MD -MP -MF .deps/H5Torder.Tpo -c -o H5Torder.lo H5Torder.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Torder.lo -MD -MP -MF .deps/H5Torder.Tpo -c H5Torder.c -o H5Torder.o mv -f .deps/H5Torder.Tpo .deps/H5Torder.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tpad.lo -MD -MP -MF .deps/H5Tpad.Tpo -c -o H5Tpad.lo H5Tpad.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tpad.lo -MD -MP -MF .deps/H5Tpad.Tpo -c H5Tpad.c -o H5Tpad.o mv -f .deps/H5Tpad.Tpo .deps/H5Tpad.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tprecis.lo -MD -MP -MF .deps/H5Tprecis.Tpo -c -o H5Tprecis.lo H5Tprecis.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tprecis.lo -MD -MP -MF .deps/H5Tprecis.Tpo -c H5Tprecis.c -o H5Tprecis.o mv -f .deps/H5Tprecis.Tpo .deps/H5Tprecis.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tstrpad.lo -MD -MP -MF .deps/H5Tstrpad.Tpo -c -o H5Tstrpad.lo H5Tstrpad.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tstrpad.lo -MD -MP -MF .deps/H5Tstrpad.Tpo -c H5Tstrpad.c -o H5Tstrpad.o mv -f .deps/H5Tstrpad.Tpo .deps/H5Tstrpad.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tvisit.lo -MD -MP -MF .deps/H5Tvisit.Tpo -c -o H5Tvisit.lo H5Tvisit.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tvisit.lo -MD -MP -MF .deps/H5Tvisit.Tpo -c H5Tvisit.c -o H5Tvisit.o mv -f .deps/H5Tvisit.Tpo .deps/H5Tvisit.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tvlen.lo -MD -MP -MF .deps/H5Tvlen.Tpo -c -o H5Tvlen.lo H5Tvlen.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Tvlen.lo -MD -MP -MF .deps/H5Tvlen.Tpo -c H5Tvlen.c -o H5Tvlen.o mv -f .deps/H5Tvlen.Tpo .deps/H5Tvlen.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5TS.lo -MD -MP -MF .deps/H5TS.Tpo -c -o H5TS.lo H5TS.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5TS.lo -MD -MP -MF .deps/H5TS.Tpo -c H5TS.c -o H5TS.o mv -f .deps/H5TS.Tpo .deps/H5TS.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5V.lo -MD -MP -MF .deps/H5V.Tpo -c -o H5V.lo H5V.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5V.lo -MD -MP -MF .deps/H5V.Tpo -c H5V.c -o H5V.o mv -f .deps/H5V.Tpo .deps/H5V.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5WB.lo -MD -MP -MF .deps/H5WB.Tpo -c -o H5WB.lo H5WB.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5WB.lo -MD -MP -MF .deps/H5WB.Tpo -c H5WB.c -o H5WB.o mv -f .deps/H5WB.Tpo .deps/H5WB.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Z.lo -MD -MP -MF .deps/H5Z.Tpo -c -o H5Z.lo H5Z.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Z.lo -MD -MP -MF .deps/H5Z.Tpo -c H5Z.c -o H5Z.o mv -f .deps/H5Z.Tpo .deps/H5Z.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zdeflate.lo -MD -MP -MF .deps/H5Zdeflate.Tpo -c -o H5Zdeflate.lo H5Zdeflate.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zdeflate.lo -MD -MP -MF .deps/H5Zdeflate.Tpo -c H5Zdeflate.c -o H5Zdeflate.o mv -f .deps/H5Zdeflate.Tpo .deps/H5Zdeflate.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zfletcher32.lo -MD -MP -MF .deps/H5Zfletcher32.Tpo -c -o H5Zfletcher32.lo H5Zfletcher32.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zfletcher32.lo -MD -MP -MF .deps/H5Zfletcher32.Tpo -c H5Zfletcher32.c -o H5Zfletcher32.o mv -f .deps/H5Zfletcher32.Tpo .deps/H5Zfletcher32.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Znbit.lo -MD -MP -MF .deps/H5Znbit.Tpo -c -o H5Znbit.lo H5Znbit.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Znbit.lo -MD -MP -MF .deps/H5Znbit.Tpo -c H5Znbit.c -o H5Znbit.o mv -f .deps/H5Znbit.Tpo .deps/H5Znbit.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zshuffle.lo -MD -MP -MF .deps/H5Zshuffle.Tpo -c -o H5Zshuffle.lo H5Zshuffle.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zshuffle.lo -MD -MP -MF .deps/H5Zshuffle.Tpo -c H5Zshuffle.c -o H5Zshuffle.o mv -f .deps/H5Zshuffle.Tpo .deps/H5Zshuffle.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zszip.lo -MD -MP -MF .deps/H5Zszip.Tpo -c -o H5Zszip.lo H5Zszip.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zszip.lo -MD -MP -MF .deps/H5Zszip.Tpo -c H5Zszip.c -o H5Zszip.o mv -f .deps/H5Zszip.Tpo .deps/H5Zszip.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zscaleoffset.lo -MD -MP -MF .deps/H5Zscaleoffset.Tpo -c -o H5Zscaleoffset.lo H5Zscaleoffset.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Zscaleoffset.lo -MD -MP -MF .deps/H5Zscaleoffset.Tpo -c H5Zscaleoffset.c -o H5Zscaleoffset.o H5Zscaleoffset.c: In function â??H5Z_scaleoffset_postdecompress_fdâ??: H5Zscaleoffset.c:1382: warning: comparison between signed and unsigned H5Zscaleoffset.c:1382: warning: comparison between signed and unsigned H5Zscaleoffset.c:1382: warning: comparison between signed and unsigned H5Zscaleoffset.c:1385: warning: comparison between signed and unsigned H5Zscaleoffset.c:1385: warning: comparison between signed and unsigned H5Zscaleoffset.c:1385: warning: comparison between signed and unsigned H5Zscaleoffset.c: In function â??H5Z_scaleoffset_decompress_one_atomicâ??: H5Zscaleoffset.c:1449: warning: comparison between signed and unsigned H5Zscaleoffset.c: In function â??H5Z_scaleoffset_compress_one_atomicâ??: H5Zscaleoffset.c:1523: warning: comparison between signed and unsigned mv -f .deps/H5Zscaleoffset.Tpo .deps/H5Zscaleoffset.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ztrans.lo -MD -MP -MF .deps/H5Ztrans.Tpo -c -o H5Ztrans.lo H5Ztrans.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5Ztrans.lo -MD -MP -MF .deps/H5Ztrans.Tpo -c H5Ztrans.c -o H5Ztrans.o mv -f .deps/H5Ztrans.Tpo .deps/H5Ztrans.Plo /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -version-info 5:1:0 -o libhdf5.la -rpath /usr/local/lib H5.lo H5checksum.lo H5dbg.lo H5system.lo H5timer.lo H5trace.lo H5A.lo H5Abtree2.lo H5Adense.lo H5Adeprec.lo H5Aint.lo H5Atest.lo H5AC.lo H5B.lo H5Bcache.lo H5B2.lo H5B2cache.lo H5B2dbg.lo H5B2int.lo H5B2stat.lo H5B2test.lo H5C.lo H5CS.lo H5D.lo H5Dchunk.lo H5Dcompact.lo H5Dcontig.lo H5Ddbg.lo H5Ddeprec.lo H5Defl.lo H5Dfill.lo H5Dint.lo H5Dio.lo H5Distore.lo H5Dmpio.lo H5Doh.lo H5Dscatgath.lo H5Dselect.lo H5Dtest.lo H5E.lo H5Edeprec.lo H5Eint.lo H5F.lo H5Fdbg.lo H5Ffake.lo H5Fmount.lo H5Fsfile.lo H5Fsuper.lo H5Ftest.lo H5FD.lo H5FDcore.lo H5FDdirect.lo H5FDfamily.lo H5FDlog.lo H5FDmpi.lo H5FDmpio.lo H5FDmpiposix.lo H5FDmulti.lo H5FDsec2.lo H5FDspace.lo H5FDstdio.lo H5FL.lo H5FO.lo H5FS.lo H5FScache.lo H5FSdbg.lo H5FSsection.lo H5G.lo H5Gbtree2.lo H5Gcompact.lo H5Gdense.lo H5Gdeprec.lo H5Gent.lo H5Gint.lo H5Glink.lo H5Gloc.lo H5Gname.lo H5Gnode.lo H5Gobj.lo H5Goh.lo H5Gstab.lo H5Gtest.lo H5Gtraverse.lo H5HF.lo H5HFbtree2.lo H5HFcache.lo H5HFdbg.lo H5HFdblock.lo H5HFdtable.lo H5HFhdr.lo H5HFhuge.lo H5HFiblock.lo H5HFiter.lo H5HFman.lo H5HFsection.lo H5HFspace.lo H5HFstat.lo H5HFtest.lo H5HFtiny.lo H5HG.lo H5HGdbg.lo H5HL.lo H5HLdbg.lo H5HP.lo H5I.lo H5L.lo H5Lexternal.lo H5MF.lo H5MM.lo H5MP.lo H5MPtest.lo H5O.lo H5Oainfo.lo H5Oalloc.lo H5Oattr.lo H5Oattribute.lo H5Obogus.lo H5Obtreek.lo H5Ocache.lo H5Ocont.lo H5Ocopy.lo H5Odbg.lo H5Odrvinfo.lo H5Odtype.lo H5Oefl.lo H5Ofill.lo H5Oginfo.lo H5Olayout.lo H5Olinfo.lo H5Olink.lo H5Omessage.lo H5Omtime.lo H5Oname.lo H5Onull.lo H5Opline.lo H5Orefcount.lo H5Osdspace.lo H5Oshared.lo H5Ostab.lo H5Oshmesg.lo H5Otest.lo H5Ounknown.lo H5P.lo H5Pacpl.lo H5Pdcpl.lo H5Pdeprec.lo H5Pdxpl.lo H5Pfapl.lo H5Pfcpl.lo H5Pfmpl.lo H5Pgcpl.lo H5Pint.lo H5Plapl.lo H5Plcpl.lo H5Pocpl.lo H5Pocpypl.lo H5Pstrcpl.lo H5Ptest.lo H5R.lo H5Rdeprec.lo H5RC.lo H5RS.lo H5S.lo H5Sall.lo H5Sdbg.lo H5Shyper.lo H5Smpio.lo H5Snone.lo H5Spoint.lo H5Sselect.lo H5Stest.lo H5SL.lo H5SM.lo H5SMbtree2.lo H5SMcache.lo H5SMtest.lo H5ST.lo H5T.lo H5Tarray.lo H5Tbit.lo H5Tcommit.lo H5Tcompound.lo H5Tconv.lo H5Tcset.lo H5Tdbg.lo H5Tdeprec.lo H5Tenum.lo H5Tfields.lo H5Tfixed.lo H5Tfloat.lo H5Tinit.lo H5Tnative.lo H5Toffset.lo H5Toh.lo H5Topaque.lo H5Torder.lo H5Tpad.lo H5Tprecis.lo H5Tstrpad.lo H5Tvisit.lo H5Tvlen.lo H5TS.lo H5V.lo H5WB.lo H5Z.lo H5Zdeflate.lo H5Zfletcher32.lo H5Znbit.lo H5Zshuffle.lo H5Zszip.lo H5Zscaleoffset.lo H5Ztrans.lo -lm libtool: link: ar cru .libs/libhdf5.a H5.o H5checksum.o H5dbg.o H5system.o H5timer.o H5trace.o H5A.o H5Abtree2.o H5Adense.o H5Adeprec.o H5Aint.o H5Atest.o H5AC.o H5B.o H5Bcache.o H5B2.o H5B2cache.o H5B2dbg.o H5B2int.o H5B2stat.o H5B2test.o H5C.o H5CS.o H5D.o H5Dchunk.o H5Dcompact.o H5Dcontig.o H5Ddbg.o H5Ddeprec.o H5Defl.o H5Dfill.o H5Dint.o H5Dio.o H5Distore.o H5Dmpio.o H5Doh.o H5Dscatgath.o H5Dselect.o H5Dtest.o H5E.o H5Edeprec.o H5Eint.o H5F.o H5Fdbg.o H5Ffake.o H5Fmount.o H5Fsfile.o H5Fsuper.o H5Ftest.o H5FD.o H5FDcore.o H5FDdirect.o H5FDfamily.o H5FDlog.o H5FDmpi.o H5FDmpio.o H5FDmpiposix.o H5FDmulti.o H5FDsec2.o H5FDspace.o H5FDstdio.o H5FL.o H5FO.o H5FS.o H5FScache.o H5FSdbg.o H5FSsection.o H5G.o H5Gbtree2.o H5Gcompact.o H5Gdense.o H5Gdeprec.o H5Gent.o H5Gint.o H5Glink.o H5Gloc.o H5Gname.o H5Gnode.o H5Gobj.o H5Goh.o H5Gstab.o H5Gtest.o H5Gtraverse.o H5HF.o H5HFbtree2.o H5HFcache.o H5HFdbg.o H5HFdblock.o H5HFdtable.o H5HFhdr.o H5HFhuge.o H5HFiblock.o H5HFiter.o H5HFman.o H5HFsection.o H5HFspace.o H5HFstat.o H5HFtest.o H5HFtiny.o H5HG.o H5HGdbg.o H5HL.o H5HLdbg.o H5HP.o H5I.o H5L.o H5Lexternal.o H5MF.o H5MM.o H5MP.o H5MPtest.o H5O.o H5Oainfo.o H5Oalloc.o H5Oattr.o H5Oattribute.o H5Obogus.o H5Obtreek.o H5Ocache.o H5Ocont.o H5Ocopy.o H5Odbg.o H5Odrvinfo.o H5Odtype.o H5Oefl.o H5Ofill.o H5Oginfo.o H5Olayout.o H5Olinfo.o H5Olink.o H5Omessage.o H5Omtime.o H5Oname.o H5Onull.o H5Opline.o H5Orefcount.o H5Osdspace.o H5Oshared.o H5Ostab.o H5Oshmesg.o H5Otest.o H5Ounknown.o H5P.o H5Pacpl.o H5Pdcpl.o H5Pdeprec.o H5Pdxpl.o H5Pfapl.o H5Pfcpl.o H5Pfmpl.o H5Pgcpl.o H5Pint.o H5Plapl.o H5Plcpl.o H5Pocpl.o H5Pocpypl.o H5Pstrcpl.o H5Ptest.o H5R.o H5Rdeprec.o H5RC.o H5RS.o H5S.o H5Sall.o H5Sdbg.o H5Shyper.o H5Smpio.o H5Snone.o H5Spoint.o H5Sselect.o H5Stest.o H5SL.o H5SM.o H5SMbtree2.o H5SMcache.o H5SMtest.o H5ST.o H5T.o H5Tarray.o H5Tbit.o H5Tcommit.o H5Tcompound.o H5Tconv.o H5Tcset.o H5Tdbg.o H5Tdeprec.o H5Tenum.o H5Tfields.o H5Tfixed.o H5Tfloat.o H5Tinit.o H5Tnative.o H5Toffset.o H5Toh.o H5Topaque.o H5Torder.o H5Tpad.o H5Tprecis.o H5Tstrpad.o H5Tvisit.o H5Tvlen.o H5TS.o H5V.o H5WB.o H5Z.o H5Zdeflate.o H5Zfletcher32.o H5Znbit.o H5Zshuffle.o H5Zszip.o H5Zscaleoffset.o H5Ztrans.o ranlib: file: .libs/libhdf5.a(H5CS.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Dmpio.o) has no symbols ranlib: file: .libs/libhdf5.a(H5FDdirect.o) has no symbols ranlib: file: .libs/libhdf5.a(H5FDmpio.o) has no symbols ranlib: file: .libs/libhdf5.a(H5FDmpiposix.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Obogus.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Smpio.o) has no symbols ranlib: file: .libs/libhdf5.a(H5TS.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Zdeflate.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Zszip.o) has no symbols libtool: link: ranlib .libs/libhdf5.a ranlib: file: .libs/libhdf5.a(H5CS.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Dmpio.o) has no symbols ranlib: file: .libs/libhdf5.a(H5FDdirect.o) has no symbols ranlib: file: .libs/libhdf5.a(H5FDmpio.o) has no symbols ranlib: file: .libs/libhdf5.a(H5FDmpiposix.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Obogus.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Smpio.o) has no symbols ranlib: file: .libs/libhdf5.a(H5TS.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Zdeflate.o) has no symbols ranlib: file: .libs/libhdf5.a(H5Zszip.o) has no symbols libtool: link: ( cd ".libs" && rm -f "libhdf5.la" && ln -s "../libhdf5.la" "libhdf5.la" ) Making all in test /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5test.lo -MD -MP -MF .deps/h5test.Tpo -c -o h5test.lo h5test.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5test.lo -MD -MP -MF .deps/h5test.Tpo -c h5test.c -o h5test.o h5test.c: In function â??h5_cleanupâ??: h5test.c:176: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype h5test.c:176: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype h5test.c: In function â??h5_fixnameâ??: h5test.c:420: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype h5test.c: In function â??h5_fileaccessâ??: h5test.c:565: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype h5test.c:565: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype h5test.c: In function â??print_funcâ??: h5test.c:885: warning: function might be possible candidate for â??printfâ?? format attribute mv -f .deps/h5test.Tpo .deps/h5test.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT testframe.lo -MD -MP -MF .deps/testframe.Tpo -c -o testframe.lo testframe.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT testframe.lo -MD -MP -MF .deps/testframe.Tpo -c testframe.c -o testframe.o testframe.c: In function â??TestErrPrintfâ??: testframe.c:534: warning: function might be possible candidate for â??printfâ?? format attribute mv -f .deps/testframe.Tpo .deps/testframe.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT cache_common.lo -MD -MP -MF .deps/cache_common.Tpo -c -o cache_common.lo cache_common.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT cache_common.lo -MD -MP -MF .deps/cache_common.Tpo -c cache_common.c -o cache_common.o mv -f .deps/cache_common.Tpo .deps/cache_common.Plo /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o libh5test.la h5test.lo testframe.lo cache_common.lo -lm libtool: link: ar cru .libs/libh5test.a h5test.o testframe.o cache_common.o libtool: link: ranlib .libs/libh5test.a libtool: link: ( cd ".libs" && rm -f "libh5test.la" && ln -s "../libh5test.la" "libh5test.la" ) gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT testhdf5.o -MD -MP -MF .deps/testhdf5.Tpo -c -o testhdf5.o testhdf5.c mv -f .deps/testhdf5.Tpo .deps/testhdf5.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tarray.o -MD -MP -MF .deps/tarray.Tpo -c -o tarray.o tarray.c mv -f .deps/tarray.Tpo .deps/tarray.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tattr.o -MD -MP -MF .deps/tattr.Tpo -c -o tattr.o tattr.c tattr.c: In function â??test_attr_compound_readâ??: tattr.c:833: warning: cast from function call of type â??H5T_order_tâ?? to non-matching type â??long intâ?? tattr.c:842: warning: cast from function call of type â??H5T_order_tâ?? to non-matching type â??long intâ?? tattr.c:851: warning: cast from function call of type â??H5T_order_tâ?? to non-matching type â??long intâ?? tattr.c: In function â??test_attr_mult_readâ??: tattr.c:1214: warning: cast from function call of type â??H5T_order_tâ?? to non-matching type â??long intâ?? tattr.c:1269: warning: cast from function call of type â??H5T_order_tâ?? to non-matching type â??long intâ?? tattr.c:1327: warning: cast from function call of type â??H5T_order_tâ?? to non-matching type â??long intâ?? tattr.c: In function â??test_attr_corder_create_compactâ??: tattr.c:3605: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attr_corder_create_denseâ??: tattr.c:3803: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attr_corder_deleteâ??: tattr.c:4544: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attr_info_by_idxâ??: tattr.c:4892: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attr_delete_by_idxâ??: tattr.c:5102: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attr_iterate2â??: tattr.c:6060: warning: â??dsetnameâ?? may be used uninitialized in this function tattr.c:6043: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attr_open_by_idxâ??: tattr.c:6407: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attr_open_by_nameâ??: tattr.c:6766: warning: â??dsetnameâ?? may be used uninitialized in this function tattr.c:6754: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attr_create_by_nameâ??: tattr.c:7020: warning: â??dsetnameâ?? may be used uninitialized in this function tattr.c:7008: warning: â??my_datasetâ?? may be used uninitialized in this function tattr.c: In function â??test_attrâ??: tattr.c:4138: warning: â??my_datasetâ?? may be used uninitialized in this function mv -f .deps/tattr.Tpo .deps/tattr.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tchecksum.o -MD -MP -MF .deps/tchecksum.Tpo -c -o tchecksum.o tchecksum.c mv -f .deps/tchecksum.Tpo .deps/tchecksum.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tconfig.o -MD -MP -MF .deps/tconfig.Tpo -c -o tconfig.o tconfig.c mv -f .deps/tconfig.Tpo .deps/tconfig.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tfile.o -MD -MP -MF .deps/tfile.Tpo -c -o tfile.o tfile.c mv -f .deps/tfile.Tpo .deps/tfile.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tgenprop.o -MD -MP -MF .deps/tgenprop.Tpo -c -o tgenprop.o tgenprop.c mv -f .deps/tgenprop.Tpo .deps/tgenprop.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT th5o.o -MD -MP -MF .deps/th5o.Tpo -c -o th5o.o th5o.c th5o.c: In function â??test_h5o_closeâ??: th5o.c:165: warning: cast from function call of type â??H5I_type_tâ?? to non-matching type â??long intâ?? mv -f .deps/th5o.Tpo .deps/th5o.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT th5s.o -MD -MP -MF .deps/th5s.Tpo -c -o th5s.o th5s.c mv -f .deps/th5s.Tpo .deps/th5s.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tcoords.o -MD -MP -MF .deps/tcoords.Tpo -c -o tcoords.o tcoords.c tcoords.c: In function â??test_singleEnd_selHyperslabâ??: tcoords.c:289: warning: passing argument 3 of â??memsetâ?? with different width due to prototype tcoords.c: In function â??test_multiple_endsâ??: tcoords.c:468: warning: passing argument 3 of â??memsetâ?? with different width due to prototype mv -f .deps/tcoords.Tpo .deps/tcoords.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT theap.o -MD -MP -MF .deps/theap.Tpo -c -o theap.o theap.c theap.c: In function â??test_heap_initâ??: theap.c:96: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype mv -f .deps/theap.Tpo .deps/theap.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tid.o -MD -MP -MF .deps/tid.Tpo -c -o tid.o tid.c mv -f .deps/tid.Tpo .deps/tid.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT titerate.o -MD -MP -MF .deps/titerate.Tpo -c -o titerate.o titerate.c mv -f .deps/titerate.Tpo .deps/titerate.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tmeta.o -MD -MP -MF .deps/tmeta.Tpo -c -o tmeta.o tmeta.c mv -f .deps/tmeta.Tpo .deps/tmeta.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tmisc.o -MD -MP -MF .deps/tmisc.Tpo -c -o tmisc.o tmisc.c tmisc.c: In function â??test_misc16â??: tmisc.c:2690: warning: initialization makes integer from pointer without a cast tmisc.c: In function â??test_misc17â??: tmisc.c:2769: warning: initialization makes integer from pointer without a cast mv -f .deps/tmisc.Tpo .deps/tmisc.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT trefer.o -MD -MP -MF .deps/trefer.Tpo -c -o trefer.o trefer.c trefer.c: In function â??test_reference_regionâ??: trefer.c:331: warning: missing braces around initializer trefer.c:331: warning: (near initialization for â??nvrbuf[0]â??) trefer.c:331: warning: large integer implicitly truncated to unsigned type trefer.c:410: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type trefer.c: In function â??test_reference_region_1Dâ??: trefer.c:682: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type trefer.c: In function â??test_reference_compatâ??: trefer.c:1147: warning: passing argument 2 of â??callocâ?? with different width due to prototype trefer.c:1149: warning: passing argument 2 of â??callocâ?? with different width due to prototype trefer.c:1267: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type mv -f .deps/trefer.Tpo .deps/trefer.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT trefstr.o -MD -MP -MF .deps/trefstr.Tpo -c -o trefstr.o trefstr.c trefstr.c: In function â??test_refstr_ownâ??: trefstr.c:293: warning: unused variable â??FUNCâ?? mv -f .deps/trefstr.Tpo .deps/trefstr.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tselect.o -MD -MP -MF .deps/tselect.Tpo -c -o tselect.o tselect.c tselect.c: In function â??test_select_pointâ??: tselect.c:450: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:475: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:500: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:529: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:571: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:595: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_select_comboâ??: tselect.c:948: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_select_point_copyâ??: tselect.c:1783: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:1797: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:1841: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_select_point_offsetâ??: tselect.c:2230: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:2265: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:2301: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_select_point_chunkâ??: tselect.c:4251: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:4287: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_select_fill_pointâ??: tselect.c:5041: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_scalar_selectâ??: tselect.c:5579: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_scalar_select2â??: tselect.c:5698: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_scalar_select3â??: tselect.c:5766: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_shape_sameâ??: tselect.c:5927: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:5945: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c:6626: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type tselect.c: In function â??test_select_boundsâ??: tselect.c:7978: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type mv -f .deps/tselect.Tpo .deps/tselect.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tskiplist.o -MD -MP -MF .deps/tskiplist.Tpo -c -o tskiplist.o tskiplist.c tskiplist.c: In function â??test_skiplist_initâ??: tskiplist.c:74: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype mv -f .deps/tskiplist.Tpo .deps/tskiplist.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tsohm.o -MD -MP -MF .deps/tsohm.Tpo -c -o tsohm.o tsohm.c tsohm.c: In function â??make_dtype_2â??: tsohm.c:479: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype tsohm.c: In function â??size2_verify_plist1â??: tsohm.c:1202: warning: passing argument 6 of â??H5Pget_filter2â?? with different width due to prototype tsohm.c:1207: warning: passing argument 6 of â??H5Pget_filter2â?? with different width due to prototype tsohm.c:1213: warning: passing argument 6 of â??H5Pget_filter2â?? with different width due to prototype tsohm.c:1218: warning: passing argument 6 of â??H5Pget_filter2â?? with different width due to prototype tsohm.c: In function â??size2_verify_plist2â??: tsohm.c:1261: warning: passing argument 6 of â??H5Pget_filter2â?? with different width due to prototype tsohm.c:1267: warning: passing argument 6 of â??H5Pget_filter2â?? with different width due to prototype tsohm.c:1273: warning: passing argument 6 of â??H5Pget_filter2â?? with different width due to prototype tsohm.c:1279: warning: passing argument 6 of â??H5Pget_filter2â?? with different width due to prototype tsohm.c:1285: warning: passing argument 6 of â??H5Pget_filter2â?? with different width due to prototype tsohm.c:1294: warning: passing argument 3 of â??memsetâ?? with different width due to prototype tsohm.c:1299: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype tsohm.c: In function â??size2_helperâ??: tsohm.c:1419: warning: passing argument 3 of â??memsetâ?? with different width due to prototype tsohm.c:1462: warning: passing argument 3 of â??memsetâ?? with different width due to prototype tsohm.c:1463: warning: passing argument 3 of â??memsetâ?? with different width due to prototype tsohm.c:1471: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype tsohm.c: In function â??size2_verifyâ??: tsohm.c:1870: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype tsohm.c:1879: warning: passing argument 3 of â??memsetâ?? with different width due to prototype tsohm.c:1880: warning: passing argument 3 of â??memsetâ?? with different width due to prototype tsohm.c: In function â??test_sohm_deleteâ??: tsohm.c:2847: warning: passing argument 4 of â??H5Pset_shared_mesg_indexâ?? with different width due to prototype tsohm.c: At top level: tsohm.c:1320: warning: â??size2_dump_structâ?? defined but not used mv -f .deps/tsohm.Tpo .deps/tsohm.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ttime.o -MD -MP -MF .deps/ttime.Tpo -c -o ttime.o ttime.c mv -f .deps/ttime.Tpo .deps/ttime.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ttst.o -MD -MP -MF .deps/ttst.Tpo -c -o ttst.o ttst.c ttst.c: In function â??test_tst_initâ??: ttst.c:110: warning: cast discards qualifiers from pointer target type ttst.c:127: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype mv -f .deps/ttst.Tpo .deps/ttst.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tunicode.o -MD -MP -MF .deps/tunicode.Tpo -c -o tunicode.o tunicode.c tunicode.c: In function â??test_unicodeâ??: tunicode.c:811: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype mv -f .deps/tunicode.Tpo .deps/tunicode.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tvlstr.o -MD -MP -MF .deps/tvlstr.Tpo -c -o tvlstr.o tvlstr.c mv -f .deps/tvlstr.Tpo .deps/tvlstr.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tvltypes.o -MD -MP -MF .deps/tvltypes.Tpo -c -o tvltypes.o tvltypes.c tvltypes.c: In function â??test_vltypes_fill_valueâ??: tvltypes.c:2438: warning: initialization discards qualifiers from pointer target type tvltypes.c:2438: warning: initialization discards qualifiers from pointer target type tvltypes.c:2438: warning: initialization discards qualifiers from pointer target type tvltypes.c:2438: warning: initialization discards qualifiers from pointer target type tvltypes.c:2438: warning: initialization discards qualifiers from pointer target type tvltypes.c:2438: warning: initialization discards qualifiers from pointer target type tvltypes.c:2439: warning: initialization discards qualifiers from pointer target type tvltypes.c:2439: warning: initialization discards qualifiers from pointer target type tvltypes.c:2439: warning: initialization discards qualifiers from pointer target type tvltypes.c:2439: warning: initialization discards qualifiers from pointer target type tvltypes.c:2439: warning: initialization discards qualifiers from pointer target type tvltypes.c:2439: warning: initialization discards qualifiers from pointer target type tvltypes.c: In function â??test_vltypesâ??: tvltypes.c:2422: warning: â??dset_dspace_idâ?? may be used uninitialized in this function tvltypes.c:2437: warning: â??dset_elmtsâ?? may be used uninitialized in this function tvltypes.c:2423: warning: â??dset_select_dspace_idâ?? may be used uninitialized in this function mv -f .deps/tvltypes.Tpo .deps/tvltypes.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o testhdf5 testhdf5.o tarray.o tattr.o tchecksum.o tconfig.o tfile.o tgenprop.o th5o.o th5s.o tcoords.o theap.o tid.o titerate.o tmeta.o tmisc.o trefer.o trefstr.o tselect.o tskiplist.o tsohm.o ttime.o ttst.o tunicode.o tvlstr.o tvltypes.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o testhdf5 testhdf5.o tarray.o tattr.o tchecksum.o tconfig.o tfile.o tgenprop.o th5o.o th5s.o tcoords.o theap.o tid.o titerate.o tmeta.o tmisc.o trefer.o trefstr.o tselect.o tskiplist.o tsohm.o ttime.o ttst.o tunicode.o tvlstr.o tvltypes.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT lheap.o -MD -MP -MF .deps/lheap.Tpo -c -o lheap.o lheap.c mv -f .deps/lheap.Tpo .deps/lheap.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o lheap lheap.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o lheap lheap.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ohdr.o -MD -MP -MF .deps/ohdr.Tpo -c -o ohdr.o ohdr.c mv -f .deps/ohdr.Tpo .deps/ohdr.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o ohdr ohdr.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o ohdr ohdr.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT stab.o -MD -MP -MF .deps/stab.Tpo -c -o stab.o stab.c stab.c: In function â??old_apiâ??: stab.c:1014: warning: â??small_file_sizeâ?? may be used uninitialized in this function mv -f .deps/stab.Tpo .deps/stab.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o stab stab.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o stab stab.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT gheap.o -MD -MP -MF .deps/gheap.Tpo -c -o gheap.o gheap.c mv -f .deps/gheap.Tpo .deps/gheap.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o gheap gheap.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o gheap gheap.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT cache.o -MD -MP -MF .deps/cache.Tpo -c -o cache.o cache.c cache.c: In function â??check_auto_cache_resizeâ??: cache.c:20877: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:20881: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:20885: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:20889: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:20961: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:20986: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:21010: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:21034: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:21059: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:21062: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:21065: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:21101: warning: passing argument 4 of â??resize_entryâ?? with different width due to prototype cache.c:21119: warning: passing argument 4 of â??resize_entryâ?? with different width due to prototype cache.c:21140: warning: passing argument 4 of â??resize_entryâ?? with different width due to prototype cache.c:21161: warning: passing argument 4 of â??resize_entryâ?? with different width due to prototype cache.c:21216: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:21219: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:21222: warning: passing argument 5 of â??unprotect_entry_with_size_changeâ?? with different width due to prototype cache.c:21254: warning: passing argument 4 of â??resize_pinned_entryâ?? with different width due to prototype cache.c:21272: warning: passing argument 4 of â??resize_pinned_entryâ?? with different width due to prototype cache.c:21293: warning: passing argument 4 of â??resize_pinned_entryâ?? with different width due to prototype cache.c:21314: warning: passing argument 4 of â??resize_pinned_entryâ?? with different width due to prototype cache.c: In function â??check_auto_cache_resize_input_errsâ??: cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25263: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25336: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25412: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25489: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25563: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25639: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25712: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25789: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25862: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:25935: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26011: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26084: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26161: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26235: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26311: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26384: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26457: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26534: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26611: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26687: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26761: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26837: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26911: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:26987: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27061: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27137: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27210: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27285: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27358: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27433: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c:27506: warning: comparing floating point with == or != is unsafe cache.c: In function â??check_auto_cache_resize_aux_fcnsâ??: cache.c:27717: warning: comparing floating point with == or != is unsafe cache.c:27751: warning: comparing floating point with == or != is unsafe cache.c:27797: warning: comparing floating point with == or != is unsafe cache.c:27881: warning: comparing floating point with == or != is unsafe mv -f .deps/cache.Tpo .deps/cache.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o cache cache.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o cache cache.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT cache_api.o -MD -MP -MF .deps/cache_api.Tpo -c -o cache_api.o cache_api.c cache_api.c: In function â??check_fapl_mdc_api_callsâ??: cache_api.c:274: warning: comparing floating point with == or != is unsafe cache_api.c:274: warning: comparing floating point with == or != is unsafe cache_api.c:274: warning: comparing floating point with == or != is unsafe cache_api.c:274: warning: comparing floating point with == or != is unsafe cache_api.c:274: warning: comparing floating point with == or != is unsafe cache_api.c:274: warning: comparing floating point with == or != is unsafe cache_api.c:274: warning: comparing floating point with == or != is unsafe cache_api.c:274: warning: comparing floating point with == or != is unsafe cache_api.c:308: warning: comparing floating point with == or != is unsafe cache_api.c:308: warning: comparing floating point with == or != is unsafe cache_api.c:308: warning: comparing floating point with == or != is unsafe cache_api.c:308: warning: comparing floating point with == or != is unsafe cache_api.c:308: warning: comparing floating point with == or != is unsafe cache_api.c:308: warning: comparing floating point with == or != is unsafe cache_api.c:308: warning: comparing floating point with == or != is unsafe cache_api.c:308: warning: comparing floating point with == or != is unsafe cache_api.c:385: warning: comparing floating point with == or != is unsafe cache_api.c:385: warning: comparing floating point with == or != is unsafe cache_api.c:385: warning: comparing floating point with == or != is unsafe cache_api.c:385: warning: comparing floating point with == or != is unsafe cache_api.c:385: warning: comparing floating point with == or != is unsafe cache_api.c:385: warning: comparing floating point with == or != is unsafe cache_api.c:385: warning: comparing floating point with == or != is unsafe cache_api.c:385: warning: comparing floating point with == or != is unsafe cache_api.c:420: warning: comparing floating point with == or != is unsafe cache_api.c:420: warning: comparing floating point with == or != is unsafe cache_api.c:420: warning: comparing floating point with == or != is unsafe cache_api.c:420: warning: comparing floating point with == or != is unsafe cache_api.c:420: warning: comparing floating point with == or != is unsafe cache_api.c:420: warning: comparing floating point with == or != is unsafe cache_api.c:420: warning: comparing floating point with == or != is unsafe cache_api.c:420: warning: comparing floating point with == or != is unsafe cache_api.c:534: warning: comparing floating point with == or != is unsafe cache_api.c:534: warning: comparing floating point with == or != is unsafe cache_api.c:534: warning: comparing floating point with == or != is unsafe cache_api.c:534: warning: comparing floating point with == or != is unsafe cache_api.c:534: warning: comparing floating point with == or != is unsafe cache_api.c:534: warning: comparing floating point with == or != is unsafe cache_api.c:534: warning: comparing floating point with == or != is unsafe cache_api.c:534: warning: comparing floating point with == or != is unsafe cache_api.c:569: warning: comparing floating point with == or != is unsafe cache_api.c:569: warning: comparing floating point with == or != is unsafe cache_api.c:569: warning: comparing floating point with == or != is unsafe cache_api.c:569: warning: comparing floating point with == or != is unsafe cache_api.c:569: warning: comparing floating point with == or != is unsafe cache_api.c:569: warning: comparing floating point with == or != is unsafe cache_api.c:569: warning: comparing floating point with == or != is unsafe cache_api.c:569: warning: comparing floating point with == or != is unsafe cache_api.c: In function â??validate_mdc_configâ??: cache_api.c:685: warning: comparing floating point with == or != is unsafe cache_api.c:685: warning: comparing floating point with == or != is unsafe cache_api.c:685: warning: comparing floating point with == or != is unsafe cache_api.c:685: warning: comparing floating point with == or != is unsafe cache_api.c:685: warning: comparing floating point with == or != is unsafe cache_api.c:685: warning: comparing floating point with == or != is unsafe cache_api.c:685: warning: comparing floating point with == or != is unsafe cache_api.c:685: warning: comparing floating point with == or != is unsafe cache_api.c:722: warning: comparing floating point with == or != is unsafe cache_api.c:722: warning: comparing floating point with == or != is unsafe cache_api.c:722: warning: comparing floating point with == or != is unsafe cache_api.c:722: warning: comparing floating point with == or != is unsafe cache_api.c:722: warning: comparing floating point with == or != is unsafe cache_api.c:722: warning: comparing floating point with == or != is unsafe cache_api.c:722: warning: comparing floating point with == or != is unsafe cache_api.c:722: warning: comparing floating point with == or != is unsafe cache_api.c: In function â??check_file_mdc_api_callsâ??: cache_api.c:1010: warning: comparing floating point with == or != is unsafe cache_api.c: In function â??check_and_validate_cache_hit_rateâ??: cache_api.c:1172: warning: comparing floating point with == or != is unsafe cache_api.c: In function â??check_fapl_mdc_api_errsâ??: cache_api.c:3573: warning: comparing floating point with == or != is unsafe cache_api.c:3573: warning: comparing floating point with == or != is unsafe cache_api.c:3573: warning: comparing floating point with == or != is unsafe cache_api.c:3573: warning: comparing floating point with == or != is unsafe cache_api.c:3573: warning: comparing floating point with == or != is unsafe cache_api.c:3573: warning: comparing floating point with == or != is unsafe cache_api.c:3573: warning: comparing floating point with == or != is unsafe cache_api.c:3573: warning: comparing floating point with == or != is unsafe cache_api.c:3662: warning: comparing floating point with == or != is unsafe cache_api.c:3662: warning: comparing floating point with == or != is unsafe cache_api.c:3662: warning: comparing floating point with == or != is unsafe cache_api.c:3662: warning: comparing floating point with == or != is unsafe cache_api.c:3662: warning: comparing floating point with == or != is unsafe cache_api.c:3662: warning: comparing floating point with == or != is unsafe cache_api.c:3662: warning: comparing floating point with == or != is unsafe cache_api.c:3662: warning: comparing floating point with == or != is unsafe mv -f .deps/cache_api.Tpo .deps/cache_api.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o cache_api cache_api.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o cache_api cache_api.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT pool.o -MD -MP -MF .deps/pool.Tpo -c -o pool.o pool.c pool.c: In function â??test_allocate_randomâ??: pool.c:649: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype mv -f .deps/pool.Tpo .deps/pool.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o pool pool.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o pool pool.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT hyperslab.o -MD -MP -MF .deps/hyperslab.Tpo -c -o hyperslab.o hyperslab.c hyperslab.c: In function â??mainâ??: hyperslab.c:1237: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype mv -f .deps/hyperslab.Tpo .deps/hyperslab.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o hyperslab hyperslab.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o hyperslab hyperslab.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT istore.o -MD -MP -MF .deps/istore.Tpo -c -o istore.o istore.c istore.c: In function â??mainâ??: istore.c:605: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype mv -f .deps/istore.Tpo .deps/istore.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o istore istore.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o istore istore.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT bittests.o -MD -MP -MF .deps/bittests.Tpo -c -o bittests.o bittests.c mv -f .deps/bittests.Tpo .deps/bittests.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o bittests bittests.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o bittests bittests.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT dt_arith.o -MD -MP -MF .deps/dt_arith.Tpo -c -o dt_arith.o dt_arith.c dt_arith.c: In function â??generates_sigfpeâ??: dt_arith.c:575: warning: passing argument 1 of â??some_dummy_funcâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype dt_arith.c: In function â??test_particular_fp_integerâ??: dt_arith.c:751: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:752: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:766: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dt_arith.c:801: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:802: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:810: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dt_arith.c: In function â??test_derived_fltâ??: dt_arith.c:961: warning: passing argument 2 of â??H5Tset_fieldsâ?? with different width due to prototype dt_arith.c:961: warning: passing argument 3 of â??H5Tset_fieldsâ?? with different width due to prototype dt_arith.c:961: warning: passing argument 4 of â??H5Tset_fieldsâ?? with different width due to prototype dt_arith.c:961: warning: passing argument 5 of â??H5Tset_fieldsâ?? with different width due to prototype dt_arith.c:961: warning: passing argument 6 of â??H5Tset_fieldsâ?? with different width due to prototype dt_arith.c:966: warning: passing argument 2 of â??H5Tset_offsetâ?? with different width due to prototype dt_arith.c:971: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dt_arith.c:976: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype dt_arith.c:982: warning: passing argument 2 of â??H5Tset_ebiasâ?? with different width due to prototype dt_arith.c:1048: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:1121: warning: passing argument 2 of â??H5Tset_fieldsâ?? with different width due to prototype dt_arith.c:1121: warning: passing argument 3 of â??H5Tset_fieldsâ?? with different width due to prototype dt_arith.c:1121: warning: passing argument 4 of â??H5Tset_fieldsâ?? with different width due to prototype dt_arith.c:1121: warning: passing argument 5 of â??H5Tset_fieldsâ?? with different width due to prototype dt_arith.c:1121: warning: passing argument 6 of â??H5Tset_fieldsâ?? with different width due to prototype dt_arith.c:1126: warning: passing argument 2 of â??H5Tset_offsetâ?? with different width due to prototype dt_arith.c:1131: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dt_arith.c:1136: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype dt_arith.c:1141: warning: passing argument 2 of â??H5Tset_ebiasâ?? with different width due to prototype dt_arith.c: In function â??test_derived_integerâ??: dt_arith.c:1388: warning: passing argument 2 of â??H5Tset_offsetâ?? with different width due to prototype dt_arith.c:1394: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype dt_arith.c:1400: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dt_arith.c:1455: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dt_arith.c:1461: warning: passing argument 2 of â??H5Tset_offsetâ?? with different width due to prototype dt_arith.c: In function â??test_conv_int_1â??: dt_arith.c:1769: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:1776: warning: comparison is always true due to limited range of data type dt_arith.c:1776: warning: comparison is always true due to limited range of data type dt_arith.c:1776: warning: comparison is always true due to limited range of data type dt_arith.c:1776: warning: comparison is always true due to limited range of data type dt_arith.c:1776: warning: comparison is always true due to limited range of data type dt_arith.c:1776: warning: comparison is always true due to limited range of data type dt_arith.c:1778: warning: comparison is always true due to limited range of data type dt_arith.c:1778: warning: comparison is always true due to limited range of data type dt_arith.c:1778: warning: comparison is always true due to limited range of data type dt_arith.c:1778: warning: comparison is always true due to limited range of data type dt_arith.c:1778: warning: comparison is always true due to limited range of data type dt_arith.c:1778: warning: comparison is always true due to limited range of data type dt_arith.c:1780: warning: comparison is always true due to limited range of data type dt_arith.c:1780: warning: comparison is always true due to limited range of data type dt_arith.c:1780: warning: comparison is always true due to limited range of data type dt_arith.c:1780: warning: comparison is always true due to limited range of data type dt_arith.c:1780: warning: comparison is always true due to limited range of data type dt_arith.c:1780: warning: comparison is always true due to limited range of data type dt_arith.c:1782: warning: comparison is always true due to limited range of data type dt_arith.c:1782: warning: comparison is always true due to limited range of data type dt_arith.c:1782: warning: comparison is always true due to limited range of data type dt_arith.c:1782: warning: comparison is always true due to limited range of data type dt_arith.c:1782: warning: comparison is always true due to limited range of data type dt_arith.c:1782: warning: comparison is always true due to limited range of data type dt_arith.c:1786: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:1786: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:1786: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:1790: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:1790: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:1790: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:1794: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:1794: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:1794: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:2296: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:2304: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:2305: warning: passing argument 2 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c:2307: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:2309: warning: passing argument 2 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c:2315: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:2316: warning: passing argument 2 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c:2321: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:2326: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:2334: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:2340: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:2346: warning: passing argument 2 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c:2356: warning: passing argument 2 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c:2368: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:2369: warning: passing argument 2 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c:2381: warning: passing argument 2 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c: In function â??test_conv_int_2â??: dt_arith.c:2596: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dt_arith.c: In function â??my_isnanâ??: dt_arith.c:2629: warning: comparing floating point with == or != is unsafe dt_arith.c:2633: warning: comparing floating point with == or != is unsafe dt_arith.c:2638: warning: comparing floating point with == or != is unsafe dt_arith.c: In function â??my_isinfâ??: dt_arith.c:2715: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c: In function â??test_conv_flt_1â??: dt_arith.c:2929: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:2985: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:2985: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:2985: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:2985: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:2985: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:2988: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:2988: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:2988: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:2988: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:2988: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:2992: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:2992: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:2992: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:2992: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:2992: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3002: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3002: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3002: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3002: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3002: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3002: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3002: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3005: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3005: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3005: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3005: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3005: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3005: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3005: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3009: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3009: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3009: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3009: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3009: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3009: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3009: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3193: warning: passing argument 1 of â??frexpfâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype dt_arith.c:3194: warning: passing argument 1 of â??frexpfâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype dt_arith.c: In function â??test_conv_int_fpâ??: dt_arith.c:3653: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:3694: warning: comparison is always true due to limited range of data type dt_arith.c:3694: warning: comparison is always true due to limited range of data type dt_arith.c:3694: warning: comparison is always true due to limited range of data type dt_arith.c:3694: warning: comparison is always true due to limited range of data type dt_arith.c:3694: warning: comparison is always true due to limited range of data type dt_arith.c:3694: warning: comparison is always true due to limited range of data type dt_arith.c:3696: warning: comparison is always true due to limited range of data type dt_arith.c:3696: warning: comparison is always true due to limited range of data type dt_arith.c:3696: warning: comparison is always true due to limited range of data type dt_arith.c:3696: warning: comparison is always true due to limited range of data type dt_arith.c:3696: warning: comparison is always true due to limited range of data type dt_arith.c:3696: warning: comparison is always true due to limited range of data type dt_arith.c:3698: warning: comparison is always true due to limited range of data type dt_arith.c:3698: warning: comparison is always true due to limited range of data type dt_arith.c:3698: warning: comparison is always true due to limited range of data type dt_arith.c:3698: warning: comparison is always true due to limited range of data type dt_arith.c:3698: warning: comparison is always true due to limited range of data type dt_arith.c:3698: warning: comparison is always true due to limited range of data type dt_arith.c:3700: warning: comparison is always true due to limited range of data type dt_arith.c:3700: warning: comparison is always true due to limited range of data type dt_arith.c:3700: warning: comparison is always true due to limited range of data type dt_arith.c:3700: warning: comparison is always true due to limited range of data type dt_arith.c:3700: warning: comparison is always true due to limited range of data type dt_arith.c:3700: warning: comparison is always true due to limited range of data type dt_arith.c:3704: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3704: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3704: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3708: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3708: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3708: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3712: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3712: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3712: warning: comparison of unsigned expression >= 0 is always true dt_arith.c:3718: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:3718: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:3718: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3718: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3718: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3721: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3721: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3721: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3721: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3721: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3721: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3721: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3728: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:3728: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:3728: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3728: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3728: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3731: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3731: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3731: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3731: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3731: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3731: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3731: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3739: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:3739: warning: passing argument 1 of â??callocâ?? with different width due to prototype dt_arith.c:3739: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3739: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3739: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3742: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3742: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3742: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3742: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3742: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3742: warning: passing argument 2 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:3742: warning: passing argument 3 of â??H5T_bit_setâ?? with different width due to prototype dt_arith.c:4171: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:4179: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:4180: warning: passing argument 2 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c:4187: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:4195: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:4196: warning: passing argument 2 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c:4212: warning: passing argument 3 of â??H5T_bit_get_dâ?? with different width due to prototype dt_arith.c:4219: warning: passing argument 2 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c:4232: warning: passing argument 2 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c:4468: warning: format â??%29ldâ?? expects type â??long intâ??, but argument 2 has type â??long long intâ?? dt_arith.c:4471: warning: format â??%29luâ?? expects type â??long unsigned intâ??, but argument 2 has type â??long long unsigned intâ?? dt_arith.c: In function â??overflowsâ??: dt_arith.c:4563: warning: passing argument 3 of â??memsetâ?? with different width due to prototype dt_arith.c:4564: warning: passing argument 3 of â??memsetâ?? with different width due to prototype dt_arith.c:4603: warning: passing argument 2 of â??H5T_bit_copyâ?? with different width due to prototype dt_arith.c:4603: warning: passing argument 4 of â??H5T_bit_copyâ?? with different width due to prototype dt_arith.c:4608: warning: passing argument 3 of â??H5T_bit_incâ?? with different width due to prototype dt_arith.c:4613: warning: passing argument 3 of â??H5T_bit_shiftâ?? with different width due to prototype dt_arith.c:4613: warning: passing argument 4 of â??H5T_bit_shiftâ?? with different width due to prototype dt_arith.c:4615: warning: passing argument 2 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c:4615: warning: passing argument 3 of â??H5T_bit_findâ?? with different width due to prototype dt_arith.c: In function â??mainâ??: dt_arith.c:5220: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype dt_arith.c: In function â??fpe_handlerâ??: dt_arith.c:413: warning: function might be possible candidate for attribute â??noreturnâ?? dt_arith.c: In function â??test_conv_flt_1â??: dt_arith.c:2790: warning: â??overflowâ?? may be used uninitialized in this function dt_arith.c:3415: warning: control reaches end of non-void function mv -f .deps/dt_arith.Tpo .deps/dt_arith.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o dt_arith dt_arith.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o dt_arith dt_arith.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT dtypes.o -MD -MP -MF .deps/dtypes.Tpo -c -o dtypes.o dtypes.c dtypes.c: In function â??test_compound_1â??: dtypes.c:506: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype dtypes.c: In function â??test_compound_5â??: dtypes.c:1033: warning: passing argument 1 of â??callocâ?? with different width due to prototype dtypes.c:1034: warning: passing argument 1 of â??callocâ?? with different width due to prototype dtypes.c:1048: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype dtypes.c:1053: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype dtypes.c:1057: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype dtypes.c:1071: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c: In function â??test_compound_9â??: dtypes.c:1516: warning: initialization discards qualifiers from pointer target type dtypes.c: In function â??test_compound_11â??: dtypes.c:1960: warning: passing argument 1 of â??mallocâ?? with different width due to prototype dtypes.c:1974: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:1978: warning: comparing floating point with == or != is unsafe dtypes.c:2002: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype dtypes.c:2004: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype dtypes.c:2014: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:2018: warning: comparing floating point with == or != is unsafe dtypes.c:2048: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:2052: warning: comparing floating point with == or != is unsafe dtypes.c: In function â??test_compound_12â??: dtypes.c:2126: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype dtypes.c: In function â??test_compound_13â??: dtypes.c:2265: warning: comparing floating point with == or != is unsafe dtypes.c: In function â??test_queryâ??: dtypes.c:2485: warning: passing argument 4 of â??H5Tenum_nameofâ?? with different width due to prototype dtypes.c: In function â??test_transientâ??: dtypes.c:2561: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c:2579: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c:2600: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c:2617: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c:2631: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c: In function â??test_namedâ??: dtypes.c:2711: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c:2749: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c:2817: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c: In function â??test_conv_str_1â??: dtypes.c:2918: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:2919: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:2920: warning: passing argument 1 of â??callocâ?? with different width due to prototype dtypes.c:2920: warning: passing argument 2 of â??callocâ?? with different width due to prototype dtypes.c:2921: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype dtypes.c:2922: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:2923: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:2928: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:2929: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:2941: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:2942: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:2943: warning: passing argument 1 of â??callocâ?? with different width due to prototype dtypes.c:2943: warning: passing argument 2 of â??callocâ?? with different width due to prototype dtypes.c:2944: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype dtypes.c:2945: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:2946: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:2951: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:2952: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:2964: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:2965: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:2966: warning: passing argument 1 of â??callocâ?? with different width due to prototype dtypes.c:2966: warning: passing argument 2 of â??callocâ?? with different width due to prototype dtypes.c:2967: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype dtypes.c:2968: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:2969: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:2974: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:2975: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:2990: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:2991: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:2992: warning: passing argument 1 of â??callocâ?? with different width due to prototype dtypes.c:2992: warning: passing argument 2 of â??callocâ?? with different width due to prototype dtypes.c:2993: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype dtypes.c:2994: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:2995: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3001: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3002: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype dtypes.c:3003: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3004: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3009: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype dtypes.c:3010: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3011: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3023: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3024: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3025: warning: passing argument 1 of â??callocâ?? with different width due to prototype dtypes.c:3025: warning: passing argument 2 of â??callocâ?? with different width due to prototype dtypes.c:3026: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype dtypes.c:3027: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3028: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3033: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3034: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3040: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3041: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype dtypes.c:3042: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3043: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3048: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3049: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3056: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3057: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3058: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype dtypes.c:3059: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3060: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3065: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3066: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3078: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3079: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3080: warning: passing argument 1 of â??callocâ?? with different width due to prototype dtypes.c:3080: warning: passing argument 2 of â??callocâ?? with different width due to prototype dtypes.c:3081: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype dtypes.c:3082: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3083: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3088: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3089: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3095: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3096: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype dtypes.c:3097: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3098: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3103: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3104: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3111: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3112: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3113: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype dtypes.c:3114: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3115: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c:3120: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3121: warning: passing argument 3 of â??memcmpâ?? with different width due to prototype dtypes.c: In function â??test_conv_str_2â??: dtypes.c:3168: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3169: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3170: warning: passing argument 2 of â??callocâ?? with different width due to prototype dtypes.c: In function â??test_conv_str_3â??: dtypes.c:3241: warning: passing argument 1 of â??mkstrâ?? with different width due to prototype dtypes.c:3242: warning: passing argument 2 of â??callocâ?? with different width due to prototype dtypes.c:3256: warning: passing argument 2 of â??H5Tset_offsetâ?? with different width due to prototype dtypes.c: In function â??test_conv_enum_2â??: dtypes.c:3433: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype dtypes.c:3457: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c: In function â??test_conv_bitfieldâ??: dtypes.c:3521: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3535: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c:3536: warning: passing argument 2 of â??H5Tset_offsetâ?? with different width due to prototype dtypes.c:3537: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c:3538: warning: passing argument 2 of â??H5Tset_offsetâ?? with different width due to prototype dtypes.c:3540: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3554: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c: In function â??test_bitfield_funcsâ??: dtypes.c:3616: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c:3617: warning: passing argument 2 of â??H5Tset_offsetâ?? with different width due to prototype dtypes.c: In function â??opaque_checkâ??: dtypes.c:3807: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype dtypes.c:3810: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype dtypes.c:3818: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c:3831: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype dtypes.c: In function â??opaque_longâ??: dtypes.c:3878: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype dtypes.c:3881: warning: passing argument 1 of â??mallocâ?? with different width due to prototype dtypes.c:3882: warning: passing argument 3 of â??memsetâ?? with different width due to prototype dtypes.c: In function â??opaque_funcsâ??: dtypes.c:3936: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype dtypes.c:3942: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c:3990: warning: passing argument 2 of â??H5Tset_offsetâ?? with different width due to prototype dtypes.c: In function â??test_encodeâ??: dtypes.c:4148: warning: passing argument 1 of â??callocâ?? with different width due to prototype dtypes.c:4198: warning: passing argument 1 of â??callocâ?? with different width due to prototype dtypes.c:4289: warning: passing argument 1 of â??callocâ?? with different width due to prototype dtypes.c:4332: warning: passing argument 1 of â??callocâ?? with different width due to prototype dtypes.c: In function â??test_int_float_exceptâ??: dtypes.c:4709: warning: comparing floating point with == or != is unsafe dtypes.c:4730: warning: comparing floating point with == or != is unsafe dtypes.c: In function â??test_deprecâ??: dtypes.c:4870: warning: passing argument 2 of â??H5Tset_precisionâ?? with different width due to prototype dtypes.c: In function â??mainâ??: dtypes.c:4931: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype mv -f .deps/dtypes.Tpo .deps/dtypes.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o dtypes dtypes.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o dtypes dtypes.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT dsets.o -MD -MP -MF .deps/dsets.Tpo -c -o dsets.o dsets.c dsets.c: In function â??test_nbit_intâ??: dsets.c:2587: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c: In function â??test_nbit_floatâ??: dsets.c:2764: warning: comparing floating point with == or != is unsafe dsets.c:2765: warning: comparing floating point with == or != is unsafe dsets.c: In function â??test_nbit_doubleâ??: dsets.c:2897: warning: comparing floating point with == or != is unsafe dsets.c:2898: warning: comparing floating point with == or != is unsafe dsets.c: In function â??test_nbit_arrayâ??: dsets.c:3001: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c: In function â??test_nbit_compoundâ??: dsets.c:3181: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3183: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3185: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3241: warning: comparing floating point with == or != is unsafe dsets.c:3241: warning: comparing floating point with == or != is unsafe dsets.c: In function â??test_nbit_compound_2â??: dsets.c:3428: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3430: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3432: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3436: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3441: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3446: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3448: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3450: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long intâ?? dsets.c:3514: warning: comparing floating point with == or != is unsafe dsets.c:3515: warning: comparing floating point with == or != is unsafe dsets.c:3524: warning: comparing floating point with == or != is unsafe dsets.c:3525: warning: comparing floating point with == or != is unsafe dsets.c: In function â??test_filter_deleteâ??: dsets.c:5598: warning: label â??errorâ?? defined but not used dsets.c:5519: warning: unused variable â??iâ?? dsets.c:5518: warning: unused variable â??retâ?? dsets.c:5517: warning: unused variable â??nfiltersâ?? dsets.c:5516: warning: unused variable â??chunk_dimsâ?? dsets.c:5515: warning: unused variable â??dimsâ?? dsets.c:5510: warning: unused variable â??filtnâ?? dsets.c:5508: warning: unused parameter â??fileâ?? dsets.c: In function â??test_random_chunksâ??: dsets.c:6047: warning: passing argument 3 of â??H5Sselect_elementsâ?? with different width due to prototype dsets.c:6047: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type dsets.c:6072: warning: passing argument 3 of â??H5Sselect_elementsâ?? with different width due to prototype dsets.c:6072: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type dsets.c:6137: warning: passing argument 3 of â??H5Sselect_elementsâ?? with different width due to prototype dsets.c:6137: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type dsets.c:6162: warning: passing argument 3 of â??H5Sselect_elementsâ?? with different width due to prototype dsets.c:6162: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type dsets.c: In function â??mainâ??: dsets.c:6524: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype mv -f .deps/dsets.Tpo .deps/dsets.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o dsets dsets.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o dsets dsets.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT cmpd_dset.o -MD -MP -MF .deps/cmpd_dset.Tpo -c -o cmpd_dset.o cmpd_dset.c cmpd_dset.c: In function â??test_compoundâ??: cmpd_dset.c:604: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype cmpd_dset.c:604: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype cmpd_dset.c:771: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype cmpd_dset.c:771: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype mv -f .deps/cmpd_dset.Tpo .deps/cmpd_dset.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o cmpd_dset cmpd_dset.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o cmpd_dset cmpd_dset.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT extend.o -MD -MP -MF .deps/extend.Tpo -c -o extend.o extend.c mv -f .deps/extend.Tpo .deps/extend.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o extend extend.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o extend extend.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT external.o -MD -MP -MF .deps/external.Tpo -c -o external.o external.c external.c: In function â??test_3â??: external.c:761: warning: passing argument 3 of â??writeâ?? with different width due to prototype external.c: In function â??test_4â??: external.c:841: warning: â??xid2â?? may be used uninitialized in this function external.c:841: warning: â??xidâ?? may be used uninitialized in this function external.c:841: warning: â??gidâ?? may be used uninitialized in this function mv -f .deps/external.Tpo .deps/external.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o external external.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o external external.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT objcopy.o -MD -MP -MF .deps/objcopy.Tpo -c -o objcopy.o objcopy.c objcopy.c: In function â??attach_reg_ref_attrâ??: objcopy.c:328: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type objcopy.c: In function â??create_reg_ref_datasetâ??: objcopy.c:411: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type objcopy.c: In function â??compare_std_attributesâ??: objcopy.c:793: warning: passing argument 2 of â??H5Aget_nameâ?? with different width due to prototype objcopy.c: In function â??compare_dataâ??: objcopy.c:931: warning: assignment discards qualifiers from pointer target type objcopy.c:932: warning: assignment discards qualifiers from pointer target type objcopy.c: In function â??compare_datasetsâ??: objcopy.c:1104: warning: passing argument 3 of â??H5Pget_externalâ?? with different width due to prototype objcopy.c:1105: warning: passing argument 3 of â??H5Pget_externalâ?? with different width due to prototype objcopy.c: In function â??test_copy_dataset_compressedâ??: objcopy.c:2416: warning: unused parameter â??fcpl_srcâ?? objcopy.c:2416: warning: unused parameter â??fcpl_dstâ?? objcopy.c:2416: warning: unused parameter â??faplâ?? objcopy.c: In function â??test_copy_dataset_compressed_vlâ??: objcopy.c:3998: warning: unused parameter â??fcpl_srcâ?? objcopy.c:3998: warning: unused parameter â??fcpl_dstâ?? objcopy.c:3998: warning: unused parameter â??faplâ?? objcopy.c: In function â??mainâ??: objcopy.c:7184: warning: passing argument 4 of â??H5Pset_shared_mesg_indexâ?? with different width due to prototype objcopy.c: At top level: objcopy.c:376: warning: â??create_reg_ref_datasetâ?? defined but not used mv -f .deps/objcopy.Tpo .deps/objcopy.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o objcopy objcopy.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o objcopy objcopy.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT links.o -MD -MP -MF .deps/links.Tpo -c -o links.o links.c links.c: In function â??external_link_envâ??: links.c:2638: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c: In function â??external_link_prefixâ??: links.c:2729: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c: In function â??external_link_abs_mainpathâ??: links.c:2822: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c:2822: warning: passing argument 2 of â??getcwdâ?? with different width due to prototype links.c: In function â??external_link_rel_mainpathâ??: links.c:2913: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c: In function â??external_link_cwdâ??: links.c:3002: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c:3002: warning: passing argument 2 of â??getcwdâ?? with different width due to prototype links.c: In function â??external_link_abstarâ??: links.c:3096: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c:3096: warning: passing argument 2 of â??getcwdâ?? with different width due to prototype links.c: In function â??external_link_abstar_curâ??: links.c:3195: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c:3195: warning: passing argument 2 of â??getcwdâ?? with different width due to prototype links.c: In function â??external_link_reltarâ??: links.c:3286: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c: In function â??external_link_chdirâ??: links.c:3378: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype links.c: In function â??open_by_idx_checkâ??: links.c:9885: warning: â??group_idâ?? may be used uninitialized in this function links.c: In function â??object_info_checkâ??: links.c:10353: warning: â??group_idâ?? may be used uninitialized in this function mv -f .deps/links.Tpo .deps/links.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o links links.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o links links.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT unlink.o -MD -MP -MF .deps/unlink.Tpo -c -o unlink.o unlink.c unlink.c: In function â??mainâ??: unlink.c:2435: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype mv -f .deps/unlink.Tpo .deps/unlink.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o unlink unlink.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o unlink unlink.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT big.o -MD -MP -MF .deps/big.Tpo -c -o big.o big.c mv -f .deps/big.Tpo .deps/big.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o big big.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o big big.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT mtime.o -MD -MP -MF .deps/mtime.Tpo -c -o mtime.o mtime.c mv -f .deps/mtime.Tpo .deps/mtime.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o mtime mtime.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o mtime mtime.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT fillval.o -MD -MP -MF .deps/fillval.Tpo -c -o fillval.o fillval.c fillval.c: In function â??test_createâ??: fillval.c:624: warning: comparing floating point with == or != is unsafe fillval.c:624: warning: comparing floating point with == or != is unsafe fillval.c:697: warning: comparing floating point with == or != is unsafe fillval.c:697: warning: comparing floating point with == or != is unsafe fillval.c: In function â??test_rdwr_casesâ??: fillval.c:812: warning: comparing floating point with == or != is unsafe fillval.c:813: warning: comparing floating point with == or != is unsafe fillval.c:880: warning: comparing floating point with == or != is unsafe fillval.c:881: warning: comparing floating point with == or != is unsafe fillval.c:994: warning: comparing floating point with == or != is unsafe fillval.c:995: warning: comparing floating point with == or != is unsafe fillval.c:1013: warning: comparing floating point with == or != is unsafe fillval.c:1014: warning: comparing floating point with == or != is unsafe fillval.c: In function â??test_extend_casesâ??: fillval.c:1439: warning: initialization discards qualifiers from pointer target type fillval.c:1439: warning: initialization discards qualifiers from pointer target type fillval.c: In function â??test_extendâ??: fillval.c:1838: warning: initialization discards qualifiers from pointer target type fillval.c:1838: warning: initialization discards qualifiers from pointer target type fillval.c: In function â??test_rdwr_casesâ??: fillval.c:761: warning: â??fill_c.aâ?? may be used uninitialized in this function fillval.c:761: warning: â??fill_c.xâ?? may be used uninitialized in this function fillval.c:761: warning: â??fill_c.yâ?? may be used uninitialized in this function fillval.c:761: warning: â??fill_c.zâ?? may be used uninitialized in this function mv -f .deps/fillval.Tpo .deps/fillval.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o fillval fillval.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o fillval fillval.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT mount.o -MD -MP -MF .deps/mount.Tpo -c -o mount.o mount.c mount.c: In function â??test_acc_permâ??: mount.c:2460: warning: passing argument 3 of â??H5Fget_nameâ?? with different width due to prototype mount.c:2469: warning: passing argument 3 of â??H5Fget_nameâ?? with different width due to prototype mount.c:2479: warning: passing argument 3 of â??H5Fget_nameâ?? with different width due to prototype mount.c:2489: warning: passing argument 3 of â??H5Fget_nameâ?? with different width due to prototype mount.c:2531: warning: passing argument 3 of â??H5Fget_nameâ?? with different width due to prototype mv -f .deps/mount.Tpo .deps/mount.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o mount mount.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o mount mount.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT flush1.o -MD -MP -MF .deps/flush1.Tpo -c -o flush1.o flush1.c mv -f .deps/flush1.Tpo .deps/flush1.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o flush1 flush1.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o flush1 flush1.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT flush2.o -MD -MP -MF .deps/flush2.Tpo -c -o flush2.o flush2.c mv -f .deps/flush2.Tpo .deps/flush2.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o flush2 flush2.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o flush2 flush2.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT enum.o -MD -MP -MF .deps/enum.Tpo -c -o enum.o enum.c enum.c: In function â??test_namedâ??: enum.c:74: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype mv -f .deps/enum.Tpo .deps/enum.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o enum enum.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o enum enum.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT set_extent.o -MD -MP -MF .deps/set_extent.Tpo -c -o set_extent.o set_extent.c mv -f .deps/set_extent.Tpo .deps/set_extent.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o set_extent set_extent.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o set_extent set_extent.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ttsafe.o -MD -MP -MF .deps/ttsafe.Tpo -c -o ttsafe.o ttsafe.c mv -f .deps/ttsafe.Tpo .deps/ttsafe.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ttsafe_dcreate.o -MD -MP -MF .deps/ttsafe_dcreate.Tpo -c -o ttsafe_dcreate.o ttsafe_dcreate.c mv -f .deps/ttsafe_dcreate.Tpo .deps/ttsafe_dcreate.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ttsafe_error.o -MD -MP -MF .deps/ttsafe_error.Tpo -c -o ttsafe_error.o ttsafe_error.c mv -f .deps/ttsafe_error.Tpo .deps/ttsafe_error.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ttsafe_cancel.o -MD -MP -MF .deps/ttsafe_cancel.Tpo -c -o ttsafe_cancel.o ttsafe_cancel.c mv -f .deps/ttsafe_cancel.Tpo .deps/ttsafe_cancel.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ttsafe_acreate.o -MD -MP -MF .deps/ttsafe_acreate.Tpo -c -o ttsafe_acreate.o ttsafe_acreate.c mv -f .deps/ttsafe_acreate.Tpo .deps/ttsafe_acreate.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o ttsafe ttsafe.o ttsafe_dcreate.o ttsafe_error.o ttsafe_cancel.o ttsafe_acreate.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o ttsafe ttsafe.o ttsafe_dcreate.o ttsafe_error.o ttsafe_cancel.o ttsafe_acreate.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT getname.o -MD -MP -MF .deps/getname.Tpo -c -o getname.o getname.c getname.c: In function â??check_nameâ??: getname.c:68: warning: passing argument 3 of â??H5Iget_nameâ?? with different width due to prototype getname.c: In function â??test_mainâ??: getname.c:1148: warning: passing argument 3 of â??H5Iget_nameâ?? with different width due to prototype getname.c:1175: warning: passing argument 3 of â??H5Iget_nameâ?? with different width due to prototype getname.c:1195: warning: passing argument 3 of â??H5Iget_nameâ?? with different width due to prototype getname.c:1231: warning: passing argument 3 of â??H5Iget_nameâ?? with different width due to prototype getname.c:1236: warning: passing argument 3 of â??H5Iget_nameâ?? with different width due to prototype getname.c: In function â??test_reg_refâ??: getname.c:2728: warning: passing argument 3 of â??H5Sselect_elementsâ?? with different width due to prototype getname.c:2728: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type getname.c:2762: warning: passing argument 5 of â??H5Rget_nameâ?? with different width due to prototype getname.c:2773: warning: passing argument 3 of â??H5Iget_nameâ?? with different width due to prototype getname.c:2783: warning: passing argument 5 of â??H5Rget_nameâ?? with different width due to prototype getname.c:2794: warning: passing argument 3 of â??H5Iget_nameâ?? with different width due to prototype mv -f .deps/getname.Tpo .deps/getname.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o getname getname.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o getname getname.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT vfd.o -MD -MP -MF .deps/vfd.Tpo -c -o vfd.o vfd.c mv -f .deps/vfd.Tpo .deps/vfd.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o vfd vfd.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o vfd vfd.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT ntypes.o -MD -MP -MF .deps/ntypes.Tpo -c -o ntypes.o ntypes.c ntypes.c: In function â??test_atomic_dtypeâ??: ntypes.c:145: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype ntypes.c: In function â??test_compound_dtype2â??: ntypes.c:312: warning: passing argument 2 of â??callocâ?? with different width due to prototype ntypes.c:336: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype ntypes.c:337: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype ntypes.c:343: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:347: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:352: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:353: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:354: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:358: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:464: warning: passing argument 2 of â??callocâ?? with different width due to prototype ntypes.c:473: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype ntypes.c: In function â??test_compound_dtypeâ??: ntypes.c:559: warning: passing argument 2 of â??callocâ?? with different width due to prototype ntypes.c:579: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:580: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:581: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:646: warning: passing argument 2 of â??callocâ?? with different width due to prototype ntypes.c:654: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype ntypes.c: In function â??test_compound_dtype3â??: ntypes.c:732: warning: passing argument 2 of â??callocâ?? with different width due to prototype ntypes.c:753: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype ntypes.c:756: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:757: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:758: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:838: warning: passing argument 2 of â??callocâ?? with different width due to prototype ntypes.c:847: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype ntypes.c: In function â??test_compound_opaqueâ??: ntypes.c:930: warning: passing argument 2 of â??callocâ?? with different width due to prototype ntypes.c:952: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype ntypes.c:955: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:956: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:957: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:1027: warning: passing argument 2 of â??callocâ?? with different width due to prototype ntypes.c:1036: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype ntypes.c: In function â??test_enum_dtypeâ??: ntypes.c:1179: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype ntypes.c: In function â??test_array_dtypeâ??: ntypes.c:1245: warning: passing argument 2 of â??callocâ?? with different width due to prototype ntypes.c:1263: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype ntypes.c:1266: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:1267: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:1268: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype ntypes.c:1318: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype ntypes.c: In function â??test_array_dtype2â??: ntypes.c:1440: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype ntypes.c: In function â??test_str_dtypeâ??: ntypes.c:1784: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype ntypes.c: In function â??test_refer_dtype2â??: ntypes.c:2056: warning: passing argument 2 of â??callocâ?? with different width due to prototype ntypes.c: In function â??test_opaque_dtypeâ??: ntypes.c:2238: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype mv -f .deps/ntypes.Tpo .deps/ntypes.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o ntypes ntypes.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o ntypes ntypes.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT dangle.o -MD -MP -MF .deps/dangle.Tpo -c -o dangle.o dangle.c mv -f .deps/dangle.Tpo .deps/dangle.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o dangle dangle.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o dangle dangle.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT dtransform.o -MD -MP -MF .deps/dtransform.Tpo -c -o dtransform.o dtransform.c mv -f .deps/dtransform.Tpo .deps/dtransform.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o dtransform dtransform.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o dtransform dtransform.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT reserved.o -MD -MP -MF .deps/reserved.Tpo -c -o reserved.o reserved.c mv -f .deps/reserved.Tpo .deps/reserved.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o reserved reserved.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o reserved reserved.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT cross_read.o -MD -MP -MF .deps/cross_read.Tpo -c -o cross_read.o cross_read.c cross_read.c: In function â??read_dataâ??: cross_read.c:102: warning: comparing floating point with == or != is unsafe mv -f .deps/cross_read.Tpo .deps/cross_read.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o cross_read cross_read.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o cross_read cross_read.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT btree2.o -MD -MP -MF .deps/btree2.Tpo -c -o btree2.o btree2.c btree2.c: In function â??test_insert_basicâ??: btree2.c:248: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:248: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_split_rootâ??: btree2.c:452: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:452: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_level1_2leaf_redistribâ??: btree2.c:629: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:629: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c:682: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:682: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_level1_side_splitâ??: btree2.c:789: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:789: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c:847: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:847: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_level1_3leaf_redistribâ??: btree2.c:961: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:961: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_level1_middle_splitâ??: btree2.c:1109: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:1109: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_make_level2â??: btree2.c:1234: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:1234: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_level2_leaf_redistribâ??: btree2.c:1420: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:1420: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_level2_leaf_splitâ??: btree2.c:1685: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:1685: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_level2_2internal_redistribâ??: btree2.c:1961: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:1961: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_level2_2internal_splitâ??: btree2.c:2154: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:2154: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_level2_3internal_redistribâ??: btree2.c:2357: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:2357: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_level2_3internal_splitâ??: btree2.c:2559: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:2559: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_insert_lotsâ??: btree2.c:2757: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype btree2.c:2793: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:2793: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_basicâ??: btree2.c:2971: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:2971: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level1_noredistribâ??: btree2.c:3258: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:3258: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level1_redistribâ??: btree2.c:3480: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:3480: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level1_2leaf_mergeâ??: btree2.c:3680: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:3680: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level1_3leaf_mergeâ??: btree2.c:3864: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:3864: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level1_promoteâ??: btree2.c:3992: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:3992: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level1_promote_2leaf_redistribâ??: btree2.c:4236: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:4236: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level1_promote_3leaf_redistribâ??: btree2.c:4389: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:4389: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level1_promote_2leaf_mergeâ??: btree2.c:4542: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:4542: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level1_promote_3leaf_mergeâ??: btree2.c:4690: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:4690: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level1_collapseâ??: btree2.c:4837: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:4837: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level2_promoteâ??: btree2.c:4977: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:4977: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level2_promote_2internal_redistribâ??: btree2.c:5268: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:5268: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level2_promote_3internal_redistribâ??: btree2.c:5421: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:5421: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level2_promote_2internal_mergeâ??: btree2.c:5574: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:5574: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level2_promote_3internal_mergeâ??: btree2.c:5730: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:5730: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level2_2internal_merge_leftâ??: btree2.c:5886: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:5886: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level2_2internal_merge_rightâ??: btree2.c:6014: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:6014: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level2_3internal_mergeâ??: btree2.c:6142: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:6142: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_level2_collapse_rightâ??: btree2.c:6271: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:6271: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_remove_lotsâ??: btree2.c:6394: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype btree2.c:6432: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:6432: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_find_neighborâ??: btree2.c:6803: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:6803: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_deleteâ??: btree2.c:7027: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:7027: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c:7064: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:7064: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c:7114: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:7114: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c:7164: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:7164: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype btree2.c: In function â??test_modifyâ??: btree2.c:7258: warning: passing argument 4 of â??H5B2_createâ?? with different width due to prototype btree2.c:7258: warning: passing argument 5 of â??H5B2_createâ?? with different width due to prototype mv -f .deps/btree2.Tpo .deps/btree2.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o btree2 btree2.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o btree2 btree2.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT fheap.o -MD -MP -MF .deps/fheap.Tpo -c -o fheap.o fheap.c fheap.c: In function â??test_man_remove_bogusâ??: fheap.c:6048: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype fheap.c: In function â??test_randomâ??: fheap.c:14945: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype fheap.c: In function â??test_random_pow2â??: fheap.c:15149: warning: passing argument 1 of â??HDsrandâ?? with different width due to prototype mv -f .deps/fheap.Tpo .deps/fheap.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o fheap fheap.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o fheap fheap.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT error_test.o -MD -MP -MF .deps/error_test.Tpo -c -o error_test.o error_test.c error_test.c: In function â??test_long_descâ??: error_test.c:337: warning: passing argument 1 of â??mallocâ?? with different width due to prototype error_test.c:338: warning: passing argument 1 of â??mallocâ?? with different width due to prototype error_test.c:352: warning: passing argument 2 of â??snprintfâ?? with different width due to prototype error_test.c: In function â??custom_print_cbâ??: error_test.c:433: warning: passing argument 3 of â??H5Eget_class_nameâ?? with different width due to prototype error_test.c:436: warning: passing argument 4 of â??H5Eget_msgâ?? with different width due to prototype error_test.c:439: warning: passing argument 4 of â??H5Eget_msgâ?? with different width due to prototype error_test.c: In function â??mainâ??: error_test.c:582: warning: passing argument 2 of â??H5Epopâ?? with different width due to prototype mv -f .deps/error_test.Tpo .deps/error_test.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o error_test error_test.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o error_test error_test.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT err_compat.o -MD -MP -MF .deps/err_compat.Tpo -c -o err_compat.o err_compat.c mv -f .deps/err_compat.Tpo .deps/err_compat.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o err_compat err_compat.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o err_compat err_compat.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT testmeta.o -MD -MP -MF .deps/testmeta.Tpo -c -o testmeta.o testmeta.c mv -f .deps/testmeta.Tpo .deps/testmeta.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o testmeta testmeta.o libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o testmeta testmeta.o ./.libs/libh5test.a ../src/.libs/libhdf5.a -lm Making all in tools Making all in lib /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools.lo -MD -MP -MF .deps/h5tools.Tpo -c -o h5tools.lo h5tools.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools.lo -MD -MP -MF .deps/h5tools.Tpo -c h5tools.c -o h5tools.o h5tools.c: In function â??h5tools_simple_prefixâ??: h5tools.c:465: warning: passing argument 2 of â??h5tools_str_fmtâ?? with different width due to prototype h5tools.c:470: warning: passing argument 2 of â??h5tools_str_fmtâ?? with different width due to prototype h5tools.c:472: warning: passing argument 2 of â??h5tools_str_fmtâ?? with different width due to prototype h5tools.c:474: warning: passing argument 2 of â??h5tools_str_fmtâ?? with different width due to prototype h5tools.c:481: warning: passing argument 2 of â??h5tools_str_fmtâ?? with different width due to prototype h5tools.c: In function â??h5tools_dump_simple_dataâ??: h5tools.c:586: warning: passing argument 2 of â??h5tools_str_fmtâ?? with different width due to prototype h5tools.c: In function â??h5tools_dump_simple_memâ??: h5tools.c:1300: warning: comparison between signed and unsigned h5tools.c:1305: warning: comparison between signed and unsigned h5tools.c: In function â??init_acc_posâ??: h5tools.c:1495: warning: comparison between signed and unsigned h5tools.c: In function â??render_bin_outputâ??: h5tools.c:1588: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1598: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1609: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1639: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1650: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1660: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1670: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1680: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1690: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1700: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1710: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1720: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1730: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1740: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1752: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1762: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1772: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1785: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1795: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1805: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1838: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1849: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1914: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5tools.c:1925: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype mv -f .deps/h5tools.Tpo .deps/h5tools.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_str.lo -MD -MP -MF .deps/h5tools_str.Tpo -c -o h5tools_str.lo h5tools_str.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_str.lo -MD -MP -MF .deps/h5tools_str.Tpo -c h5tools_str.c -o h5tools_str.o h5tools_str.c: In function â??h5tools_str_appendâ??: h5tools_str.c:150: warning: function might be possible candidate for â??printfâ?? format attribute h5tools_str.c: In function â??h5tools_str_prefixâ??: h5tools_str.c:349: warning: passing argument 2 of â??h5tools_str_fmtâ?? with different width due to prototype h5tools_str.c: In function â??h5tools_str_sprintâ??: h5tools_str.c:637: warning: passing argument 3 of â??h5tools_print_charâ?? with different width due to prototype h5tools_str.c:691: warning: passing argument 3 of â??h5tools_print_charâ?? with different width due to prototype h5tools_str.c:856: warning: passing argument 5 of â??H5Rget_nameâ?? with different width due to prototype mv -f .deps/h5tools_str.Tpo .deps/h5tools_str.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_utils.lo -MD -MP -MF .deps/h5tools_utils.Tpo -c -o h5tools_utils.lo h5tools_utils.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_utils.lo -MD -MP -MF .deps/h5tools_utils.Tpo -c h5tools_utils.c -o h5tools_utils.o h5tools_utils.c: In function â??error_msgâ??: h5tools_utils.c:74: warning: function might be possible candidate for â??printfâ?? format attribute h5tools_utils.c: In function â??warn_msgâ??: h5tools_utils.c:107: warning: function might be possible candidate for â??printfâ?? format attribute mv -f .deps/h5tools_utils.Tpo .deps/h5tools_utils.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff.lo -MD -MP -MF .deps/h5diff.Tpo -c -o h5diff.lo h5diff.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff.lo -MD -MP -MF .deps/h5diff.Tpo -c h5diff.c -o h5diff.o h5diff.c: In function â??h5diffâ??: h5diff.c:195: warning: passing argument 3 of â??memsetâ?? with different width due to prototype mv -f .deps/h5diff.Tpo .deps/h5diff.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_array.lo -MD -MP -MF .deps/h5diff_array.Tpo -c -o h5diff_array.lo h5diff_array.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_array.lo -MD -MP -MF .deps/h5diff_array.Tpo -c h5diff_array.c -o h5diff_array.o h5diff_array.c: In function â??diff_datumâ??: h5diff_array.c:1788: warning: comparing floating point with == or != is unsafe h5diff_array.c:1788: warning: comparing floating point with == or != is unsafe h5diff_array.c:1788: warning: comparing floating point with == or != is unsafe h5diff_array.c:1821: warning: comparing floating point with == or != is unsafe h5diff_array.c:1821: warning: comparing floating point with == or != is unsafe h5diff_array.c:1821: warning: comparing floating point with == or != is unsafe h5diff_array.c:1942: warning: comparing floating point with == or != is unsafe h5diff_array.c:1942: warning: comparing floating point with == or != is unsafe h5diff_array.c:1942: warning: comparing floating point with == or != is unsafe h5diff_array.c:1992: warning: comparing floating point with == or != is unsafe h5diff_array.c:1992: warning: comparing floating point with == or != is unsafe h5diff_array.c:1992: warning: comparing floating point with == or != is unsafe h5diff_array.c:2029: warning: passing argument 1 of â??equal_floatâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype h5diff_array.c:2029: warning: passing argument 2 of â??equal_floatâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype h5diff_array.c:2110: warning: comparing floating point with == or != is unsafe h5diff_array.c:2110: warning: comparing floating point with == or != is unsafe h5diff_array.c:2110: warning: comparing floating point with == or != is unsafe h5diff_array.c:2160: warning: comparing floating point with == or != is unsafe h5diff_array.c:2160: warning: comparing floating point with == or != is unsafe h5diff_array.c:2160: warning: comparing floating point with == or != is unsafe h5diff_array.c: In function â??diff_floatâ??: h5diff_array.c:2699: warning: comparing floating point with == or != is unsafe h5diff_array.c:2699: warning: comparing floating point with == or != is unsafe h5diff_array.c:2699: warning: comparing floating point with == or != is unsafe h5diff_array.c:2758: warning: comparing floating point with == or != is unsafe h5diff_array.c:2758: warning: comparing floating point with == or != is unsafe h5diff_array.c:2758: warning: comparing floating point with == or != is unsafe h5diff_array.c:2824: warning: passing argument 1 of â??equal_floatâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype h5diff_array.c:2824: warning: passing argument 2 of â??equal_floatâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype h5diff_array.c: In function â??diff_doubleâ??: h5diff_array.c:2931: warning: comparing floating point with == or != is unsafe h5diff_array.c:2931: warning: comparing floating point with == or != is unsafe h5diff_array.c:2931: warning: comparing floating point with == or != is unsafe h5diff_array.c:2976: warning: comparing floating point with == or != is unsafe h5diff_array.c:2976: warning: comparing floating point with == or != is unsafe h5diff_array.c:2976: warning: comparing floating point with == or != is unsafe h5diff_array.c: In function â??diff_ullongâ??: h5diff_array.c:4733: warning: comparing floating point with == or != is unsafe h5diff_array.c:4733: warning: comparing floating point with == or != is unsafe h5diff_array.c:4733: warning: comparing floating point with == or != is unsafe h5diff_array.c:4779: warning: comparing floating point with == or != is unsafe h5diff_array.c:4779: warning: comparing floating point with == or != is unsafe h5diff_array.c:4779: warning: comparing floating point with == or != is unsafe h5diff_array.c: In function â??ull2floatâ??: h5diff_array.c:4869: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5diff_array.c:4874: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype h5diff_array.c: In function â??equal_doubleâ??: h5diff_array.c:4949: warning: comparing floating point with == or != is unsafe h5diff_array.c:4949: warning: comparing floating point with == or != is unsafe h5diff_array.c:4953: warning: comparing floating point with == or != is unsafe h5diff_array.c: In function â??equal_floatâ??: h5diff_array.c:5018: warning: comparing floating point with == or != is unsafe h5diff_array.c:5018: warning: comparing floating point with == or != is unsafe h5diff_array.c:5022: warning: comparing floating point with == or != is unsafe h5diff_array.c:5024: warning: passing argument 1 of â??equal_floatâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype h5diff_array.c:5024: warning: passing argument 2 of â??equal_floatâ?? as â??floatâ?? rather than â??doubleâ?? due to prototype h5diff_array.c: In function â??my_isnanâ??: h5diff_array.c:5061: warning: comparing floating point with == or != is unsafe h5diff_array.c:5070: warning: comparing floating point with == or != is unsafe h5diff_array.c:5077: warning: comparing floating point with == or != is unsafe mv -f .deps/h5diff_array.Tpo .deps/h5diff_array.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_attr.lo -MD -MP -MF .deps/h5diff_attr.Tpo -c -o h5diff_attr.lo h5diff_attr.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_attr.lo -MD -MP -MF .deps/h5diff_attr.Tpo -c h5diff_attr.c -o h5diff_attr.o h5diff_attr.c: In function â??diff_attrâ??: h5diff_attr.c:92: warning: passing argument 2 of â??H5Aget_nameâ?? with different width due to prototype h5diff_attr.c:103: warning: passing argument 2 of â??H5Aget_nameâ?? with different width due to prototype h5diff_attr.c:186: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5diff_attr.c:187: warning: passing argument 1 of â??mallocâ?? with different width due to prototype mv -f .deps/h5diff_attr.Tpo .deps/h5diff_attr.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_dset.lo -MD -MP -MF .deps/h5diff_dset.Tpo -c -o h5diff_dset.lo h5diff_dset.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_dset.lo -MD -MP -MF .deps/h5diff_dset.Tpo -c h5diff_dset.c -o h5diff_dset.o mv -f .deps/h5diff_dset.Tpo .deps/h5diff_dset.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_util.lo -MD -MP -MF .deps/h5diff_util.Tpo -c -o h5diff_util.lo h5diff_util.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_util.lo -MD -MP -MF .deps/h5diff_util.Tpo -c h5diff_util.c -o h5diff_util.o h5diff_util.c: In function â??parallel_printâ??: h5diff_util.c:46: warning: function might be possible candidate for â??printfâ?? format attribute h5diff_util.c:55: warning: passing argument 2 of â??vsnprintfâ?? with different width due to prototype h5diff_util.c:55: warning: function might be possible candidate for â??printfâ?? format attribute h5diff_util.c:81: warning: function might be possible candidate for â??printfâ?? format attribute h5diff_util.c:87: warning: function might be possible candidate for â??printfâ?? format attribute mv -f .deps/h5diff_util.Tpo .deps/h5diff_util.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5trav.lo -MD -MP -MF .deps/h5trav.Tpo -c -o h5trav.lo h5trav.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5trav.lo -MD -MP -MF .deps/h5trav.Tpo -c h5trav.c -o h5trav.o h5trav.c:600: warning: â??trav_table_searchâ?? defined but not used mv -f .deps/h5trav.Tpo .deps/h5trav.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_filters.lo -MD -MP -MF .deps/h5tools_filters.Tpo -c -o h5tools_filters.lo h5tools_filters.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_filters.lo -MD -MP -MF .deps/h5tools_filters.Tpo -c h5tools_filters.c -o h5tools_filters.o h5tools_filters.c: In function â??h5tools_canreadfâ??: h5tools_filters.c:90: warning: passing argument 6 of â??H5Pget_filter2â?? with different width due to prototype mv -f .deps/h5tools_filters.Tpo .deps/h5tools_filters.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_ref.lo -MD -MP -MF .deps/h5tools_ref.Tpo -c -o h5tools_ref.lo h5tools_ref.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_ref.lo -MD -MP -MF .deps/h5tools_ref.Tpo -c h5tools_ref.c -o h5tools_ref.o h5tools_ref.c: In function â??free_ref_path_infoâ??: h5tools_ref.c:71: warning: cast discards qualifiers from pointer target type mv -f .deps/h5tools_ref.Tpo .deps/h5tools_ref.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_type.lo -MD -MP -MF .deps/h5tools_type.Tpo -c -o h5tools_type.lo h5tools_type.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5tools_type.lo -MD -MP -MF .deps/h5tools_type.Tpo -c h5tools_type.c -o h5tools_type.o mv -f .deps/h5tools_type.Tpo .deps/h5tools_type.Plo /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o libh5tools.la h5tools.lo h5tools_str.lo h5tools_utils.lo h5diff.lo h5diff_array.lo h5diff_attr.lo h5diff_dset.lo h5diff_util.lo h5trav.lo h5tools_filters.lo h5tools_ref.lo h5tools_type.lo -lm libtool: link: ar cru .libs/libh5tools.a h5tools.o h5tools_str.o h5tools_utils.o h5diff.o h5diff_array.o h5diff_attr.o h5diff_dset.o h5diff_util.o h5trav.o h5tools_filters.o h5tools_ref.o h5tools_type.o libtool: link: ranlib .libs/libh5tools.a libtool: link: ( cd ".libs" && rm -f "libh5tools.la" && ln -s "../libh5tools.la" "libh5tools.la" ) gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT talign.o -MD -MP -MF .deps/talign.Tpo -c -o talign.o talign.c talign.c: In function â??mainâ??: talign.c:79: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype talign.c:97: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype talign.c:101: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype talign.c:107: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype talign.c:140: warning: comparing floating point with == or != is unsafe talign.c:141: warning: comparing floating point with == or != is unsafe talign.c:141: warning: comparing floating point with == or != is unsafe talign.c:141: warning: comparing floating point with == or != is unsafe mv -f .deps/talign.Tpo .deps/talign.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o talign talign.o libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o talign talign.o ./.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm Making all in h5dump gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5dump.o -MD -MP -MF .deps/h5dump.Tpo -c -o h5dump.o h5dump.c h5dump.c: In function â??dump_all_cbâ??: h5dump.c:1489: warning: passing argument 3 of â??xml_name_to_XIDâ?? with different width due to prototype h5dump.c:1490: warning: passing argument 3 of â??xml_name_to_XIDâ?? with different width due to prototype h5dump.c:1503: warning: passing argument 3 of â??xml_name_to_XIDâ?? with different width due to prototype h5dump.c:1593: warning: passing argument 3 of â??xml_name_to_XIDâ?? with different width due to prototype h5dump.c:1594: warning: passing argument 3 of â??xml_name_to_XIDâ?? with different width due to prototype h5dump.c:1597: warning: passing argument 3 of â??xml_name_to_XIDâ?? with different width due to prototype h5dump.c:1691: warning: passing argument 3 of â??xml_name_to_XIDâ?? with different width due to prototype h5dump.c:1692: warning: passing argument 3 of â??xml_name_to_XIDâ?? with different width due to prototype h5dump.c:1741: warning: passing argument 3 of â??xml_name_to_XIDâ?? with different width due to prototype h5dump.c:1742: warning: passing argument 3 of â??xml_name_to_XIDâ?? with different width due to prototype h5dump.c: In function â??dump_groupâ??: h5dump.c:1916: warning: format â??%luâ?? expects type â??long unsigned intâ??, but argument 3 has type â??haddr_tâ?? h5dump.c: In function â??dump_dimsâ??: h5dump.c:2109: warning: format â??%luâ?? expects type â??long unsigned intâ??, but argument 2 has type â??long long unsigned intâ?? h5dump.c: In function â??dump_dataâ??: h5dump.c:2243: warning: reading through null pointer (argument 3) h5dump.c: In function â??dump_dcplâ??: h5dump.c:2510: warning: passing argument 2 of â??H5Pget_chunkâ?? with different width due to prototype h5dump.c:2528: warning: declaration of â??sizeâ?? shadows a previous local h5dump.c:2482: warning: shadowed declaration is here h5dump.c: In function â??dump_fcontentsâ??: h5dump.c:2962: warning: format â??%luâ?? expects type â??long unsigned intâ??, but argument 3 has type â??haddr_tâ?? h5dump.c: In function â??handle_attributesâ??: h5dump.c:3134: warning: unused parameter â??peâ?? h5dump.c: In function â??parse_hsize_listâ??: h5dump.c:3188: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5dump.c:3193: warning: cast from function call of type â??doubleâ?? to non-matching type â??long long unsigned intâ?? h5dump.c: In function â??parse_subset_paramsâ??: h5dump.c:3232: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5dump.c: In function â??handle_datasetsâ??: h5dump.c:3316: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5dump.c:3321: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5dump.c:3339: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5dump.c:3348: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5dump.c: In function â??handle_linksâ??: h5dump.c:3491: warning: unused parameter â??peâ?? h5dump.c: In function â??handle_datatypesâ??: h5dump.c:3601: warning: format â??%luâ?? expects type â??long unsigned intâ??, but argument 3 has type â??haddr_tâ?? h5dump.c: In function â??parse_command_lineâ??: h5dump.c:3922: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5dump.c: In function â??mainâ??: h5dump.c:4112: warning: passing argument 6 of â??h5tools_fopenâ?? with different width due to prototype h5dump.c: In function â??print_enumâ??: h5dump.c:4324: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5dump.c:4325: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5dump.c:4334: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype h5dump.c: In function â??xml_name_to_XIDâ??: h5dump.c:4406: warning: format â??%luâ?? expects type â??long unsigned intâ??, but argument 3 has type â??haddr_tâ?? h5dump.c:4415: warning: format â??%luâ?? expects type â??long unsigned intâ??, but argument 3 has type â??haddr_tâ?? h5dump.c:4423: warning: format â??%luâ?? expects type â??long unsigned intâ??, but argument 3 has type â??haddr_tâ?? h5dump.c: In function â??xml_print_datatypeâ??: h5dump.c:4666: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5dump.c: In function â??xml_dump_datatypeâ??: h5dump.c:5026: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5dump.c: In function â??xml_dump_named_datatypeâ??: h5dump.c:5400: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5dump.c:5401: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5dump.c:5408: warning: passing argument 3 of â??strncmpâ?? with different width due to prototype h5dump.c: In function â??xml_dump_groupâ??: h5dump.c:5542: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5dump.c:5543: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5dump.c:5566: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5dump.c:5613: warning: format â??%luâ?? expects type â??long unsigned intâ??, but argument 3 has type â??haddr_tâ?? h5dump.c:5638: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5dump.c:5639: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5dump.c:5678: warning: format â??%luâ?? expects type â??long unsigned intâ??, but argument 3 has type â??haddr_tâ?? h5dump.c: In function â??check_filtersâ??: h5dump.c:5942: warning: passing argument 6 of â??H5Pget_filter2â?? with different width due to prototype h5dump.c: In function â??xml_dump_datasetâ??: h5dump.c:6156: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5dump.c:6157: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5dump.c: In function â??xml_print_enumâ??: h5dump.c:6466: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5dump.c:6467: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5dump.c:6476: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype h5dump.c: In function â??h5_fileaccessâ??: h5dump.c:6573: warning: passing argument 2 of â??H5Pset_fapl_coreâ?? with different width due to prototype h5dump.c:6621: warning: passing argument 4 of â??H5Pset_fapl_logâ?? with different width due to prototype h5dump.c: In function â??init_prefixâ??: h5dump.c:6651: warning: passing argument 2 of â??callocâ?? with different width due to prototype h5dump.c: In function â??dump_extlinkâ??: h5dump.c:6698: warning: passing argument 6 of â??h5tools_fopenâ?? with different width due to prototype mv -f .deps/h5dump.Tpo .deps/h5dump.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5dump h5dump.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5dump h5dump.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5dumpgentest.o -MD -MP -MF .deps/h5dumpgentest.Tpo -c -o h5dumpgentest.o h5dumpgentest.c h5dumpgentest.c: In function â??gent_attributeâ??: h5dumpgentest.c:425: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c: In function â??gent_udlinkâ??: h5dumpgentest.c:517: warning: passing argument 5 of â??H5Lcreate_udâ?? with different width due to prototype h5dumpgentest.c:519: warning: passing argument 5 of â??H5Lcreate_udâ?? with different width due to prototype h5dumpgentest.c: In function â??gent_allâ??: h5dumpgentest.c:1032: warning: passing argument 5 of â??H5Lcreate_udâ?? with different width due to prototype h5dumpgentest.c: In function â??gent_manyâ??: h5dumpgentest.c:1286: warning: passing argument 5 of â??H5Lcreate_udâ?? with different width due to prototype h5dumpgentest.c: In function â??gent_str2â??: h5dumpgentest.c:1466: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c:1471: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c:1490: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c:1535: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c:1568: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c: In function â??gent_dataregâ??: h5dumpgentest.c:1766: warning: passing argument 2 of â??callocâ?? with different width due to prototype h5dumpgentest.c:1769: warning: passing argument 2 of â??callocâ?? with different width due to prototype h5dumpgentest.c:1820: warning: passing argument 3 of â??H5Sselect_elementsâ?? with different width due to prototype h5dumpgentest.c:1820: warning: passing argument 4 of â??H5Sselect_elementsâ?? from incompatible pointer type h5dumpgentest.c: In function â??write_attr_inâ??: h5dumpgentest.c:3260: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c:3276: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype h5dumpgentest.c:3365: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c:3381: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype h5dumpgentest.c:3476: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c:3501: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype h5dumpgentest.c: In function â??write_dset_inâ??: h5dumpgentest.c:3702: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c:3718: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype h5dumpgentest.c:3807: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c:3823: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype h5dumpgentest.c:3930: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c:3955: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype h5dumpgentest.c: In function â??gent_compound_complexâ??: h5dumpgentest.c:4313: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c: In function â??gent_filtersâ??: h5dumpgentest.c:4863: warning: passing argument 4 of â??H5Pset_filterâ?? with different width due to prototype h5dumpgentest.c: In function â??set_local_myfilterâ??: h5dumpgentest.c:4967: warning: passing argument 6 of â??H5Pget_filter_by_id2â?? with different width due to prototype h5dumpgentest.c: In function â??gent_fcontentsâ??: h5dumpgentest.c:5052: warning: passing argument 5 of â??H5Lcreate_udâ?? with different width due to prototype h5dumpgentest.c: In function â??gent_stringâ??: h5dumpgentest.c:5333: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype h5dumpgentest.c: In function â??gent_bigdimsâ??: h5dumpgentest.c:5658: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5dumpgentest.c:5615: warning: â??m_sidâ?? may be used uninitialized in this function h5dumpgentest.c:5613: warning: â??didâ?? may be used uninitialized in this function h5dumpgentest.c:5614: warning: â??f_sidâ?? may be used uninitialized in this function h5dumpgentest.c: In function â??gent_group_creation_orderâ??: h5dumpgentest.c:5747: warning: â??gidâ?? may be used uninitialized in this function h5dumpgentest.c:5748: warning: â??gcpl_idâ?? may be used uninitialized in this function h5dumpgentest.c:5746: warning: â??fidâ?? may be used uninitialized in this function h5dumpgentest.c: In function â??gent_attr_creation_orderâ??: h5dumpgentest.c:5887: warning: â??gidâ?? may be used uninitialized in this function h5dumpgentest.c:5888: warning: â??didâ?? may be used uninitialized in this function h5dumpgentest.c:5889: warning: â??sidâ?? may be used uninitialized in this function h5dumpgentest.c:5894: warning: â??tcpl_idâ?? may be used uninitialized in this function h5dumpgentest.c:5893: warning: â??dcpl_idâ?? may be used uninitialized in this function h5dumpgentest.c:5892: warning: â??gcpl_idâ?? may be used uninitialized in this function mv -f .deps/h5dumpgentest.Tpo .deps/h5dumpgentest.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5dumpgentest h5dumpgentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5dumpgentest h5dumpgentest.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT binread.o -MD -MP -MF .deps/binread.Tpo -c -o binread.o binread.c mv -f .deps/binread.Tpo .deps/binread.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o binread binread.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o binread binread.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm Making all in h5diff gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_main.o -MD -MP -MF .deps/h5diff_main.Tpo -c -o h5diff_main.o h5diff_main.c h5diff_main.c: In function â??mainâ??: h5diff_main.c:79: warning: passing argument 3 of â??parse_command_lineâ?? from incompatible pointer type h5diff_main.c:79: warning: passing argument 4 of â??parse_command_lineâ?? from incompatible pointer type h5diff_main.c:79: warning: passing argument 5 of â??parse_command_lineâ?? from incompatible pointer type h5diff_main.c:79: warning: passing argument 6 of â??parse_command_lineâ?? from incompatible pointer type mv -f .deps/h5diff_main.Tpo .deps/h5diff_main.Po gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diff_common.o -MD -MP -MF .deps/h5diff_common.Tpo -c -o h5diff_common.o h5diff_common.c h5diff_common.c: In function â??h5diff_exitâ??: h5diff_common.c:397: warning: function might be possible candidate for attribute â??noreturnâ?? mv -f .deps/h5diff_common.Tpo .deps/h5diff_common.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5diff h5diff_main.o h5diff_common.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5diff h5diff_main.o h5diff_common.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5diffgentest.o -MD -MP -MF .deps/h5diffgentest.Tpo -c -o h5diffgentest.o h5diffgentest.c mv -f .deps/h5diffgentest.Tpo .deps/h5diffgentest.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5diffgentest h5diffgentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5diffgentest h5diffgentest.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm Making all in h5ls gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5ls.o -MD -MP -MF .deps/h5ls.Tpo -c -o h5ls.o h5ls.c h5ls.c: In function â??display_enum_typeâ??: h5ls.c:770: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5ls.c:771: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5ls.c:778: warning: passing argument 3 of â??H5Tconvertâ?? with different width due to prototype h5ls.c: In function â??display_typeâ??: h5ls.c:1146: warning: format â??%luâ?? expects type â??long unsigned intâ??, but argument 3 has type â??haddr_tâ?? h5ls.c: In function â??dataset_list2â??: h5ls.c:1511: warning: passing argument 2 of â??H5Pget_chunkâ?? with different width due to prototype h5ls.c: In function â??list_objâ??: h5ls.c:1710: warning: format â??%luâ?? expects type â??long unsigned intâ??, but argument 4 has type â??haddr_tâ?? h5ls.c: In function â??mainâ??: h5ls.c:2000: warning: passing argument 3 of â??strncmpâ?? with different width due to prototype h5ls.c:2002: warning: passing argument 3 of â??strncmpâ?? with different width due to prototype h5ls.c:2030: warning: passing argument 3 of â??strncmpâ?? with different width due to prototype mv -f .deps/h5ls.Tpo .deps/h5ls.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5ls h5ls.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5ls h5ls.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm Making all in misc gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5debug.o -MD -MP -MF .deps/h5debug.Tpo -c -o h5debug.o h5debug.c mv -f .deps/h5debug.Tpo .deps/h5debug.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5debug h5debug.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5debug h5debug.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repart.o -MD -MP -MF .deps/h5repart.Tpo -c -o h5repart.o h5repart.c h5repart.c: In function â??mainâ??: h5repart.c:318: warning: comparison between signed and unsigned h5repart.c:318: warning: signed and unsigned type in conditional expression h5repart.c:410: warning: passing argument 3 of â??readâ?? with different width due to prototype h5repart.c:418: warning: passing argument 3 of â??writeâ?? with different width due to prototype h5repart.c:445: warning: passing argument 3 of â??readâ?? with different width due to prototype h5repart.c:453: warning: passing argument 3 of â??writeâ?? with different width due to prototype h5repart.c: In function â??usageâ??: h5repart.c:92: warning: function might be possible candidate for attribute â??noreturnâ?? mv -f .deps/h5repart.Tpo .deps/h5repart.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5repart h5repart.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5repart h5repart.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5mkgrp.o -MD -MP -MF .deps/h5mkgrp.Tpo -c -o h5mkgrp.o h5mkgrp.c h5mkgrp.c: In function â??mainâ??: h5mkgrp.c:248: warning: passing argument 6 of â??h5tools_fopenâ?? with different width due to prototype mv -f .deps/h5mkgrp.Tpo .deps/h5mkgrp.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5mkgrp h5mkgrp.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5mkgrp h5mkgrp.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repart_gentest.o -MD -MP -MF .deps/h5repart_gentest.Tpo -c -o h5repart_gentest.o h5repart_gentest.c mv -f .deps/h5repart_gentest.Tpo .deps/h5repart_gentest.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5repart_gentest h5repart_gentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5repart_gentest h5repart_gentest.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT repart_test.o -MD -MP -MF .deps/repart_test.Tpo -c -o repart_test.o repart_test.c mv -f .deps/repart_test.Tpo .deps/repart_test.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o repart_test repart_test.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o repart_test repart_test.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm Making all in h5import gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5import.o -MD -MP -MF .deps/h5import.Tpo -c -o h5import.o h5import.c h5import.c: In function â??mainâ??: h5import.c:45: warning: passing argument 4 of â??setvbufâ?? with different width due to prototype h5import.c:46: warning: passing argument 4 of â??setvbufâ?? with different width due to prototype h5import.c: In function â??readIntegerDataâ??: h5import.c:412: warning: passing argument 3 of â??freadâ?? with different width due to prototype h5import.c:445: warning: passing argument 3 of â??freadâ?? with different width due to prototype h5import.c:477: warning: passing argument 3 of â??freadâ?? with different width due to prototype h5import.c:511: warning: passing argument 3 of â??freadâ?? with different width due to prototype h5import.c: In function â??readUIntegerDataâ??: h5import.c:575: warning: passing argument 3 of â??freadâ?? with different width due to prototype h5import.c:607: warning: passing argument 3 of â??freadâ?? with different width due to prototype h5import.c:639: warning: passing argument 3 of â??freadâ?? with different width due to prototype h5import.c:673: warning: passing argument 3 of â??freadâ?? with different width due to prototype h5import.c: In function â??readFloatDataâ??: h5import.c:736: warning: passing argument 3 of â??freadâ?? with different width due to prototype h5import.c:773: warning: passing argument 3 of â??freadâ?? with different width due to prototype mv -f .deps/h5import.Tpo .deps/h5import.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5import h5import.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5import h5import.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5importtest.o -MD -MP -MF .deps/h5importtest.Tpo -c -o h5importtest.o h5importtest.c h5importtest.c: In function â??mainâ??: h5importtest.c:213: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5importtest.c:221: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5importtest.c:229: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5importtest.c:238: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5importtest.c:246: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5importtest.c:254: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5importtest.c:264: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5importtest.c:273: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype h5importtest.c:287: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype mv -f .deps/h5importtest.Tpo .deps/h5importtest.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5importtest h5importtest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5importtest h5importtest.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm Making all in h5repack gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repack.o -MD -MP -MF .deps/h5repack.Tpo -c -o h5repack.o h5repack.c h5repack.c: In function â??h5repack_initâ??: h5repack.c:104: warning: negative integer implicitly converted to unsigned type h5repack.c:106: warning: negative integer implicitly converted to unsigned type h5repack.c: In function â??check_objectsâ??: h5repack.c:441: warning: passing argument 6 of â??h5tools_fopenâ?? with different width due to prototype mv -f .deps/h5repack.Tpo .deps/h5repack.Po gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repack_copy.o -MD -MP -MF .deps/h5repack_copy.Tpo -c -o h5repack_copy.o h5repack_copy.c mv -f .deps/h5repack_copy.Tpo .deps/h5repack_copy.Po gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repack_filters.o -MD -MP -MF .deps/h5repack_filters.Tpo -c -o h5repack_filters.o h5repack_filters.c h5repack_filters.c: In function â??apply_filtersâ??: h5repack_filters.c:255: warning: passing argument 2 of â??H5Pget_chunkâ?? with different width due to prototype mv -f .deps/h5repack_filters.Tpo .deps/h5repack_filters.Po gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repack_opttable.o -MD -MP -MF .deps/h5repack_opttable.Tpo -c -o h5repack_opttable.o h5repack_opttable.c h5repack_opttable.c: In function â??init_packobjectâ??: h5repack_opttable.c:42: warning: negative integer implicitly converted to unsigned type mv -f .deps/h5repack_opttable.Tpo .deps/h5repack_opttable.Po gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repack_parse.o -MD -MP -MF .deps/h5repack_parse.Tpo -c -o h5repack_parse.o h5repack_parse.c h5repack_parse.c: In function â??parse_filterâ??: h5repack_parse.c:415: warning: comparison of unsigned expression < 0 is always false h5repack_parse.c:456: warning: comparison of unsigned expression < 0 is always false mv -f .deps/h5repack_parse.Tpo .deps/h5repack_parse.Po gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repack_refs.o -MD -MP -MF .deps/h5repack_refs.Tpo -c -o h5repack_refs.o h5repack_refs.c h5repack_refs.c: In function â??do_copy_refobjsâ??: h5repack_refs.c:168: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5repack_refs.c:176: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5repack_refs.c:235: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5repack_refs.c: In function â??copy_refs_attrâ??: h5repack_refs.c:438: warning: passing argument 2 of â??H5Aget_nameâ?? with different width due to prototype h5repack_refs.c:487: warning: passing argument 1 of â??mallocâ?? with different width due to prototype h5repack_refs.c:495: warning: passing argument 1 of â??callocâ?? with different width due to prototype h5repack_refs.c:556: warning: passing argument 1 of â??mallocâ?? with different width due to prototype mv -f .deps/h5repack_refs.Tpo .deps/h5repack_refs.Po gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repack_verify.o -MD -MP -MF .deps/h5repack_verify.Tpo -c -o h5repack_verify.o h5repack_verify.c h5repack_verify.c: In function â??h5repack_verifyâ??: h5repack_verify.c:85: warning: passing argument 3 of â??has_filtersâ?? as unsigned due to prototype h5repack_verify.c:154: warning: passing argument 3 of â??has_filtersâ?? as unsigned due to prototype h5repack_verify.c: In function â??has_layoutâ??: h5repack_verify.c:265: warning: passing argument 2 of â??H5Pget_chunkâ?? with different width due to prototype h5repack_verify.c: In function â??has_filtersâ??: h5repack_verify.c:457: warning: comparison of unsigned expression < 0 is always false h5repack_verify.c: In function â??h5repack_verifyâ??: h5repack_verify.c:52: warning: â??pidâ?? may be used uninitialized in this function h5repack_verify.c:53: warning: â??sidâ?? may be used uninitialized in this function h5repack_verify.c:51: warning: â??didâ?? may be used uninitialized in this function mv -f .deps/h5repack_verify.Tpo .deps/h5repack_verify.Po gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repack_main.o -MD -MP -MF .deps/h5repack_main.Tpo -c -o h5repack_main.o h5repack_main.c h5repack_main.c: In function â??mainâ??: h5repack_main.c:219: warning: passing argument 3 of â??strncmpâ?? with different width due to prototype h5repack_main.c:222: warning: passing argument 3 of â??strncmpâ?? with different width due to prototype h5repack_main.c:225: warning: passing argument 3 of â??strncmpâ?? with different width due to prototype h5repack_main.c:228: warning: passing argument 3 of â??strncmpâ?? with different width due to prototype h5repack_main.c:231: warning: passing argument 3 of â??strncmpâ?? with different width due to prototype h5repack_main.c:260: warning: passing argument 2 of â??parse_command_lineâ?? from incompatible pointer type h5repack_main.c: In function â??parse_command_lineâ??: h5repack_main.c:458: warning: passing argument 1 of â??parse_numberâ?? discards qualifiers from pointer target type mv -f .deps/h5repack_main.Tpo .deps/h5repack_main.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5repack h5repack.o h5repack_copy.o h5repack_filters.o h5repack_opttable.o h5repack_parse.o h5repack_refs.o h5repack_verify.o h5repack_main.o ../../tools/lib/libh5tools.la ../../test/libh5test.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5repack h5repack.o h5repack_copy.o h5repack_filters.o h5repack_opttable.o h5repack_parse.o h5repack_refs.o h5repack_verify.o h5repack_main.o ../../tools/lib/.libs/libh5tools.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT testh5repack_detect_szip.o -MD -MP -MF .deps/testh5repack_detect_szip.Tpo -c -o testh5repack_detect_szip.o testh5repack_detect_szip.c mv -f .deps/testh5repack_detect_szip.Tpo .deps/testh5repack_detect_szip.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o testh5repack_detect_szip testh5repack_detect_szip.o ../../tools/lib/libh5tools.la ../../test/libh5test.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o testh5repack_detect_szip testh5repack_detect_szip.o ../../tools/lib/.libs/libh5tools.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../test -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5repacktst.o -MD -MP -MF .deps/h5repacktst.Tpo -c -o h5repacktst.o h5repacktst.c h5repacktst.c: In function â??make_deflateâ??: h5repacktst.c:1879: warning: unused variable â??dims1râ?? h5repacktst.c:1878: warning: unused variable â??bufrefâ?? h5repacktst.c:1871: warning: unused parameter â??loc_idâ?? mv -f .deps/h5repacktst.Tpo .deps/h5repacktst.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5repacktst h5repack.o h5repack_copy.o h5repack_filters.o h5repack_opttable.o h5repack_parse.o h5repack_refs.o h5repack_verify.o h5repacktst.o ../../tools/lib/libh5tools.la ../../test/libh5test.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5repacktst h5repack.o h5repack_copy.o h5repack_filters.o h5repack_opttable.o h5repack_parse.o h5repack_refs.o h5repack_verify.o h5repacktst.o ../../tools/lib/.libs/libh5tools.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lm Making all in h5jam gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5jam.o -MD -MP -MF .deps/h5jam.Tpo -c -o h5jam.o h5jam.c h5jam.c: In function â??copy_some_to_fileâ??: h5jam.c:447: warning: passing argument 3 of â??readâ?? with different width due to prototype h5jam.c:451: warning: passing argument 3 of â??readâ?? with different width due to prototype h5jam.c:459: warning: passing argument 3 of â??writeâ?? with different width due to prototype h5jam.c: In function â??write_padâ??: h5jam.c:540: warning: passing argument 3 of â??writeâ?? with different width due to prototype mv -f .deps/h5jam.Tpo .deps/h5jam.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5jam h5jam.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5jam h5jam.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5unjam.o -MD -MP -MF .deps/h5unjam.Tpo -c -o h5unjam.o h5unjam.c h5unjam.c: In function â??mainâ??: h5unjam.c:271: warning: passing argument 3 of â??copy_to_fileâ?? with different width due to prototype h5unjam.c: In function â??copy_to_fileâ??: h5unjam.c:311: warning: passing argument 3 of â??readâ?? with different width due to prototype h5unjam.c:313: warning: passing argument 3 of â??readâ?? with different width due to prototype h5unjam.c:315: warning: passing argument 3 of â??writeâ?? with different width due to prototype mv -f .deps/h5unjam.Tpo .deps/h5unjam.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5unjam h5unjam.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5unjam h5unjam.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT tellub.o -MD -MP -MF .deps/tellub.Tpo -c -o tellub.o tellub.c mv -f .deps/tellub.Tpo .deps/tellub.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o tellub tellub.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o tellub tellub.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5jamgentest.o -MD -MP -MF .deps/h5jamgentest.Tpo -c -o h5jamgentest.o h5jamgentest.c h5jamgentest.c: In function â??create_textfileâ??: h5jamgentest.c:339: warning: passing argument 2 of â??creatâ?? with different width due to prototype mv -f .deps/h5jamgentest.Tpo .deps/h5jamgentest.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5jamgentest h5jamgentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5jamgentest h5jamgentest.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT getub.o -MD -MP -MF .deps/getub.Tpo -c -o getub.o getub.c getub.c: In function â??mainâ??: getub.c:148: warning: passing argument 1 of â??mallocâ?? with different width due to prototype getub.c:155: warning: passing argument 3 of â??readâ?? with different width due to prototype getub.c:165: warning: passing argument 3 of â??writeâ?? with different width due to prototype mv -f .deps/getub.Tpo .deps/getub.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o getub getub.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o getub getub.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm Making all in h5copy gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5copy.o -MD -MP -MF .deps/h5copy.Tpo -c -o h5copy.o h5copy.c h5copy.c: In function â??mainâ??: h5copy.c:308: warning: passing argument 6 of â??h5tools_fopenâ?? with different width due to prototype h5copy.c:326: warning: passing argument 6 of â??h5tools_fopenâ?? with different width due to prototype mv -f .deps/h5copy.Tpo .deps/h5copy.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5copy h5copy.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5copy h5copy.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5copygentest.o -MD -MP -MF .deps/h5copygentest.Tpo -c -o h5copygentest.o h5copygentest.c h5copygentest.c: In function â??gent_compoundâ??: h5copygentest.c:153: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype mv -f .deps/h5copygentest.Tpo .deps/h5copygentest.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5copygentest h5copygentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5copygentest h5copygentest.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm Making all in h5stat gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5stat.o -MD -MP -MF .deps/h5stat.Tpo -c -o h5stat.o h5stat.c h5stat.c: In function â??dataset_statsâ??: h5stat.c:549: warning: passing argument 6 of â??H5Pget_filter2â?? with different width due to prototype mv -f .deps/h5stat.Tpo .deps/h5stat.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5stat h5stat.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5stat h5stat.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h5stat_gentest.o -MD -MP -MF .deps/h5stat_gentest.Tpo -c -o h5stat_gentest.o h5stat_gentest.c mv -f .deps/h5stat_gentest.Tpo .deps/h5stat_gentest.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5stat_gentest h5stat_gentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5stat_gentest h5stat_gentest.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.a -lm make[2]: Nothing to be done for `all-am'. Making all in . gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT pio_perf.o -MD -MP -MF .deps/pio_perf.Tpo -c -o pio_perf.o pio_perf.c mv -f .deps/pio_perf.Tpo .deps/pio_perf.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT pio_engine.o -MD -MP -MF .deps/pio_engine.Tpo -c -o pio_engine.o pio_engine.c mv -f .deps/pio_engine.Tpo .deps/pio_engine.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT pio_timer.o -MD -MP -MF .deps/pio_timer.Tpo -c -o pio_timer.o pio_timer.c mv -f .deps/pio_timer.Tpo .deps/pio_timer.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5perf pio_perf.o pio_engine.o pio_timer.o ../tools/lib/libh5tools.la ../test/libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5perf pio_perf.o pio_engine.o pio_timer.o ../tools/lib/.libs/libh5tools.a ../test/.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT sio_perf.o -MD -MP -MF .deps/sio_perf.Tpo -c -o sio_perf.o sio_perf.c sio_perf.c: In function â??mainâ??: sio_perf.c:343: warning: unused variable â??retâ?? sio_perf.c: In function â??run_test_loopâ??: sio_perf.c:399: warning: unused variable â??doing_sioâ?? sio_perf.c: In function â??run_testâ??: sio_perf.c:452: warning: unused variable â??comm_sizeâ?? sio_perf.c: In function â??output_resultsâ??: sio_perf.c:766: warning: comparing floating point with == or != is unsafe sio_perf.c:774: warning: comparing floating point with == or != is unsafe sio_perf.c:781: warning: comparing floating point with == or != is unsafe sio_perf.c: In function â??output_reportâ??: sio_perf.c:801: warning: function might be possible candidate for â??printfâ?? format attribute sio_perf.c: In function â??parse_command_lineâ??: sio_perf.c:983: warning: declaration of â??iâ?? shadows a previous local sio_perf.c:940: warning: shadowed declaration is here sio_perf.c:1023: warning: declaration of â??iâ?? shadows a previous local sio_perf.c:940: warning: shadowed declaration is here sio_perf.c:1052: warning: declaration of â??iâ?? shadows a previous local sio_perf.c:940: warning: shadowed declaration is here sio_perf.c:1111: warning: declaration of â??iâ?? shadows a previous local sio_perf.c:940: warning: shadowed declaration is here sio_perf.c:1180: warning: declaration of â??iâ?? shadows a previous local sio_perf.c:940: warning: shadowed declaration is here sio_perf.c:1209: warning: declaration of â??iâ?? shadows a previous local sio_perf.c:940: warning: shadowed declaration is here sio_perf.c: In function â??run_testâ??: sio_perf.c:502: warning: function call has aggregate value mv -f .deps/sio_perf.Tpo .deps/sio_perf.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT sio_engine.o -MD -MP -MF .deps/sio_engine.Tpo -c -o sio_engine.o sio_engine.c sio_engine.c: In function â??sio_create_filenameâ??: sio_engine.c:398: warning: passing argument 2 of â??mkdirâ?? with different width due to prototype sio_engine.c: In function â??do_writeâ??: sio_engine.c:464: warning: comparison between signed and unsigned sio_engine.c:481: warning: comparison between signed and unsigned sio_engine.c: In function â??dset_writeâ??: sio_engine.c:691: warning: comparison between signed and unsigned sio_engine.c: In function â??posix_buffer_writeâ??: sio_engine.c:738: warning: comparison between signed and unsigned sio_engine.c:764: warning: passing argument 2 of â??lseekâ?? as signed due to prototype sio_engine.c: In function â??do_readâ??: sio_engine.c:802: warning: comparison between signed and unsigned sio_engine.c:816: warning: comparison between signed and unsigned sio_engine.c:865: warning: format â??%ldâ?? expects type â??long intâ??, but argument 3 has type â??off_tâ?? sio_engine.c: In function â??posix_buffer_readâ??: sio_engine.c:1019: warning: comparison between signed and unsigned sio_engine.c:1040: warning: passing argument 2 of â??lseekâ?? as signed due to prototype sio_engine.c: In function â??set_vfdâ??: sio_engine.c:1128: warning: declaration of â??faplâ?? shadows a global declaration sio_engine.c:143: warning: shadowed declaration is here sio_engine.c: In function â??do_sioâ??: sio_engine.c:167: warning: function returns an aggregate sio_engine.c:178: warning: â??res.timersâ?? may be used uninitialized in this function mv -f .deps/sio_engine.Tpo .deps/sio_engine.Po gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT sio_timer.o -MD -MP -MF .deps/sio_timer.Tpo -c -o sio_timer.o sio_timer.c sio_timer.c: In function â??sio_time_newâ??: sio_timer.c:66: warning: passing argument 1 of â??callocâ?? with different width due to prototype mv -f .deps/sio_timer.Tpo .deps/sio_timer.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5perf_serial sio_perf.o sio_engine.o sio_timer.o ../tools/lib/libh5tools.la ../test/libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h5perf_serial sio_perf.o sio_engine.o sio_timer.o ../tools/lib/.libs/libh5tools.a ../test/.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT iopipe.o -MD -MP -MF .deps/iopipe.Tpo -c -o iopipe.o iopipe.c mv -f .deps/iopipe.Tpo .deps/iopipe.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o iopipe iopipe.o ../test/libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o iopipe iopipe.o ../test/.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT chunk.o -MD -MP -MF .deps/chunk.Tpo -c -o chunk.o chunk.c chunk.c: In function â??create_datasetâ??: chunk.c:159: warning: passing argument 4 of â??H5Pset_filterâ?? with different width due to prototype chunk.c:163: warning: passing argument 1 of â??__builtin_expectâ?? with different width due to prototype chunk.c:163: warning: passing argument 2 of â??__builtin_expectâ?? with different width due to prototype chunk.c:166: warning: passing argument 1 of â??callocâ?? with different width due to prototype chunk.c:166: warning: passing argument 2 of â??callocâ?? with different width due to prototype chunk.c: In function â??test_rowmajâ??: chunk.c:197: warning: passing argument 1 of â??callocâ?? with different width due to prototype chunk.c: In function â??test_diagâ??: chunk.c:276: warning: passing argument 1 of â??callocâ?? with different width due to prototype mv -f .deps/chunk.Tpo .deps/chunk.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o chunk chunk.o ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o chunk chunk.o ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT overhead.o -MD -MP -MF .deps/overhead.Tpo -c -o overhead.o overhead.c overhead.c: In function â??testâ??: overhead.c:213: warning: passing argument 3 of â??H5Pset_cacheâ?? with different width due to prototype overhead.c:213: warning: passing argument 4 of â??H5Pset_cacheâ?? with different width due to prototype mv -f .deps/overhead.Tpo .deps/overhead.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o overhead overhead.o ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o overhead overhead.o ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT zip_perf.o -MD -MP -MF .deps/zip_perf.Tpo -c -o zip_perf.o zip_perf.c mv -f .deps/zip_perf.Tpo .deps/zip_perf.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o zip_perf zip_perf.o ../tools/lib/libh5tools.la ../test/libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o zip_perf zip_perf.o ../tools/lib/.libs/libh5tools.a ../test/.libs/libh5test.a ../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../src -I../src -I../test -I../tools/lib -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT perf_meta.o -MD -MP -MF .deps/perf_meta.Tpo -c -o perf_meta.o perf_meta.c mv -f .deps/perf_meta.Tpo .deps/perf_meta.Po /bin/sh ../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o perf_meta perf_meta.o ../test/libh5test.la ../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o perf_meta perf_meta.o ../test/.libs/libh5test.a ../src/.libs/libhdf5.a -lm Making all in hl Making all in src /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5DS.lo -MD -MP -MF .deps/H5DS.Tpo -c -o H5DS.lo H5DS.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5DS.lo -MD -MP -MF .deps/H5DS.Tpo -c H5DS.c -o H5DS.o mv -f .deps/H5DS.Tpo .deps/H5DS.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5IM.lo -MD -MP -MF .deps/H5IM.Tpo -c -o H5IM.lo H5IM.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5IM.lo -MD -MP -MF .deps/H5IM.Tpo -c H5IM.c -o H5IM.o mv -f .deps/H5IM.Tpo .deps/H5IM.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5LT.lo -MD -MP -MF .deps/H5LT.Tpo -c -o H5LT.lo H5LT.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5LT.lo -MD -MP -MF .deps/H5LT.Tpo -c H5LT.c -o H5LT.o H5LT.c: In function â??H5LTfind_datasetâ??: H5LT.c:819: warning: cast discards qualifiers from pointer target type H5LT.c: In function â??H5LT_find_attributeâ??: H5LT.c:1426: warning: cast discards qualifiers from pointer target type H5LT.c: In function â??H5LTtext_to_dtypeâ??: H5LT.c:1597: warning: nested extern declaration of â??H5LTyyparseâ?? mv -f .deps/H5LT.Tpo .deps/H5LT.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5LTanalyze.lo -MD -MP -MF .deps/H5LTanalyze.Tpo -c -o H5LTanalyze.lo H5LTanalyze.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5LTanalyze.lo -MD -MP -MF .deps/H5LTanalyze.Tpo -c H5LTanalyze.c -o H5LTanalyze.o H5LTanalyze.c:867:5: warning: "YY_STACK_USED" is not defined H5LTanalyze.c:979: warning: no previous prototype for â??H5LTyylexâ?? H5LTanalyze.l: In function â??H5LTyylexâ??: H5LTanalyze.l:174: warning: passing argument 2 of â??fwriteâ?? with different width due to prototype H5LTanalyze.l:174: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype H5LTanalyze.c: In function â??yy_get_next_bufferâ??: H5LTanalyze.c:1566: warning: old-style function definition H5LTanalyze.c: In function â??yy_get_previous_stateâ??: H5LTanalyze.c:1698: warning: old-style function definition H5LTanalyze.c: In function â??inputâ??: H5LTanalyze.c:1805: warning: old-style function definition H5LTanalyze.c: In function â??H5LTyy_create_bufferâ??: H5LTanalyze.c:1941: warning: passing argument 1 of â??yy_flex_allocâ?? with different width due to prototype H5LTanalyze.c:1998:5: warning: "YY_ALWAYS_INTERACTIVE" is not defined H5LTanalyze.c:2001:5: warning: "YY_NEVER_INTERACTIVE" is not defined H5LTanalyze.c: In function â??H5LTyy_scan_bufferâ??: H5LTanalyze.c:2057: warning: passing argument 1 of â??yy_flex_allocâ?? with different width due to prototype H5LTanalyze.c: In function â??yy_flex_allocâ??: H5LTanalyze.c:2261: warning: passing argument 1 of â??mallocâ?? with different width due to prototype H5LTanalyze.c: In function â??yy_flex_reallocâ??: H5LTanalyze.c:2279: warning: passing argument 2 of â??reallocâ?? with different width due to prototype H5LTanalyze.c:2292:5: warning: "YY_MAIN" is not defined H5LTanalyze.l: In function â??my_yyinputâ??: H5LTanalyze.l:179: warning: passing argument 3 of â??memcpyâ?? with different width due to prototype H5LTanalyze.l:175: warning: unused parameter â??max_sizeâ?? H5LTanalyze.l: At top level: H5LTanalyze.l:185: warning: no previous prototype for â??H5LTyyerrorâ?? H5LTanalyze.l: In function â??H5LTyyerrorâ??: H5LTanalyze.l:187: warning: no return statement in function returning non-void H5LTanalyze.l: In function â??H5LTyywrapâ??: H5LTanalyze.l:190: warning: old-style function definition H5LTanalyze.l: In function â??H5LTyyerrorâ??: H5LTanalyze.l:187: warning: control reaches end of non-void function H5LTanalyze.l: At top level: H5LTanalyze.c:2271: warning: â??yy_flex_reallocâ?? defined but not used H5LTanalyze.c:1762: warning: â??yyunputâ?? defined but not used mv -f .deps/H5LTanalyze.Tpo .deps/H5LTanalyze.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5LTparse.lo -MD -MP -MF .deps/H5LTparse.Tpo -c -o H5LTparse.lo H5LTparse.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5LTparse.lo -MD -MP -MF .deps/H5LTparse.Tpo -c H5LTparse.c -o H5LTparse.o H5LTparse.c:33: warning: function declaration isnâ??t a prototype H5LTparse.y:21: warning: function declaration isnâ??t a prototype H5LTparse.c:465: warning: function declaration isnâ??t a prototype H5LTparse.c: In function â??yygrowstackâ??: H5LTparse.c:465: warning: old-style function definition H5LTparse.c: At top level: H5LTparse.c:523: warning: no previous prototype for â??H5LTyyparseâ?? H5LTparse.c: In function â??H5LTyyparseâ??: H5LTparse.c:590: warning: passing argument 1 of â??H5LTyyerrorâ?? discards qualifiers from pointer target type H5LTparse.y:154: warning: passing argument 2 of â??H5Tcreateâ?? with different width due to prototype H5LTparse.y:176: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype H5LTparse.y:189: warning: passing argument 3 of â??H5Tinsertâ?? with different width due to prototype H5LTparse.c:1113: warning: passing argument 1 of â??H5LTyyerrorâ?? discards qualifiers from pointer target type mv -f .deps/H5LTparse.Tpo .deps/H5LTparse.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5PT.lo -MD -MP -MF .deps/H5PT.Tpo -c -o H5PT.lo H5PT.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5PT.lo -MD -MP -MF .deps/H5PT.Tpo -c H5PT.c -o H5PT.o mv -f .deps/H5PT.Tpo .deps/H5PT.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5TB.lo -MD -MP -MF .deps/H5TB.Tpo -c -o H5TB.lo H5TB.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT H5TB.lo -MD -MP -MF .deps/H5TB.Tpo -c H5TB.c -o H5TB.o mv -f .deps/H5TB.Tpo .deps/H5TB.Plo /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o libhdf5_hl.la -rpath /usr/local/lib H5DS.lo H5IM.lo H5LT.lo H5LTanalyze.lo H5LTparse.lo H5PT.lo H5TB.lo -lm libtool: link: ar cru .libs/libhdf5_hl.a H5DS.o H5IM.o H5LT.o H5LTanalyze.o H5LTparse.o H5PT.o H5TB.o libtool: link: ranlib .libs/libhdf5_hl.a libtool: link: ( cd ".libs" && rm -f "libhdf5_hl.la" && ln -s "../libhdf5_hl.la" "libhdf5_hl.la" ) Making all in test gcc -DHAVE_CONFIG_H -I. -I../../src -I. -I. -I../../src -I../../src -I../../test -I../../test -I../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT test_lite.o -MD -MP -MF .deps/test_lite.Tpo -c -o test_lite.o test_lite.c test_lite.c: In function â??test_dsetsâ??: test_lite.c:302: warning: comparing floating point with == or != is unsafe test_lite.c:313: warning: comparing floating point with == or != is unsafe test_lite.c:338: warning: comparing floating point with == or != is unsafe test_lite.c:349: warning: comparing floating point with == or != is unsafe test_lite.c: In function â??make_attributesâ??: test_lite.c:933: warning: comparing floating point with == or != is unsafe test_lite.c:944: warning: comparing floating point with == or != is unsafe test_lite.c:977: warning: comparing floating point with == or != is unsafe test_lite.c:988: warning: comparing floating point with == or != is unsafe mv -f .deps/test_lite.Tpo .deps/test_lite.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o test_lite test_lite.o ../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o test_lite test_lite.o ../../hl/src/.libs/libhdf5_hl.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I. -I. -I../../src -I../../src -I../../test -I../../test -I../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT test_image.o -MD -MP -MF .deps/test_image.Tpo -c -o test_image.o test_image.c test_image.c: In function â??test_simpleâ??: test_image.c:185: warning: comparison between signed and unsigned test_image.c:213: warning: comparison between signed and unsigned test_image.c: In function â??read_paletteâ??: test_image.c:840: warning: passing argument 2 of â??fgetsâ?? with different width due to prototype test_image.c:855: warning: passing argument 2 of â??fgetsâ?? with different width due to prototype test_image.c:870: warning: passing argument 2 of â??fgetsâ?? with different width due to prototype mv -f .deps/test_image.Tpo .deps/test_image.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o test_image test_image.o ../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o test_image test_image.o ../../hl/src/.libs/libhdf5_hl.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I. -I. -I../../src -I../../src -I../../test -I../../test -I../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT test_table.o -MD -MP -MF .deps/test_table.Tpo -c -o test_table.o test_table.c test_table.c:132: warning: declaration of â??writeâ?? shadows a global declaration /usr/include/unistd.h:509: warning: shadowed declaration is here test_table.c:133: warning: no previous prototype for â??test_tableâ?? test_table.c: In function â??test_tableâ??: test_table.c:330: warning: passing argument 2 of â??H5Tset_sizeâ?? with different width due to prototype test_table.c:370: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:370: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:413: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:413: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:456: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:456: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:496: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:496: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:501: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:501: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:540: warning: comparison between signed and unsigned test_table.c:542: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:542: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:548: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:548: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:554: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:554: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:560: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:560: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:632: warning: comparison between signed and unsigned test_table.c:663: warning: comparison between signed and unsigned test_table.c:694: warning: comparison between signed and unsigned test_table.c:725: warning: comparison between signed and unsigned test_table.c:733: warning: comparison between signed and unsigned test_table.c:735: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:735: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:780: warning: comparison between signed and unsigned test_table.c:782: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:782: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:788: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:788: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:794: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:794: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:839: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:839: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:844: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:844: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:881: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:881: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:886: warning: passing argument 1 of â??cmp_parâ?? with different width due to prototype test_table.c:886: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_table.c:947: warning: comparing floating point with == or != is unsafe test_table.c:1004: warning: comparing floating point with == or != is unsafe test_table.c:1067: warning: comparing floating point with == or != is unsafe test_table.c:1096: warning: comparing floating point with == or != is unsafe test_table.c:1155: warning: comparing floating point with == or != is unsafe test_table.c:1208: warning: comparing floating point with == or != is unsafe test_table.c:1274: warning: comparing floating point with == or != is unsafe test_table.c:1305: warning: comparing floating point with == or != is unsafe test_table.c:1348: warning: comparing floating point with == or != is unsafe test_table.c:1349: warning: comparing floating point with == or != is unsafe test_table.c:1389: warning: comparing floating point with == or != is unsafe test_table.c: In function â??cmp_parâ??: test_table.c:1583: warning: comparing floating point with == or != is unsafe test_table.c:1584: warning: comparing floating point with == or != is unsafe mv -f .deps/test_table.Tpo .deps/test_table.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o test_table test_table.o ../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o test_table test_table.o ../../hl/src/.libs/libhdf5_hl.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I. -I. -I../../src -I../../src -I../../test -I../../test -I../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT test_ds.o -MD -MP -MF .deps/test_ds.Tpo -c -o test_ds.o test_ds.c mv -f .deps/test_ds.Tpo .deps/test_ds.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o test_ds test_ds.o ../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o test_ds test_ds.o ../../hl/src/.libs/libhdf5_hl.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../src -I. -I. -I../../src -I../../src -I../../test -I../../test -I../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT test_packet.o -MD -MP -MF .deps/test_packet.Tpo -c -o test_packet.o test_packet.c test_packet.c: In function â??cmp_parâ??: test_packet.c:76: warning: comparing floating point with == or != is unsafe test_packet.c:77: warning: comparing floating point with == or != is unsafe test_packet.c: In function â??test_readâ??: test_packet.c:332: warning: passing argument 3 of â??H5PTread_packetsâ?? with different width due to prototype test_packet.c:337: warning: passing argument 3 of â??H5PTread_packetsâ?? with different width due to prototype test_packet.c:342: warning: passing argument 3 of â??H5PTread_packetsâ?? with different width due to prototype test_packet.c: In function â??test_get_nextâ??: test_packet.c:395: warning: passing argument 2 of â??H5PTget_nextâ?? with different width due to prototype test_packet.c:412: warning: passing argument 2 of â??H5PTget_nextâ?? with different width due to prototype test_packet.c: In function â??test_big_tableâ??: test_packet.c:490: warning: passing argument 2 of â??H5PTget_nextâ?? with different width due to prototype test_packet.c:495: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_packet.c: In function â??test_opaqueâ??: test_packet.c:731: warning: passing argument 3 of â??H5PTread_packetsâ?? with different width due to prototype test_packet.c: In function â??test_compressâ??: test_packet.c:812: warning: passing argument 2 of â??H5PTget_nextâ?? with different width due to prototype test_packet.c:816: warning: passing argument 2 of â??cmp_parâ?? with different width due to prototype test_packet.c:833: warning: passing argument 6 of â??H5Pget_filter_by_id2â?? with different width due to prototype test_packet.c:864: warning: passing argument 6 of â??H5Pget_filter_by_id2â?? with different width due to prototype test_packet.c: In function â??test_errorâ??: test_packet.c:936: warning: passing argument 3 of â??H5PTread_packetsâ?? with different width due to prototype test_packet.c:963: warning: passing argument 3 of â??H5PTread_packetsâ?? with different width due to prototype test_packet.c:995: warning: passing argument 3 of â??H5PTread_packetsâ?? with different width due to prototype mv -f .deps/test_packet.Tpo .deps/test_packet.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o test_packet test_packet.o ../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o test_packet test_packet.o ../../hl/src/.libs/libhdf5_hl.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.a -lm Making all in tools Making all in gif2h5 gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT gif2hdf.o -MD -MP -MF .deps/gif2hdf.Tpo -c -o gif2hdf.o gif2hdf.c gif2hdf.c: In function â??mainâ??: gif2hdf.c:87: warning: passing argument 3 of â??freadâ?? with different width due to prototype gif2hdf.c:98: warning: function call has aggregate value mv -f .deps/gif2hdf.Tpo .deps/gif2hdf.Po gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT gif2mem.o -MD -MP -MF .deps/gif2mem.Tpo -c -o gif2mem.o gif2mem.c gif2mem.c: In function â??Gif2Memâ??: gif2mem.c:44: warning: function returns an aggregate mv -f .deps/gif2mem.Tpo .deps/gif2mem.Po gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT decompress.o -MD -MP -MF .deps/decompress.Tpo -c -o decompress.o decompress.c decompress.c: In function â??Decompressâ??: decompress.c:249: warning: passing argument 1 of â??AddToPixelâ?? with different width due to prototype decompress.c:289: warning: passing argument 1 of â??AddToPixelâ?? with different width due to prototype mv -f .deps/decompress.Tpo .deps/decompress.Po gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT gifread.o -MD -MP -MF .deps/gifread.Tpo -c -o gifread.o gifread.c mv -f .deps/gifread.Tpo .deps/gifread.Po gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT writehdf.o -MD -MP -MF .deps/writehdf.Tpo -c -o writehdf.o writehdf.c writehdf.c: In function â??WriteHDFâ??: writehdf.c:40: warning: unused parameter â??GIFFileNameâ?? mv -f .deps/writehdf.Tpo .deps/writehdf.Po /bin/sh ../../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o gif2h5 gif2hdf.o gif2mem.o decompress.o gifread.o writehdf.o ../../../hl/src/libhdf5_hl.la ../../../tools/lib/libh5tools.la ../../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o gif2h5 gif2hdf.o gif2mem.o decompress.o gifread.o writehdf.o ../../../hl/src/.libs/libhdf5_hl.a ../../../tools/lib/.libs/libh5tools.a ../../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT hdf2gif.o -MD -MP -MF .deps/hdf2gif.Tpo -c -o hdf2gif.o hdf2gif.c hdf2gif.c: In function â??mainâ??: hdf2gif.c:262: warning: passing argument 3 of â??fwriteâ?? with different width due to prototype hdf2gif.c:64: warning: â??numcolsâ?? may be used uninitialized in this function mv -f .deps/hdf2gif.Tpo .deps/hdf2gif.Po gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT hdfgifwr.o -MD -MP -MF .deps/hdfgifwr.Tpo -c -o hdfgifwr.o hdfgifwr.c mv -f .deps/hdfgifwr.Tpo .deps/hdfgifwr.Po /bin/sh ../../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h52gif hdf2gif.o hdfgifwr.o ../../../hl/src/libhdf5_hl.la ../../../tools/lib/libh5tools.la ../../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h52gif hdf2gif.o hdfgifwr.o ../../../hl/src/.libs/libhdf5_hl.a ../../../tools/lib/.libs/libh5tools.a ../../../src/.libs/libhdf5.a -lm gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I/usr/local/include -DNDEBUG -UH5_DEBUG_API -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -MT h52gifgentst.o -MD -MP -MF .deps/h52gifgentst.Tpo -c -o h52gifgentst.o h52gifgentst.c mv -f .deps/h52gifgentst.Tpo .deps/h52gifgentst.Po /bin/sh ../../../libtool --tag=CC --mode=link gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h52gifgentst h52gifgentst.o ../../../hl/src/libhdf5_hl.la ../../../tools/lib/libh5tools.la ../../../src/libhdf5.la -lm libtool: link: gcc -m64 -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wmultichar -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wmissing-field-initializers -Wvariadic-macros -O -fomit-frame-pointer -finline-functions -o h52gifgentst h52gifgentst.o ../../../hl/src/.libs/libhdf5_hl.a ../../../tools/lib/.libs/libh5tools.a ../../../src/.libs/libhdf5.a -lm make[3]: Nothing to be done for `all-am'. make[2]: Nothing to be done for `all-am'. Making all in perform make[1]: Nothing to be done for `all'. dhcp-235:hdf5-1.8.1 edo$ sudo make check Making check in src make check-TESTS make[4]: Nothing to be done for `_exec_check-s'. Making check in test make testhdf5 lheap ohdr stab gheap cache cache_api pool hyperslab istore bittests dt_arith dtypes dsets cmpd_dset extend external objcopy links unlink big mtime fillval mount flush1 flush2 enum set_extent ttsafe getname vfd ntypes dangle dtransform reserved cross_read btree2 fheap error_test err_compat testmeta testerror.sh make[2]: `testhdf5' is up to date. make[2]: `lheap' is up to date. make[2]: `ohdr' is up to date. make[2]: `stab' is up to date. make[2]: `gheap' is up to date. make[2]: `cache' is up to date. make[2]: `cache_api' is up to date. make[2]: `pool' is up to date. make[2]: `hyperslab' is up to date. make[2]: `istore' is up to date. make[2]: `bittests' is up to date. make[2]: `dt_arith' is up to date. make[2]: `dtypes' is up to date. make[2]: `dsets' is up to date. make[2]: `cmpd_dset' is up to date. make[2]: `extend' is up to date. make[2]: `external' is up to date. make[2]: `objcopy' is up to date. make[2]: `links' is up to date. make[2]: `unlink' is up to date. make[2]: `big' is up to date. make[2]: `mtime' is up to date. make[2]: `fillval' is up to date. make[2]: `mount' is up to date. make[2]: `flush1' is up to date. make[2]: `flush2' is up to date. make[2]: `enum' is up to date. make[2]: `set_extent' is up to date. make[2]: `ttsafe' is up to date. make[2]: `getname' is up to date. make[2]: `vfd' is up to date. make[2]: `ntypes' is up to date. make[2]: `dangle' is up to date. make[2]: `dtransform' is up to date. make[2]: `reserved' is up to date. make[2]: `cross_read' is up to date. make[2]: `btree2' is up to date. make[2]: `fheap' is up to date. make[2]: `error_test' is up to date. make[2]: `err_compat' is up to date. make[2]: `testmeta' is up to date. make[2]: `testerror.sh' is up to date. make check-TESTS ===Serial tests in test begin Mon Feb 9 18:16:22 EST 2009=== ============================ Testing testhdf5 Finished testing testhdf5 ============================ testhdf5 Test Log ============================ For help use: ./testhdf5 -help Linked with hdf5 version 1.8 release 1 Testing -- Configure definitions (config) Testing -- Encoding/decoding metadata (metadata) Testing -- Checksum algorithm (checksum) Testing -- Ternary Search Trees (tst) Testing -- Memory Heaps (heap) Testing -- Skip Lists (skiplist) Testing -- Reference Counted Strings (refstr) Testing -- Low-Level File I/O (file) Testing -- Generic Object Functions (objects) Testing -- Dataspaces (h5s) Testing -- Dataspace coordinates (coords) Testing -- Shared Object Header Messages (sohm) Testing -- Attributes (attr) Testing -- Selections (select) Testing -- Time Datatypes (time) Testing -- References (reference) Testing -- Variable-Length Datatypes (vltypes) Testing -- Variable-Length Strings (vlstrings) Testing -- Group & Attribute Iteration (iterate) Testing -- Array Datatypes (array) Testing -- Generic Properties (genprop) Testing -- UTF-8 Encoding (unicode) Testing -- User-Created Identifiers (id) Testing -- Miscellaneous (misc) All tests were successful. Cleaning Up temp files... 12.59 real 9.14 user 2.39 sys Finished testing testhdf5 ============================ ============================ Testing lheap Finished testing lheap ============================ lheap Test Log ============================ Testing local heap write PASSED Testing local heap read PASSED All local heap tests passed. 0.00 real 0.00 user 0.00 sys Finished testing lheap ============================ ============================ Testing ohdr Finished testing ohdr ============================ ohdr Test Log ============================ Using default file format: Testing object header creation PASSED Testing message creation PASSED Testing message modification PASSED Testing object header overflow in memory PASSED Testing close & re-open object header PASSED Testing object header overflow on disk PASSED Testing message deletion PASSED Testing constant message handling PASSED Testing object header closing PASSED Accessing objects with unknown header messages: Testing object with unknown header message and no flags set PASSED Testing object with unknown header message & 'fail if unknown' flag set PASSED Testing object with unknown header message & 'mark if unknown' flag set PASSED Using new file format: Testing object header creation PASSED Testing message creation PASSED Testing message modification PASSED Testing object header overflow in memory PASSED Testing close & re-open object header PASSED Testing object header overflow on disk PASSED Testing message deletion PASSED Testing constant message handling PASSED Testing object header closing PASSED Accessing objects with unknown header messages: Testing object with unknown header message and no flags set PASSED Testing object with unknown header message & 'fail if unknown' flag set PASSED Testing object with unknown header message & 'mark if unknown' flag set PASSED All object header tests passed. 0.01 real 0.00 user 0.00 sys Finished testing ohdr ============================ ============================ Testing stab Finished testing stab ============================ stab Test Log ============================ Testing miscellaneous group tests PASSED Testing long names PASSED Testing large directories PASSED Testing miscellaneous group tests (w/new group format) PASSED Testing long names (w/new group format) PASSED Testing large directories (w/new group format) PASSED Testing group lifecycle PASSED Testing long link names in compact groups PASSED Testing reading old groups PASSED Testing group without compact form PASSED Testing setting root group creation properties PASSED Testing old API routines PASSED All symbol table tests passed. 0.36 real 0.24 user 0.05 sys Finished testing stab ============================ ============================ Testing gheap Finished testing gheap ============================ gheap Test Log ============================ Testing monotonically increasing lengths PASSED Testing monotonically decreasing lengths PASSED Testing complete object removal PASSED Testing partial object removal PASSED All global heap tests passed. 0.02 real 0.01 user 0.00 sys Finished testing gheap ============================ ============================ Testing cache Finished testing cache ============================ cache Test Log ============================ Testing smoke check #1 -- all clean, ins, dest, ren, 4/2 MB cache PASSED Testing smoke check #2 -- ~1/2 dirty, ins, dest, ren, 4/2 MB cache PASSED Testing smoke check #3 -- all clean, ins, dest, ren, 2/1 KB cache PASSED Testing smoke check #4 -- ~1/2 dirty, ins, dest, ren, 2/1 KB cache PASSED Testing smoke check #5 -- all clean, ins, prot, unprot, AR cache 1 PASSED Testing smoke check #6 -- ~1/2 dirty, ins, prot, unprot, AR cache 1 PASSED Testing smoke check #7 -- all clean, ins, prot, unprot, AR cache 2 PASSED Testing smoke check #8 -- ~1/2 dirty, ins, prot, unprot, AR cache 2 PASSED Testing smoke check #9 -- all clean, ins, dest, ren, 4/2 MB, corked PASSED Testing smoke check #10 -- ~1/2 dirty, ins, dest, ren, 4/2 MB, corked PASSED Testing write permitted check -- 1/0 MB cache -SKIP- Clean and dirty LRU lists disabled. Testing H5C_insert_entry() functionality PASSED Testing H5C_flush_cache() functionality PASSED Testing H5C_get_entry_status() functionality PASSED Testing H5C_expunge_entry() functionality PASSED Testing multiple read only protects on a single entry PASSED Testing H5C_rename_entry() functionality PASSED Testing H5C_pin_protected_entry() functionality PASSED Testing entry resize functionality PASSED Testing evictions enabled/disabled functionality PASSED Testing flush cache with protected entry error PASSED Testing destroy cache with permanently pinned entry error PASSED Testing destroy cache with protected entry error PASSED Testing duplicate entry insertion error PASSED Testing rename to existing entry errors PASSED Testing pin a pinned entry error PASSED Testing unpin an unpinned entry error PASSED Testing pin entry related errors PASSED Testing protect a protected entry error PASSED Testing unprotect an unprotected entry error PASSED Testing mark entry dirty related errors PASSED Testing expunge entry related errors PASSED Testing resize entry related errors PASSED Testing unprotect a read only entry dirty error PASSED Testing protect a read only entry rw error PASSED Testing get/set evictions enabled errors PASSED Testing automatic cache resizing PASSED Testing automatic cache resize disable PASSED Testing automatic cache resize epoch marker management PASSED Testing automatic cache resize input errors PASSED Testing automatic cache resize auxilary functions PASSED 30.70 real 30.61 user 0.09 sys Finished testing cache ============================ ============================ Testing cache_api Finished testing cache_api ============================ cache_api Test Log ============================ Testing MDC/FAPL related API calls PASSED Testing MDC/FILE related API calls PASSED Testing MDC API smoke check -SKIP- Long tests disabled. Testing MDC/FAPL related API input errors PASSED Testing MDC/FILE related API input errors PASSED 0.00 real 0.00 user 0.00 sys Finished testing cache_api ============================ ============================ Testing pool Finished testing pool ============================ pool Test Log ============================ Testing memory pool creation PASSED Testing closing pool with blocks still allocated in one page PASSED Testing allocating first block in pool PASSED Testing allocating large first block in pool PASSED Testing splitting block in pool PASSED Testing allocating many small blocks PASSED Testing allocate normal-sized block in new page PASSED Testing allocate large-sized block in new page PASSED Testing allocate many random sized blocks PASSED All memory pool tests passed. 0.90 real 0.87 user 0.03 sys Finished testing pool ============================ ============================ Testing hyperslab Finished testing hyperslab ============================ hyperslab Test Log ============================ Test sizes: SMALL MEDIUM Testing hyperslab fill 11 variable hyperslab PASSED Testing hyperslab fill 11x10 variable hyperslab PASSED Testing hyperslab fill 3x5x5 variable hyperslab PASSED Testing hyperslab fill 113 variable hyperslab PASSED Testing hyperslab fill 15x11 variable hyperslab PASSED Testing hyperslab fill 5x7x7 variable hyperslab PASSED Testing hyperslab copy 11 variable source PASSED Testing hyperslab copy 11 variable destination PASSED Testing hyperslab copy 11 sync source & dest PASSED Testing hyperslab copy 179 variable source PASSED Testing hyperslab copy 179 variable destination PASSED Testing hyperslab copy 179 sync source & dest PASSED Testing hyperslab copy 11x10 variable source PASSED Testing hyperslab copy 11x10 variable destination PASSED Testing hyperslab copy 11x10 sync source & dest PASSED Testing hyperslab copy 13x19 variable source PASSED Testing hyperslab copy 13x19 variable destination PASSED Testing hyperslab copy 13x19 sync source & dest PASSED Testing hyperslab copy 73x67 variable source PASSED Testing hyperslab copy 73x67 variable destination PASSED Testing hyperslab copy 73x67 sync source & dest PASSED Testing hyperslab copy 3x5x5 variable source PASSED Testing hyperslab copy 3x5x5 variable destination PASSED Testing hyperslab copy 3x5x5 sync source & dest PASSED Testing hyperslab copy 7x9x5 variable source PASSED Testing hyperslab copy 7x9x5 variable destination PASSED Testing hyperslab copy 7x9x5 sync source & dest PASSED Testing multi-byte fill value PASSED Testing multi-byte fill value PASSED Testing endian conversion by stride PASSED Testing 2d transpose by stride 9x9d PASSED Testing 2d transpose by stride 3x11d PASSED Testing endian conversion by stride PASSED Testing 2d transpose by stride 1200x1200d PASSED Testing 2d transpose by stride 800x1800d PASSED Testing image sampling 10x20 to 5x10 PASSED Testing image sampling 5x10 to 10x20 PASSED Testing image sampling 960x1280 to 480x640 PASSED Testing image sampling 480x640 to 960x1280 PASSED Testing array filling 1-9 elements PASSED Testing array filling 9-257 elements PASSED Testing array offset 13x 11x 7 elements PASSED Testing array offset 347x 193x 71 elements PASSED All hyperslab tests passed. 0.59 real 0.51 user 0.07 sys Finished testing hyperslab ============================ ============================ Testing istore Finished testing istore ============================ istore Test Log ============================ Test sizes: SMALL Testing istore create PASSED Testing istore extend: 10 PASSED Testing istore extend: 10x10 PASSED Testing istore extend: 10x10x10 PASSED Testing istore sparse: 5 PASSED Testing istore sparse: 3x4 PASSED Testing istore sparse: 2x3x4 PASSED All i-store tests passed. 0.28 real 0.01 user 0.02 sys Finished testing istore ============================ ============================ Testing bittests Finished testing bittests ============================ bittests Test Log ============================ Testing bit search operations PASSED Testing bit set operations PASSED Testing bit clear operations PASSED Testing bit copy operations PASSED Testing bit shift operations PASSED Testing bit increment operations PASSED Testing bit decrement operations PASSED Testing bit negate operations PASSED All bit tests passed. 0.17 real 0.17 user 0.00 sys Finished testing bittests ============================ ============================ Testing dt_arith Finished testing dt_arith ============================ dt_arith Test Log ============================ Testing non-aligned conversions (ALIGNMENT=1).... Testing query functions of compiler conversion PASSED Testing user-define and query functions of floating-point types PASSED Testing user-define and query functions of integer types PASSED Floating-point overflow cases will be tested. Testing noop float -> float conversions PASSED Testing noop double -> double conversions PASSED Testing noop long double -> long double conversions PASSED Testing hard normalized float -> double conversions PASSED Testing hard normalized double -> float conversions PASSED Testing hard normalized float -> long double conversions PASSED Testing hard normalized double -> long double conversions PASSED Testing hard normalized long double -> float conversions PASSED Testing hard normalized long double -> double conversions PASSED Testing hard denormalized float -> double conversions PASSED Testing hard denormalized double -> float conversions PASSED Testing hard denormalized float -> long double conversions PASSED Testing hard denormalized double -> long double conversions PASSED Testing hard denormalized long double -> float conversions PASSED Testing hard denormalized long double -> double conversions PASSED Testing hard special float -> double conversions PASSED Testing hard special double -> float conversions PASSED Testing hard special float -> long double conversions PASSED Testing hard special double -> long double conversions PASSED Testing hard special long double -> float conversions PASSED Testing hard special long double -> double conversions PASSED Testing hard signed char -> unsigned char conversions PASSED Testing hard signed char -> short conversions PASSED Testing hard signed char -> unsigned short conversions PASSED Testing hard signed char -> int conversions PASSED Testing hard signed char -> unsigned int conversions PASSED Testing hard signed char -> long conversions PASSED Testing hard signed char -> unsigned long conversions PASSED Testing hard unsigned char -> signed char conversions PASSED Testing hard unsigned char -> short conversions PASSED Testing hard unsigned char -> unsigned short conversions PASSED Testing hard unsigned char -> int conversions PASSED Testing hard unsigned char -> unsigned int conversions PASSED Testing hard unsigned char -> long conversions PASSED Testing hard unsigned char -> unsigned long conversions PASSED Testing hard short -> signed char conversions PASSED Testing hard short -> unsigned char conversions PASSED Testing hard short -> unsigned short conversions PASSED Testing hard short -> int conversions PASSED Testing hard short -> unsigned int conversions PASSED Testing hard short -> long conversions PASSED Testing hard short -> unsigned long conversions PASSED Testing hard unsigned short -> signed char conversions PASSED Testing hard unsigned short -> unsigned char conversions PASSED Testing hard unsigned short -> short conversions PASSED Testing hard unsigned short -> int conversions PASSED Testing hard unsigned short -> unsigned int conversions PASSED Testing hard unsigned short -> long conversions PASSED Testing hard unsigned short -> unsigned long conversions PASSED Testing hard int -> signed char conversions PASSED Testing hard int -> unsigned char conversions PASSED Testing hard int -> short conversions PASSED Testing hard int -> unsigned short conversions PASSED Testing hard int -> unsigned int conversions PASSED Testing hard int -> long conversions PASSED Testing hard int -> unsigned long conversions PASSED Testing hard unsigned int -> signed char conversions PASSED Testing hard unsigned int -> unsigned char conversions PASSED Testing hard unsigned int -> short conversions PASSED Testing hard unsigned int -> unsigned short conversions PASSED Testing hard unsigned int -> int conversions PASSED Testing hard unsigned int -> long conversions PASSED Testing hard unsigned int -> unsigned long conversions PASSED Testing hard long -> signed char conversions PASSED Testing hard long -> unsigned char conversions PASSED Testing hard long -> short conversions PASSED Testing hard long -> unsigned short conversions PASSED Testing hard long -> int conversions PASSED Testing hard long -> unsigned int conversions PASSED Testing hard long -> unsigned long conversions PASSED Testing hard unsigned long -> signed char conversions PASSED Testing hard unsigned long -> unsigned char conversions PASSED Testing hard unsigned long -> short conversions PASSED Testing hard unsigned long -> unsigned short conversions PASSED Testing hard unsigned long -> int conversions PASSED Testing hard unsigned long -> unsigned int conversions PASSED Testing hard unsigned long -> long conversions PASSED Testing hard signed char -> float conversions PASSED Testing hard signed char -> double conversions PASSED Testing hard unsigned char -> float conversions PASSED Testing hard unsigned char -> double conversions PASSED Testing hard short -> float conversions PASSED Testing hard short -> double conversions PASSED Testing hard unsigned short -> float conversions PASSED Testing hard unsigned short -> double conversions PASSED Testing hard int -> float conversions PASSED Testing hard int -> double conversions PASSED Testing hard unsigned int -> float conversions PASSED Testing hard unsigned int -> double conversions PASSED Testing hard long -> float conversions PASSED Testing hard long -> double conversions PASSED Testing hard unsigned long -> float conversions PASSED Testing hard unsigned long -> double conversions PASSED Testing hard signed char -> long double conversions PASSED Testing hard unsigned char -> long double conversions PASSED Testing hard short -> long double conversions PASSED Testing hard unsigned short -> long double conversions PASSED Testing hard int -> long double conversions PASSED Testing hard unsigned int -> long double conversions PASSED Testing hard long -> long double conversions PASSED Testing hard unsigned long -> long double conversions PASSED Testing hard normalized float -> signed char conversions PASSED Testing hard normalized double -> signed char conversions PASSED Testing hard normalized float -> unsigned char conversions PASSED Testing hard normalized double -> unsigned char conversions PASSED Testing hard normalized float -> short conversions PASSED Testing hard normalized double -> short conversions PASSED Testing hard normalized float -> unsigned short conversions PASSED Testing hard normalized double -> unsigned short conversions PASSED Testing hard normalized float -> int conversions PASSED Testing hard normalized double -> int conversions PASSED Testing hard normalized float -> unsigned int conversions PASSED Testing hard normalized double -> unsigned int conversions PASSED Testing hard normalized float -> long conversions PASSED Testing hard normalized double -> long conversions PASSED Testing hard normalized float -> unsigned long conversions PASSED Testing hard normalized double -> unsigned long conversions PASSED Testing hard normalized long double -> signed char conversions PASSED Testing hard normalized long double -> unsigned char conversions PASSED Testing hard normalized long double -> short conversions PASSED Testing hard normalized long double -> unsigned short conversions PASSED Testing hard normalized long double -> int conversions PASSED Testing hard normalized long double -> unsigned int conversions PASSED Testing hard normalized long double -> long conversions PASSED Testing hard normalized long double -> unsigned long conversions PASSED Testing hard denormalized float -> signed char conversions PASSED Testing hard denormalized double -> signed char conversions PASSED Testing hard denormalized float -> unsigned char conversions PASSED Testing hard denormalized double -> unsigned char conversions PASSED Testing hard denormalized float -> short conversions PASSED Testing hard denormalized double -> short conversions PASSED Testing hard denormalized float -> unsigned short conversions PASSED Testing hard denormalized double -> unsigned short conversions PASSED Testing hard denormalized float -> int conversions PASSED Testing hard denormalized double -> int conversions PASSED Testing hard denormalized float -> unsigned int conversions PASSED Testing hard denormalized double -> unsigned int conversions PASSED Testing hard denormalized float -> long conversions PASSED Testing hard denormalized double -> long conversions PASSED Testing hard denormalized float -> unsigned long conversions PASSED Testing hard denormalized double -> unsigned long conversions PASSED Testing hard denormalized long double -> signed char conversions PASSED Testing hard denormalized long double -> unsigned char conversions PASSED Testing hard denormalized long double -> short conversions PASSED Testing hard denormalized long double -> unsigned short conversions PASSED Testing hard denormalized long double -> int conversions PASSED Testing hard denormalized long double -> unsigned int conversions PASSED Testing hard denormalized long double -> long conversions PASSED Testing hard denormalized long double -> unsigned long conversions PASSED Testing hard special float -> signed char conversions PASSED Testing hard special double -> signed char conversions PASSED Testing hard special float -> unsigned char conversions PASSED Testing hard special double -> unsigned char conversions PASSED Testing hard special float -> short conversions PASSED Testing hard special double -> short conversions PASSED Testing hard special float -> unsigned short conversions PASSED Testing hard special double -> unsigned short conversions PASSED Testing hard special float -> int conversions PASSED Testing hard special double -> int conversions PASSED Testing hard special float -> unsigned int conversions PASSED Testing hard special double -> unsigned int conversions PASSED Testing hard special float -> long conversions PASSED Testing hard special double -> long conversions PASSED Testing hard special float -> unsigned long conversions PASSED Testing hard special double -> unsigned long conversions PASSED Testing hard special long double -> signed char conversions PASSED Testing hard special long double -> unsigned char conversions PASSED Testing hard special long double -> short conversions PASSED Testing hard special long double -> unsigned short conversions PASSED Testing hard special long double -> int conversions PASSED Testing hard special long double -> unsigned int conversions PASSED Testing hard special long double -> long conversions PASSED Testing hard special long double -> unsigned long conversions PASSED Testing hard particular floating number -> integer conversions PASSED Testing soft normalized float -> double conversions PASSED Testing soft normalized double -> float conversions PASSED Testing soft normalized float -> long double conversions PASSED Testing soft normalized double -> long double conversions PASSED Testing soft normalized long double -> float conversions PASSED Testing soft normalized long double -> double conversions PASSED Testing soft denormalized float -> double conversions PASSED Testing soft denormalized double -> float conversions PASSED Testing soft denormalized float -> long double conversions PASSED Testing soft denormalized double -> long double conversions PASSED Testing soft denormalized long double -> float conversions PASSED Testing soft denormalized long double -> double conversions PASSED Testing soft special float -> double conversions PASSED Testing soft special double -> float conversions PASSED Testing soft special float -> long double conversions PASSED Testing soft special double -> long double conversions PASSED Testing soft special long double -> float conversions PASSED Testing soft special long double -> double conversions PASSED Testing overlap calculations PASSED Testing soft signed char -> unsigned char conversions PASSED Testing soft signed char -> short conversions PASSED Testing soft signed char -> unsigned short conversions PASSED Testing soft signed char -> int conversions PASSED Testing soft signed char -> unsigned int conversions PASSED Testing soft signed char -> long conversions PASSED Testing soft signed char -> unsigned long conversions PASSED Testing soft unsigned char -> signed char conversions PASSED Testing soft unsigned char -> short conversions PASSED Testing soft unsigned char -> unsigned short conversions PASSED Testing soft unsigned char -> int conversions PASSED Testing soft unsigned char -> unsigned int conversions PASSED Testing soft unsigned char -> long conversions PASSED Testing soft unsigned char -> unsigned long conversions PASSED Testing soft short -> signed char conversions PASSED Testing soft short -> unsigned char conversions PASSED Testing soft short -> unsigned short conversions PASSED Testing soft short -> int conversions PASSED Testing soft short -> unsigned int conversions PASSED Testing soft short -> long conversions PASSED Testing soft short -> unsigned long conversions PASSED Testing soft unsigned short -> signed char conversions PASSED Testing soft unsigned short -> unsigned char conversions PASSED Testing soft unsigned short -> short conversions PASSED Testing soft unsigned short -> int conversions PASSED Testing soft unsigned short -> unsigned int conversions PASSED Testing soft unsigned short -> long conversions PASSED Testing soft unsigned short -> unsigned long conversions PASSED Testing soft int -> signed char conversions PASSED Testing soft int -> unsigned char conversions PASSED Testing soft int -> short conversions PASSED Testing soft int -> unsigned short conversions PASSED Testing soft int -> unsigned int conversions PASSED Testing soft int -> long conversions PASSED Testing soft int -> unsigned long conversions PASSED Testing soft unsigned int -> signed char conversions PASSED Testing soft unsigned int -> unsigned char conversions PASSED Testing soft unsigned int -> short conversions PASSED Testing soft unsigned int -> unsigned short conversions PASSED Testing soft unsigned int -> int conversions PASSED Testing soft unsigned int -> long conversions PASSED Testing soft unsigned int -> unsigned long conversions PASSED Testing soft long -> signed char conversions PASSED Testing soft long -> unsigned char conversions PASSED Testing soft long -> short conversions PASSED Testing soft long -> unsigned short conversions PASSED Testing soft long -> int conversions PASSED Testing soft long -> unsigned int conversions PASSED Testing soft long -> unsigned long conversions PASSED Testing soft unsigned long -> signed char conversions PASSED Testing soft unsigned long -> unsigned char conversions PASSED Testing soft unsigned long -> short conversions PASSED Testing soft unsigned long -> unsigned short conversions PASSED Testing soft unsigned long -> int conversions PASSED Testing soft unsigned long -> unsigned int conversions PASSED Testing soft unsigned long -> long conversions PASSED Testing soft normalized float -> signed char conversions PASSED Testing soft normalized double -> signed char conversions PASSED Testing soft normalized float -> unsigned char conversions PASSED Testing soft normalized double -> unsigned char conversions PASSED Testing soft normalized float -> short conversions PASSED Testing soft normalized double -> short conversions PASSED Testing soft normalized float -> unsigned short conversions PASSED Testing soft normalized double -> unsigned short conversions PASSED Testing soft normalized float -> int conversions PASSED Testing soft normalized double -> int conversions PASSED Testing soft normalized float -> unsigned int conversions PASSED Testing soft normalized double -> unsigned int conversions PASSED Testing soft normalized float -> long conversions PASSED Testing soft normalized double -> long conversions PASSED Testing soft normalized float -> unsigned long conversions PASSED Testing soft normalized double -> unsigned long conversions PASSED Testing soft normalized long double -> signed char conversions PASSED Testing soft normalized long double -> unsigned char conversions PASSED Testing soft normalized long double -> short conversions PASSED Testing soft normalized long double -> unsigned short conversions PASSED Testing soft normalized long double -> int conversions PASSED Testing soft normalized long double -> unsigned int conversions PASSED Testing soft normalized long double -> long conversions PASSED Testing soft normalized long double -> unsigned long conversions PASSED Testing soft denormalized float -> signed char conversions PASSED Testing soft denormalized double -> signed char conversions PASSED Testing soft denormalized float -> unsigned char conversions PASSED Testing soft denormalized double -> unsigned char conversions PASSED Testing soft denormalized float -> short conversions PASSED Testing soft denormalized double -> short conversions PASSED Testing soft denormalized float -> unsigned short conversions PASSED Testing soft denormalized double -> unsigned short conversions PASSED Testing soft denormalized float -> int conversions PASSED Testing soft denormalized double -> int conversions PASSED Testing soft denormalized float -> unsigned int conversions PASSED Testing soft denormalized double -> unsigned int conversions PASSED Testing soft denormalized float -> long conversions PASSED Testing soft denormalized double -> long conversions PASSED Testing soft denormalized float -> unsigned long conversions PASSED Testing soft denormalized double -> unsigned long conversions PASSED Testing soft denormalized long double -> signed char conversions PASSED Testing soft denormalized long double -> unsigned char conversions PASSED Testing soft denormalized long double -> short conversions PASSED Testing soft denormalized long double -> unsigned short conversions PASSED Testing soft denormalized long double -> int conversions PASSED Testing soft denormalized long double -> unsigned int conversions PASSED Testing soft denormalized long double -> long conversions PASSED Testing soft denormalized long double -> unsigned long conversions PASSED Testing soft special float -> signed char conversions PASSED Testing soft special double -> signed char conversions PASSED Testing soft special float -> unsigned char conversions PASSED Testing soft special double -> unsigned char conversions PASSED Testing soft special float -> short conversions PASSED Testing soft special double -> short conversions PASSED Testing soft special float -> unsigned short conversions PASSED Testing soft special double -> unsigned short conversions PASSED Testing soft special float -> int conversions PASSED Testing soft special double -> int conversions PASSED Testing soft special float -> unsigned int conversions PASSED Testing soft special double -> unsigned int conversions PASSED Testing soft special float -> long conversions PASSED Testing soft special double -> long conversions PASSED Testing soft special float -> unsigned long conversions PASSED Testing soft special double -> unsigned long conversions PASSED Testing soft special long double -> signed char conversions PASSED Testing soft special long double -> unsigned char conversions PASSED Testing soft special long double -> short conversions PASSED Testing soft special long double -> unsigned short conversions PASSED Testing soft special long double -> int conversions PASSED Testing soft special long double -> unsigned int conversions PASSED Testing soft special long double -> long conversions PASSED Testing soft special long double -> unsigned long conversions PASSED Testing soft signed char -> float conversions PASSED Testing soft signed char -> double conversions PASSED Testing soft unsigned char -> float conversions PASSED Testing soft unsigned char -> double conversions PASSED Testing soft short -> float conversions PASSED Testing soft short -> double conversions PASSED Testing soft unsigned short -> float conversions PASSED Testing soft unsigned short -> double conversions PASSED Testing soft int -> float conversions PASSED Testing soft int -> double conversions PASSED Testing soft unsigned int -> float conversions PASSED Testing soft unsigned int -> double conversions PASSED Testing soft long -> float conversions PASSED Testing soft long -> double conversions PASSED Testing soft unsigned long -> float conversions PASSED Testing soft unsigned long -> double conversions PASSED Testing soft signed char -> long double conversions PASSED Testing soft unsigned char -> long double conversions PASSED Testing soft short -> long double conversions PASSED Testing soft unsigned short -> long double conversions PASSED Testing soft int -> long double conversions PASSED Testing soft unsigned int -> long double conversions PASSED Testing soft long -> long double conversions PASSED Testing soft unsigned long -> long double conversions PASSED All data type tests passed. 2.66 real 2.60 user 0.04 sys Finished testing dt_arith ============================ ============================ Testing dtypes Finished testing dtypes ============================ dtypes Test Log ============================ Testing non-aligned conversions (ALIGNMENT=1).... Testing H5Tget_class() PASSED Testing H5Tcopy() PASSED Testing H5Tdetect_class() PASSED Testing compound datatypes PASSED Testing query functions of compound and enumeration types PASSED Testing transient datatypes PASSED Testing named datatypes PASSED Testing functions of encoding and decoding datatypes PASSED Testing encoding datatypes with the 'use the latest format' flag PASSED Testing exceptions for int <-> float conversions PASSED Testing deprected API routines for datatypes PASSED Testing string conversions PASSED Testing random string conversion speed PASSED Testing some type functions for string PASSED Testing compound element reordering PASSED Testing compound subset conversions PASSED Testing compound element shrinking & reordering PASSED Testing optimized struct converter PASSED Testing compound element growing PASSED Testing compound element insertion PASSED Testing packing compound datatypes PASSED Testing compound datatype with VL string PASSED Testing array datatype of compound type with VL string PASSED Testing registering type conversion routine with compound conversions PASSED Testing adjust size of compound datatypes PASSED Testing compound datatypes of boundary size with latest format PASSED Testing random enum conversion O(N) PASSED Testing random enum conversion O(N log N) PASSED Testing non-native enumeration type conversion PASSED Testing bitfield conversions PASSED Testing some type functions for bitfield PASSED Testing opaque datatypes PASSED All datatype tests passed. 0.32 real 0.27 user 0.04 sys Finished testing dtypes ============================ ============================ Testing dsets Finished testing dsets ============================ dsets Test Log ============================ Testing with old file format: Testing create, open, close PASSED Testing simple I/O PASSED Testing compact dataset I/O PASSED Testing compact dataset of maximal size PASSED Testing data type conversion buffer size PASSED Testing data type conversion PASSED Testing H5Zget_filter_info PASSED Testing 'null' filter Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing Fletcher32 checksum(enabled for read) Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing Fletcher32 checksum(disabled for read) Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing Fletcher32 checksum(when data is corrupted) Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing deflate filter -SKIP- Deflate filter not enabled Testing szip filter -SKIP- Szip filter not enabled Testing shuffle filter Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing shuffle+deflate+fletcher32 filters -SKIP- Deflate, shuffle, or fletcher32 checksum filter not enabled Testing shuffle+szip+fletcher32 filters -SKIP- Szip, shuffle, or fletcher32 checksum filter not enabled Testing 8-bit shuffling (setup) PASSED Testing 8-bit shuffling (write) PASSED Testing 8-bit shuffling (read) PASSED Testing nbit filter Testing nbit int (setup) PASSED Testing nbit int (write) PASSED Testing nbit int (read) PASSED Testing nbit float (setup) PASSED Testing nbit float (write) PASSED Testing nbit float (read) PASSED Testing nbit double (setup) PASSED Testing nbit double (write) PASSED Testing nbit double (read) PASSED Testing nbit array (setup) PASSED Testing nbit array (write) PASSED Testing nbit array (read) PASSED Testing nbit compound (setup) PASSED Testing nbit compound (write) PASSED Testing nbit compound (read) PASSED Testing nbit compound complex (setup) PASSED Testing nbit compound complex (write) PASSED Testing nbit compound complex (read) PASSED Testing nbit compound with no-op type (setup) PASSED Testing nbit compound with no-op type (write) PASSED Testing nbit compound with no-op type (read) PASSED Testing scaleoffset filter Testing scaleoffset int without fill value (setup) PASSED Testing scaleoffset int without fill value (write) PASSED Testing scaleoffset int without fill value (read) PASSED Testing scaleoffset int with fill value (setup) PASSED Testing scaleoffset int with fill value (write) PASSED Testing scaleoffset int with fill value (read) PASSED Testing scaleoffset float without fill value, D-scaling (setup) PASSED Testing scaleoffset float without fill value, D-scaling (write) PASSED Testing scaleoffset float without fill value, D-scaling (read) PASSED Testing scaleoffset float with fill value, D-scaling (setup) PASSED Testing scaleoffset float with fill value, D-scaling (write) PASSED Testing scaleoffset float with fill value, D-scaling (read) PASSED Testing scaleoffset double without fill value, D-scaling (setup) PASSED Testing scaleoffset double without fill value, D-scaling (write) PASSED Testing scaleoffset double without fill value, D-scaling (read) PASSED Testing scaleoffset double with fill value, D-scaling (setup) PASSED Testing scaleoffset double with fill value, D-scaling (write) PASSED Testing scaleoffset double with fill value, D-scaling (read) PASSED Testing multi-open with extending PASSED Testing various datatypes PASSED Testing dataset offset with user block PASSED Testing dataset access with missing filter PASSED Testing dataset filter 'can apply' callback PASSED Testing dataset filter 'set local' callback PASSED Testing dataset szip filter 'can apply' callback -SKIP- Szip filter is not enabled. Testing comparing dataset creation property lists PASSED Testing filter deletion -SKIP- Testing filters with big-endian/little-endian data PASSED Testing I/O on datasets with zero-sized dims PASSED Testing Read dataset with unwritten chunk & undefined fill value PASSED Testing Write/read on randomly selected chunks PASSED Testing deprecated API routines PASSED Testing creating dataset with >4GB chunks PASSED Testing with new file format: Testing create, open, close PASSED Testing simple I/O PASSED Testing compact dataset I/O PASSED Testing compact dataset of maximal size PASSED Testing data type conversion buffer size PASSED Testing data type conversion PASSED Testing H5Zget_filter_info PASSED Testing 'null' filter Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing Fletcher32 checksum(enabled for read) Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing Fletcher32 checksum(disabled for read) Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing Fletcher32 checksum(when data is corrupted) Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing deflate filter -SKIP- Deflate filter not enabled Testing szip filter -SKIP- Szip filter not enabled Testing shuffle filter Testing filters (setup) PASSED Testing filters (uninitialized read) PASSED Testing filters (write) PASSED Testing filters (read) PASSED Testing filters (modify) PASSED Testing filters (re-open) PASSED Testing filters (partial I/O) PASSED Testing shuffle+deflate+fletcher32 filters -SKIP- Deflate, shuffle, or fletcher32 checksum filter not enabled Testing shuffle+szip+fletcher32 filters -SKIP- Szip, shuffle, or fletcher32 checksum filter not enabled Testing 8-bit shuffling (setup) PASSED Testing 8-bit shuffling (write) PASSED Testing 8-bit shuffling (read) PASSED Testing nbit filter Testing nbit int (setup) PASSED Testing nbit int (write) PASSED Testing nbit int (read) PASSED Testing nbit float (setup) PASSED Testing nbit float (write) PASSED Testing nbit float (read) PASSED Testing nbit double (setup) PASSED Testing nbit double (write) PASSED Testing nbit double (read) PASSED Testing nbit array (setup) PASSED Testing nbit array (write) PASSED Testing nbit array (read) PASSED Testing nbit compound (setup) PASSED Testing nbit compound (write) PASSED Testing nbit compound (read) PASSED Testing nbit compound complex (setup) PASSED Testing nbit compound complex (write) PASSED Testing nbit compound complex (read) PASSED Testing nbit compound with no-op type (setup) PASSED Testing nbit compound with no-op type (write) PASSED Testing nbit compound with no-op type (read) PASSED Testing scaleoffset filter Testing scaleoffset int without fill value (setup) PASSED Testing scaleoffset int without fill value (write) PASSED Testing scaleoffset int without fill value (read) PASSED Testing scaleoffset int with fill value (setup) PASSED Testing scaleoffset int with fill value (write) PASSED Testing scaleoffset int with fill value (read) PASSED Testing scaleoffset float without fill value, D-scaling (setup) PASSED Testing scaleoffset float without fill value, D-scaling (write) PASSED Testing scaleoffset float without fill value, D-scaling (read) PASSED Testing scaleoffset float with fill value, D-scaling (setup) PASSED Testing scaleoffset float with fill value, D-scaling (write) PASSED Testing scaleoffset float with fill value, D-scaling (read) PASSED Testing scaleoffset double without fill value, D-scaling (setup) PASSED Testing scaleoffset double without fill value, D-scaling (write) PASSED Testing scaleoffset double without fill value, D-scaling (read) PASSED Testing scaleoffset double with fill value, D-scaling (setup) PASSED Testing scaleoffset double with fill value, D-scaling (write) PASSED Testing scaleoffset double with fill value, D-scaling (read) PASSED Testing multi-open with extending PASSED Testing various datatypes PASSED Testing dataset offset with user block PASSED Testing dataset access with missing filter PASSED Testing dataset filter 'can apply' callback PASSED Testing dataset filter 'set local' callback PASSED Testing dataset szip filter 'can apply' callback -SKIP- Szip filter is not enabled. Testing comparing dataset creation property lists PASSED Testing filter deletion -SKIP- Testing filters with big-endian/little-endian data PASSED Testing I/O on datasets with zero-sized dims PASSED Testing Read dataset with unwritten chunk & undefined fill value PASSED Testing Write/read on randomly selected chunks PASSED Testing deprecated API routines PASSED Testing creating dataset with >4GB chunks PASSED All dataset tests passed. 1.43 real 0.25 user 0.34 sys Finished testing dsets ============================ ============================ Testing cmpd_dset Finished testing cmpd_dset ============================ cmpd_dset Test Log ============================ Testing compound dataset: Testing basic compound write PASSED Testing basic compound read PASSED Testing reversal of struct members PASSED Testing subset struct read PASSED Testing partially initialized superset read PASSED Testing partially initialized superset optimized read PASSED Testing partially initialized superset write PASSED Testing explicit data space PASSED Testing hyperslab partial read to array PASSED Testing hyperslab partial read to another hyperslab PASSED Testing hyperslab to hyperslab part initialized read PASSED Testing hyperslab part initialized write PASSED Testing the optimization of when the source type is a subset of the dest: Testing writing data to contiguous and chunked datasets PASSED Testing rewriting data with a subset of original data type PASSED Testing reading data with a subset of original data type PASSED Testing the optimization of when the dest type is a subset of the source: Testing writing data to contiguous and chunked datasets PASSED Testing rewriting data with a subset of original data type PASSED Testing reading data with a subset of original data type PASSED All compound dataset tests passed. 8.04 real 0.45 user 0.53 sys Finished testing cmpd_dset ============================ ============================ Testing extend Finished testing extend ============================ extend Test Log ============================ Testing extendible dataset with incr. allocation PASSED Testing extendible dataset with incr. allocation w/deprec. symbols PASSED Testing extendible dataset with early allocation PASSED Testing extendible dataset with early allocation w/deprec. symbols PASSED All extend tests passed. 0.27 real 0.01 user 0.01 sys Finished testing extend ============================ ============================ Testing external Finished testing external ============================ external Test Log ============================ Testing fixed-size data space, exact storage PASSED Testing external storage is too small PASSED Testing extendible dataspace, exact external size PASSED Testing extendible dataspace, external storage is too small PASSED Testing unlimited dataspace, unlimited external storage PASSED Testing multiple external files PASSED Testing external file following unlimited file PASSED Testing address overflow in external files PASSED Testing read external dataset PASSED Testing write external dataset PASSED Testing opening external link twice PASSED All external storage tests passed. 0.13 real 0.00 user 0.00 sys Finished testing external ============================ ============================ Testing objcopy Finished testing objcopy ============================ objcopy Test Log ============================ Testing without shared src messages: Testing without shared dst messages: Testing with old group format: Testing H5Ocopy(): named datatype PASSED Testing H5Ocopy(): named vlen datatype PASSED Testing H5Ocopy(): named nested vlen datatype PASSED Testing H5Ocopy(): simple dataset PASSED Testing H5Ocopy(): empty contiguous dataset PASSED Testing H5Ocopy(): compound dataset PASSED Testing H5Ocopy(): chunked dataset PASSED Testing H5Ocopy(): empty chunked dataset PASSED Testing H5Ocopy(): sparse dataset PASSED Testing H5Ocopy(): compressed dataset -SKIP- Deflation filter not available Testing H5Ocopy(): compact dataset PASSED Testing H5Ocopy(): external dataset PASSED Testing H5Ocopy(): dataset that uses named datatype PASSED Testing H5Ocopy(): hier. of datasets using named datatype inside hier. PASSED Testing H5Ocopy(): hier. of datasets using named datatype outside hier. PASSED Testing H5Ocopy(): datasets that have multiple ohdr chunks PASSED Testing H5Ocopy(): objects with attributes using named datatypes PASSED Testing H5Ocopy(): contiguous dataset with VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with VLEN datatype PASSED Testing H5Ocopy(): compact dataset with VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with VLEN datatype -SKIP- Deflation filter not available Testing H5Ocopy(): variable length attribute PASSED Testing H5Ocopy(): compact dataset with named VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with named VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with named VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with named VLEN datatype PASSED Testing H5Ocopy(): compact dataset with nested VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with nested VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with nested VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with nested VLEN datatype PASSED Testing H5Ocopy(): empty group PASSED Testing H5Ocopy(): root group PASSED Testing H5Ocopy(): simple nested groups PASSED Testing H5Ocopy(): deep nested groups PASSED Testing H5Ocopy(): nested groups with loop PASSED Testing H5Ocopy(): wide nested groups with loop PASSED Testing H5Ocopy(): group with links PASSED Testing H5Ocopy(): object through soft link PASSED Testing H5Ocopy(): object through external link PASSED Testing H5Ocopy(): existing object PASSED Testing H5Ocopy(): full path PASSED Testing H5Ocopy(): named datatype in same file PASSED Testing H5Ocopy(): dataset with old layout format PASSED Testing H5Ocopy(): without attributes PASSED Testing H5Ocopy(): with missing groups PASSED Testing H5Ocopy(): expand soft link PASSED Testing H5Ocopy(): shallow group copy PASSED Testing H5Ocopy(): expand object reference PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing with shared src messages: Testing without shared dst messages: Testing with old group format: Testing H5Ocopy(): named datatype PASSED Testing H5Ocopy(): named vlen datatype PASSED Testing H5Ocopy(): named nested vlen datatype PASSED Testing H5Ocopy(): simple dataset PASSED Testing H5Ocopy(): empty contiguous dataset PASSED Testing H5Ocopy(): compound dataset PASSED Testing H5Ocopy(): chunked dataset PASSED Testing H5Ocopy(): empty chunked dataset PASSED Testing H5Ocopy(): sparse dataset PASSED Testing H5Ocopy(): compressed dataset -SKIP- Deflation filter not available Testing H5Ocopy(): compact dataset PASSED Testing H5Ocopy(): external dataset PASSED Testing H5Ocopy(): dataset that uses named datatype PASSED Testing H5Ocopy(): hier. of datasets using named datatype inside hier. PASSED Testing H5Ocopy(): hier. of datasets using named datatype outside hier. PASSED Testing H5Ocopy(): datasets that have multiple ohdr chunks PASSED Testing H5Ocopy(): objects with attributes using named datatypes PASSED Testing H5Ocopy(): contiguous dataset with VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with VLEN datatype PASSED Testing H5Ocopy(): compact dataset with VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with VLEN datatype -SKIP- Deflation filter not available Testing H5Ocopy(): variable length attribute PASSED Testing H5Ocopy(): compact dataset with named VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with named VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with named VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with named VLEN datatype PASSED Testing H5Ocopy(): compact dataset with nested VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with nested VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with nested VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with nested VLEN datatype PASSED Testing H5Ocopy(): empty group PASSED Testing H5Ocopy(): root group PASSED Testing H5Ocopy(): simple nested groups PASSED Testing H5Ocopy(): deep nested groups PASSED Testing H5Ocopy(): nested groups with loop PASSED Testing H5Ocopy(): wide nested groups with loop PASSED Testing H5Ocopy(): group with links PASSED Testing H5Ocopy(): object through soft link PASSED Testing H5Ocopy(): object through external link PASSED Testing H5Ocopy(): existing object PASSED Testing H5Ocopy(): full path PASSED Testing H5Ocopy(): named datatype in same file PASSED Testing H5Ocopy(): dataset with old layout format PASSED Testing H5Ocopy(): without attributes PASSED Testing H5Ocopy(): with missing groups PASSED Testing H5Ocopy(): expand soft link PASSED Testing H5Ocopy(): shallow group copy PASSED Testing H5Ocopy(): expand object reference PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing without shared src messages: Testing with shared dst messages: Testing with old group format: Testing H5Ocopy(): named datatype PASSED Testing H5Ocopy(): named vlen datatype PASSED Testing H5Ocopy(): named nested vlen datatype PASSED Testing H5Ocopy(): simple dataset PASSED Testing H5Ocopy(): empty contiguous dataset PASSED Testing H5Ocopy(): compound dataset PASSED Testing H5Ocopy(): chunked dataset PASSED Testing H5Ocopy(): empty chunked dataset PASSED Testing H5Ocopy(): sparse dataset PASSED Testing H5Ocopy(): compressed dataset -SKIP- Deflation filter not available Testing H5Ocopy(): compact dataset PASSED Testing H5Ocopy(): external dataset PASSED Testing H5Ocopy(): dataset that uses named datatype PASSED Testing H5Ocopy(): hier. of datasets using named datatype inside hier. PASSED Testing H5Ocopy(): hier. of datasets using named datatype outside hier. PASSED Testing H5Ocopy(): datasets that have multiple ohdr chunks PASSED Testing H5Ocopy(): objects with attributes using named datatypes PASSED Testing H5Ocopy(): contiguous dataset with VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with VLEN datatype PASSED Testing H5Ocopy(): compact dataset with VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with VLEN datatype -SKIP- Deflation filter not available Testing H5Ocopy(): variable length attribute PASSED Testing H5Ocopy(): compact dataset with named VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with named VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with named VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with named VLEN datatype PASSED Testing H5Ocopy(): compact dataset with nested VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with nested VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with nested VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with nested VLEN datatype PASSED Testing H5Ocopy(): empty group PASSED Testing H5Ocopy(): root group PASSED Testing H5Ocopy(): simple nested groups PASSED Testing H5Ocopy(): deep nested groups PASSED Testing H5Ocopy(): nested groups with loop PASSED Testing H5Ocopy(): wide nested groups with loop PASSED Testing H5Ocopy(): group with links PASSED Testing H5Ocopy(): object through soft link PASSED Testing H5Ocopy(): object through external link PASSED Testing H5Ocopy(): existing object PASSED Testing H5Ocopy(): full path PASSED Testing H5Ocopy(): named datatype in same file PASSED Testing H5Ocopy(): dataset with old layout format PASSED Testing H5Ocopy(): without attributes PASSED Testing H5Ocopy(): with missing groups PASSED Testing H5Ocopy(): expand soft link PASSED Testing H5Ocopy(): shallow group copy PASSED Testing H5Ocopy(): expand object reference PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing with shared src messages: Testing with shared dst messages: Testing with old group format: Testing H5Ocopy(): named datatype PASSED Testing H5Ocopy(): named vlen datatype PASSED Testing H5Ocopy(): named nested vlen datatype PASSED Testing H5Ocopy(): simple dataset PASSED Testing H5Ocopy(): empty contiguous dataset PASSED Testing H5Ocopy(): compound dataset PASSED Testing H5Ocopy(): chunked dataset PASSED Testing H5Ocopy(): empty chunked dataset PASSED Testing H5Ocopy(): sparse dataset PASSED Testing H5Ocopy(): compressed dataset -SKIP- Deflation filter not available Testing H5Ocopy(): compact dataset PASSED Testing H5Ocopy(): external dataset PASSED Testing H5Ocopy(): dataset that uses named datatype PASSED Testing H5Ocopy(): hier. of datasets using named datatype inside hier. PASSED Testing H5Ocopy(): hier. of datasets using named datatype outside hier. PASSED Testing H5Ocopy(): datasets that have multiple ohdr chunks PASSED Testing H5Ocopy(): objects with attributes using named datatypes PASSED Testing H5Ocopy(): contiguous dataset with VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with VLEN datatype PASSED Testing H5Ocopy(): compact dataset with VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with VLEN datatype -SKIP- Deflation filter not available Testing H5Ocopy(): variable length attribute PASSED Testing H5Ocopy(): compact dataset with named VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with named VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with named VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with named VLEN datatype PASSED Testing H5Ocopy(): compact dataset with nested VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with nested VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with nested VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with nested VLEN datatype PASSED Testing H5Ocopy(): empty group PASSED Testing H5Ocopy(): root group PASSED Testing H5Ocopy(): simple nested groups PASSED Testing H5Ocopy(): deep nested groups PASSED Testing H5Ocopy(): nested groups with loop PASSED Testing H5Ocopy(): wide nested groups with loop PASSED Testing H5Ocopy(): group with links PASSED Testing H5Ocopy(): object through soft link PASSED Testing H5Ocopy(): object through external link PASSED Testing H5Ocopy(): existing object PASSED Testing H5Ocopy(): full path PASSED Testing H5Ocopy(): named datatype in same file PASSED Testing H5Ocopy(): dataset with old layout format PASSED Testing H5Ocopy(): without attributes PASSED Testing H5Ocopy(): with missing groups PASSED Testing H5Ocopy(): expand soft link PASSED Testing H5Ocopy(): shallow group copy PASSED Testing H5Ocopy(): expand object reference PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing without shared src messages: Testing without shared dst messages: Testing with new group format: Testing H5Ocopy(): named datatype PASSED Testing H5Ocopy(): named vlen datatype PASSED Testing H5Ocopy(): named nested vlen datatype PASSED Testing H5Ocopy(): simple dataset PASSED Testing H5Ocopy(): empty contiguous dataset PASSED Testing H5Ocopy(): compound dataset PASSED Testing H5Ocopy(): chunked dataset PASSED Testing H5Ocopy(): empty chunked dataset PASSED Testing H5Ocopy(): sparse dataset PASSED Testing H5Ocopy(): compressed dataset -SKIP- Deflation filter not available Testing H5Ocopy(): compact dataset PASSED Testing H5Ocopy(): external dataset PASSED Testing H5Ocopy(): dataset that uses named datatype PASSED Testing H5Ocopy(): hier. of datasets using named datatype inside hier. PASSED Testing H5Ocopy(): hier. of datasets using named datatype outside hier. PASSED Testing H5Ocopy(): datasets that have multiple ohdr chunks PASSED Testing H5Ocopy(): objects with attributes using named datatypes PASSED Testing H5Ocopy(): contiguous dataset with VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with VLEN datatype PASSED Testing H5Ocopy(): compact dataset with VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with VLEN datatype -SKIP- Deflation filter not available Testing H5Ocopy(): variable length attribute PASSED Testing H5Ocopy(): compact dataset with named VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with named VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with named VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with named VLEN datatype PASSED Testing H5Ocopy(): compact dataset with nested VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with nested VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with nested VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with nested VLEN datatype PASSED Testing H5Ocopy(): empty group PASSED Testing H5Ocopy(): root group PASSED Testing H5Ocopy(): simple nested groups PASSED Testing H5Ocopy(): deep nested groups PASSED Testing H5Ocopy(): nested groups with loop PASSED Testing H5Ocopy(): wide nested groups with loop PASSED Testing H5Ocopy(): group with links PASSED Testing H5Ocopy(): object through soft link PASSED Testing H5Ocopy(): object through external link PASSED Testing H5Ocopy(): existing object PASSED Testing H5Ocopy(): full path PASSED Testing H5Ocopy(): named datatype in same file PASSED Testing H5Ocopy(): dataset with old layout format PASSED Testing H5Ocopy(): without attributes PASSED Testing H5Ocopy(): with missing groups PASSED Testing H5Ocopy(): expand soft link PASSED Testing H5Ocopy(): shallow group copy PASSED Testing H5Ocopy(): expand object reference PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing with shared src messages: Testing without shared dst messages: Testing with new group format: Testing H5Ocopy(): named datatype PASSED Testing H5Ocopy(): named vlen datatype PASSED Testing H5Ocopy(): named nested vlen datatype PASSED Testing H5Ocopy(): simple dataset PASSED Testing H5Ocopy(): empty contiguous dataset PASSED Testing H5Ocopy(): compound dataset PASSED Testing H5Ocopy(): chunked dataset PASSED Testing H5Ocopy(): empty chunked dataset PASSED Testing H5Ocopy(): sparse dataset PASSED Testing H5Ocopy(): compressed dataset -SKIP- Deflation filter not available Testing H5Ocopy(): compact dataset PASSED Testing H5Ocopy(): external dataset PASSED Testing H5Ocopy(): dataset that uses named datatype PASSED Testing H5Ocopy(): hier. of datasets using named datatype inside hier. PASSED Testing H5Ocopy(): hier. of datasets using named datatype outside hier. PASSED Testing H5Ocopy(): datasets that have multiple ohdr chunks PASSED Testing H5Ocopy(): objects with attributes using named datatypes PASSED Testing H5Ocopy(): contiguous dataset with VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with VLEN datatype PASSED Testing H5Ocopy(): compact dataset with VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with VLEN datatype -SKIP- Deflation filter not available Testing H5Ocopy(): variable length attribute PASSED Testing H5Ocopy(): compact dataset with named VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with named VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with named VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with named VLEN datatype PASSED Testing H5Ocopy(): compact dataset with nested VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with nested VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with nested VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with nested VLEN datatype PASSED Testing H5Ocopy(): empty group PASSED Testing H5Ocopy(): root group PASSED Testing H5Ocopy(): simple nested groups PASSED Testing H5Ocopy(): deep nested groups PASSED Testing H5Ocopy(): nested groups with loop PASSED Testing H5Ocopy(): wide nested groups with loop PASSED Testing H5Ocopy(): group with links PASSED Testing H5Ocopy(): object through soft link PASSED Testing H5Ocopy(): object through external link PASSED Testing H5Ocopy(): existing object PASSED Testing H5Ocopy(): full path PASSED Testing H5Ocopy(): named datatype in same file PASSED Testing H5Ocopy(): dataset with old layout format PASSED Testing H5Ocopy(): without attributes PASSED Testing H5Ocopy(): with missing groups PASSED Testing H5Ocopy(): expand soft link PASSED Testing H5Ocopy(): shallow group copy PASSED Testing H5Ocopy(): expand object reference PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing without shared src messages: Testing with shared dst messages: Testing with new group format: Testing H5Ocopy(): named datatype PASSED Testing H5Ocopy(): named vlen datatype PASSED Testing H5Ocopy(): named nested vlen datatype PASSED Testing H5Ocopy(): simple dataset PASSED Testing H5Ocopy(): empty contiguous dataset PASSED Testing H5Ocopy(): compound dataset PASSED Testing H5Ocopy(): chunked dataset PASSED Testing H5Ocopy(): empty chunked dataset PASSED Testing H5Ocopy(): sparse dataset PASSED Testing H5Ocopy(): compressed dataset -SKIP- Deflation filter not available Testing H5Ocopy(): compact dataset PASSED Testing H5Ocopy(): external dataset PASSED Testing H5Ocopy(): dataset that uses named datatype PASSED Testing H5Ocopy(): hier. of datasets using named datatype inside hier. PASSED Testing H5Ocopy(): hier. of datasets using named datatype outside hier. PASSED Testing H5Ocopy(): datasets that have multiple ohdr chunks PASSED Testing H5Ocopy(): objects with attributes using named datatypes PASSED Testing H5Ocopy(): contiguous dataset with VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with VLEN datatype PASSED Testing H5Ocopy(): compact dataset with VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with VLEN datatype -SKIP- Deflation filter not available Testing H5Ocopy(): variable length attribute PASSED Testing H5Ocopy(): compact dataset with named VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with named VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with named VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with named VLEN datatype PASSED Testing H5Ocopy(): compact dataset with nested VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with nested VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with nested VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with nested VLEN datatype PASSED Testing H5Ocopy(): empty group PASSED Testing H5Ocopy(): root group PASSED Testing H5Ocopy(): simple nested groups PASSED Testing H5Ocopy(): deep nested groups PASSED Testing H5Ocopy(): nested groups with loop PASSED Testing H5Ocopy(): wide nested groups with loop PASSED Testing H5Ocopy(): group with links PASSED Testing H5Ocopy(): object through soft link PASSED Testing H5Ocopy(): object through external link PASSED Testing H5Ocopy(): existing object PASSED Testing H5Ocopy(): full path PASSED Testing H5Ocopy(): named datatype in same file PASSED Testing H5Ocopy(): dataset with old layout format PASSED Testing H5Ocopy(): without attributes PASSED Testing H5Ocopy(): with missing groups PASSED Testing H5Ocopy(): expand soft link PASSED Testing H5Ocopy(): shallow group copy PASSED Testing H5Ocopy(): expand object reference PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing with shared src messages: Testing with shared dst messages: Testing with new group format: Testing H5Ocopy(): named datatype PASSED Testing H5Ocopy(): named vlen datatype PASSED Testing H5Ocopy(): named nested vlen datatype PASSED Testing H5Ocopy(): simple dataset PASSED Testing H5Ocopy(): empty contiguous dataset PASSED Testing H5Ocopy(): compound dataset PASSED Testing H5Ocopy(): chunked dataset PASSED Testing H5Ocopy(): empty chunked dataset PASSED Testing H5Ocopy(): sparse dataset PASSED Testing H5Ocopy(): compressed dataset -SKIP- Deflation filter not available Testing H5Ocopy(): compact dataset PASSED Testing H5Ocopy(): external dataset PASSED Testing H5Ocopy(): dataset that uses named datatype PASSED Testing H5Ocopy(): hier. of datasets using named datatype inside hier. PASSED Testing H5Ocopy(): hier. of datasets using named datatype outside hier. PASSED Testing H5Ocopy(): datasets that have multiple ohdr chunks PASSED Testing H5Ocopy(): objects with attributes using named datatypes PASSED Testing H5Ocopy(): contiguous dataset with VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with VLEN datatype PASSED Testing H5Ocopy(): compact dataset with VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with VLEN datatype -SKIP- Deflation filter not available Testing H5Ocopy(): variable length attribute PASSED Testing H5Ocopy(): compact dataset with named VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with named VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with named VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with named VLEN datatype PASSED Testing H5Ocopy(): compact dataset with nested VLEN datatype PASSED Testing H5Ocopy(): contigous dataset with nested VLEN datatype PASSED Testing H5Ocopy(): chunked dataset with nested VLEN datatype PASSED Testing H5Ocopy(): compressed dataset with nested VLEN datatype PASSED Testing H5Ocopy(): empty group PASSED Testing H5Ocopy(): root group PASSED Testing H5Ocopy(): simple nested groups PASSED Testing H5Ocopy(): deep nested groups PASSED Testing H5Ocopy(): nested groups with loop PASSED Testing H5Ocopy(): wide nested groups with loop PASSED Testing H5Ocopy(): group with links PASSED Testing H5Ocopy(): object through soft link PASSED Testing H5Ocopy(): object through external link PASSED Testing H5Ocopy(): existing object PASSED Testing H5Ocopy(): full path PASSED Testing H5Ocopy(): named datatype in same file PASSED Testing H5Ocopy(): dataset with old layout format PASSED Testing H5Ocopy(): without attributes PASSED Testing H5Ocopy(): with missing groups PASSED Testing H5Ocopy(): expand soft link PASSED Testing H5Ocopy(): shallow group copy PASSED Testing H5Ocopy(): expand object reference PASSED Testing H5Ocopy(): preserve NULL messages PASSED Testing H5Ocopy(): preserve NULL messages PASSED All object copying tests passed. 9.92 real 6.79 user 1.89 sys Finished testing objcopy ============================ ============================ Testing links Finished testing links ============================ links Test Log ============================ Testing link creation PASSED Testing link queries PASSED Testing H5Lcreate functions PASSED Testing new link queries PASSED Testing long names for objects & links PASSED Testing too many links PASSED Testing link creation property lists PASSED Testing H5Lmove PASSED Testing H5Lcopy PASSED Testing moving and copying links preserves their properties PASSED Testing backwards compatibility PASSED Testing external link to root PASSED Testing external link to object on path PASSED Testing external links across multiple files PASSED Testing external link to self PASSED Testing external links back and forth PASSED Testing too many external links PASSED Testing dangling external links PASSED Testing recursive external links PASSED Testing query aspects of external link PASSED Testing unlinking external link in compact group PASSED Testing unlinking external link in dense group PASSED Testing move external link PASSED Testing external link along for the ride PASSED Testing that external files are closed during traversal PASSED Testing endianness of external links PASSED Testing that external files work with strong file close degree PASSED Testing external links via environment variable -SKIP- Testing external links via H5Pset_elink_prefix() PASSED Testing external links via main file's absolute path PASSED Testing external links via main file's CWD + relative path PASSED Testing external links via current working directory PASSED Testing external links via target's absolute path PASSED Testing external links via main file's CWD PASSED Testing external links via main file's CWD + target's relative path PASSED Testing external links via chdir and found in current working directory PASSED Testing user-defined link callbacks PASSED Testing user-defined link error conditions PASSED Testing user data passed through lapl PASSED Testing adjusting nlinks with LAPL PASSED Testing link type field in H5Lget_info PASSED Testing link visiting PASSED Testing link visiting by name PASSED Testing object visiting PASSED Testing object visiting by name PASSED Testing that all files were closed correctly PASSED Testing link creation (w/new group format) PASSED Testing link queries (w/new group format) PASSED Testing H5Lcreate functions (w/new group format) PASSED Testing new link queries (w/new group format) PASSED Testing long names for objects & links (w/new group format) PASSED Testing too many links (w/new group format) PASSED Testing link creation property lists (w/new group format) PASSED Testing H5Lmove (w/new group format) PASSED Testing H5Lcopy (w/new group format) PASSED Testing moving and copying links preserves their properties (w/new group format) PASSED Testing backwards compatibility (w/new group format) PASSED Testing external link to root (w/new group format) PASSED Testing external link to object on path (w/new group format) PASSED Testing external links across multiple files (w/new group format) PASSED Testing external link to self (w/new group format) PASSED Testing external links back and forth (w/new group format) PASSED Testing too many external links (w/new group format) PASSED Testing dangling external links (w/new group format) PASSED Testing recursive external links (w/new group format) PASSED Testing query aspects of external link (w/new group format) PASSED Testing unlinking external link in compact group (w/new group format) PASSED Testing unlinking external link in dense group (w/new group format) PASSED Testing move external link (w/new group format) PASSED Testing external link along for the ride (w/new group format) PASSED Testing that external files are closed during traversal (w/new group format) PASSED Testing endianness of external links (w/new group format) PASSED Testing that external files work with strong file close degree (w/new group format) PASSED Testing external links via environment variable (w/new group format) -SKIP- Testing external links via H5Pset_elink_prefix()(w/new group format) PASSED Testing external links via main file's absolute path (w/new group format) PASSED Testing external links via main file's CWD + relative path(w/new group format) PASSED Testing external links via current working directory(w/new group format) PASSED Testing external links via target's absolute path (w/new group format) PASSED Testing external links via main file's CWD (w/new group format) PASSED Testing external links via main file's CWD + target's relative path(w/new group format) PASSED Testing external links via chdir and found in current working directory (w/new group format) PASSED Testing user-defined hard link (w/new group format) PASSED Testing registering a new class for existing UD links (w/new group format) PASSED Testing user-defined link callbacks (w/new group format) PASSED Testing user-defined link error conditions (w/new group format) PASSED Testing user data passed through lapl (w/new group format) PASSED Testing adjusting nlinks with LAPL (w/new group format) PASSED Testing link type field in H5Lget_info (w/new group format) PASSED Testing link visiting (w/new group format) PASSED Testing link visiting by name (w/new group format) PASSED Testing object visiting (w/new group format) PASSED Testing object visiting by name (w/new group format) PASSED Testing that all files were closed correctly (w/new group format) PASSED Testing creating empty group with creation order indexing PASSED Testing creating compact group with creation order indexing PASSED Testing creating dense group with creation order indexing PASSED Testing transitioning group with creation order indexing between dense & compact forms PASSED Testing deleting group with creation order indexing in dense form PASSED Testing querying info by index w/o creation order index, using soft links PASSED Testing querying info by index w/creation order index, using soft links PASSED Testing querying info by index w/o creation order index, using hard links PASSED Testing querying info by index w/creation order index, using hard links PASSED Testing deleting links by name index in increasing order w/o creation order index PASSED Testing deleting links by name index in increasing order w/creation order index PASSED Testing deleting links by name index in decreasing order w/o creation order index PASSED Testing deleting links by name index in decreasing order w/creation order index PASSED Testing deleting links by creation order index in increasing order w/o creation order index PASSED Testing deleting links by creation order index in increasing order w/creation order index PASSED Testing deleting links by creation order index in decreasing order w/o creation order index PASSED Testing deleting links by creation order index in decreasing order w/creation order index PASSED Testing iterating over links by name index in increasing order w/o creation order index PASSED Testing iterating over links by name index in increasing order w/creation order index PASSED Testing iterating over links by name index in decreasing order w/o creation order index PASSED Testing iterating over links by name index in decreasing order w/creation order index PASSED Testing iterating over links by name index in native order w/o creation order index PASSED Testing iterating over links by name index in native order w/creation order index PASSED Testing iterating over links by creation order index in increasing order w/o creation order index PASSED Testing iterating over links by creation order index in increasing order w/creation order index PASSED Testing iterating over links by creation order index in decreasing order w/o creation order index PASSED Testing iterating over links by creation order index in decreasing order w/creation order index PASSED Testing iterating over links by creation order index in native order w/o creation order index PASSED Testing iterating over links by creation order index in native order w/creation order index PASSED Testing open object by name index in increasing order w/o creation order index PASSED Testing open object by name index in increasing order w/creation order index PASSED Testing open object by name index in decreasing order w/o creation order index PASSED Testing open object by name index in decreasing order w/creation order index PASSED Testing open object by name index in native order w/o creation order index PASSED Testing open object by name index in native order w/creation order index PASSED Testing open object by creation order index in increasing order w/o creation order index PASSED Testing open object by creation order index in increasing order w/creation order index PASSED Testing open object by creation order index in decreasing order w/o creation order index PASSED Testing open object by creation order index in decreasing order w/creation order index PASSED Testing open object by creation order index in native order w/o creation order index PASSED Testing open object by creation order index in native order w/creation order index PASSED Testing query object info by name index in increasing order w/o creation order index PASSED Testing query object info by name index in increasing order w/creation order index PASSED Testing query object info by name index in decreasing order w/o creation order index PASSED Testing query object info by name index in decreasing order w/creation order index PASSED Testing query object info by name index in native order w/o creation order index PASSED Testing query object info by name index in native order w/creation order index PASSED Testing query object info by creation order index in increasing order w/o creation order index PASSED Testing query object info by creation order index in increasing order w/creation order index PASSED Testing query object info by creation order index in decreasing order w/o creation order index PASSED Testing query object info by creation order index in decreasing order w/creation order index PASSED Testing query object info by creation order index in native order w/o creation order index PASSED Testing query object info by creation order index in native order w/creation order index PASSED Testing query group info by name index in increasing order w/o creation order index PASSED Testing query group info by name index in increasing order w/creation order index PASSED Testing query group info by name index in decreasing order w/o creation order index PASSED Testing query group info by name index in decreasing order w/creation order index PASSED Testing query group info by name index in native order w/o creation order index PASSED Testing query group info by name index in native order w/creation order index PASSED Testing query group info by creation order index in increasing order w/o creation order index PASSED Testing query group info by creation order index in increasing order w/creation order index PASSED Testing query group info by creation order index in decreasing order w/o creation order index PASSED Testing query group info by creation order index in decreasing order w/creation order index PASSED Testing query group info by creation order index in native order w/o creation order index PASSED Testing query group info by creation order index in native order w/creation order index PASSED Testing timestamps on objects PASSED Testing querying info by index in old-style group, using soft links PASSED Testing querying info by index in old-style group, using hard links PASSED Testing deleting links by index in increasing order in old-style group PASSED Testing deleting links by index in decreasing order in old-style group PASSED Testing iterating over links by name index in increasing order in old-style group PASSED Testing iterating over links by name index in decreasing order in old-style group PASSED Testing iterating over links by name index in native order in old-style group PASSED Testing open object by name index in increasing order in old-style group PASSED Testing open object by name index in decreasing order in old-style group PASSED Testing open object by name index in native order in old-style group PASSED Testing query object info by name index in increasing order in old-style group PASSED Testing query object info by name index in decreasing order in old-style group PASSED Testing query object info by name index in native order in old-style group PASSED Testing query group info by name index in increasing order in old-style group PASSED Testing query group info by name index in decreasing order in old-style group PASSED Testing query group info by name index in native order in old-style group PASSED All link tests passed. 2.40 real 1.94 user 0.26 sys Finished testing links ============================ ============================ Testing unlink Finished testing unlink ============================ unlink Test Log ============================ Testing with old group format: Testing unlink by absolute name PASSED Testing unlink by local name PASSED Testing unlink without a name PASSED Testing forward unlink PASSED Testing backward unlink PASSED Testing inward unlink PASSED Testing outward unlink PASSED Testing symlink removal PASSED Testing object renaming PASSED Testing symlink renaming PASSED Testing new move PASSED Testing check new move function PASSED Testing file space gets reused: Testing contiguous dataset with late allocation PASSED Testing contiguous dataset with early allocation PASSED Testing chunked dataset with late allocation PASSED Testing chunked dataset with early allocation PASSED Testing compressed, chunked dataset PASSED Testing re-writing compressed, chunked dataset PASSED Testing compact dataset PASSED Testing object header continuations PASSED Testing named datatype PASSED Testing single group PASSED Testing multiple groups PASSED Testing simple group hierarchy PASSED Testing complex group hierarchy PASSED Testing duplicate dataset PASSED Testing duplicate group PASSED Testing duplicate named datatype PASSED Testing duplicate attribute PASSED Testing create and unlink large number of objects PASSED Testing create and unlink large number of objects with small cache PASSED Testing creating links with multiple slashes PASSED Testing deleting links with multiple slashes PASSED Testing deleting right-most child in non-leaf B-tree node PASSED Testing deleting right-most child in non-leaf B-tree node PASSED Testing deleting right-most child in non-leaf B-tree node PASSED Testing resurrecting dataset after deletion PASSED Testing resurrecting datatype after deletion PASSED Testing resurrecting group after deletion PASSED Testing unlinking chunked dataset PASSED Testing with new group format: Testing unlink by absolute name PASSED Testing unlink by local name PASSED Testing unlink without a name PASSED Testing forward unlink PASSED Testing backward unlink PASSED Testing inward unlink PASSED Testing outward unlink PASSED Testing symlink removal PASSED Testing object renaming PASSED Testing symlink renaming PASSED Testing new move PASSED Testing check new move function PASSED Testing file space gets reused: Testing contiguous dataset with late allocation PASSED Testing contiguous dataset with early allocation PASSED Testing chunked dataset with late allocation PASSED Testing chunked dataset with early allocation PASSED Testing compressed, chunked dataset PASSED Testing re-writing compressed, chunked dataset PASSED Testing compact dataset PASSED Testing object header continuations PASSED Testing named datatype PASSED Testing single group PASSED Testing multiple groups PASSED Testing simple group hierarchy PASSED Testing complex group hierarchy PASSED Testing duplicate dataset PASSED Testing duplicate group PASSED Testing duplicate named datatype PASSED Testing duplicate attribute PASSED Testing create and unlink large number of objects PASSED Testing create and unlink large number of objects with small cache PASSED Testing creating links with multiple slashes PASSED Testing deleting links with multiple slashes PASSED Testing resurrecting dataset after deletion PASSED Testing resurrecting datatype after deletion PASSED Testing resurrecting group after deletion PASSED Testing unlinking chunked dataset PASSED Testing unlinking non-empty compact group PASSED Testing unlinking non-empty dense group PASSED All unlink tests passed. 2.85 real 2.42 user 0.38 sys Finished testing unlink ============================ ============================ Testing big Finished testing big ============================ big Test Log ============================ Testing big file with the Family Driver Changing file drivers to the family driver, 1073741824 bytes each Checking if file system is adequate for this test... Test skipped because file system does not support holes. Usage: big [-h] [-c] [-fsize <fsize>} -h Print the help page -c File system Checking skipped. Caution: this test generates many big files and may fill up the file system. -fsize Change family size default to <fsize> where <fsize> is a positive float point number. Default value is 1073741824. Examples: big -fsize 2.1e9 # test with file size just under 2GB big -fsize 2.2e9 # test with file size just above 2GB Be sure the file system can support the file size requested 0.00 real 0.00 user 0.00 sys Finished testing big ============================ ============================ Testing mtime Finished testing mtime ============================ mtime Test Log ============================ Testing modification time messages -SKIP- The modification time could not be decoded on this OS. Modification times will be mantained in the file but cannot be queried on this system. See H5O_mtime_decode(). 0.00 real 0.00 user 0.00 sys Finished testing mtime ============================ ============================ Testing fillval Finished testing fillval ============================ fillval Test Log ============================ Testing property lists PASSED Testing property lists, with variable-length datatype PASSED Testing with old file format: Testing chunked dataset creation PASSED Testing chunked dataset I/O PASSED Testing chunked dataset extend PASSED Testing contiguous dataset creation PASSED Testing contiguous dataset I/O PASSED Testing contiguous dataset extend -SKIP- Not implemented yet -- needs H5S_SELECT_DIFF operator Testing contiguous dataset compatibility with v. 1.4 PASSED Testing compact dataset creation PASSED Testing compact dataset I/O PASSED Testing with new file format: Testing chunked dataset creation PASSED Testing chunked dataset I/O PASSED Testing chunked dataset extend PASSED Testing contiguous dataset creation PASSED Testing contiguous dataset I/O PASSED Testing contiguous dataset extend -SKIP- Not implemented yet -- needs H5S_SELECT_DIFF operator Testing contiguous dataset compatibility with v. 1.4 PASSED Testing compact dataset creation PASSED Testing compact dataset I/O PASSED All fill value tests passed. 21.09 real 5.76 user 6.06 sys Finished testing fillval ============================ ============================ Testing mount Finished testing mount ============================ mount Test Log ============================ Testing basic functionality PASSED Testing illegal mount operations PASSED Testing name hiding under mount point PASSED Testing mount point open PASSED Testing multi-linked mount point PASSED Testing mount point unlinking PASSED Testing object renaming PASSED Testing mount point renaming PASSED Testing preopening objects under the mount point PASSED Testing open object access after unmount PASSED Testing interfile hard links PASSED Testing file handle uniformity PASSED Testing file handle close PASSED Testing mounting on group after file is closed PASSED Testing mounting after file is unmounted PASSED Testing missing unmount PASSED Testing hold open w/file PASSED Testing hold open w/group PASSED Testing file close degrees must be same PASSED Testing 'semi' file close degree PASSED Testing 'strong' file close degree PASSED Testing access permissions PASSED Testing multiple mounts PASSED Testing nested mounts survive PASSED Testing close parent PASSED Testing cutting mount graph PASSED Testing symlinks PASSED All mount tests passed. 0.09 real 0.05 user 0.04 sys Finished testing mount ============================ ============================ Testing flush1 Finished testing flush1 ============================ flush1 Test Log ============================ Testing H5Fflush (part1) PASSED 0.01 real 0.00 user 0.00 sys Finished testing flush1 ============================ ============================ Testing flush2 Finished testing flush2 ============================ flush2 Test Log ============================ Testing H5Fflush (part2 with flush) PASSED Testing H5Fflush (part2 without flush) PASSED Testing H5Fflush (part2 with flush and later addition) PASSED 0.01 real 0.00 user 0.00 sys Finished testing flush2 ============================ ============================ Testing enum Finished testing enum ============================ enum Test Log ============================ Testing named enumeration types PASSED Testing no-conversion datasets PASSED Testing O(1) conversions PASSED Testing O(log N) converions PASSED Testing for non-existing name and value PASSED Testing some functions with enumeration types PASSED All enum tests passed. 0.00 real 0.00 user 0.00 sys Finished testing enum ============================ ============================ Testing set_extent Finished testing set_extent ============================ set_extent Test Log ============================ Testing extend dataset create with fill value PASSED Testing extend dataset create without fill value PASSED Testing extend dataset read with fill value PASSED Testing extend dataset read without fill value PASSED All set_extent tests passed. 0.01 real 0.00 user 0.00 sys Finished testing set_extent ============================ ============================ Testing ttsafe Finished testing ttsafe ============================ ttsafe Test Log ============================ Test skipped because THREADSAFE not enabled 0.00 real 0.00 user 0.00 sys Finished testing ttsafe ============================ ============================ Testing getname Finished testing getname ============================ getname Test Log ============================ Testing H5Iget_name with one group PASSED Testing H5Iget_name with more than one group PASSED Testing H5Iget_name with H5Gopen2 PASSED Testing H5Iget_name with H5Dcreate2 PASSED Testing H5Iget_name with H5Dopen2 PASSED Testing H5Iget_name with a long path PASSED Testing H5Iget_name with H5Tcommit2 PASSED Testing H5Iget_name with H5Topen2 PASSED Testing H5Iget_name with H5Lmove and H5Gopen2 PASSED Testing H5Iget_name with H5Lmove and H5Dopen2 PASSED Testing H5Iget_name with H5Lmove and H5Topen2 PASSED Testing H5Iget_name with H5Lmove and relative names PASSED Testing H5Iget_name with H5Lmove and a long path PASSED Testing H5Iget_name with H5Lmove and a long path #2 PASSED Testing H5Iget_name with H5Ldelete PASSED Testing H5Iget_name with H5Ldelete and a long path PASSED Testing H5Iget_name with H5Ldelete, same names PASSED Testing H5Iget_name with H5Fmount; with IDs on the list PASSED Testing H5Iget_name with H5Fmount; long name PASSED Testing H5Iget_name with H5Funmount PASSED Testing H5Iget_name with a defined type dataset PASSED Testing H5Iget_name with datasets that have two names PASSED Testing H5Iget_name with different files PASSED Testing H5Iget_name with different files #2 PASSED Testing H5Iget_name with a small buffer for name PASSED Testing H5Iget_name with a dynamic buffer for name PASSED Testing H5Iget_name with invalid IDs PASSED Testing H5Iget_name with added names with mounting PASSED Testing H5Iget_name with H5Fclose PASSED Testing H5Iget_name with H5Fmount and H5Ldelete PASSED Testing H5Iget_name with H5Fmount and H5Lmove PASSED Testing H5Iget_name with H5Lcreate_hard PASSED Testing H5Iget_name with H5Lcreate_soft PASSED Testing H5Iget_name with H5Lcreate_soft and move target PASSED Testing H5Iget_name with H5Lcreate_soft and move source PASSED Testing H5Iget_name with H5Lcreate_soft and unlink target PASSED Testing H5Iget_name with H5Lcreate_soft and unlink source PASSED Testing H5Iget_name with several nested mounted files PASSED Testing H5Iget_name and H5Lmove with repeated path components PASSED Testing H5Iget_name with higher mounted file PASSED Testing H5Iget_name with multiple hard links and mounted files PASSED Testing H5Iget_name with mounted files and unlinking PASSED Testing H5Iget_name with mounting already mounted files PASSED Testing H5Iget_name with opening object in unmounted file PASSED Testing getting path to normal dataset in root group PASSED Testing getting path to dataset in /Group1 PASSED Testing getting path to /Group1 PASSED Testing getting path to datatype in /Group1 PASSED Testing getting path to dataset in nested group PASSED Testing getting path to nested group PASSED Testing getting path to dataset created via hard link PASSED Testing getting path to root group PASSED Testing getting path to dataset hidden by a mounted file PASSED Testing getting path to dataset that has been unlinked PASSED Testing H5Rget_name to get name from region reference(hyperslab) PASSED Testing H5Iget_name to get name from region reference(hyperslab) PASSED Testing H5Rget_name to get name from region reference(pnt selec) PASSED Testing H5Iget_name to get name from region reference(pnt selec) PASSED All getname tests passed. 0.04 real 0.02 user 0.01 sys Finished testing getname ============================ ============================ Testing vfd Finished testing vfd ============================ vfd Test Log ============================ Testing SEC2 file driver PASSED Testing CORE file driver PASSED Testing FAMILY file driver PASSED Testing FAMILY file driver backward compatibility PASSED Testing MULTI file driver PASSED Testing Direct I/O file driver -SKIP- All Virtual File Driver tests passed. 0.03 real 0.00 user 0.01 sys Finished testing vfd ============================ ============================ Testing ntypes Finished testing ntypes ============================ ntypes Test Log ============================ Testing atomic datatype PASSED Testing compound datatype PASSED Testing nested compound datatype PASSED Testing compound datatype with array as field PASSED Testing compound datatype with opaque field PASSED Testing enum datatype PASSED Testing array of compound datatype PASSED Testing array of atomic datatype PASSED Testing variable length datatype PASSED Testing variable length string datatype PASSED Testing fixed-length string datatype PASSED Testing reference datatype PASSED Testing dataset region reference PASSED Testing opaque datatype PASSED Testing bitfield datatype PASSED Testing native integer PASSED All native datatype tests passed. 0.07 real 0.04 user 0.02 sys Finished testing ntypes ============================ ============================ Testing dangle Finished testing dangle ============================ dangle Test Log ============================ Testing dangling objects with weak file close: Testing dangling dataset IDs PASSED Testing dangling group IDs PASSED Testing dangling named datatype IDs PASSED Testing dangling named datatype ID used by dataset PASSED Testing dangling attribute IDs PASSED Testing dangling objects with semi file close: Testing dangling dataset IDs PASSED Testing dangling group IDs PASSED Testing dangling named datatype IDs PASSED Testing dangling named datatype ID used by dataset PASSED Testing dangling attribute IDs PASSED Testing dangling objects with strong file close: Testing dangling dataset IDs PASSED Testing dangling group IDs PASSED Testing dangling named datatype IDs PASSED Testing dangling named datatype ID used by dataset PASSED Testing dangling attribute IDs PASSED All dangling ID tests passed. 0.08 real 0.06 user 0.01 sys Finished testing dangle ============================ ============================ Testing dtransform Finished testing dtransform ============================ dtransform Test Log ============================ Testing Intializing test... PASSED Testing H5Pget_data_transform (get before set) PASSED Testing H5Pset_data_transform (set with NULL transform) PASSED Testing H5Pset_data_transform (set with invalid transform 1) PASSED Testing H5Pset_data_transform (set with invalid transform 2) PASSED Testing H5Pset_data_transform (set with invalid transform 3) PASSED Testing H5Pset_data_transform (set with invalid transform 4) PASSED Testing H5Pset_data_transform (set with invalid transform 5) PASSED Testing H5Pset_data_transform (set with invalid transform 6) PASSED Testing H5Pset_data_transform (set with invalid transform 7) PASSED Testing H5Pset_data_transform (set with invalid transform 8) PASSED Testing contiguous, no data type conversion (char->char) PASSED Testing contiguous, no data type conversion (uchar->uchar) PASSED Testing contiguous, no data type conversion (schar->schar) PASSED Testing contiguous, with type conversion (float->schar) PASSED Testing contiguous, no data type conversion (short->short) PASSED Testing contiguous, with type conversion (float->short) PASSED Testing contiguous, no data type conversion (ushort->ushort) PASSED Testing contiguous, no data type conversion (int->int) PASSED Testing contiguous, with type conversion (float->int) PASSED Testing contiguous, no data type conversion (uint->uint) PASSED Testing contiguous, no data type conversion (long->long) PASSED Testing contiguous, with type conversion (float->long) PASSED Testing contiguous, no data type conversion (ulong->ulong) PASSED Testing contiguous, no data type conversion (llong->llong) PASSED Testing contiguous, with type conversion (float->llong) PASSED Testing contiguous, no data type conversion (ullong->ullong) PASSED Testing contiguous, no data type conversion (float->float) PASSED Testing contiguous, with type conversion (float->float) PASSED Testing contiguous, no data type conversion (double->double) PASSED Testing contiguous, with type conversion (float->double) PASSED Testing contiguous, no data type conversion (ldouble->ldouble) PASSED Testing contiguous, with type conversion (float->ldouble) PASSED Testing chunked, no data type conversion (char->char) PASSED Testing chunked, no data type conversion (uchar->uchar) PASSED Testing chunked, no data type conversion (schar->schar) PASSED Testing chunked, with type conversion (float->schar) PASSED Testing chunked, no data type conversion (short->short) PASSED Testing chunked, with type conversion (float->short) PASSED Testing chunked, no data type conversion (ushort->ushort) PASSED Testing chunked, no data type conversion (int->int) PASSED Testing chunked, with type conversion (float->int) PASSED Testing chunked, no data type conversion (uint->uint) PASSED Testing chunked, no data type conversion (long->long) PASSED Testing chunked, with type conversion (float->long) PASSED Testing chunked, no data type conversion (ulong->ulong) PASSED Testing chunked, no data type conversion (llong->llong) PASSED Testing chunked, with type conversion (float->llong) PASSED Testing chunked, no data type conversion (ullong->ullong) PASSED Testing chunked, no data type conversion (float->float) PASSED Testing chunked, with type conversion (float->float) PASSED Testing chunked, no data type conversion (double->double) PASSED Testing chunked, with type conversion (float->double) PASSED Testing chunked, no data type conversion (ldouble->ldouble) PASSED Testing chunked, with type conversion (float->ldouble) PASSED Testing data transform, linear transform w/ copied property PASSED Testing data transform, polynomial transform w/ copied property PASSED Testing data transform, trivial transform, without type conversion PASSED Testing data transform, trivial transform, with type conversion PASSED Testing data transform, polynomial transform (int->float) PASSED Testing data transform, polynomial transform (float->int) PASSED Testing H5Pget_data_transform PASSED Testing data transform, read after reseting of transform property PASSED Testing H5Pget_data_transform, after resetting transform property PASSED 0.01 real 0.00 user 0.00 sys Finished testing dtransform ============================ ============================ Testing reserved Finished testing reserved ============================ reserved Test Log ============================ -SKIP- 0.00 real 0.00 user 0.00 sys Finished testing reserved ============================ ============================ Testing cross_read Finished testing cross_read ============================ cross_read Test Log ============================ Testing reading data created on OpenVMS PASSED Testing reading data created on Linux PASSED Testing reading data created on Solaris PASSED All data type tests passed. 0.04 real 0.00 user 0.00 sys Finished testing cross_read ============================ ============================ Testing btree2 Finished testing btree2 ============================ btree2 Test Log ============================ Testing B-tree creation PASSED Testing B-tree insert: several records PASSED Testing B-tree insert: split root PASSED Testing B-tree insert: redistribute 2 leaves in level 1 B-tree (l->r) PASSED Testing B-tree insert: redistribute 2 leaves in level 1 B-tree (r->l) PASSED Testing B-tree insert: split side leaf into 2 leaves in level 1 B-tree (l->r) PASSED Testing B-tree insert: split side leaf into 2 leaves in level 1 B-tree (r->l) PASSED Testing B-tree insert: redistribute 3 leaves in level 1 B-tree PASSED Testing B-tree insert: split middle leaf into 2 leaves in level 1 B-tree PASSED Testing B-tree insert: make level 2 B-tree PASSED Testing B-tree insert: redistrib right-most leaf in level 2 B-tree PASSED Testing B-tree insert: redistrib left-most leaf in level 2 B-tree PASSED Testing B-tree insert: redistrib middle leaf in level 2 B-tree PASSED Testing B-tree insert: split right-most leaf in level 2 B-tree PASSED Testing B-tree insert: split left-most leaf in level 2 B-tree PASSED Testing B-tree insert: split middle leaf in level 2 B-tree PASSED Testing B-tree insert: redist. 2 internal (r->l) in level 2 B-tree PASSED Testing B-tree insert: redist. 2 internal (l->r) in level 2 B-tree PASSED Testing B-tree insert: split side internal node to 2 in level 2 B-tree (r->l) PASSED Testing B-tree insert: split side internal node to 2 in level 2 B-tree (l->2) PASSED Testing B-tree insert: redistrib 3 internals in level 2 B-tree PASSED Testing B-tree insert: split 3 internals to 4 in level 2 B-tree PASSED Testing B-tree insert: create random level 4 B-tree PASSED Testing B-tree insert: attempt duplicate record in level 4 B-tree PASSED Testing B-tree remove: record from empty B-tree PASSED Testing B-tree remove: non-existant record from 1 record B-tree PASSED Testing B-tree remove: existant record from 1 record B-tree PASSED Testing B-tree remove: adding records to B-tree after removal PASSED Testing B-tree remove: non-existant record from level-0 B-tree PASSED Testing B-tree remove: mult. existant records from level-0 B-tree PASSED Testing B-tree remove: non-existant record from level-1 B-tree PASSED Testing B-tree remove: record from right leaf of level-1 B-tree PASSED Testing B-tree remove: record from left leaf of level-1 B-tree PASSED Testing B-tree remove: record from middle leaf of level-1 B-tree PASSED Testing B-tree remove: redistribute 2 leaves in level-1 B-tree (r->l) PASSED Testing B-tree remove: redistribute 2 leaves in level-1 B-tree (l->r) PASSED Testing B-tree remove: redistribute 3 leaves in level-1 B-tree PASSED Testing B-tree remove: merge 2 leaves to 1 in level-1 B-tree (r->l) PASSED Testing B-tree remove: merge 2 leaves to 1 in level-1 B-tree (l->r) PASSED Testing B-tree remove: merge 3 leaves to 2 in level-1 B-tree PASSED Testing B-tree remove: promote from right leaf of level-1 B-tree PASSED Testing B-tree remove: promote from left leaf of level-1 B-tree PASSED Testing B-tree remove: promote from middle leaf of level-1 B-tree PASSED Testing B-tree remove: promote from leaf of level-1 B-tree w/2 node redistrib PASSED Testing B-tree remove: promote from leaf of level-1 B-tree w/3 node redistrib PASSED Testing B-tree remove: promote from leaf of level-1 B-tree w/2->1 merge PASSED Testing B-tree remove: promote from leaf of level-1 B-tree w/3->2 merge PASSED Testing B-tree remove: collapse level-1 B-tree back to level-0 PASSED Testing B-tree remove: promote from right internal of level-2 B-tree PASSED Testing B-tree remove: promote from left internal of level-2 B-tree PASSED Testing B-tree remove: promote from middle internal of level-2 B-tree PASSED Testing B-tree remove: promote record from root of level-2 B-tree PASSED Testing B-tree remove: promote from right internal of level-2 B-tree w/redistrib PASSED Testing B-tree remove: promote from left internal of level-2 B-tree w/redistrib PASSED Testing B-tree remove: promote from right internal of level-2 B-tree w/merge PASSED Testing B-tree remove: promote from middle internal of level-2 B-tree w/merge PASSED Testing B-tree remove: merge 2 internal nodes to 1 in level-2 B-tree (l->r) PASSED Testing B-tree remove: merge 2 internal nodes to 1 in level-2 B-tree (r->l) PASSED Testing B-tree remove: merge 3 internal nodes to 2 in level-2 B-tree PASSED Testing B-tree remove: collapse level-2 B-tree back to level-1 (r->l) PASSED Testing B-tree remove: create random level 4 B-tree and delete all records in random order PASSED Testing B-tree remove: create random level 4 B-tree and delete all records by index, in random order PASSED Testing B-tree remove: create random level 4 B-tree and delete all records by index, in increasing order PASSED Testing B-tree remove: create random level 4 B-tree and delete all records by index, in decreasing order PASSED Testing B-tree find: nearest neighbor less than a value PASSED Testing B-tree find: nearest neighbor greater than a value PASSED Testing B-tree delete: delete empty B-tree PASSED Testing B-tree delete: delete level-0 B-tree PASSED Testing B-tree delete: delete level-1 B-tree PASSED Testing B-tree delete: delete level-2 B-tree PASSED Testing B-tree modify: attempt to modify non-existant record PASSED Testing B-tree modify: modify record in leaf node PASSED Testing B-tree modify: modify record in internal node PASSED Testing B-tree modify: modify record in root node PASSED All v2 B-tree tests passed. 35.72 real 21.39 user 13.26 sys Finished testing btree2 ============================ ============================ Testing fheap Finished testing fheap ============================ fheap Test Log ============================ Testing with normal parameters Testing fractal heap creation PASSED Testing query heap creation parameters PASSED Testing create, close & reopen fractal heap PASSED Testing open fractal heap twice PASSED Testing deleting open fractal heap PASSED Testing limits of heap ID lengths PASSED Testing creating heaps with I/O filters PASSED Testing querying heap statistics PASSED Bulk-filling blocks w/large objects Testing inserting 'weird' sized objects into absolute heap PASSED Testing inserting objects to create first direct block in recursive indirect blocks five levels deep PASSED Testing removing bad heap IDs from absolute heap PASSED Testing removing single object from absolute heap PASSED Testing removing two objects from absolute heap PASSED Testing removing single larger object from absolute heap PASSED Testing removing two larger objects from absolute heap (forward) PASSED Testing removing two larger objects from absolute heap (reverse) PASSED Testing removing three larger objects from absolute heap (forward) PASSED Testing removing three larger objects from absolute heap (reverse) PASSED Testing removing all objects from root direct block of absolute heap (all - forward) PASSED Testing removing all objects from two direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - forward) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - forward) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - forward) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - forward) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - forward) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - forward) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing removing all objects from root direct block of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from two direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first row of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (half, refill, all - forward) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (half, refill, all - forward) PASSED Testing inserting object that is too large for starting block, then remove all objects (half, refill, all - forward) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (half, refill, all - forward) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (half, refill, all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing removing all objects from root direct block of absolute heap (all - reverse) PASSED Testing removing all objects from two direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - reverse) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - reverse) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - reverse) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - reverse) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - reverse) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - reverse) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing removing all objects from root direct block of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from two direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first row of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (half, refill, all - reverse) PASSED Testing inserting object that is too large for starting block, then remove all objects (half, refill, all - reverse) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (half, refill, all - reverse) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (half, refill, all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing removing all objects from root direct block of absolute heap (all - deleting heap) PASSED Testing removing all objects from two direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - deleting heap) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - deleting heap) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - deleting heap) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - deleting heap) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - deleting heap) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - deleting heap) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Bulk-filling blocks w/single object Testing inserting 'weird' sized objects into absolute heap PASSED Testing inserting objects to create first direct block in recursive indirect blocks five levels deep PASSED Testing removing bad heap IDs from absolute heap PASSED Testing removing single object from absolute heap PASSED Testing removing two objects from absolute heap PASSED Testing removing single larger object from absolute heap PASSED Testing removing two larger objects from absolute heap (forward) PASSED Testing removing two larger objects from absolute heap (reverse) PASSED Testing removing three larger objects from absolute heap (forward) PASSED Testing removing three larger objects from absolute heap (reverse) PASSED Testing removing all objects from root direct block of absolute heap (all - forward) PASSED Testing removing all objects from two direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - forward) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - forward) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - forward) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - forward) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - forward) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - forward) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing removing all objects from root direct block of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from two direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first row of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (half, refill, all - forward) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (half, refill, all - forward) PASSED Testing inserting object that is too large for starting block, then remove all objects (half, refill, all - forward) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (half, refill, all - forward) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (half, refill, all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing removing all objects from root direct block of absolute heap (all - reverse) PASSED Testing removing all objects from two direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - reverse) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - reverse) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - reverse) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - reverse) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - reverse) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - reverse) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing removing all objects from root direct block of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from two direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first row of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (half, refill, all - reverse) PASSED Testing inserting object that is too large for starting block, then remove all objects (half, refill, all - reverse) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (half, refill, all - reverse) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (half, refill, all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing removing all objects from root direct block of absolute heap (all - deleting heap) PASSED Testing removing all objects from two direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - deleting heap) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - deleting heap) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - deleting heap) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - deleting heap) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - deleting heap) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - deleting heap) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Using 'normal' heap ID format for 'huge' objects Testing insert one huge object, then remove (all - forward) PASSED Testing insert two huge objects, then remove (all - forward) PASSED Testing insert three huge objects, then remove (all - forward) PASSED Testing insert mix of normal & huge objects, then remove (all - forward) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - forward) PASSED Testing insert one tiny object, then remove (all - forward) PASSED Testing insert two tiny objects, then remove (all - forward) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - forward) PASSED Testing insert one huge object, then remove (all - reverse) PASSED Testing insert two huge objects, then remove (all - reverse) PASSED Testing insert three huge objects, then remove (all - reverse) PASSED Testing insert mix of normal & huge objects, then remove (all - reverse) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - reverse) PASSED Testing insert one tiny object, then remove (all - reverse) PASSED Testing insert two tiny objects, then remove (all - reverse) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - reverse) PASSED Testing insert one huge object, then remove (all - deleting heap) PASSED Testing insert two huge objects, then remove (all - deleting heap) PASSED Testing insert three huge objects, then remove (all - deleting heap) PASSED Testing insert mix of normal & huge objects, then remove (all - deleting heap) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - deleting heap) PASSED Testing insert one tiny object, then remove (all - deleting heap) PASSED Testing insert two tiny objects, then remove (all - deleting heap) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - deleting heap) PASSED Using 'direct' heap ID format for 'huge' objects Testing insert one huge object, then remove (all - forward) PASSED Testing insert two huge objects, then remove (all - forward) PASSED Testing insert three huge objects, then remove (all - forward) PASSED Testing insert mix of normal & huge objects, then remove (all - forward) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - forward) PASSED Testing insert one tiny object, then remove (all - forward) PASSED Testing insert two tiny objects, then remove (all - forward) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - forward) PASSED Testing insert one huge object, then remove (all - reverse) PASSED Testing insert two huge objects, then remove (all - reverse) PASSED Testing insert three huge objects, then remove (all - reverse) PASSED Testing insert mix of normal & huge objects, then remove (all - reverse) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - reverse) PASSED Testing insert one tiny object, then remove (all - reverse) PASSED Testing insert two tiny objects, then remove (all - reverse) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - reverse) PASSED Testing insert one huge object, then remove (all - deleting heap) PASSED Testing insert two huge objects, then remove (all - deleting heap) PASSED Testing insert three huge objects, then remove (all - deleting heap) PASSED Testing insert mix of normal & huge objects, then remove (all - deleting heap) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - deleting heap) PASSED Testing insert one tiny object, then remove (all - deleting heap) PASSED Testing insert two tiny objects, then remove (all - deleting heap) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - deleting heap) PASSED Using 'direct' heap ID format for 'huge' objects and larger IDs for 'tiny' objects Testing insert one huge object, then remove (all - forward) PASSED Testing insert two huge objects, then remove (all - forward) PASSED Testing insert three huge objects, then remove (all - forward) PASSED Testing insert mix of normal & huge objects, then remove (all - forward) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - forward) PASSED Testing insert one tiny object, then remove (all - forward) PASSED Testing insert two tiny objects, then remove (all - forward) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - forward) PASSED Testing insert one huge object, then remove (all - reverse) PASSED Testing insert two huge objects, then remove (all - reverse) PASSED Testing insert three huge objects, then remove (all - reverse) PASSED Testing insert mix of normal & huge objects, then remove (all - reverse) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - reverse) PASSED Testing insert one tiny object, then remove (all - reverse) PASSED Testing insert two tiny objects, then remove (all - reverse) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - reverse) PASSED Testing insert one huge object, then remove (all - deleting heap) PASSED Testing insert two huge objects, then remove (all - deleting heap) PASSED Testing insert three huge objects, then remove (all - deleting heap) PASSED Testing insert mix of normal & huge objects, then remove (all - deleting heap) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - deleting heap) PASSED Testing insert one tiny object, then remove (all - deleting heap) PASSED Testing insert two tiny objects, then remove (all - deleting heap) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - deleting heap) PASSED Testing insert one 'managed' object into heap with I/O filters, then remove (all - forward) PASSED Testing insert two 'managed' objects into heap with I/O filters, then remove (all - forward) PASSED Testing inserting random-sized objects in heap with compressed blocks, then remove all objects (all - random) PASSED Testing inserting random-sized objects with power of 2 distribution in heap with compressed blocks, then remove all objects (all - random) PASSED Testing insert one 'managed' object into heap with I/O filters, then remove (all - reverse) PASSED Testing insert two 'managed' objects into heap with I/O filters, then remove (all - reverse) PASSED Testing inserting random-sized objects in heap with compressed blocks, then remove all objects (all - random) PASSED Testing inserting random-sized objects with power of 2 distribution in heap with compressed blocks, then remove all objects (all - random) PASSED Testing insert one 'managed' object into heap with I/O filters, then remove (all - deleting heap) PASSED Testing insert two 'managed' objects into heap with I/O filters, then remove (all - deleting heap) PASSED Testing inserting random-sized objects in heap with compressed blocks, then remove all objects (all - deleting heap) PASSED Testing inserting random-sized objects with power of 2 distribution in heap with compressed blocks, then remove all objects (all - deleting heap) PASSED Using 'small' heap creation parameters Testing inserting random-sized objects, then remove all objects (all - random) PASSED Testing inserting random-sized objects with power of 2 distribution, then remove all objects (all - random) PASSED Testing inserting random-sized objects, then remove all objects (all - deleting heap) PASSED Testing inserting random-sized objects with power of 2 distribution, then remove all objects (all - deleting heap) PASSED Using 'large' heap creation parameters Testing inserting random-sized objects, then remove all objects (all - random) PASSED Testing inserting random-sized objects with power of 2 distribution, then remove all objects (all - random) PASSED Testing inserting random-sized objects, then remove all objects (all - deleting heap) PASSED Testing inserting random-sized objects with power of 2 distribution, then remove all objects (all - deleting heap) PASSED Testing writing objects in heap PASSED Testing writing objects in heap with compressed blocks PASSED Testing with reopen heap flag set Testing fractal heap creation PASSED Testing query heap creation parameters PASSED Testing create, close & reopen fractal heap PASSED Testing open fractal heap twice PASSED Testing deleting open fractal heap PASSED Testing limits of heap ID lengths PASSED Testing creating heaps with I/O filters PASSED Testing querying heap statistics PASSED Bulk-filling blocks w/large objects Testing inserting 'weird' sized objects into absolute heap PASSED Testing inserting objects to create first direct block in recursive indirect blocks five levels deep PASSED Testing removing bad heap IDs from absolute heap PASSED Testing removing single object from absolute heap PASSED Testing removing two objects from absolute heap PASSED Testing removing single larger object from absolute heap PASSED Testing removing two larger objects from absolute heap (forward) PASSED Testing removing two larger objects from absolute heap (reverse) PASSED Testing removing three larger objects from absolute heap (forward) PASSED Testing removing three larger objects from absolute heap (reverse) PASSED Testing removing all objects from root direct block of absolute heap (all - forward) PASSED Testing removing all objects from two direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - forward) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - forward) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - forward) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - forward) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - forward) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - forward) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing removing all objects from root direct block of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from two direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first row of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (half, refill, all - forward) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (half, refill, all - forward) PASSED Testing inserting object that is too large for starting block, then remove all objects (half, refill, all - forward) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (half, refill, all - forward) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (half, refill, all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing removing all objects from root direct block of absolute heap (all - reverse) PASSED Testing removing all objects from two direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - reverse) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - reverse) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - reverse) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - reverse) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - reverse) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - reverse) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing removing all objects from root direct block of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from two direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first row of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (half, refill, all - reverse) PASSED Testing inserting object that is too large for starting block, then remove all objects (half, refill, all - reverse) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (half, refill, all - reverse) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (half, refill, all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing removing all objects from root direct block of absolute heap (all - deleting heap) PASSED Testing removing all objects from two direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - deleting heap) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - deleting heap) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - deleting heap) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - deleting heap) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - deleting heap) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - deleting heap) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Bulk-filling blocks w/single object Testing inserting 'weird' sized objects into absolute heap PASSED Testing inserting objects to create first direct block in recursive indirect blocks five levels deep PASSED Testing removing bad heap IDs from absolute heap PASSED Testing removing single object from absolute heap PASSED Testing removing two objects from absolute heap PASSED Testing removing single larger object from absolute heap PASSED Testing removing two larger objects from absolute heap (forward) PASSED Testing removing two larger objects from absolute heap (reverse) PASSED Testing removing three larger objects from absolute heap (forward) PASSED Testing removing three larger objects from absolute heap (reverse) PASSED Testing removing all objects from root direct block of absolute heap (all - forward) PASSED Testing removing all objects from two direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - forward) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - forward) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - forward) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - forward) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - forward) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - forward) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - forward) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - forward) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - forward) PASSED Testing removing all objects from root direct block of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from two direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first row of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (half, refill, all - forward) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (half, refill, all - forward) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (half, refill, all - forward) PASSED Testing inserting object that is too large for starting block, then remove all objects (half, refill, all - forward) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (half, refill, all - forward) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (half, refill, all - forward) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - forward) PASSED Testing removing all objects from root direct block of absolute heap (all - reverse) PASSED Testing removing all objects from two direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - reverse) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - reverse) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - reverse) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - reverse) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - reverse) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - reverse) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - reverse) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - reverse) PASSED Testing removing all objects from root direct block of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from two direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first row of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (half, refill, all - reverse) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (half, refill, all - reverse) PASSED Testing inserting object that is too large for starting block, then remove all objects (half, refill, all - reverse) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (half, refill, all - reverse) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (half, refill, all - reverse) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (half, refill, all - reverse) PASSED Testing removing all objects from root direct block of absolute heap (all - deleting heap) PASSED Testing removing all objects from two direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first row of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first two rows of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from first four rows of direct blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from all direct blocks of root group in absolute heap (all - deleting heap) PASSED Testing removing all objects from 2nd level indirect blocks of absolute heap (all - deleting heap) PASSED Testing removing all objects from 3rd level indirect blocks of absolute heap (all - deleting heap) PASSED Testing inserting object that is too large for starting block, then remove all objects (all - deleting heap) PASSED Testing skipping starting block, then adding object back to first block, then remove all objects (all - deleting heap) PASSED Testing skipping starting block, then adding objects to backfill and extend, then remove all objects (all - deleting heap) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then remove all objects (all - deleting heap) PASSED Testing insert object to initial block, then add object too large for starting direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing skipping blocks with indirect root, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling first row, then skipping rows, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing skipping direct blocks to last row and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping blocks in non-root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping row of non-root indirect blocks, then skip row of direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping two rows of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks and skipping two rows of root indirect block, skip one row of root indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, and skip first rows of direct blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first rows of direct blocks of 3rd level indirect block's 2nd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first row of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect block's direct blocks, and skip first two rows of indirect blocks of 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, except last one, fill all direct blocks in last 3rd level indirect block, and insert object too large for it's 2nd level indirect blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling first row of 3rd level indirect blocks, fill all direct blocks in next 3rd level indirect block, fill all 1st row of 2nd level indirect blocks, except last one, and insert object too large for 2nd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct blocks, and skip first row of 2nd indirect blocks of 4th level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill 4th level indirect block's direct, 2nd level indirect blocks and 3rd level direct block, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, fill 2nd row 4th level indirect block's direct, 2nd level indirect blocks, first row of 3rd level indirect blocks, 3rd level direct block in 2nd row, and skip first row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 3rd level indirect blocks in 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing filling direct blocks, filling 2nd level indirect blocks, filling 3rd level indirect blocks, fill first row of 4th level indirect blocks, except last one, fill first row of 3rd level indirect blocks in last 4th level indirect block except last 3rd level block, fill direct blocks in 3rd level block, and skip row of 2nd indirect blocks of 4th level indirect block's 3rd level indirect block, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fragmenting small blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fragmenting direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fill root direct blocks, then fragment 2nd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Testing fill root direct blocks and 2nd level indirect blocks, then fragment 3rd level indirect block's direct blocks, then backfill and extend, then remove all objects (all - deleting heap) PASSED Using 'normal' heap ID format for 'huge' objects Testing insert one huge object, then remove (all - forward) PASSED Testing insert two huge objects, then remove (all - forward) PASSED Testing insert three huge objects, then remove (all - forward) PASSED Testing insert mix of normal & huge objects, then remove (all - forward) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - forward) PASSED Testing insert one tiny object, then remove (all - forward) PASSED Testing insert two tiny objects, then remove (all - forward) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - forward) PASSED Testing insert one huge object, then remove (all - reverse) PASSED Testing insert two huge objects, then remove (all - reverse) PASSED Testing insert three huge objects, then remove (all - reverse) PASSED Testing insert mix of normal & huge objects, then remove (all - reverse) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - reverse) PASSED Testing insert one tiny object, then remove (all - reverse) PASSED Testing insert two tiny objects, then remove (all - reverse) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - reverse) PASSED Testing insert one huge object, then remove (all - deleting heap) PASSED Testing insert two huge objects, then remove (all - deleting heap) PASSED Testing insert three huge objects, then remove (all - deleting heap) PASSED Testing insert mix of normal & huge objects, then remove (all - deleting heap) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - deleting heap) PASSED Testing insert one tiny object, then remove (all - deleting heap) PASSED Testing insert two tiny objects, then remove (all - deleting heap) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - deleting heap) PASSED Using 'direct' heap ID format for 'huge' objects Testing insert one huge object, then remove (all - forward) PASSED Testing insert two huge objects, then remove (all - forward) PASSED Testing insert three huge objects, then remove (all - forward) PASSED Testing insert mix of normal & huge objects, then remove (all - forward) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - forward) PASSED Testing insert one tiny object, then remove (all - forward) PASSED Testing insert two tiny objects, then remove (all - forward) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - forward) PASSED Testing insert one huge object, then remove (all - reverse) PASSED Testing insert two huge objects, then remove (all - reverse) PASSED Testing insert three huge objects, then remove (all - reverse) PASSED Testing insert mix of normal & huge objects, then remove (all - reverse) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - reverse) PASSED Testing insert one tiny object, then remove (all - reverse) PASSED Testing insert two tiny objects, then remove (all - reverse) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - reverse) PASSED Testing insert one huge object, then remove (all - deleting heap) PASSED Testing insert two huge objects, then remove (all - deleting heap) PASSED Testing insert three huge objects, then remove (all - deleting heap) PASSED Testing insert mix of normal & huge objects, then remove (all - deleting heap) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - deleting heap) PASSED Testing insert one tiny object, then remove (all - deleting heap) PASSED Testing insert two tiny objects, then remove (all - deleting heap) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - deleting heap) PASSED Using 'direct' heap ID format for 'huge' objects and larger IDs for 'tiny' objects Testing insert one huge object, then remove (all - forward) PASSED Testing insert two huge objects, then remove (all - forward) PASSED Testing insert three huge objects, then remove (all - forward) PASSED Testing insert mix of normal & huge objects, then remove (all - forward) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - forward) PASSED Testing insert one tiny object, then remove (all - forward) PASSED Testing insert two tiny objects, then remove (all - forward) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - forward) PASSED Testing insert one huge object, then remove (all - reverse) PASSED Testing insert two huge objects, then remove (all - reverse) PASSED Testing insert three huge objects, then remove (all - reverse) PASSED Testing insert mix of normal & huge objects, then remove (all - reverse) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - reverse) PASSED Testing insert one tiny object, then remove (all - reverse) PASSED Testing insert two tiny objects, then remove (all - reverse) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - reverse) PASSED Testing insert one huge object, then remove (all - deleting heap) PASSED Testing insert two huge objects, then remove (all - deleting heap) PASSED Testing insert three huge objects, then remove (all - deleting heap) PASSED Testing insert mix of normal & huge objects, then remove (all - deleting heap) PASSED Testing insert 'huge' object into heap with I/O filters, then remove (all - deleting heap) PASSED Testing insert one tiny object, then remove (all - deleting heap) PASSED Testing insert two tiny objects, then remove (all - deleting heap) PASSED Testing insert mix of normal, huge & tiny objects, then remove (all - deleting heap) PASSED Testing insert one 'managed' object into heap with I/O filters, then remove (all - forward) PASSED Testing insert two 'managed' objects into heap with I/O filters, then remove (all - forward) PASSED Testing inserting random-sized objects in heap with compressed blocks, then remove all objects (all - random) PASSED Testing inserting random-sized objects with power of 2 distribution in heap with compressed blocks, then remove all objects (all - random) PASSED Testing insert one 'managed' object into heap with I/O filters, then remove (all - reverse) PASSED Testing insert two 'managed' objects into heap with I/O filters, then remove (all - reverse) PASSED Testing inserting random-sized objects in heap with compressed blocks, then remove all objects (all - random) PASSED Testing inserting random-sized objects with power of 2 distribution in heap with compressed blocks, then remove all objects (all - random) PASSED Testing insert one 'managed' object into heap with I/O filters, then remove (all - deleting heap) PASSED Testing insert two 'managed' objects into heap with I/O filters, then remove (all - deleting heap) PASSED Testing inserting random-sized objects in heap with compressed blocks, then remove all objects (all - deleting heap) PASSED Testing inserting random-sized objects with power of 2 distribution in heap with compressed blocks, then remove all objects (all - deleting heap) PASSED Using 'small' heap creation parameters Testing inserting random-sized objects, then remove all objects (all - random) PASSED Testing inserting random-sized objects with power of 2 distribution, then remove all objects (all - random) PASSED Testing inserting random-sized objects, then remove all objects (all - deleting heap) PASSED Testing inserting random-sized objects with power of 2 distribution, then remove all objects (all - deleting heap) PASSED Using 'large' heap creation parameters Testing inserting random-sized objects, then remove all objects (all - random) PASSED Testing inserting random-sized objects with power of 2 distribution, then remove all objects (all - random) PASSED Testing inserting random-sized objects, then remove all objects (all - deleting heap) PASSED Testing inserting random-sized objects with power of 2 distribution, then remove all objects (all - deleting heap) PASSED Testing writing objects in heap PASSED Testing writing objects in heap with compressed blocks PASSED Testing bug1: inserting several objects & removing one, then re-inserting PASSED All fractal heap tests passed. 128.50 real 63.63 user 25.04 sys Finished testing fheap ============================ ============================ Testing testerror.sh Finished testing testerror.sh ============================ testerror.sh Test Log ============================ Testing err_compat PASSED Testing error_test PASSED All Error API tests passed. 0.19 real 0.02 user 0.04 sys Finished testing testerror.sh ============================ ============================ ===Serial tests in test ended Mon Feb 9 18:20:42 EST 2009=== Making check in tools Making check in lib make talign make[3]: `talign' is up to date. make check-TESTS ===Serial tests in lib begin Mon Feb 9 18:20:42 EST 2009=== ============================ Testing talign Finished testing talign ============================ talign Test Log ============================ Testing alignment in compound datatypes PASSED 0.01 real 0.00 user 0.00 sys Finished testing talign ============================ ===Serial tests in lib ended Mon Feb 9 18:20:43 EST 2009=== Making check in h5dump make h5dumpgentest binread testh5dump.sh testh5dumpxml.sh make[3]: `h5dumpgentest' is up to date. make[3]: `binread' is up to date. make[3]: `testh5dump.sh' is up to date. make[3]: `testh5dumpxml.sh' is up to date. make check-TESTS ===Serial tests in h5dump begin Mon Feb 9 18:20:43 EST 2009=== ============================ Testing h5dumpgentest Finished testing h5dumpgentest ============================ h5dumpgentest Test Log ============================ 0.14 real 0.05 user 0.08 sys Finished testing h5dumpgentest ============================ ============================ Testing testh5dump.sh Finished testing testh5dump.sh ============================ testh5dump.sh Test Log ============================ Testing h5dump tgroup.h5 PASSED Testing h5dump --group=/g2 --group / -g /y tgroup.h5 PASSED Testing h5dump tdset.h5 PASSED Testing h5dump -H -d dset1 -d /dset2 --dataset=dset3 tdset.h5 PASSED Testing h5dump tattr.h5 PASSED Testing h5dump -a /attr1 --attribute /attr4 --attribute=/attr5 tattr.h PASSED Testing h5dump --header -a /attr2 --attribute=/attr tattr.h5 PASSED Testing h5dump tnamed_dtype_attr.h5 PASSED Testing h5dump tslink.h5 PASSED Testing h5dump tudlink.h5 PASSED Testing h5dump -l slink2 tslink.h5 PASSED Testing h5dump -l udlink2 tudlink.h5 PASSED Testing h5dump thlink.h5 PASSED Testing h5dump -d /g1/dset2 --dataset /dset1 --dataset=/g1/g1.1/dset3 PASSED Testing h5dump -d /g1/g1.1/dset3 --dataset /g1/dset2 --dataset=/dset1 PASSED Testing h5dump -g /g1 thlink.h5 PASSED Testing h5dump -d /dset1 -g /g2 -d /g1/dset2 thlink.h5 PASSED Testing h5dump tcompound.h5 PASSED Testing h5dump -t /type1 --datatype /type2 --datatype=/group1/type3 tc PASSED Testing h5dump -t /#6632 -g /group2 tcompound.h5 PASSED Testing h5dump tcompound_complex.h5 PASSED Testing h5dump tnestedcomp.h5 PASSED Testing h5dump tall.h5 PASSED Testing h5dump --header -g /g1/g1.1 -a attr2 tall.h5 PASSED Testing h5dump -d /g2/dset2.1 -l /g1/g1.2/g1.2.1/slink tall.h5 PASSED Testing h5dump tloop.h5 PASSED Testing h5dump tstr.h5 PASSED Testing h5dump tstr2.h5 PASSED Testing h5dump tsaf.h5 PASSED Testing h5dump tvldtypes1.h5 PASSED Testing h5dump tvldtypes2.h5 PASSED Testing h5dump tvldtypes3.h5 PASSED Testing h5dump tvldtypes4.h5 PASSED Testing h5dump tvldtypes5.h5 PASSED Testing h5dump tvlstr.h5 PASSED Testing h5dump tarray1.h5 PASSED Testing h5dump tarray2.h5 PASSED Testing h5dump tarray3.h5 PASSED Testing h5dump tarray4.h5 PASSED Testing h5dump tarray5.h5 PASSED Testing h5dump tarray6.h5 PASSED Testing h5dump tarray7.h5 PASSED Testing h5dump tempty.h5 PASSED Testing h5dump tgrp_comments.h5 PASSED Testing h5dump --filedriver=split tsplit_file PASSED Testing h5dump --filedriver=family tfamily%05d.h5 PASSED Testing h5dump --filedriver=multi tmulti PASSED Testing h5dump -w157 tlarge_objname.h5 PASSED Testing h5dump -A tall.h5 PASSED Testing h5dump -A -r tall.h5 PASSED Testing h5dump --dataset=/g1/g1.1/dset1.1.1 --start=1,1 --stride=2,3 - PASSED Testing h5dump -d /g1/g1.1/dset1.1.2[0;2;10;] tall.h5 PASSED Testing h5dump -d /dset1[1,1;;;] tdset.h5 PASSED Testing h5dump -r tchar.h5 PASSED Testing h5dump PASSED Testing h5dump -H -B -d dset tfcontents1.h5 PASSED Testing h5dump -B tfcontents2.h5 PASSED Testing h5dump -p -d bogus tfcontents1.h5 PASSED Testing h5dump -n tfcontents1.h5 PASSED Testing h5dump -H -p -d compact tfilters.h5 PASSED Testing h5dump -H -p -d contiguous tfilters.h5 PASSED Testing h5dump -H -p -d chunked tfilters.h5 PASSED Testing h5dump -H -p -d external tfilters.h5 PASSED Testing h5dump -p tfvalues.h5 PASSED Testing h5dump tattr2.h5 PASSED Testing h5dump -e tstr3.h5 PASSED Testing h5dump tstr3.h5 PASSED Testing h5dump -r -d str4 tstr3.h5 PASSED Testing h5dump taindices.h5 PASSED Testing h5dump -y taindices.h5 PASSED Testing h5dump -d 1d -s 1 -S 10 -c 2 -k 3 taindices.h5 PASSED Testing h5dump -d 2d -s 1,2 -S 3,3 -c 3,2 -k 2,2 taindices.h5 PASSED Testing h5dump -d 3d -s 0,1,2 -S 1,3,3 -c 2,2,2 -k 1,2,2 taindices.h5 PASSED Testing h5dump -d 4d -s 0,0,1,2 -c 2,2,3,2 -S 1,1,3,3 -k 1,1,2,2 taind PASSED Testing h5dump -H -p -d szip tfilters.h5 -SKIP- Testing h5dump -H -p -d deflate tfilters.h5 -SKIP- Testing h5dump -H -p -d shuffle tfilters.h5 PASSED Testing h5dump -H -p -d fletcher32 tfilters.h5 PASSED Testing h5dump -H -p -d nbit tfilters.h5 PASSED Testing h5dump -H -p -d scaleoffset tfilters.h5 PASSED Testing h5dump -H -p -d all tfilters.h5 -SKIP- Testing h5dump -H -p -d myfilter tfilters.h5 PASSED Testing h5dump tlonglinks.h5 PASSED Testing h5dump -d dset4gb -s 4294967284 -c 22 tbigdims.h5 PASSED Testing h5dump thyperslab.h5 PASSED Testing h5dump tnullspace.h5 PASSED Testing h5dump tvms.h5 PASSED Testing h5dump -d integer -o /Users/edo/Downloads/hdf5-1.8.1/tools/h5d PASSED Testing h5dump -d float -o /Users/edo/Downloads/hdf5-1.8.1/tools/h5dum PASSED Testing h5dump -d integer -o /Users/edo/Downloads/hdf5-1.8.1/tools/h5d PASSED Running h5import /Users/edo/Downloads/hdf5-1.8.1/tools/h5dump/../test PASSED Running h5diff tbinary.h5 /Users/edo/Downloads/hdf5-1.8.1/tools/h5dum PASSED Testing h5dump -d double -o /Users/edo/Downloads/hdf5-1.8.1/tools/h5du PASSED Testing h5dump tdatareg.h5 PASSED Testing h5dump --group=1 --sort_by=creation_order --sort_order=ascendi PASSED Testing h5dump --group=1 --sort_by=creation_order --sort_order=descend PASSED Testing h5dump -g 2 -q name -z ascending tordergr.h5 PASSED Testing h5dump -g 2 -q name -z descending tordergr.h5 PASSED Testing h5dump -q creation_order tordergr.h5 PASSED Testing h5dump -H --sort_by=name --sort_order=ascending torderattr.h5 PASSED Testing h5dump -H --sort_by=name --sort_order=descending torderattr.h5 PASSED Testing h5dump -H --sort_by=creation_order --sort_order=ascending tord PASSED Testing h5dump -H --sort_by=creation_order --sort_order=descending tor PASSED Testing h5dump -m %.7f tfpformat.h5 PASSED All h5dump tests passed. 3.22 real 0.88 user 1.73 sys Finished testing testh5dump.sh ============================ ============================ ============================ Testing testh5dumpxml.sh Finished testing testh5dumpxml.sh ============================ testh5dumpxml.sh Test Log ============================ Testing h5dump --xml tall.h5 PASSED Testing h5dump --xml tattr.h5 PASSED Testing h5dump --xml tbitfields.h5 PASSED Testing h5dump --xml tcompound.h5 PASSED Testing h5dump --xml tcompound2.h5 PASSED Testing h5dump --xml tdatareg.h5 PASSED Testing h5dump --xml tdset.h5 PASSED Testing h5dump --xml tdset2.h5 PASSED Testing h5dump --xml tenum.h5 PASSED Testing h5dump --xml tgroup.h5 PASSED Testing h5dump --xml thlink.h5 PASSED Testing h5dump --xml tloop.h5 PASSED Testing h5dump --xml tloop2.h5 PASSED Testing h5dump --xml tmany.h5 PASSED Testing h5dump --xml tnestedcomp.h5 PASSED Testing h5dump --xml tcompound_complex.h5 PASSED Testing h5dump --xml tobjref.h5 PASSED Testing h5dump --xml topaque.h5 PASSED Testing h5dump --xml tslink.h5 PASSED Testing h5dump --xml tudlink.h5 PASSED Testing h5dump --xml textlink.h5 PASSED Testing h5dump --xml tstr.h5 PASSED Testing h5dump --xml tstr2.h5 PASSED Testing h5dump --xml tref.h5 PASSED Testing h5dump --xml tname-amp.h5 PASSED Testing h5dump --xml tname-apos.h5 PASSED Testing h5dump --xml tname-gt.h5 PASSED Testing h5dump --xml tname-lt.h5 PASSED Testing h5dump --xml tname-quot.h5 PASSED Testing h5dump --xml tname-sp.h5 PASSED Testing h5dump --xml tstring.h5 PASSED Testing h5dump --xml tstring-at.h5 PASSED Testing h5dump --xml tref-escapes.h5 PASSED Testing h5dump --xml tref-escapes-at.h5 PASSED Testing h5dump --xml tnodata.h5 PASSED Testing h5dump --xml tarray1.h5 PASSED Testing h5dump --xml tarray2.h5 PASSED Testing h5dump --xml tarray3.h5 PASSED Testing h5dump --xml tarray6.h5 PASSED Testing h5dump --xml tarray7.h5 PASSED Testing h5dump --xml tvldtypes1.h5 PASSED Testing h5dump --xml tvldtypes2.h5 PASSED Testing h5dump --xml tvldtypes3.h5 PASSED Testing h5dump --xml tvldtypes4.h5 PASSED Testing h5dump --xml tvldtypes5.h5 PASSED Testing h5dump --xml tvlstr.h5 PASSED Testing h5dump --xml tsaf.h5 PASSED Testing h5dump --xml tempty.h5 PASSED Testing h5dump --xml tnamed_dtype_attr.h5 PASSED Testing h5dump --xml --use-dtd tempty.h5 PASSED Testing h5dump --xml -u tempty.h5 PASSED Testing h5dump --xml -X : tempty.h5 PASSED Testing h5dump --xml --xml-ns=: tempty.h5 PASSED Testing h5dump --xml -X thing: tempty.h5 PASSED Testing h5dump --xml --xml-ns=thing: tempty.h5 PASSED Testing h5dump --xml --xml-ns=: --xml-dtd=http://somewhere.net tempty. PASSED Testing h5dump --xml --use-dtd --xml-dtd=http://somewhere.net tempty.h PASSED Testing h5dump --xml -A tall.h5 PASSED Testing h5dump --xml -H --sort_by=name --sort_order=ascending torderat PASSED Testing h5dump --xml -H --sort_by=name --sort_order=descending tordera PASSED Testing h5dump --xml -H --sort_by=creation_order --sort_order=ascendin PASSED Testing h5dump --xml -H --sort_by=creation_order --sort_order=descendi PASSED All h5dump tests passed. 1.61 real 0.47 user 1.08 sys Finished testing testh5dumpxml.sh ============================ ============================ ===Serial tests in h5dump ended Mon Feb 9 18:20:48 EST 2009=== Making check in h5diff make h5diffgentest ./testh5diff.sh make[3]: `h5diffgentest' is up to date. make[3]: Nothing to be done for `testh5diff.sh'. make check-TESTS ===Serial tests in h5diff begin Mon Feb 9 18:20:48 EST 2009=== ============================ Testing h5diffgentest Finished testing h5diffgentest ============================ h5diffgentest Test Log ============================ 0.23 real 0.20 user 0.02 sys Finished testing h5diffgentest ============================ ============================ Testing testh5diff.sh Finished testing testh5diff.sh ============================ testh5diff.sh Test Log ============================ Testing h5diff -h PASSED Testing h5diff h5diff_basic1.h5 h5diff_basic2.h5 PASSED Testing h5diff h5diff_basic1.h5 h5diff_basic2.h5 g1/dset1 g1/dset2 PASSED Testing h5diff -r h5diff_basic1.h5 h5diff_basic2.h5 PASSED Testing h5diff -r h5diff_basic1.h5 h5diff_basic2.h5 g1/dset1 g1/dset2 PASSED Testing h5diff --report --delta=5 h5diff_basic1.h5 h5diff_basic2.h5 g1 PASSED Testing h5diff -v -p 0.02 h5diff_basic1.h5 h5diff_basic1.h5 g1/dset5 g PASSED Testing h5diff --verbose --relative=0.02 h5diff_basic1.h5 h5diff_basic PASSED Testing h5diff -v -p 0.02 h5diff_basic1.h5 h5diff_basic1.h5 g1/dset9 g PASSED Testing h5diff -v h5diff_basic1.h5 h5diff_basic2.h5 PASSED Testing h5diff -q h5diff_basic1.h5 h5diff_basic2.h5 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 dset g1 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 dset l1 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 dset t1 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 g1 g1 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 t1 t1 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 l1 l1 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 g1 g2 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 t1 t2 PASSED Testing h5diff -v h5diff_types.h5 h5diff_types.h5 l1 l2 PASSED Testing h5diff -v h5diff_dtypes.h5 h5diff_dtypes.h5 dset0a dset0b PASSED Testing h5diff -v h5diff_dtypes.h5 h5diff_dtypes.h5 dset1a dset1b PASSED Testing h5diff -v h5diff_dtypes.h5 h5diff_dtypes.h5 dset2a dset2b PASSED Testing h5diff -v h5diff_dtypes.h5 h5diff_dtypes.h5 dset3a dset4b PASSED Testing h5diff -v h5diff_dtypes.h5 h5diff_dtypes.h5 dset4a dset4b PASSED Testing h5diff -v h5diff_dtypes.h5 h5diff_dtypes.h5 dset5a dset5b PASSED Testing h5diff -v h5diff_dtypes.h5 h5diff_dtypes.h5 dset6a dset6b PASSED Testing h5diff -v h5diff_dtypes.h5 h5diff_dtypes.h5 dset7a dset7b PASSED Testing h5diff -v h5diff_dset1.h5 h5diff_dset2.h5 refreg PASSED Testing h5diff h5diff_basic1.h5 PASSED Testing h5diff -d h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset4 PASSED Testing h5diff -d -4 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dse PASSED Testing h5diff -d 0 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -d u h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -d 0x1 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/ds PASSED Testing h5diff -d 1 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -d 1 -d 2 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1 PASSED Testing h5diff -d 200 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/ds PASSED Testing h5diff -d 1 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -r -p h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dse PASSED Testing h5diff -p -4 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dse PASSED Testing h5diff -p 0 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -p u h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -p 0x1 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/ds PASSED Testing h5diff -p 0.21 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/d PASSED Testing h5diff -p 0.21 -p 0.22 h5diff_basic1.h5 h5diff_basic2.h5 g1/ds PASSED Testing h5diff -p 2 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -p 0.005 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/ PASSED Testing h5diff -n h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset4 PASSED Testing h5diff -n -4 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dse PASSED Testing h5diff -n 0 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -n u h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -n 0x1 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/ds PASSED Testing h5diff -n 2 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff -n 2 -n 3 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1 PASSED Testing h5diff --count=200 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 PASSED Testing h5diff -n 1 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset PASSED Testing h5diff file1.h6 file2.h6 PASSED Testing h5diff -v h5diff_attr1.h5 h5diff_attr2.h5 PASSED Testing h5diff -v h5diff_dset1.h5 h5diff_dset2.h5 PASSED Testing h5diff -v h5diff_basic2.h5 h5diff_basic2.h5 PASSED Testing h5diff -v h5diff_hyper1.h5 h5diff_hyper2.h5 PASSED Testing h5diff -v h5diff_basic1.h5 h5diff_basic1.h5 g1/d1 g1/d2 PASSED Testing h5diff -v h5diff_basic1.h5 h5diff_basic1.h5 g1/fp1 g1/fp2 PASSED All h5diff tests passed. 7.13 real 4.57 user 2.24 sys Finished testing testh5diff.sh ============================ ============================ ===Serial tests in h5diff ended Mon Feb 9 18:20:55 EST 2009=== Making check in h5ls make ./testh5ls.sh make[3]: Nothing to be done for `testh5ls.sh'. make check-TESTS ===Serial tests in h5ls begin Mon Feb 9 18:20:55 EST 2009=== ============================ Testing testh5ls.sh Finished testing testh5ls.sh ============================ testh5ls.sh Test Log ============================ Testing h5ls -w80 -h PASSED Testing h5ls -w80 -help PASSED Testing h5ls -w80 -? PASSED Testing h5ls -w80 tall.h5 PASSED Testing h5ls -w80 -r -d tall.h5 PASSED Testing h5ls -w80 tgroup.h5 PASSED Testing h5ls -w80 -r -g tgroup.h5 PASSED Testing h5ls -w80 -g tgroup.h5/g1 PASSED Testing h5ls -w80 -r -d tdset.h5 PASSED Testing h5ls -w80 -r tslink.h5 PASSED Testing h5ls -w80 -r textlink.h5 PASSED Testing h5ls -w80 -r tudlink.h5 PASSED Testing h5ls -w80 thlink.h5 PASSED Testing h5ls -w80 -r -d tcompound.h5 PASSED Testing h5ls -w80 -r -d tnestedcomp.h5 PASSED Testing h5ls -w80 -r -d tloop.h5 PASSED Testing h5ls -w80 -r -d tstr.h5 PASSED Testing h5ls -w80 -r -d tsaf.h5 PASSED Testing h5ls -w80 -r -d tvldtypes1.h5 PASSED Testing h5ls -w80 -r -d tarray1.h5 PASSED Testing h5ls -w80 -d tempty.h5 PASSED Testing h5ls -w80 -v -S tattr2.h5 PASSED Testing h5ls nosuchfile.h5 PASSED All h5ls tests passed. 0.65 real 0.16 user 0.36 sys Finished testing testh5ls.sh ============================ ============================ ===Serial tests in h5ls ended Mon Feb 9 18:20:56 EST 2009=== Making check in misc make h5repart_gentest repart_test testh5repart.sh ./testh5mkgrp.sh make[3]: `h5repart_gentest' is up to date. make[3]: `repart_test' is up to date. make[3]: `testh5repart.sh' is up to date. make[3]: Nothing to be done for `testh5mkgrp.sh'. make check-TESTS ===Serial tests in misc begin Mon Feb 9 18:20:56 EST 2009=== ============================ Testing h5repart_gentest Finished testing h5repart_gentest ============================ h5repart_gentest Test Log ============================ PASSED 0.00 real 0.00 user 0.00 sys Finished testing h5repart_gentest ============================ ============================ Testing testh5repart.sh Finished testing testh5repart.sh ============================ testh5repart.sh Test Log ============================ Testing h5repart -m 20000 family_file%05d.h5 /Users/edo/Downloads/hdf5 PASSED Testing h5repart -m 5k family_file%05d.h5 /Users/edo/Downloads/hdf5-1. PASSED Testing h5repart -m 20000 -family_to_sec2 family_file%05d.h5 /Users/ed PASSED Testing repart_test PASSED All h5repart tests passed. 0.07 real 0.02 user 0.05 sys Finished testing testh5repart.sh ============================ ============================ ============================ Testing testh5mkgrp.sh Finished testing testh5mkgrp.sh ============================ testh5mkgrp.sh Test Log ============================ Testing h5mkgrp -h ../testfiles/h5mkgrp_help.h5 PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_help.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_help.h5 Testing h5mkgrp -V ../testfiles/h5mkgrp_version.h5 PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_version.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_version.h5 Testing h5mkgrp ../testfiles/h5mkgrp_single.h5 single PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_single.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_single.h5 Testing h5mkgrp -v ../testfiles/h5mkgrp_single.h5 single PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_single.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_single.h5 Testing h5mkgrp -p ../testfiles/h5mkgrp_single.h5 single PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_single.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_single.h5 Testing h5mkgrp -l ../testfiles/h5mkgrp_single_latest.h5 latest PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_single_latest.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_single_latest.h5 Testing h5mkgrp ../testfiles/h5mkgrp_several.h5 one two PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_several.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_several.h5 Testing h5mkgrp -v ../testfiles/h5mkgrp_several.h5 one two PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_several.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_several.h5 Testing h5mkgrp -p ../testfiles/h5mkgrp_several.h5 one two PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_several.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_several.h5 Testing h5mkgrp -l ../testfiles/h5mkgrp_several_latest.h5 one two PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_several_latest.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_several_latest.h5 Testing h5mkgrp -p ../testfiles/h5mkgrp_nested.h5 /one/two PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_nested.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_nested.h5 Testing h5mkgrp -lp ../testfiles/h5mkgrp_nested_latest.h5 /one/two PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_nested_latest.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_nested_latest.h5 Testing h5mkgrp -p ../testfiles/h5mkgrp_nested_mult.h5 /one/two /three PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_nested_mult.h5 PASSED FILEOUT= ../testfiles/h5mkgrp_nested_mult.h5 Testing h5mkgrp -lp ../testfiles/h5mkgrp_nested_mult_latest.h5 /one/tw PASSED Verifying h5ls file structure ../testfiles/h5mkgrp_nested_mult_latest. PASSED FILEOUT= ../testfiles/h5mkgrp_nested_mult_latest.h5 All h5mkgrp tests passed. 0.53 real 0.16 user 0.41 sys Finished testing testh5mkgrp.sh ============================ ============================ ===Serial tests in misc ended Mon Feb 9 18:20:57 EST 2009=== Making check in h5import make h5importtest make[3]: `h5importtest' is up to date. make check-TESTS ===Serial tests in h5import begin Mon Feb 9 18:20:57 EST 2009=== ============================ Testing h5importtest Finished testing h5importtest ============================ h5importtest Test Log ============================ 0.00 real 0.00 user 0.00 sys Finished testing h5importtest ============================ ============================ Testing h5importtestutil.sh Finished testing h5importtestutil.sh ============================ h5importtestutil.sh Test Log ============================ ============================== H5IMPORT tests started ============================== Testing ASCII I32 rank 3 - Output BE PASSED Testing ASCII I16 rank 3 - Output LE - CHUNKED - extended PASSED Testing ASCII I8 - rank 3 - Output I16 LE-Chunked+Extended+Compressed PASSED Testing ASCII UI32 - rank 3 - Output BE PASSED Testing ASCII UI16 - rank 2 - Output LE+Chunked+Compressed PASSED Testing ASCII F32 - rank 3 - Output LE PASSED Testing ASCII F64 - rank 3 - Output BE + CHUNKED+Extended+Compressed PASSED Testing BINARY F64 - rank 3 - Output LE+CHUNKED+Extended+Compressed PASSED Testing BINARY I16 - rank 3 - Output order LE + CHUNKED + extended PASSED Testing BINARY I8 - rank 3 - Output I16LE + Chunked+Extended+Compresse PASSED Testing BINARY I32 - rank 3 - Output BE + CHUNKED PASSED Testing BINARY UI16 - rank 3 - Output byte BE + CHUNKED PASSED Testing BINARY UI32 - rank 3 - Output LE + CHUNKED PASSED Testing STR PASSED ====================================== H5IMPORT Utilities tests have passed. ====================================== 0.57 real 0.13 user 0.27 sys Finished testing h5importtestutil.sh ============================ ============================ ===Serial tests in h5import ended Mon Feb 9 18:20:58 EST 2009=== Making check in h5repack make h5repacktst h5repack.sh make[3]: `h5repacktst' is up to date. make[3]: `h5repack.sh' is up to date. make check-TESTS ===Serial tests in h5repack begin Mon Feb 9 18:20:58 EST 2009=== ============================ Testing h5repacktst Finished testing h5repacktst ============================ h5repacktst Test Log ============================ Testing h5repack: Testing generating datasets PASSED Testing copy of datasets (fill values) PASSED Testing copy of datasets (all datatypes) PASSED Testing copy of datasets (attributes) PASSED Testing copy of datasets (hardlinks) PASSED Testing copy of allocation early file PASSED Testing adding deflate filter -SKIP- Testing adding deflate filter to all -SKIP- Testing adding szip filter -SKIP- Testing adding szip filter to all -SKIP- Testing addding shuffle filter PASSED Testing addding shuffle filter to all PASSED Testing adding checksum filter PASSED Testing adding checksum filter to all PASSED Testing filter queue fletcher, shuffle, deflate, szip PASSED Testing adding layout chunked PASSED Testing adding layout chunked to all PASSED Testing adding layout contiguous PASSED Testing adding layout contiguous to all PASSED Testing adding layout compact PASSED Testing adding layout compact to all PASSED Testing layout compact to contiguous conversion PASSED Testing layout compact to chunk conversion PASSED Testing layout compact to compact conversion PASSED Testing layout contiguous to compact conversion PASSED Testing layout contiguous to chunk conversion PASSED Testing layout contiguous to contiguous conversion PASSED Testing layout chunked to compact conversion PASSED Testing layout chunked to contiguous conversion PASSED Testing layout chunked to chunk conversion PASSED Testing copy of szip filter -SKIP- Testing removing szip filter -SKIP- Testing copy of deflate filter -SKIP- Testing removing deflate filter -SKIP- Testing copy of shuffle filter PASSED Testing removing shuffle filter PASSED Testing copy of fletcher filter PASSED Testing removing fletcher filter PASSED Testing copy of nbit filter PASSED Testing removing nbit filter PASSED Testing adding nbit filter PASSED Testing copy of scaleoffset filter PASSED Testing removing scaleoffset filter PASSED Testing adding scaleoffset filter PASSED Testing filter conversion from deflate to szip -SKIP- Testing filter conversion from szip to deflate -SKIP- Testing removing all filters -SKIP- Testing big file PASSED Testing external datasets PASSED Testing file with userblock PASSED Testing latest file format options PASSED Testing several global filters -SKIP- All h5repack tests passed. 1.75 real 1.50 user 0.19 sys Finished testing h5repacktst ============================ ============================ Testing h5repack.sh Finished testing h5repack.sh ============================ h5repack.sh Test Log ============================ Testing h5repack h5repack_fill.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_fill.h5 /Users/edo/Dow PASSED Testing h5repack h5repack_objs.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_objs.h5 /Users/edo/Dow PASSED Testing h5repack h5repack_attr.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_attr.h5 /Users/edo/Dow PASSED Testing h5repack h5repack_hlink.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_hlink.h5 /Users/edo/Do PASSED Testing h5repack h5repack_layout.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_early.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_early.h5 /Users/edo/Do PASSED Testing h5repack h5repack_layout.h5 -f dset1:GZIP=1 -l dset1:CHUNK=20x -SKIP- Testing h5repack h5repack_layout.h5 -f GZIP=1 -SKIP- Testing h5repack h5repack_layout.h5 -f dset2:SZIP=8,EC -l dset2:CHUNK= -SKIP- Testing h5repack h5repack_layout.h5 -f SZIP=8,NN -SKIP- Testing h5repack h5repack_layout.h5 -f dset2:SHUF -l dset2:CHUNK=20x10 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -f SHUF PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -f dset2:FLET -l dset2:CHUNK=20x10 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -f FLET PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -f dset2:SHUF -f dset2:FLET -f dse -SKIP- Testing h5repack h5repack_szip.h5 -SKIP- Testing h5repack h5repack_szip.h5 --filter=dset_szip:NONE -SKIP- Testing h5repack h5repack_deflate.h5 -SKIP- Testing h5repack h5repack_deflate.h5 -f dset_deflate:NONE -SKIP- Testing h5repack h5repack_shuffle.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_shuffle.h5 /Users/edo/ PASSED Testing h5repack h5repack_shuffle.h5 -f dset_shuffle:NONE PASSED Verifying h5diff output ./../testfiles/h5repack_shuffle.h5 /Users/edo/ PASSED Testing h5repack h5repack_fletcher.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_fletcher.h5 /Users/edo PASSED Testing h5repack h5repack_fletcher.h5 -f dset_fletcher32:NONE PASSED Verifying h5diff output ./../testfiles/h5repack_fletcher.h5 /Users/edo PASSED Testing h5repack h5repack_nbit.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_nbit.h5 /Users/edo/Dow PASSED Testing h5repack h5repack_nbit.h5 -f dset_nbit:NONE PASSED Verifying h5diff output ./../testfiles/h5repack_nbit.h5 /Users/edo/Dow PASSED Testing h5repack h5repack_nbit.h5 -f dset_int31:NBIT PASSED Verifying h5diff output ./../testfiles/h5repack_nbit.h5 /Users/edo/Dow PASSED Testing h5repack h5repack_soffset.h5 PASSED Verifying h5diff output ./../testfiles/h5repack_soffset.h5 /Users/edo/ PASSED Testing h5repack h5repack_soffset.h5 -f dset_none:SOFF=31,IN PASSED Verifying h5diff output ./../testfiles/h5repack_soffset.h5 /Users/edo/ PASSED Testing h5repack h5repack_soffset.h5 -f dset_scaleoffset:NONE PASSED Verifying h5diff output ./../testfiles/h5repack_soffset.h5 /Users/edo/ PASSED Testing h5repack h5repack_filters.h5 -f NONE -SKIP- Testing h5repack h5repack_deflate.h5 -f dset_deflate:SZIP=8,NN -SKIP- Testing h5repack h5repack_szip.h5 -f dset_szip:GZIP=1 -SKIP- Testing h5repack h5repack_layout.h5 -f GZIP=1 -m 1024 -SKIP- Testing h5repack h5repack_layout.h5 -e ../testfiles/info.h5repack -SKIP- Testing h5repack h5repack_layout.h5 --layout=dset2:CHUNK=20x10 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l CHUNK=20x10 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset2:CONTI PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l CONTI PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset2:COMPA PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l COMPA PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_compact:CONTI PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_compact:CHUNK=2x5 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_compact:COMPA PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_contiguous:COMPA PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_contiguous:CHUNK=3x6 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_contiguous:CONTI PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_chunk:COMPA PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_chunk:CONTI PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_layout.h5 -l dset_chunk:CHUNK=18x13 PASSED Verifying h5diff output ./../testfiles/h5repack_layout.h5 /Users/edo/D PASSED Testing h5repack h5repack_objs.h5 -n PASSED Verifying h5diff output ./../testfiles/h5repack_objs.h5 /Users/edo/Dow PASSED Testing h5repack h5repack_layout.h5 --layout CHUNK=20x10 --filter GZIP -SKIP- Testing h5repack h5repack_layout.h5 -l CHUNK=20x10 -f GZIP=1 -m 10 -n -SKIP- Testing h5repack h5repack_layout.h5 --filter GZIP=1 --filter SHUF -SKIP- Testing h5repack h5repack_layout.h5 -l CHUNK=20x10 -f GZIP=1 -m 10 -n -SKIP- All h5repack tests passed. 1.33 real 0.53 user 1.01 sys Finished testing h5repack.sh ============================ ============================ ===Serial tests in h5repack ended Mon Feb 9 18:21:01 EST 2009=== Making check in h5jam make tellub h5jamgentest getub testh5jam.sh make[3]: `tellub' is up to date. make[3]: `h5jamgentest' is up to date. make[3]: `getub' is up to date. make[3]: `testh5jam.sh' is up to date. make check-TESTS ===Serial tests in h5jam begin Mon Feb 9 18:21:01 EST 2009=== ============================ Testing testh5jam.sh Finished testing testh5jam.sh ============================ testh5jam.sh Test Log ============================ Testing h5jam -u u10.txt -i tall.h5 -o ta2.h5 PASSED Compare ta2.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u511.txt -i tall.h5 -o ta3.h5 PASSED Compare ta3.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u512.txt -i tall.h5 -o ta4.h5 PASSED Compare ta4.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u513.txt -i tall.h5 -o ta5.h5 PASSED Compare ta5.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u10.txt -i ta.h5 PASSED Compare ta.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u511.txt -i ta.h5 PASSED Compare ta.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u512.txt -i ta.h5 PASSED Compare ta.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u513.txt -i ta.h5 PASSED Compare ta.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u10.txt -i twithub.h5 -o tax2.h5 PASSED Compare tax2.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u511.txt -i twithub.h5 -o tax3.h5 PASSED Compare tax3.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u512.txt -i twithub.h5 -o tax4.h5 PASSED Compare tax4.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u513.txt -i twithub.h5 -o tax5.h5 PASSED Compare tax5.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u10.txt -i twithub513.h5 -o tax6.h5 PASSED Compare tax6.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u511.txt -i twithub513.h5 -o tax7.h5 PASSED Compare tax7.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u512.txt -i twithub513.h5 -o tax8.h5 PASSED Compare tax8.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u513.txt -i twithub513.h5 -o tax9.h5 PASSED Compare tax9.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u10.txt -i twithub.h5 -o taz2.h5 --clobber PASSED Compare taz2.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u511.txt -i twithub.h5 -o taz3.h5 --clobber PASSED Compare taz3.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u512.txt -i twithub.h5 -o taz4.h5 --clobber PASSED Compare taz4.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u513.txt -i twithub.h5 -o taz5.h5 --clobber PASSED Compare taz5.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u10.txt -i twithub513.h5 -o taz6.h5 --clobber PASSED Compare taz6.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u511.txt -i twithub513.h5 -o taz7.h5 --clobber PASSED Compare taz7.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u512.txt -i twithub513.h5 -o taz8.h5 --clobber PASSED Compare taz8.h5 to ./../testfiles/tall.h5 PASSED Testing h5jam -u u513.txt -i twithub513.h5 -o taz9.h5 --clobber PASSED Compare taz9.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u10.txt -i tay2.h5 --clobber PASSED Compare tay2.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u511.txt -i tay3.h5 --clobber PASSED Compare tay3.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u512.txt -i tay4.h5 --clobber PASSED Compare tay4.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u513.txt -i tay5.h5 --clobber PASSED Compare tay5.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u10.txt -i tay6.h5 --clobber PASSED Compare tay6.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u511.txt -i tay7.h5 --clobber PASSED Compare tay7.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u512.txt -i tay8.h5 --clobber PASSED Compare tay8.h5 to ./../testfiles/tall.h5 PASSED Testing jam -u u513.txt -i tay9.h5 --clobber PASSED Compare tay9.h5 to ./../testfiles/tall.h5 PASSED Testing h5unjam -i tai1.h5 -u o10.txt -o taa1.h5 PASSED Compare taa1.h5 to ./../testfiles/tall.h5 PASSED Testing h5unjam -i tai2.h5 -u o512.txt -o taa2.h5 PASSED Compare taa2.h5 to ./../testfiles/tall.h5 PASSED Testing h5unjam -i tai3.h5 -o taa3.h5 > uofile PASSED Compare taa3.h5 to ./../testfiles/tall.h5 PASSED Testing h5unjam -i tai4.h5 -o taa4.h5 > uofile PASSED Compare taa4.h5 to ./../testfiles/tall.h5 PASSED Testing h5unjam -i taj2.h5 -o tac2.h5 --delete PASSED Compare tac2.h5 to ./../testfiles/tall.h5 PASSED Testing h5unjam -i taj3.h5 -o tac3.h5 --delete PASSED Compare tac3.h5 to ./../testfiles/tall.h5 PASSED All h5jam tests passed. 3.53 real 1.03 user 2.75 sys Finished testing testh5jam.sh ============================ ============================ ===Serial tests in h5jam ended Mon Feb 9 18:21:05 EST 2009=== Making check in h5copy make h5copygentest ./testh5copy.sh make[3]: `h5copygentest' is up to date. make[3]: Nothing to be done for `testh5copy.sh'. make check-TESTS ===Serial tests in h5copy begin Mon Feb 9 18:21:05 EST 2009=== ============================ Testing h5copygentest Finished testing h5copygentest ============================ h5copygentest Test Log ============================ 0.01 real 0.00 user 0.00 sys Finished testing h5copygentest ============================ ============================ Testing testh5copy.sh Finished testing testh5copy.sh ============================ testh5copy.sh Test Log ============================ Test copying various forms of datasets Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Test copying dataset within group in source file to root of destination Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Test copying & renaming dataset Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Test copying empty, 'full' & 'nested' groups Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Test copying dataset within group in source file to group in destination Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Test copying & renaming group Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Test copying 'full' group hierarchy into group in destination file Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Test copying objects into group hier. that doesn't exist yet in destination file Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Testing h5copy -i ./../testfiles/h5copytst.h5 -o ../testfiles/h5copyts PASSED Verifying h5diff output ./../testfiles/h5copytst.h5 ../testfiles/h5cop PASSED Verifying h5ls file structure ../testfiles/h5copytst.out.h5 PASSED All h5copy tests passed. 0.68 real 0.27 user 0.49 sys Finished testing testh5copy.sh ============================ ============================ ===Serial tests in h5copy ended Mon Feb 9 18:21:06 EST 2009=== Making check in h5stat make h5stat_gentest testh5stat.sh make[3]: `h5stat_gentest' is up to date. make[3]: `testh5stat.sh' is up to date. make check-TESTS ===Serial tests in h5stat begin Mon Feb 9 18:21:06 EST 2009=== ============================ Testing h5stat_gentest Finished testing h5stat_gentest ============================ h5stat_gentest Test Log ============================ 0.94 real 0.72 user 0.06 sys Finished testing h5stat_gentest ============================ ============================ Testing testh5stat.sh Finished testing testh5stat.sh ============================ testh5stat.sh Test Log ============================ Testing h5stat -h PASSED Testing h5stat --help PASSED Testing h5stat h5stat_filters.h5 PASSED Testing h5stat -f h5stat_filters.h5 PASSED Testing h5stat -F h5stat_filters.h5 PASSED Testing h5stat -d h5stat_filters.h5 PASSED Testing h5stat -g h5stat_filters.h5 PASSED Testing h5stat -dT h5stat_filters.h5 PASSED Testing h5stat h5stat_tsohm.h5 PASSED Testing h5stat h5stat_newgrat.h5 PASSED All h5stat tests passed. 2.60 real 0.75 user 0.34 sys Finished testing testh5stat.sh ============================ ============================ ===Serial tests in h5stat ended Mon Feb 9 18:21:09 EST 2009=== make check-TESTS make[5]: Nothing to be done for `_exec_check-s'. Making check in . make[2]: Nothing to be done for `all'. Making check in hl Making check in src make check-TESTS make[5]: Nothing to be done for `_exec_check-s'. Making check in test make test_lite test_image test_table test_ds test_packet make[3]: `test_lite' is up to date. make[3]: `test_image' is up to date. make[3]: `test_table' is up to date. make[3]: `test_ds' is up to date. make[3]: `test_packet' is up to date. make check-TESTS ===Serial tests in test begin Mon Feb 9 18:21:10 EST 2009=== ============================ Testing test_lite Finished testing test_lite ============================ test_lite Test Log ============================ Testing H5LTmake_dataset PASSED Testing H5LTread_dataset PASSED Testing H5LTmake_dataset_char PASSED Testing H5LTmake_dataset_short PASSED Testing H5LTmake_dataset_int PASSED Testing H5LTmake_dataset_long PASSED Testing H5LTmake_dataset_float PASSED Testing H5LTmake_dataset_double PASSED Testing H5LTmake_dataset_string PASSED Testing H5LTset_attribute_string PASSED Testing H5LTget_attribute_string PASSED Testing H5LTset_attribute_char PASSED Testing H5LTget_attribute_char PASSED Testing H5LTset_attribute_short PASSED Testing H5LTget_attribute_short PASSED Testing H5LTset_attribute_int PASSED Testing H5LTget_attribute_int PASSED Testing H5LTset_attribute_long PASSED Testing H5LTget_attribute_long PASSED Testing H5LTset_attribute_uchar PASSED Testing H5LTget_attribute_uchar PASSED Testing H5LTset_attribute_ushort PASSED Testing H5LTget_attribute_ushort PASSED Testing H5LTset_attribute_uint PASSED Testing H5LTget_attribute_uint PASSED Testing H5LTset_attribute_ulong PASSED Testing H5LTget_attribute_ulong PASSED Testing H5LTset_attribute_float PASSED Testing H5LTget_attribute_float PASSED Testing H5LTset_attribute_double PASSED Testing H5LTget_attribute_double PASSED Testing H5LTget_attribute_ndims PASSED Testing H5LTget_attribute_info PASSED Testing H5LTset_attribute_string PASSED Testing H5LTget_attribute_string PASSED Testing H5LTset_attribute_char PASSED Testing H5LTget_attribute_char PASSED Testing H5LTset_attribute_short PASSED Testing H5LTget_attribute_short PASSED Testing H5LTset_attribute_int PASSED Testing H5LTget_attribute_int PASSED Testing H5LTset_attribute_long PASSED Testing H5LTget_attribute_long PASSED Testing H5LTset_attribute_uchar PASSED Testing H5LTget_attribute_uchar PASSED Testing H5LTset_attribute_ushort PASSED Testing H5LTget_attribute_ushort PASSED Testing H5LTset_attribute_uint PASSED Testing H5LTget_attribute_uint PASSED Testing H5LTset_attribute_ulong PASSED Testing H5LTget_attribute_ulong PASSED Testing H5LTset_attribute_float PASSED Testing H5LTget_attribute_float PASSED Testing H5LTset_attribute_double PASSED Testing H5LTget_attribute_double PASSED Testing H5LTget_attribute_ndims PASSED Testing H5LTget_attribute_info PASSED Testing H5LTset_attribute_string PASSED Testing H5LTget_attribute_string PASSED Testing H5LTset_attribute_char PASSED Testing H5LTget_attribute_char PASSED Testing H5LTset_attribute_short PASSED Testing H5LTget_attribute_short PASSED Testing H5LTset_attribute_int PASSED Testing H5LTget_attribute_int PASSED Testing H5LTset_attribute_long PASSED Testing H5LTget_attribute_long PASSED Testing H5LTset_attribute_uchar PASSED Testing H5LTget_attribute_uchar PASSED Testing H5LTset_attribute_ushort PASSED Testing H5LTget_attribute_ushort PASSED Testing H5LTset_attribute_uint PASSED Testing H5LTget_attribute_uint PASSED Testing H5LTset_attribute_ulong PASSED Testing H5LTget_attribute_ulong PASSED Testing H5LTset_attribute_float PASSED Testing H5LTget_attribute_float PASSED Testing H5LTset_attribute_double PASSED Testing H5LTget_attribute_double PASSED Testing H5LTget_attribute_ndims PASSED Testing H5LTget_attribute_info PASSED Testing H5LTtext_to_dtype text for integer types PASSED text for floating-point types PASSED text for string types PASSED text for opaque types PASSED text for enum types PASSED text for variable types PASSED text for array types PASSED text for compound types PASSED text for complicated compound types PASSED 0.03 real 0.00 user 0.00 sys Finished testing test_lite ============================ ============================ Testing test_image Finished testing test_image ============================ test_image Test Log ============================ Testing indexed image PASSED Testing true color image PASSED Testing pallete functions PASSED Testing read ascii image data and generate images Testing make indexed image PASSED Testing attaching palettes PASSED Testing make true color image with pixel interlace PASSED Testing make true color image with plane interlace PASSED Testing read and process data and make indexed images Testing make indexed image from all the data PASSED Testing make indexed image from land data PASSED Testing make indexed image from sea data PASSED Testing attaching palettes PASSED All image tests passed. 0.41 real 0.26 user 0.02 sys Finished testing test_image ============================ ============================ Testing test_table Finished testing test_table ============================ test_table Test Log ============================ Testing table with file creation mode (read/write in native architecture): Testing making table PASSED Testing reading table PASSED Testing writing records PASSED Testing reading records PASSED Testing appending records PASSED Testing inserting records PASSED Testing deleting records PASSED Testing adding records PASSED Testing combining tables PASSED Testing writing fields by name PASSED Testing reading fields by name PASSED Testing writing fields by index PASSED Testing reading fields by index PASSED Testing inserting fields PASSED Testing deleting fields PASSED Testing getting table info PASSED Testing getting field info PASSED Testing table with file open mode (read big-endian data): Testing reading table PASSED Testing reading records PASSED Testing reading fields by name PASSED Testing reading fields by index PASSED Testing getting table info PASSED Testing getting field info PASSED Testing table with file open mode (read little-endian data): Testing reading table PASSED Testing reading records PASSED Testing reading fields by name PASSED Testing reading fields by index PASSED Testing getting table info PASSED Testing getting field info PASSED Testing table with file open mode (read Cray data): Testing reading table PASSED Testing reading records PASSED Testing reading fields by name PASSED Testing reading fields by index PASSED Testing getting table info PASSED Testing getting field info PASSED 0.07 real 0.03 user 0.03 sys Finished testing test_table ============================ ============================ Testing test_ds Finished testing test_ds ============================ test_ds Test Log ============================ Testing API functions Testing attach scales PASSED Testing get number of scales PASSED Testing detach scales PASSED Testing attach only to 1 dimension PASSED Testing set/get label PASSED Testing set scale/get scale name PASSED Testing iterate scales (verify scale) PASSED Testing iterate scales (read scale values) PASSED Testing iterate scales (verify the scale sizes match) PASSED Testing iterate scales (verify the scale sizes do not match) PASSED Testing error conditions Testing attach a dataset to itself PASSED Testing attach a group with a dataset PASSED Testing attach a dataset with a group PASSED Testing set scale for a group PASSED Testing attach a scale that has scales PASSED Testing attach to a dataset that is a scale PASSED Testing attach to a dataset that is a reserved class dataset PASSED Testing is scale PASSED Testing detach scale from dataset it is not attached to PASSED Testing detach scale from group PASSED Testing detach scale when scale is group PASSED Testing ranks Testing attach PASSED Testing detach PASSED Testing attach, set, get names, labels PASSED Testing attach a scalar scale PASSED Testing iterators Testing iterate when the dataset has no scales PASSED Testing iterate on dimension that is outside the rank PASSED Testing iterate for dimension with many scales PASSED Testing iterate on group PASSED Testing iterate in deleted scales PASSED Testing scales with several datatypes Testing floating point and short scales PASSED Testing string scales PASSED Testing reading ASCII data and generate HDF5 data with scales Testing generating scales PASSED All dimension scales tests passed. 0.13 real 0.11 user 0.00 sys Finished testing test_ds ============================ ============================ Testing test_packet Finished testing test_packet ============================ test_packet Test Log ============================ Testing packet table Testing H5PTcreate_fl and H5PTclose PASSED Testing H5PTopen PASSED Testing H5PTappend PASSED Testing H5PTread_packets PASSED Testing H5PTget_next PASSED Testing large packet table PASSED Testing opaque data PASSED Testing packet table compression PASSED Testing error conditions PASSED 0.06 real 0.05 user 0.00 sys Finished testing test_packet ============================ ===Serial tests in test ended Mon Feb 9 18:21:10 EST 2009=== Making check in tools Making check in gif2h5 make ./h52giftest.sh make[4]: Nothing to be done for `h52giftest.sh'. make check-TESTS ===Serial tests in gif2h5 begin Mon Feb 9 18:21:11 EST 2009=== ============================ Testing h52giftest.sh Finished testing h52giftest.sh ============================ h52giftest.sh Test Log ============================ Testing ./h52gif h52giftst.h5 image1.gif -i image PASSED Testing ./gif2h5 image1.gif image1.h5 PASSED 0.05 real 0.01 user 0.01 sys Finished testing h52giftest.sh ============================ ============================ ===Serial tests in gif2h5 ended Mon Feb 9 18:21:11 EST 2009=== make check-TESTS make[6]: Nothing to be done for `_exec_check-s'. make check-TESTS make[3]: Nothing to be done for `check-TESTS'. Making check in perform make iopipe chunk overhead zip_perf perf_meta h5perf_serial make[2]: `iopipe' is up to date. make[2]: `chunk' is up to date. make[2]: `overhead' is up to date. make[2]: `zip_perf' is up to date. make[2]: `perf_meta' is up to date. make[2]: `h5perf_serial' is up to date. make check-TESTS ===Serial tests in perform begin Mon Feb 9 18:21:11 EST 2009=== ============================ Testing iopipe Finished testing iopipe ============================ iopipe Test Log ============================ fill raw ============================================= fill hdf5 ============================================= out raw ============================================= out hdf5 ============================================= in raw ============================================= in hdf5 ============================================= in hdf5 partial ============================================= I/O request size is 1000000.0MB Before getrusage() call fill raw 0.00user 0.00system 0.00elapsed 10664.77MB/s fill hdf5 0.01user 0.00system 0.01elapsed 6076.98MB/s out raw 0.00user 0.01system 0.01elapsed 3445.31MB/s out hdf5 0.00user 0.01system 0.01elapsed 3489.12MB/s in raw 0.00user 0.01system 0.01elapsed 3311.87MB/s in hdf5 0.00user 0.01system 0.01elapsed 3378.89MB/s in hdf5 partial 0.01user 0.02system 0.03elapsed 1310.69MB/s 1.77 real 0.03 user 1.05 sys Finished testing iopipe ============================ ============================ Testing chunk Finished testing chunk ============================ chunk Test Log ============================ Test CacheSz ChunkSz Effic --------- -------- -------- -------- Rowmaj-rd 25 0.50 0.50 Rowmaj-rd 25 1.00 1.00 Rowmaj-rd 25 1.50 0.55 Rowmaj-rd 25 2.00 1.00 Rowmaj-rd 25 2.50 0.69 Rowmaj-rd 25 3.00 1.00 Rowmaj-rd 25 3.50 0.76 Rowmaj-rd 25 4.00 1.00 Rowmaj-rd 25 4.50 0.83 Rowmaj-rd 25 5.00 1.00 Rowmaj-wr 25 0.50 0.25 Rowmaj-wr 25 1.00 1.00 Rowmaj-wr 25 1.50 0.31 Rowmaj-wr 25 2.00 1.00 Rowmaj-wr 25 2.50 0.45 Rowmaj-wr 25 3.00 1.00 Rowmaj-wr 25 3.50 0.52 Rowmaj-wr 25 4.00 1.00 Rowmaj-wr 25 4.50 0.62 Rowmaj-wr 25 5.00 1.00 Diag-rd 25 0.50 0.26 Diag-rd 25 1.00 0.51 Diag-rd 25 1.50 0.36 Diag-rd 25 2.00 1.00 Diag-rd 25 2.50 0.45 Diag-rd 25 3.00 0.55 Diag-rd 25 3.50 0.50 Diag-rd 25 4.00 0.76 Diag-rd 25 4.50 0.59 Diag-rd 25 5.00 0.63 Diag-wr 25 0.50 0.13 Diag-wr 25 1.00 0.26 Diag-wr 25 1.50 0.19 Diag-wr 25 2.00 1.00 Diag-wr 25 2.50 0.27 Diag-wr 25 3.00 0.38 Diag-wr 25 3.50 0.32 Diag-wr 25 4.00 0.76 Diag-wr 25 4.50 0.40 Diag-wr 25 5.00 0.49 0.69 real 0.21 user 0.17 sys Finished testing chunk ============================ ============================ Testing overhead Finished testing overhead ============================ overhead Test Log ============================ Style Bytes/Chunk ----- ----------- forward 41.320 reverse 43.416 inward 70.664 outward 41.320 random 51.800 0.06 real 0.03 user 0.02 sys Finished testing overhead ============================ ============================ Testing zip_perf Finished testing zip_perf ============================ zip_perf Test Log ============================ No compression IO performance because zlib was not configured 0.00 real 0.00 user 0.00 sys Finished testing zip_perf ============================ ============================ Testing perf_meta Finished testing perf_meta ============================ perf_meta Test Log ============================ Performance result of metadata for datasets and attributes 1. Create 8 attributes for each of 16 existing datasets H5Dopen2: avg=0.000015s; max=0.000036s; min=0.000012s H5Dclose: avg=0.000005s; max=0.000008s; min=0.000004s H5A(create & close): avg=0.000012s; max=0.000064s; min=0.000006s 2. Create 8 attributes for each of 16 new datasets H5Dcreate2: avg=0.000018s; max=0.000026s; min=0.000016s H5Dclose: avg=0.000001s; max=0.000001s; min=0.000000s H5A(create & close): avg=0.000007s; max=0.000018s; min=0.000005s 3. Create 2 attributes for each of 16 existing datasets for 4 times H5Dopen2: avg=0.000012s; max=0.000019s; min=0.000011s H5Dclose: avg=0.000004s; max=0.000008s; min=0.000003s H5A(create & close): avg=0.000009s; max=0.000023s; min=0.000006s All metadata performance tests passed. 0.01 real 0.00 user 0.00 sys Finished testing perf_meta ============================ ============================ Testing h5perf_serial Finished testing h5perf_serial ============================ h5perf_serial Test Log ============================ HDF5 Library: Version 1.8.1 ==== Parameters ==== IO API=posix hdf5 Number of iterations=1 Dataset size=100 200 Transfer buffer size=10 20 Dimension access order=1 2 HDF5 data storage method=Contiguous HDF5 file driver=sec2 ==== End of Parameters ==== Transfer Buffer Size (bytes): 200 File Size(MB): 0.02 IO API = POSIX Write (1 iteration(s)): Maximum Throughput: 6.08 MB/s Average Throughput: 6.08 MB/s Minimum Throughput: 6.08 MB/s Write Open-Close (1 iteration(s)): Maximum Throughput: 5.31 MB/s Average Throughput: 5.31 MB/s Minimum Throughput: 5.31 MB/s Read (1 iteration(s)): Maximum Throughput: 6.81 MB/s Average Throughput: 6.81 MB/s Minimum Throughput: 6.81 MB/s Read Open-Close (1 iteration(s)): Maximum Throughput: 6.75 MB/s Average Throughput: 6.75 MB/s Minimum Throughput: 6.75 MB/s IO API = HDF5 Write (1 iteration(s)): Maximum Throughput: 27.68 MB/s Average Throughput: 27.68 MB/s Minimum Throughput: 27.68 MB/s Write Open-Close (1 iteration(s)): Maximum Throughput: 5.00 MB/s Average Throughput: 5.00 MB/s Minimum Throughput: 5.00 MB/s Read (1 iteration(s)): Maximum Throughput: 51.68 MB/s Average Throughput: 51.68 MB/s Minimum Throughput: 51.68 MB/s Read Open-Close (1 iteration(s)): Maximum Throughput: 17.22 MB/s Average Throughput: 17.22 MB/s Minimum Throughput: 17.22 MB/s 0.01 real 0.00 user 0.00 sys Finished testing h5perf_serial ============================ ===Serial tests in perform ended Mon Feb 9 18:21:13 EST 2009=== dhcp-235:hdf5-1.8.1 edo$ sudo make install Password: Sorry, try again. Password: Making install in src test -z "/usr/local/lib" || ../bin/install-sh -c -d "/usr/local/lib" /bin/sh ../libtool --mode=install /usr/bin/install -c 'libhdf5.la' '/usr/local/lib/libhdf5.la' libtool: install: /usr/bin/install -c .libs/libhdf5.lai /usr/local/lib/libhdf5.la libtool: install: /usr/bin/install -c .libs/libhdf5.a /usr/local/lib/libhdf5.a libtool: install: chmod 644 /usr/local/lib/libhdf5.a libtool: install: ranlib /usr/local/lib/libhdf5.a ranlib: file: /usr/local/lib/libhdf5.a(H5CS.o) has no symbols ranlib: file: /usr/local/lib/libhdf5.a(H5Dmpio.o) has no symbols ranlib: file: /usr/local/lib/libhdf5.a(H5FDdirect.o) has no symbols ranlib: file: /usr/local/lib/libhdf5.a(H5FDmpio.o) has no symbols ranlib: file: /usr/local/lib/libhdf5.a(H5FDmpiposix.o) has no symbols ranlib: file: /usr/local/lib/libhdf5.a(H5Obogus.o) has no symbols ranlib: file: /usr/local/lib/libhdf5.a(H5Smpio.o) has no symbols ranlib: file: /usr/local/lib/libhdf5.a(H5TS.o) has no symbols ranlib: file: /usr/local/lib/libhdf5.a(H5Zdeflate.o) has no symbols ranlib: file: /usr/local/lib/libhdf5.a(H5Zszip.o) has no symbols ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable during execution See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/usr/local/include" || ../bin/install-sh -c -d "/usr/local/include" /usr/bin/install -c -m 644 'hdf5.h' '/usr/local/include/hdf5.h' /usr/bin/install -c -m 644 'H5api_adpt.h' '/usr/local/include/H5api_adpt.h' /usr/bin/install -c -m 644 'H5pubconf.h' '/usr/local/include/H5pubconf.h' /usr/bin/install -c -m 644 'H5public.h' '/usr/local/include/H5public.h' /usr/bin/install -c -m 644 'H5version.h' '/usr/local/include/H5version.h' /usr/bin/install -c -m 644 'H5Apublic.h' '/usr/local/include/H5Apublic.h' /usr/bin/install -c -m 644 'H5ACpublic.h' '/usr/local/include/H5ACpublic.h' /usr/bin/install -c -m 644 'H5Cpublic.h' '/usr/local/include/H5Cpublic.h' /usr/bin/install -c -m 644 'H5Dpublic.h' '/usr/local/include/H5Dpublic.h' /usr/bin/install -c -m 644 'H5Epubgen.h' '/usr/local/include/H5Epubgen.h' /usr/bin/install -c -m 644 'H5Epublic.h' '/usr/local/include/H5Epublic.h' /usr/bin/install -c -m 644 'H5Fpublic.h' '/usr/local/include/H5Fpublic.h' /usr/bin/install -c -m 644 'H5FDpublic.h' '/usr/local/include/H5FDpublic.h' /usr/bin/install -c -m 644 'H5FDcore.h' '/usr/local/include/H5FDcore.h' /usr/bin/install -c -m 644 'H5FDdirect.h' '/usr/local/include/H5FDdirect.h' /usr/bin/install -c -m 644 'H5FDfamily.h' '/usr/local/include/H5FDfamily.h' /usr/bin/install -c -m 644 'H5FDlog.h' '/usr/local/include/H5FDlog.h' /usr/bin/install -c -m 644 'H5FDmpi.h' '/usr/local/include/H5FDmpi.h' /usr/bin/install -c -m 644 'H5FDmpio.h' '/usr/local/include/H5FDmpio.h' /usr/bin/install -c -m 644 'H5FDmpiposix.h' '/usr/local/include/H5FDmpiposix.h' /usr/bin/install -c -m 644 'H5FDmulti.h' '/usr/local/include/H5FDmulti.h' /usr/bin/install -c -m 644 'H5FDsec2.h' '/usr/local/include/H5FDsec2.h' /usr/bin/install -c -m 644 'H5FDstdio.h' '/usr/local/include/H5FDstdio.h' /usr/bin/install -c -m 644 'H5Gpublic.h' '/usr/local/include/H5Gpublic.h' /usr/bin/install -c -m 644 'H5Ipublic.h' '/usr/local/include/H5Ipublic.h' /usr/bin/install -c -m 644 'H5Lpublic.h' '/usr/local/include/H5Lpublic.h' /usr/bin/install -c -m 644 'H5MMpublic.h' '/usr/local/include/H5MMpublic.h' /usr/bin/install -c -m 644 'H5Opublic.h' '/usr/local/include/H5Opublic.h' /usr/bin/install -c -m 644 'H5Ppublic.h' '/usr/local/include/H5Ppublic.h' /usr/bin/install -c -m 644 'H5Rpublic.h' '/usr/local/include/H5Rpublic.h' /usr/bin/install -c -m 644 'H5Spublic.h' '/usr/local/include/H5Spublic.h' /usr/bin/install -c -m 644 'H5Tpublic.h' '/usr/local/include/H5Tpublic.h' /usr/bin/install -c -m 644 'H5Zpublic.h' '/usr/local/include/H5Zpublic.h' test -z "/usr/local/lib" || ../bin/install-sh -c -d "/usr/local/lib" /usr/bin/install -c -m 644 'libhdf5.settings' '/usr/local/lib/libhdf5.settings' Making install in test make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. Making install in tools Making install in lib make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. Making install in h5dump test -z "/usr/local/bin" || ../../bin/install-sh -c -d "/usr/local/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5dump' '/usr/local/bin/h5dump' libtool: install: /usr/bin/install -c h5dump /usr/local/bin/h5dump make[3]: Nothing to be done for `install-data-am'. Making install in h5diff test -z "/usr/local/bin" || ../../bin/install-sh -c -d "/usr/local/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5diff' '/usr/local/bin/h5diff' libtool: install: /usr/bin/install -c h5diff /usr/local/bin/h5diff make[3]: Nothing to be done for `install-data-am'. Making install in h5ls test -z "/usr/local/bin" || ../../bin/install-sh -c -d "/usr/local/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5ls' '/usr/local/bin/h5ls' libtool: install: /usr/bin/install -c h5ls /usr/local/bin/h5ls make[3]: Nothing to be done for `install-data-am'. Making install in misc test -z "/usr/local/bin" || ../../bin/install-sh -c -d "/usr/local/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5debug' '/usr/local/bin/h5debug' libtool: install: /usr/bin/install -c h5debug /usr/local/bin/h5debug /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5repart' '/usr/local/bin/h5repart' libtool: install: /usr/bin/install -c h5repart /usr/local/bin/h5repart /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5mkgrp' '/usr/local/bin/h5mkgrp' libtool: install: /usr/bin/install -c h5mkgrp /usr/local/bin/h5mkgrp test -z "/usr/local/bin" || ../../bin/install-sh -c -d "/usr/local/bin" /usr/bin/install -c 'h5redeploy' '/usr/local/bin/h5redeploy' make[3]: Nothing to be done for `install-data-am'. Making install in h5import test -z "/usr/local/bin" || ../../bin/install-sh -c -d "/usr/local/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5import' '/usr/local/bin/h5import' libtool: install: /usr/bin/install -c h5import /usr/local/bin/h5import make[3]: Nothing to be done for `install-data-am'. Making install in h5repack test -z "/usr/local/bin" || ../../bin/install-sh -c -d "/usr/local/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5repack' '/usr/local/bin/h5repack' libtool: install: /usr/bin/install -c h5repack /usr/local/bin/h5repack make[3]: Nothing to be done for `install-data-am'. Making install in h5jam test -z "/usr/local/bin" || ../../bin/install-sh -c -d "/usr/local/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5jam' '/usr/local/bin/h5jam' libtool: install: /usr/bin/install -c h5jam /usr/local/bin/h5jam /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5unjam' '/usr/local/bin/h5unjam' libtool: install: /usr/bin/install -c h5unjam /usr/local/bin/h5unjam make[3]: Nothing to be done for `install-data-am'. Making install in h5copy test -z "/usr/local/bin" || ../../bin/install-sh -c -d "/usr/local/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5copy' '/usr/local/bin/h5copy' libtool: install: /usr/bin/install -c h5copy /usr/local/bin/h5copy make[3]: Nothing to be done for `install-data-am'. Making install in h5stat test -z "/usr/local/bin" || ../../bin/install-sh -c -d "/usr/local/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5stat' '/usr/local/bin/h5stat' libtool: install: /usr/bin/install -c h5stat /usr/local/bin/h5stat test -z "/usr/local/bin" || ../../bin/install-sh -c -d "/usr/local/bin" make[3]: Nothing to be done for `install-data-am'. make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. Making install in . make[2]: Nothing to be done for `all'. test -z "/usr/local/bin" || ../bin/install-sh -c -d "/usr/local/bin" /bin/sh ../libtool --mode=install /usr/bin/install -c 'h5perf' '/usr/local/bin/h5perf' libtool: install: /usr/bin/install -c h5perf /usr/local/bin/h5perf /bin/sh ../libtool --mode=install /usr/bin/install -c 'h5perf_serial' '/usr/local/bin/h5perf_serial' libtool: install: /usr/bin/install -c h5perf_serial /usr/local/bin/h5perf_serial make[4]: Nothing to be done for `install-data-am'. make[2]: Nothing to be done for `install-data-am'. Making install in hl Making install in src test -z "/usr/local/lib" || ../../bin/install-sh -c -d "/usr/local/lib" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'libhdf5_hl.la' '/usr/local/lib/libhdf5_hl.la' libtool: install: /usr/bin/install -c .libs/libhdf5_hl.lai /usr/local/lib/libhdf5_hl.la libtool: install: /usr/bin/install -c .libs/libhdf5_hl.a /usr/local/lib/libhdf5_hl.a libtool: install: chmod 644 /usr/local/lib/libhdf5_hl.a libtool: install: ranlib /usr/local/lib/libhdf5_hl.a ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable during execution See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/usr/local/include" || ../../bin/install-sh -c -d "/usr/local/include" /usr/bin/install -c -m 644 'hdf5_hl.h' '/usr/local/include/hdf5_hl.h' /usr/bin/install -c -m 644 'H5IMpublic.h' '/usr/local/include/H5IMpublic.h' /usr/bin/install -c -m 644 'H5LTpublic.h' '/usr/local/include/H5LTpublic.h' /usr/bin/install -c -m 644 'H5TBpublic.h' '/usr/local/include/H5TBpublic.h' /usr/bin/install -c -m 644 'H5DSpublic.h' '/usr/local/include/H5DSpublic.h' /usr/bin/install -c -m 644 'H5PTpublic.h' '/usr/local/include/H5PTpublic.h' Making install in test make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. Making install in tools Making install in gif2h5 test -z "/usr/local/bin" || ../../../bin/install-sh -c -d "/usr/local/bin" /bin/sh ../../../libtool --mode=install /usr/bin/install -c 'gif2h5' '/usr/local/bin/gif2h5' libtool: install: /usr/bin/install -c gif2h5 /usr/local/bin/gif2h5 /bin/sh ../../../libtool --mode=install /usr/bin/install -c 'h52gif' '/usr/local/bin/h52gif' libtool: install: /usr/bin/install -c h52gif /usr/local/bin/h52gif make[4]: Nothing to be done for `install-data-am'. make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. Making install in perform test -z "/usr/local/bin" || ../bin/install-sh -c -d "/usr/local/bin" /bin/sh ../libtool --mode=install /usr/bin/install -c 'h5perf' '/usr/local/bin/h5perf' libtool: install: /usr/bin/install -c h5perf /usr/local/bin/h5perf /bin/sh ../libtool --mode=install /usr/bin/install -c 'h5perf_serial' '/usr/local/bin/h5perf_serial' libtool: install: /usr/bin/install -c h5perf_serial /usr/local/bin/h5perf_serial make[2]: Nothing to be done for `install-data-am'. dhcp-235:hdf5-1.8.1 edo$