Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Mar 2000 23:27:31 -0500
From:      Randall Hopper <aa8vb@ipass.net>
To:        stable@FreeBSD.ORG
Subject:   Re: Compiling FORTRAN code on -stable
Message-ID:  <20000326232731.A73462@ipass.net>
In-Reply-To: <20000326223026.A46836@ipass.net>; from aa8vb@ipass.net on Sun, Mar 26, 2000 at 10:30:26PM -0500
References:  <20000326223026.A46836@ipass.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000326232731.A73462>