Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uwm.edu!zaphod.mps.ohio-state.edu!casbah.acns.nwu.edu!halpern From: halpern@casbah.acns.nwu.edu (David Halpern) Newsgroups: comp.lang.fortran Subject: Re: Help with RM Fortran compiler switches Message-ID: <3026@casbah.acns.nwu.edu> Date: 29 Jan 91 17:08:00 GMT References: <1991Jan24.180852.86218@vaxc.cc.monash.edu.au> Organization: Northwestern University Lines: 28 In article <1991Jan24.180852.86218@vaxc.cc.monash.edu.au> cie186t@vaxc.cc.monash.edu.au writes: >Anyone out there familiar with Ryan-McFarland Fortran (v2.42)? > >I've got some Fortran source together with a batch file for compiling it under >RM Fortran, but want to compile it using Lahey Fortran (RM Fortran doesn't >seem to be sold down here). The batch file consists simply of the following >command for each source file: > >RMFORT filename /LEZ > >Anyone know what the /LEZ switch does? > >Thanks in advance, > > Sri (Monash University, Melbourne, Australia) I know that: (i) the /L option produces a program listing; (ii)the /Z suppresses optimization. The default is for code optimization. I'm not sure about the /E option. I don't think there is one. I hope this helpful, David Halpern