xlf(1) IBM XL Fortran Enterprise Edition xlf(1) NAME xlf, xlf90, xlf95, xlf_r, xlf90_r, xlf95_r, f90, f95, xlf_r7, xlf90_r7, xlf95_r7, f77, fort77 - invoke the IBM XL Fortran compiler SYNTAX xlf [ option | file ] ... xlf90 [ option | file ] ... xlf95 [ option | file ] ... xlf_r [ option | file ] ... xlf90_r [ option | file ] ... xlf95_r [ option | file ] ... xlf_r7 [ option | file ] ... xlf90_r7 [ option | file ] ... xlf95_r7 [ option | file ] ... f90[ option | file ]... f95[ option | file ]... f77 [ option | file ] ... fort77 [ option | file ] ... DESCRIPTION xlf and related invocation commands compile Fortran source files. They also process assembler source files and object files. Unless you specify the -c option, these commands call the link editor to produce a single object file. The name of an input file indicates the type of file, as follows: -.f suffix: Fortran source file -.o or .a suffix: object file for ld command -.s suffix: assembler source file -.F suffix: Fortran source file with cpp preprocessor directives The main difference between these commands is that they use different default options (which are set in the configuration file /etc/xlf.cfg). See the XL Fortran Enterprise Edition User's Guide for more information on these invocation commands. OPTIONS You can select compiler behavior by using compiler options on the command line. Options can be flag options or keyword options. Keyword options are specified in one of the following ways: -q