Skip to content
Prev 6227 / 15075 Next

Building R-devel from Source on Snow Leopard

On Sep 5, 2009, at 7:10 PM, Adam D. I. Kramer wrote:

            
I would strong suggest *against* what you're doing, your configuration  
is far from any normal SL system. You're clearly free to use it for  
yourself but is not something any R-SIG-Mac users should follow. The  
setup is incompatible with CRAN and anything we build. (There are many  
reasons - stating with disabling aqua, using 3rd party BLAS (which is  
not a good idea if you want speed since vecLib is highly optimized)  
and mixing in fink (again, a really bad idea for any normal user)).

I see that the most common mistake here is to use Leopard Xcode 3.1  
fortran which is NOT meant to be used with SL and Xcode 3.2. To if you  
upgrade from Leopard and Xcode 3.1, make sure you delete the Xcode 3.1  
fortran as Xcode 3.2 is NOT able to upgrade it. Use the gfortran 4.2.3  
from CRAN instead - it works just fine and no special flags are  
necessary for SL (except for the mandatory -arch).

Cheers,
Simon