Sujet : Re: Vintage Lunar Lander Game
De : lynnmcguire5 (at) *nospam* gmail.com (Lynn McGuire)
Groupes : comp.lang.fortranDate : 27. Jun 2024, 19:15:32
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v5ka85$2rqvl$1@dont-email.me>
References : 1 2
User-Agent : Mozilla Thunderbird
On 6/27/2024 8:16 AM, Anssi Saari wrote:
Lawrence D'Oliveiro <ldo@nz.invalid> writes:
!+
! My translation of the Fortran translation of the original Lunar
! Lander program from <https://www.cs.brandeis.edu/~storer/LunarLander/LunarLander.html>.
!-
Knowing almost nothing about Fortran, how would one compile this? Or the
other Fortran translation from the link above, using gfortran? Just
running gfortran 10 on it produces a bunch of errors.
Do you have an F77 compiler on your machine ? You did not give us any particulars about your machine.
Fortran forked between F77 and F90. Moving code to F90 from F77 is difficult.
Lynn