Skip to content
Prev 8156 / 15076 Next

source compile R -- emutls_get_address | libgomp.1.dylib

I know this is not exactly what you asked, but may I suggest homebrew?

http://mxcl.github.com/homebrew/

It is a package manager for the Mac, but it compiles almost everything
from source. It can also handle dependencies.

To edit the flags you want to pass to the compiler, you need to edit a
formula, which is a set of instructions on how to compile and install
a given package:

https://github.com/mxcl/homebrew/blob/master/Library/Formula/r.rb

Once you have edited the formula, if the defaults were not
satisfactory, you just need to type sudo brew install r in a terminal
and homebrew will take care of the rest.

Best,

Gustavo

On Thu, Jul 7, 2011 at 10:41 PM, Benton, Paul
<hpaul.benton08 at imperial.ac.uk> wrote: