Skip to content
Prev 75683 / 398502 Next

Broken tkrplot on Mac OS X

Because of the way Tcl works the C code needs to be linked into a
dylib rather than the other thing.  I keep meaning to either put in a
README.MacOSX or figure out a way to get configure to deal with this
but never get around to it.  Here is the strategy that works for me
(from notes and memory--I may have got a detail wrong):

      Download, untar, and run R CMD INSTALL

      cd to the src directory and repeat the final link command with
      -bundle replaced by -dynamiclib

      Then move the new trkplot.so by hand to the lib directory of the
      installed package

If you are offended by a .so extension on a dylib you can change the
extension and the R code that load it.

If you figure out a better way to do this please let me know,

Best,

luke
On Thu, 12 May 2005, stefano iacus wrote:

            
-- 
Luke Tierney
Chair, Statistics and Actuarial Science
Ralph E. Wareham Professor of Mathematical Sciences
University of Iowa                  Phone:             319-335-3386
Department of Statistics and        Fax:               319-335-3017
     Actuarial Science
241 Schaeffer Hall                  email:      luke at stat.uiowa.edu
Iowa City, IA 52242                 WWW:  http://www.stat.uiowa.edu
On Fri, 12 Aug 2005, Marco Blanchette wrote: