Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Delivered-To: mailing list cygwin@cygwin.com To: cygwin@cygwin.com From: "Tony Richardson" Subject: Re: f77 compiler Date: Fri, 7 Jan 2005 14:56:34 -0600 Lines: 15 Message-ID: References: X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 192.195.225.6 X-Newsreader: Microsoft Outlook Express 6.00.2900.2527 X-RFC2646: Format=Flowed; Original X-IsSubscribed: yes 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/