Skip to content
Prev 159 / 15075 Next

problem installing R for mac OS X

Matt

I am forwarding this to r-sig-mac, because I get this question a lot

-  Is the latest version the one from 
http://gifi.stat.ucla.edu/builds/R ?
-- what is your Mac OS X version ?
-- what does "otool -L /usr/local/lib/R/bin/R.bin" say
     for me it says:
         /usr/local/lib/R/bin/R.bin:
         /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current 
version 55.0.0)
         /sw/lib/libz.1.dylib (compatibility version 1.1.3, current 
version 1.1.3)
         /sw/lib/libreadline.4.dylib (compatibility version 4.2.0, 
current version 4.2.0)
         /sw/lib/libdl.dylib (compatibility version 0.0.0, current 
version 0.0.0)
         /sw/lib/libncurses.dylib.5 (compatibility version 5.0.0, current 
version 5.2.0)
-- if you do not have those dylibs, download them from 
http://gifi.stat.ucla.edu/builds/dylibs.
    or (better) install them using fink.sourceforge.net
-- make sure /sw/lib is first in your DYLD_LIBRARY_PATH, i.e put in your 
,cshrc

if ( $?DYLD_LIBRARY_PATH ) then
   setenv DYLD_LIBRARY_PATH /sw/lib:$DYLD_LIBRARY_PATH
else
   setenv DYLD_LIBRARY_PATH /sw/lib
endif

--- Jan
On Friday, November 30, 2001, at 12:42 , Matthew Jobin wrote:

            
===
Jan de Leeuw; Professor and Chair, UCLA Department of Statistics;
US mail: 9432 Boelter Hall, Box 951554, Los Angeles, CA 90095-1554
phone (310)-825-9550;  fax (310)-206-5658;  email: deleeuw@stat.ucla.edu
homepage: http://www.stat.ucla.edu/~deleeuw
========================================================
           No matter where you go, there you are. --- Buckaroo Banzai
                    http://www.stat.ucla.edu/~deleeuw/sounds/nomatter.au
========================================================