The R Project SVN R

Rev

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

Rev 46832 Rev 47442
Line 1... Line 1...
1
#!@R_SHELL@
1
#!@R_SHELL@
2
##
2
##
3
## ${R_HOME}/bin/LINK
3
## ${R_HOME}/bin/LINK
4
 
4
 
5
revision='$Rev: 46832 $'
5
revision='$Rev: 47442 $'
6
version=`set - ${revision}; echo ${2}`
6
version=`set - ${revision}; echo ${2}`
7
version="R linker front end ${version}
7
version="R linker front end r${version}
8
 
8
 
9
Copyright (C) 2000-2004 The R Core Development Team.
9
Copyright (C) 2000-2004 The R Core Development Team.
10
This is free software; see the GNU General Public License version 2
10
This is free software; see the GNU General Public License version 2
11
or later for copying conditions.  There is NO warranty."
11
or later for copying conditions.  There is NO warranty."
12
 
12
 
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 LINK version info and exit
22
  -v, --version         print 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