> i think my problem is in installing hdf5. I run the command ./configure > --prefix=$HOME/hdf/hdf5-1.8.9 --with-zlib=$HOME like is recommended, but it > seems to return a lot of errors when I run make. Things like > th5s.c:1692:17: warning: implicit conversion from âfloatâ to âdoubleâ > when passing argument to function [-Wdouble-promotion] > TestErrPrintf("%u: chunk_data_dbl[%d][%d]=%e, chunk_data_flt[%d][%d]=%e\n", > (unsigned)__LINE__, i, j, chunk_data_dbl[i][j], i, j, chunk_data_flt[i][j]); > ^ > In file included from th5s.c:25:0: > th5s.c: At top level: > H5srcdir.h:38:20: warning: âH5_get_srcdir_filenameâ defined but not used > [-Wunused-function] > static const char *H5_get_srcdir_filename(const char *filename) If you are just seeing warnings but not any actual errors that halt compiling and building HDF5, then you can ignore the warnings. We get lots of warnings when building HDF5. If "make" runs successfully, you can run "make check" to test the built HDF5 library, before running "make install" to install it. --Russ > I'm relatively new to linux so I'm really not sure if this is an issue or not. > > Cheers, > > Cooper McCann > Physics Grad Student > Repasky Group > Montana State University > > > ---- Original Message ---- > From: "Unidata netCDF Support" <address@hidden> > Sent: 8/29/2014 3:36:49 PM > To: address@hidden > Cc: address@hidden > Subject: [netCDF #HSI-795290]: Test Results > > Hi Cooper, > > > This message was originally HTML formatted. View in a HTML capable client > > to see the original version.\r\n\r\nFailed the tst_h_vars test. Not sure > > why... > > OI suspect either HDF5 or netCDF was built without access to zlib. > > You can check the directory where the HDF5 library was installed for a > libhdf5.settings file that should contain a line such as > > I/O filters (external): deflate(zlib) > > if it was built with zlib. Near the end of the config.log file in the netCDF > build directory, you should see the line > > #define USE_ZLIB 1 > > Otherwise, rebuild HDF5 or netCDF-C 4.3.2 (or both) to make sure > zlib is available to both libraries. > > --Russ > > > Cheers, > > > > Cooper McCann > > Physics Grad Student > > Repasky Group > > Montana State University > Russ Rew UCAR Unidata Program > address@hidden http://www.unidata.ucar.edu > > > > Ticket Details > =================== > Ticket ID: HSI-795290 > Department: Support netCDF > Priority: Normal > Status: Closed > > Russ Rew UCAR Unidata Program address@hidden http://www.unidata.ucar.edu Ticket Details =================== Ticket ID: HSI-795290 Department: Support netCDF Priority: Normal Status: Closed
NOTE: All email exchanges with Unidata User Support are recorded in the Unidata inquiry tracking system and then made publicly available through the web. If you do not want to have your interactions made available in this way, you must let us know in each email you send to us.