[R-SIG-Mac] Pb installing RPVM from CRAN Sources

Simon Urbanek simon.urbanek at r-project.org
Wed Oct 26 17:54:20 CEST 2005


Naji,

On Oct 26, 2005, at 1:50 PM, Naji wrote:

> ld: can't locate file for: -lcc_dynamic
> make: *** [rpvm.so] Error 1
> ERROR: compilation failed for package 'rpvm'

Please run
sudo gcc_select 3.3
before compiling the package. If you don't want to change your  
default compiler, you can alternatively run
sudo ln -s /usr/lib/gcc/darwin/3.3/libgcc.a /usr/local/lib/ 
libcc_dynamic.a

Note to all: this applies to any package compilation on Tiger (OS X  
10.4) when gcc4 is set as default.

Cheers,
Simon



More information about the R-SIG-Mac mailing list