This is the mail archive of the cygwin mailing list for the Cygwin 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: f77 compiler


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 running into big endian/little endian issues.  Usually not a
problem as long as you can recompile the program that uses the binary
output under cygwin too.  If thats not an option you'll need to do
some data swabbing.

Tony Richardson




--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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