Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Authentication-Warning: phyast.nhn.ou.edu: henry owned process doing -bs Date: Fri, 7 Jan 2005 11:16:09 -0600 (CST) From: Dick Henry To: cygwin AT cygwin DOT com Subject: f77 compiler Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Status: Clean Hi- I recently installed cygwin and have been testing various facets of it, namely the tasks that I usually perform on my sun workstation. All seems to work fine except I am having trouble with the fortran compiler. In short, a program that works fine on my workstation gives different output on 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 -ffixed--- qualifier. I have no idea what's going on. From a compiling standpoint, are there other qualifiers that I should be using? FYI, on my workstation I compile using: f77 -e open.f -o open Thanks very much. Dick Henry U. of Oklahoma ************************************** Richard C. Henry Department of Physics & Astronomy University of Oklahoma Norman, OK 73019 USA phone: 405-325-3961 x36221 fax: 405-325-7557 email: henry AT mail DOT nhn DOT ou DOT edu ************************************** -- 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/