The R Project SVN R

Rev

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

Rev 68948 Rev 70779
Line 49... Line 49...
49
  (ObjC), \file{.M} and \file{.mm} (ObjC++) are regarded as source
49
  (ObjC), \file{.M} and \file{.mm} (ObjC++) are regarded as source
50
  files, and those with extension \file{.o} as object files.  All other
50
  files, and those with extension \file{.o} as object files.  All other
51
  items are passed to the linker.
51
  items are passed to the linker.
52
 
52
 
53
  Objective C(++) support is optional when \R was configured: their main
53
  Objective C(++) support is optional when \R was configured: their main
54
  usage is on OS X.
54
  usage is on macOS.
55
 
55
 
56
  Note that the appropriate run-time libraries will be used when linking
56
  Note that the appropriate run-time libraries will be used when linking
57
  if C++, Fortran or Objective C(++) sources are supplied, but not for
57
  if C++, Fortran or Objective C(++) sources are supplied, but not for
58
  compiled object files from these languages.
58
  compiled object files from these languages.
59
 
59