This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
g77 options via Linux compatible with Windows based Compaq Visual Fortran(90) compiler
- From: "Bowyer, Clifton C" <clifton dot c dot bowyer at boeing dot com>
- To: <fortran at gcc dot gnu dot org>
- Date: Wed, 29 Jun 2005 10:42:01 -0700
- Subject: g77 options via Linux compatible with Windows based Compaq Visual Fortran(90) compiler
Fellow g77 Users,
In Windows, via VMWare from Linux, I have a Fortran90 program that I
have been able to compile, link, execute and build a .dll file using the
Compaq Visual Fortran Development Environment.
In Linux, I am attempting to compile this same program using the
following g77 command and options:
g77 -ff90 -ffree-form -fcase-preserve apm_mod.for
This g77 command fails to recognize the Fortran90 module, real, integer
and logical statements.
Has anyone tried compiling Compaq Visual Fortran90 programs (or
something similar) using the g77 command?
Or would gfortran be a better way to go? What version of gcc is this
available in?
I am currently using gcc version 3.2.3.
Any help would be appreciated.
Thanks,
Clifton Bowyer