Problems with "Hello World"
Tim Prince
n8tm@aol.com
Sun Sep 19 17:16:00 GMT 2010
On 9/19/2010 2:59 AM, Daniel Carrera wrote:
> I cannot figure out how to join your mailing list (all I can find is
> the mailing list archives).
....
> $ gfortran hello.f -o hello
> hello.f:1.1:
>
> program hello
> 1
> Error: Non-numeric character in statement label at (1)
> hello.f:1.1:
>
>
>
>
This is the usual default to f77 fixed format style for .f source
files. If you want to use free format, specify that option, or use .f90
file naming.
Mail list signups in the standard gcc mail list site
http://gcc.gnu.org/ml/fortran/
--
Tim Prince
More information about the Fortran
mailing list