Message-ID: <0FB3A270-8726-4BC3-AEEE-0A53BEF222DF@r-project.org>
Date: 2005-08-26T18:29:46Z
From: Simon Urbanek
Subject: Free-form to fixed-form Fortran
In-Reply-To: <012c01c5aa4b$98531ce0$598debd4@ales>
Ale?i,
On Aug 26, 2005, at 10:36 AM, Ale? ?iberna wrote:
> I have writen some subrutines in Free-form Fortran. I would like to
> includ
> them in a package, which I would like to build on WinXP. I have all
> suggested tools/programs for bulding R packages on Windows (except
> latex).
>
> What is the best way of using these subrutines? Does sombody mybe
> know any
> translation tools for converting Free-form to fixed-form Fortran?
If your only concern is to build it, you may try using g77 with -
ffree-form. This should work with GNU Fortran. However, that limits
the availability of your package to GNU compilers only.
Cheers,
?imon