Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

Unix

Unix v6

rc(1)



rc Ratfor compiler [ ] [ ] [ ] [ ] file ... invokes the Ratfor preprocessor on a set of Ratfor source files. It accepts three types of arguments: Arguments whose names end with ‘.r’ are taken to be Ratfor source programs; they are preprocessed into Fortran and compiled. Each subroutine or function ‘name’ is placed on a separate file and its object code is left on The main routine is on and block data subprograms go on and The files resulting from a ‘.r’ file are loaded into a single object file and the intermediate object and Fortran files are removed. The following flags are interpreted by See for load-time flags. c Suppresses the loading phase of the compilation, as does any error in anything. f Save Fortran intermediate files. This is primarily for debugging. r Ratfor only; don’t try to compile the Fortran. This implies and v Don’t list intermediate file names while compiling. Arguments whose names end with ‘.f’ are taken to be Fortran source programs; they are compiled in the normal manner. (Only one Fortran routine is allowed in a ‘.f’ file.) Other arguments are taken to be either loader flag arguments, or Fortran-compatible object programs, typically produced by an earlier run, or perhaps libraries of Fortran-compatible routines. These programs, together with the results of any compilations specified, are loaded to produce an executable program with name ratjunk temporary

/usr/bin/ratfor

preprocessor

/usr/fort/fc1

Fortran compiler ‘‘RATFOR A Rational Fortran’’.

fc(I) for Fortran error messages. Yes, both from itself and from Fortran. Limit of about 50 arguments, 10 block data files. #define and #include lines in ‘‘.f’’ files are not processed.



rc(1)