The R Project SVN R

Rev

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

Rev 59039 Rev 61433
Line 55... Line 55...
55
#ifdef windows
55
#ifdef windows
56
 
56
 
57
  If there is an exports file \file{dllname-win.def} in the current
57
  If there is an exports file \file{dllname-win.def} in the current
58
  directory it will be used, otherwise all entry points in objects (but
58
  directory it will be used, otherwise all entry points in objects (but
59
  not libraries) will be exported from the DLL.
59
  not libraries) will be exported from the DLL.
60
#endif 
60
#endif
61
}
61
}
62
#ifdef unix
62
#ifdef unix
63
\note{
63
\note{
64
  Some binary distributions of \R have \code{SHLIB} in a separate
64
  Some binary distributions of \R have \code{SHLIB} in a separate
65
  bundle, e.g., an \code{R-devel} RPM.
65
  bundle, e.g., an \code{R-devel} RPM.
Line 74... Line 74...
74
 
74
 
75
  The section on \dQuote{Customizing compilation} in the \dQuote{R
75
  The section on \dQuote{Customizing compilation} in the \dQuote{R
76
    Administration and Installation} manual (see the \file{doc/manual}
76
    Administration and Installation} manual (see the \file{doc/manual}
77
  subdirectory of the \R source tree).
77
  subdirectory of the \R source tree).
78
 
78
 
79
  The \sQuote{R Installation and Administration} and \sQuote{Writing R 
79
  The \sQuote{R Installation and Administration} and \sQuote{Writing R
80
  Extensions} manuals.
80
  Extensions} manuals.
81
}
81
}
82
#ifdef unix
82
#ifdef unix
83
\examples{\dontrun{
83
\examples{\dontrun{
84
R CMD SHLIB -o mylib.so a.f b.f -L/opt/acml3.5.0/gnu64/lib -lacml
84
R CMD SHLIB -o mylib.so a.f b.f -L/opt/acml3.5.0/gnu64/lib -lacml