[R-SIG-Mac] Error building R from source on Mac OS 10.4 Tiger

Simon Urbanek simon.urbanek at r-project.org
Tue Jan 24 22:04:40 CET 2006


On Jan 24, 2006, at 1:27 PM, Georg Otto wrote:

> I tried to build R 2.2.1 from source on Mac OS 10.4.3 Tiger, Darwin  
> 8.3.0
>
> I was proceeding like this:
>
> ./configure F77=g77 CC="/usr/bin/gcc-3.3"
> make
>

You will need to run
sudo gcc_select 3.3
before configuring R (and you don't need to set F77/CC if you don't  
want to). If that doesn't help, please let me know.

Cheers,
Simon

> and got the following warnings/ errors:
>
> /System/Library/Frameworks/Accelerate.framework/Versions/A/ 
> Frameworks/vecLib.framework/Versions/A/libBLAS.dylib(single module)  
> definition of _xerbla_
> ld: warning multiple definitions of symbol _locale_charset
> /sw/lib/libiconv.dylib(localcharset.o) definition of _locale_charset
> /sw/lib/libintl.dylib(localcharset.lo) definition of _locale_charset
> ld: warning multiple definitions of symbol _signgam
> ../nmath/lgamma.lo definition of _signgam in section (__DATA,__common)
> /usr/lib/libSystem.dylib(gamma9.o) definition of _signgam
> ld: Undefined symbols:
> restFP
> saveFP
> /usr/bin/libtool: internal link edit command failed
> make[3]: *** [libR.dylib] Error 1
> make[2]: *** [R] Error 2
> make[1]: *** [R] Error 1
> make: *** [R] Error 1
>
>
> Could anybody help me to get around this?
>
> Best,
>
> Georg
>
> _______________________________________________
> R-SIG-Mac mailing list
> R-SIG-Mac at stat.math.ethz.ch
> https://stat.ethz.ch/mailman/listinfo/r-sig-mac
>
>



More information about the R-SIG-Mac mailing list