home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!gatech!mailer.cc.fsu.edu!sun13!ds8.scri.fsu.edu!jac
- From: jac@ds8.scri.fsu.edu (Jim Carr)
- Newsgroups: comp.lang.fortran
- Subject: Re: Variable seperator for F77 code.
- Message-ID: <9899@sun13.scri.fsu.edu>
- Date: 21 Jul 92 14:09:36 GMT
- References: <20JUL92.14460039@wl.aecl.ca> <1992Jul20.134352.1@slacvx.slac.stanford.edu> <1992Jul20.210437.9800@ctr.columbia.edu>
- Sender: news@sun13.scri.fsu.edu
- Reply-To: jac@ds8.scri.fsu.edu (Jim Carr)
- Organization: SCRI, Florida State University
- Lines: 27
-
- In article <1992Jul20.210437.9800@ctr.columbia.edu> anselmo@cumesb.mech.columbia.edu (Andrew P. Anselmo) writes:
- >>In article <20JUL92.14460039@wl.aecl.ca>, zinckt@wl.aecl.ca writes:
- >>> Hell0 -
- >>>
- >>> I am looking for code which produces a list of variable names from inputed
- >>> F77 code. I as using F77 on VAX/VMS. I thought I would ask the net before
- >>> I write one myself.
- >
- >Same question, different machine... what about for Unix boxes? What
- >options for f77 will give me the same variable listing?
-
- I hesitate to just reply RTFM, but the original requestor could have just
- typed "HELP FORTRAN" and you can get the answer you desire by typing
- "man f77" if the compiler is called f77 on your machine. You may need
- to look at "man ld" as well.
-
- The answer is sytem specific. For example, -qxref does this function
- for the xlf compiler under AIX. The MIPS compiler on decstations does
- not provide the option, and the DEC f77 compiler requires both -V and
- -show xref to get this listing. Always check the flags, especially if
- you do not know if -static or -automatic is the default.
-
- --
- J. A. Carr | "The New Frontier of which I
- jac@gw.scri.fsu.edu | speak is not a set of promises
- Florida State University B-186 | -- it is a set of challenges."
- Supercomputer Computations Research Institute | John F. Kennedy (15 July 60)
-