Re: f77 compiler

2005-01-07 Thread Tony Richardson
Dick Henry wrote: > In short, a program that works fine on my workstation gives different > output on my laptop using the f77 compiler from cygwin. Are you creating binary files? Just a wild guess (based on recently porting a Sun Fortran to cygwin), but then I'd assume you are runni

RE: f77 compiler

2005-01-07 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Dick Henry > Sent: 07 January 2005 17:16 > In short, a program that works fine on my workstation gives different > output on my laptop using the f77 compiler from cygwin. > I have no idea what's going on.

f77 compiler

2005-01-07 Thread Dick Henry
my laptop using the f77 compiler from cygwin. The compiling command I am using on my laptop is: f77 -ffixed-line-length-none open.f -o open This compiles the program open.f and generates open.exe. I receive no error messages. Numerous lines in the program are longer than 80 spaces, hence the