[R-SIG-Mac] Errors loading gmp library
Simon Urbanek
simon.urbanek at r-project.org
Mon Jul 3 19:54:16 CEST 2006
Oscar and Terry,
apparently this is the second report on gmp, but unfortunately I
cannot reproduce it. I have tried on multiple machines, but it works
for me.
Are you using the CRAN binary of R? Which version of gmp are you
using? Where did you install it from?
Also in case this is a problem with a mirror, please try installing
the package like this:
install.packages("gmp",,"http://R.research.att.com/")
and let me know whether it makes a difference. Additional question:
did you install Xcode? (You don't need to, just checking..).
Thanks,
Simon
On Jul 2, 2006, at 3:31 PM, Oscar Moreno wrote:
> I am getting errors loading gmp library.
>
> System: PowerPC G5, DP 1.8 GHz, 1.5 GB memory
> OS: Mac OS 10.4.7 (latest update from yesterday.)
> R.Version output:
> $platform
> [1] "powerpc-apple-darwin8.6.0"
> $arch
> [1] "powerpc"
> $os
> [1] "darwin8.6.0"
> $system
> [1] "powerpc, darwin8.6.0"
> $status
> [1] ""
> $major
> [1] "2"
> $minor
> [1] "3.1"
> $year
> [1] "2006"
> $month
> [1] "06"
> $day
> [1] "01"
> $`svn rev`
> [1] "38247"
> $language
> [1] "R"
> $version.string
> [1] "Version 2.3.1 (2006-06-01)"
>
> Error after library(gmp):
>
> Error in dyn.load(x, as.logical(local), as.logical(now)) :
> unable to load shared library '/Users/oscar/Library/R/library/gmp/
> libs/ppc/gmp.so':
> dlopen(/Users/oscar/Library/R/library/gmp/libs/ppc/gmp.so, 6):
> Symbol not found: ___gmpz_import
> Referenced from: /Users/oscar/Library/R/library/gmp/libs/ppc/gmp.so
> Expected in: flat namespace
> Error in library(gmp) : .First.lib failed for 'gmp'
>
> I am using R.gui from:
> R-GUI-3266-2.3-Deployment.dmg
> from http://r.research.att.com/
>
> Pleas advise on what to do? TIA
>
> Oscar
>
> _______________________________________________
> 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