3rn5tT
26-07-2006, 13:07
Hallo,
ich versuche nun Fortran zu lernen. Hier sind meine erste Schritte:
$ vi hello.f
i
PROGRAM HELLO
WRITE(*,*) 'Hello World!'
END
[ECS]:x
$ g77 -o hello hello.f
hello.f:1:
PROGRAM HELLO
^
Invalid first character at (^) [info -f g77 M LEX]
hello.f: In program `MAIN__':
hello.f:3:
END
^
Invalid first character at (^) [info -f g77 M LEX]
hello.f:2:
WRITE(*,*) 'Hello World!'
^
End of source file before end of block started at (^)
$ firefox http://www.mrunix.de &
Was mache ich falsch! Ich google schon seit Stunden und finde "uberhaupt nichts...
Bitte um Hilfe...
ich versuche nun Fortran zu lernen. Hier sind meine erste Schritte:
$ vi hello.f
i
PROGRAM HELLO
WRITE(*,*) 'Hello World!'
END
[ECS]:x
$ g77 -o hello hello.f
hello.f:1:
PROGRAM HELLO
^
Invalid first character at (^) [info -f g77 M LEX]
hello.f: In program `MAIN__':
hello.f:3:
END
^
Invalid first character at (^) [info -f g77 M LEX]
hello.f:2:
WRITE(*,*) 'Hello World!'
^
End of source file before end of block started at (^)
$ firefox http://www.mrunix.de &
Was mache ich falsch! Ich google schon seit Stunden und finde "uberhaupt nichts...
Bitte um Hilfe...