Hi, I'm building a software called PFLOTRAN , it's irrelevant right now what it does, but I get the error during 'make' : "Fatal Error: Cannot read module file 'hdf5.mod' opened at (1), because it was created by a different version of GNU Fortran" .
I'm working with Linux CentOS 6.4 , with gcc/gfortran 4.8.1 , and has obtained the latest hdf5 source. my config command is : ./configure --prefix=/usr/local/hdf --enable-parallel --enable-fortran --enable-fortran2003 I've built hdf5 using the same gcc/gfortran as I've built my program (PFLOTRAN), so I don't understand where the error stems from. I know hdf5 doesn't officially support gcc 4.8.1 yet , but I thought it would work, since this is the compiler I already had , and it's a pain to build an older version of gcc on CentOS. When building hdf5 , I've noticed some errors in the "make check" step, so I've attached a .log file , I don't know if it's related but it might be another problem. Any suggestions?? Thank you very much Chen
makecheck2.log
Description: Binary data
_______________________________________________ Hdf-forum is for HDF software users discussion. [email protected] http://lists.hdfgroup.org/mailman/listinfo/hdf-forum_lists.hdfgroup.org
