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: G77 help


Vardhan, Sundara (GE Infra, Energy) wrote:

> 
> I am using g77 on linux and have issues where the column 1 D is not
> recognized as a normal line and is taken as a comment by default. Is
> there any way around this problem?
> 

You might use the pre-processor to change that first column D to blank,
but you also might consider a more mainstream way of defining conditional
compilation.  Likewise, g77 has slipped out of the mainstream after
several years of non-maintenance.  Current linux distros include gfortran,
although it's still worth while to update to a current version of
gfortran.   gfortran has made a major effort to support everything from g77.


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