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: help with compiling fortran programs


Hi,

I have no idea why g77 accepts 'call rotate array', but cannot find the subroutine
'rotatearray'. Note that these calls are rejected in the free-form format as spaces
are significant. For the fixed-form format your code as several problems:
(1) it uses TABs,
(2) as a consequence it contains several lines extending past 72 characters.

Fixing that allowed me to compile your code with gfortran.

Cheers

Dominique


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