> 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