Re: Online F77 information...
- From: glen herrmannsfeldt <gah@xxxxxxxxxxxxxxxx>
- Date: Sun, 29 Oct 2006 21:49:50 -0800
Gordon Sande wrote:
(someone wrote)
Also the F77 compilers are extremely simple to compile and link to get
a working program or list of errors. No switches are needed. e.g: MS
F77:
FOR1 myprogram <ret>
PAS1 <ret>
LINK myprogram <ret>
Why does Fxx need more compiler switches than Fyy? For any xx and yy!
I find that I can compile to a executable with
The original DOS Fortran compiler, in the days of floppy disks and
before fixed disks (what IBM used to call them), the compiler required
multiple passes, each on a different floppy. The first would write
an intermediate file, that later passes, I believe PAS2 and PAS3
would read. (PAS3 generated error messages, and was only needed
if there were errors.) I believe that PAS2 and PAS3 were not
named for being subsequent PASses, but as the second and third
part of the PAScal compiler. The many versions designed for
hard disk storage still had multiple passes, with a driver program
to run them from one command.
-- glen
.
- References:
- Online F77 information...
- From: magesing
- Re: Online F77 information...
- From: Steven G. Kargl
- Re: Online F77 information...
- From: Terence
- Re: Online F77 information...
- From: Gordon Sande
- Online F77 information...
- Prev by Date: Re: READ-statement and a segmentation fault
- Next by Date: Re: Online F77 information...
- Previous by thread: Re: Online F77 information...
- Next by thread: Re: Online F77 information...
- Index(es):