This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: OPEN statement assumption
- From: Bud Davis <bdavis9659 at comcast dot net>
- To: gcc-help at gcc dot gnu dot org
- Cc: dfeller at owt dot com
- Date: Fri, 28 Jan 2005 06:31:26 -0600
- Subject: Re: OPEN statement assumption
> what units are assumed for variable NREC? Some Fortrans assume bytes,
> some
> assume 4-byte words, etc.
>
>
bytes.
> I'm a new user of the g77 compiler and I came across the following
> question in porting a legacy code.
>
g77 is very, very good at running legacy code....but this comes at the
price of having dozens of compile time options. do yourself a favor and
read the "collected wisdom" part of the g77 info page. most of the problems
encountered are solved in that section.
regards,
bud davis