------- Comment #2 from burnus at gcc dot gnu dot org 2008-11-24 16:20 -------
The error message looks as if you are mixing a gfortran 4.3 compiled .mod file
with a gfortran 4.4 compiler (or vice versa). While the gfortran 4.3 compiled
*.o/*.so/*.a files are supposed to be compatible with 4.4's libgfortran.so, for
.mod files this is not the case. (.mod files are not like *.h files compiler
independent, but simply a "binary" dump of the interfaces of a single module.)
I think a solution would be to create a version number for the .mod data and
add a checking.
--
burnus at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |burnus at gcc dot gnu dot
| |org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38248