Hi, I too have had the same problem with both HDF5 1.8.5 and 1.8.8 with the Cray compiler.
The "-std=c99" flag gets added because the HDF5 configure script incorrectly identifies the Cray compiler has the Intel compiler and consequently it automatically sets a load of compiler flags that are intended for the Intel compilers. To workarround this edit config/linux-gnulibcl and comment out the two lines that source files named "intel-flags" and "intel-fflags". It would be handy if future versions of HDF5 could detect the Cray compiler correctly. Hope this helps, Neil. -- View this message in context: http://hdf-forum.184993.n3.nabble.com/building-hdf5-1-8-10-patch1-H5-CFLAGS-variable-problems-for-Cray-compiler-tp4026036p4026136.html Sent from the hdf-forum mailing list archive at Nabble.com. _______________________________________________ Hdf-forum is for HDF software users discussion. [email protected] http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org
