Skip to content
Prev 6250 / 15075 Next

JGR on Mac OS X 10.6 (Snow Leopard)

Erich,
On Sep 13, 2009, at 4:52 AM, Erich Neuwirth wrote:

            
You can use type="mac.binary" only for packages that have no native  
library inside (gmp does).
It is either R_ARCH=/x86_64 ... (note the slash!) or R --arch=x86_64
^--- it's still building 32-bit as you can see here
Since you apparently have only 64-bit libgmp, don't use --libs-only  
since the 32-bit version of the package fails anyway.

Cheers,
Simon