f77cl (1) --- compile and load a Fortran 77 program 08/27/84 | _U_s_a_g_e f77cl [<'ld' options>] [/ <'f77c' options>] _D_e_s_c_r_i_p_t_i_o_n 'F77cl' is a shell file that invokes the Primos Fortran 77 | and the Primos segmented loader. If 'f77cl' is invoked with | no argument, it automatically processes the | last program edited, since it shares the shell variable 'f' | with the shell program 'e'. The name of the file containing the program to be compiled must end with ".f77", although in it may be specified with or without the end- ing ".f77". If no output file is specified in the <'ld' options>, the output object file name will be with no extension. Concerning the options, 'f77c' will be called with the <'f77c' options> specified on the command line; then 'ld' will be called with the <'ld' options> specified. _E_x_a_m_p_l_e_s f77cl myprog.f77 f77cl myprog subs.b subs2.b -l mylib f77cl myprog / -ok -l mylist _M_e_s_s_a_g_e_s ".f77: cannot open" _B_u_g_s An alternate binary file name cannot be specified. _S_e_e _A_l_s_o | f77c (1), ld (1), init$f (2), bind (3) f77cl (1) - 1 - f77cl (1)