This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fwd: Guru advice regarding Gfortran numeric libraries like AFNL or IMSL


The error below simply means that you have some leftover .mod files
from a previous attempt with a different version of gfortran.
Make sure to start from scratch.

HTH

Salvatore Filippone

Frank Hauptle wrote:
and tried to compile afnl again and got:


[root@galleon ylan]# cd afnl
[root@galleon afnl]# make
gfortran -c numtypes.o constants.o ./src/error.f90 -o error.o
gfortran: warning: numtypes.o: linker input file unused because linking not done
gfortran: warning: constants.o: linker input file unused because
linking not done
gfortran -c numtypes.o error.o constants.o ./src/linear.f90 -o linear.o
./src/linear.f90:30.6:

USE NumTypes
1
Fatal Error: Wrong module version '0' (expected '9') for file
'numtypes.mod' opened at (1)
make: *** [linear.o] Error 1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]