From owner-freebsd-stable Sun Mar 26 20:24:57 2000 Delivered-To: freebsd-stable@freebsd.org Received: from charon.ipass.net (charon.ipass.net [198.79.53.8]) by hub.freebsd.org (Postfix) with ESMTP id B459A37BA63 for ; Sun, 26 Mar 2000 20:24:54 -0800 (PST) (envelope-from rhh@ipass.net) Received: from stealth.ipass.net. (ppp-1-253.dialup.rdu.ipass.net [209.170.132.253]) by charon.ipass.net (8.9.3/8.9.3) with ESMTP id XAA04529 for ; Sun, 26 Mar 2000 23:24:52 -0500 (EST) Received: (from rhh@localhost) by stealth.ipass.net. (8.9.3/8.8.8) id XAA73606 for stable@FreeBSD.ORG; Sun, 26 Mar 2000 23:27:31 -0500 (EST) (envelope-from rhh) Date: Sun, 26 Mar 2000 23:27:31 -0500 From: Randall Hopper To: stable@FreeBSD.ORG Subject: Re: Compiling FORTRAN code on -stable Message-ID: <20000326232731.A73462@ipass.net> References: <20000326223026.A46836@ipass.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000326223026.A46836@ipass.net>; from aa8vb@ipass.net on Sun, Mar 26, 2000 at 10:30:26PM -0500 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Randall Hopper: | Error on line 5 of tst.f: Statement order error: declaration after DATA ... | INTEGER INT1 | DATA FR/0D0/ | INTEGER INT2 ... |Apparently f77 compilers will eat this, but our f77 (from bin or ports) |will not. Ahh, yes. I found a cool tool that pre-chews FORTRAN so that f2c can digest it. It also comes with a "f77" front-end script: http://www-hermes.desy.de/ww/f77prob.html Expect a port soon. Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message