ancient include statements

Jack Howarth howarth@bromo.msbb.uc.edu
Wed Aug 17 17:41:00 GMT 2005


Tobi,
   Sorry about the confusion. The code from whatcheck is pretty
much a crude dump out of the WhatIf sourcecode tree. The only 
way to build it is...

tar -jxvf what_check_linux.tar.bz2
mkdir whatif
ln -s ../whatcheck whatif/src
cd what_check
rm *.o
(edit Makefile_whatcheck to have...

F77=gfortran -x f77
LD=gfortran

and do 'make -f Makefile_whatcheck').

Unfortunately I only have the Fedora Core 4 gfortran available
at the moment. That compiler coughs on the following...

 In file NQAINC.INC:132

     Included at ../whatif/src/newqua.f:25

      BYTE          NQACB(NQASZ3,NQANC)                                 
     1
Error: Unclassifiable statement at (1)

Is this problem fixed in the current 4.0 or main gcc branch?
               Jack



More information about the Fortran mailing list