The R Project SVN R

Rev

Rev 74000 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 74000 Rev 75653
Line 1... Line 1...
1
##
1
##
2
## ${R_HOME}/bin/LINK
2
## ${R_HOME}/bin/LINK
3
 
3
 
4
revision='$Rev: 74000 $'
4
revision='$Rev: 75653 $'
5
version=`set - ${revision}; echo ${2}`
5
version=`set - ${revision}; echo ${2}`
6
version="R linker front end: ${R_VERSION} (r${version})
6
version="R linker front end: ${R_VERSION} (r${version})
7
 
7
 
8
Copyright (C) 2000-2018 The R Core Team.
8
Copyright (C) 2000-2018 The R Core Team.
9
This is free software; see the GNU General Public License version 2
9
This is free software; see the GNU General Public License version 2
Line 18... Line 18...
18
Options:
18
Options:
19
  -h, --help            print short help message and exit
19
  -h, --help            print short help message and exit
20
  -v, --version         print version info and exit
20
  -v, --version         print version info and exit
21
 
21
 
22
Currently only is useful when creating executables, using the C or C++
22
Currently only is useful when creating executables, using the C or C++
23
compiler for linking.  If FORTRAN code is to be linked, it needs to be
23
compiler for linking.
24
manually ensured that the linker flags for the FORTRAN are included.
-
 
25
 
24
 
26
Report bugs at <https://bugs.R-project.org>."
25
Report bugs at <https://bugs.R-project.org>."
27
 
26
 
28
args=
27
args=
29
while test -n "${1}"; do
28
while test -n "${1}"; do