delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
X-Authentication-Warning: | hp2.xraylith.wisc.edu: khan owned process doing -bs |
Date: | Fri, 19 Jan 2001 14:48:24 -0600 (CST) |
From: | Mumit Khan <khan AT NanoTech DOT Wisc DOT EDU> |
To: | "Robinow, David" <drobinow AT dayton DOT adroit DOT com> |
cc: | cygwin AT cygwin DOT com |
Subject: | RE: Where could I find f2c? |
In-Reply-To: | <80575AFA5F0DD31197CE00805F650D7602CE68@wilber.adroit.com> |
Message-ID: | <Pine.HPP.3.96.1010119144454.20904D-100000@hp2.xraylith.wisc.edu> |
MIME-Version: | 1.0 |
On Fri, 19 Jan 2001, Robinow, David wrote: > > in order to translate some fortran files into C. > Don't do this. Use g77. Actually, there are certainly very valid reason for using f2c, and is essential in at least one particular one -- automatic single to double precision promotion via -r8 flag (g77 is one of the very few compilers that do not support it, and lots of legacy code depend on this being available). There are ways to do this via various regexp tricks, but just not worth the risk. Regards, Mumit -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |