This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: Fwd: Guru advice regarding Gfortran numeric libraries like AFNL or IMSL
- From: Salvatore Filippone <filippone dot salvatore at gmail dot com>
- To: fortran at gcc dot gnu dot org
- Date: Fri, 1 Jun 2012 10:14:40 +0200
- Subject: 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