LINK                  package:utils                  R Documentation

_C_r_e_a_t_e _E_x_e_c_u_t_a_b_l_e _P_r_o_g_r_a_m_s

_D_e_s_c_r_i_p_t_i_o_n:

     Front-end for creating executable programs.

_U_s_a_g_e:

     R CMD LINK [options] linkcmd

_A_r_g_u_m_e_n_t_s:

 linkcmd: a list of commands to link together suitable object files
          (include library objects) to create the executable program.

 options: further options to control the linking, or for obtaining
          information about usage and version.

_D_e_t_a_i_l_s:

     The linker front-end is useful in particular when linking against
     the R shared library, in which case 'linkcmd' must contain '-lR'
     but need not specify its library path.

     Currently only works if the C compiler is used for linking, and no
     C++ code is used.

     Use 'R CMD LINK --help' for more usage information.

