The R Project SVN R

Rev

Rev 29659 | Rev 42192 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 29659 Rev 31770
Line 17... Line 17...
17
executables linked against the R shared library, in which case linkcmd
17
executables linked against the R shared library, in which case linkcmd
18
must contain '-lR' but need not specify its library path.
18
must contain '-lR' but need not specify its library path.
19
 
19
 
20
Options:
20
Options:
21
  -h, --help            print short help message and exit
21
  -h, --help            print short help message and exit
22
  -v, --version         print version info and exit
22
  -v, --version         print LINK version info and exit
23
 
23
 
24
Currently only is useful when creating executables, and only works if
24
Currently only is useful when creating executables, and only works if
25
the C compiler is used for linking.  If FORTRAN code is to be linked, it
25
the C compiler is used for linking.  If FORTRAN code is to be linked, it
26
needs to be manually ensured that the linker flags for the FORTRAN 77
26
needs to be manually ensured that the linker flags for the FORTRAN 77
27
intrinsic and run-time libraries are present.  C++ is not supported
27
intrinsic and run-time libraries are present.  C++ is not supported