[R] OT: Compiling EMMIX

Thomas Lumley tlumley at u.washington.edu
Sun Sep 15 06:04:43 CEST 2002


On Sat, 14 Sep 2002, Marc R. Feldesman wrote:

> 2) is the f77 that comes with RH Linux the same as or significantly
> different from that on Unix boxes?
>

Yes. It's the GNU Fortran compiler. Unlike the GNU C compiler, which is
pretty competitive with commercial offerings, the Fortran compiler is a
bit more limited.

It supports just about all the ANSI Fortran 77 standard, but there are a
lot of programs out there that don't agree with the standard.  It's much
worse than C, where declaring main() as void is about the only really
common usage that conflicts with the standard.

The g77 manual has two sections that might be useful: 'Collected Fortran
Wisdom' and "Known Causes of Trouble with GNU Fortran"

	-thomas

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list