I just installed the aws library, but it won't load, giving me this
error instead:
> library("aws")
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
'/Library/Frameworks/R.framework/Resources/library/aws/libs/aws.so':
dlcompat: dyld: /Applications/R.app/Contents/MacOS/R Undefined
symbols:
__gfortran_compare_string
Error in library("aws") : .First.lib failed for 'aws'
Google gives me nothing for "__gfortran_compare_string"
This is R Version: 2.1.0 Patched (2005-05-12).
Running on Mac OS X 10.3.9
Sys.getlocale gives:
"en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8"
Thanks.
library(aws)
3 messages · gene, Rob Goedman, Simon Urbanek
Gene, On Tiger, using R-2.1.0a.dmg aws installs (binary from CRAN or source with g77v3.4), loads and e.g. demo(awsdens) works fine. Rob
On May 27, 2005, at 3:16 PM, gene wrote:
I just installed the aws library, but it won't load, giving me this error instead:
library("aws")
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library '/Library/Frameworks/R.framework/
Resources/library/aws/libs/aws.so':
dlcompat: dyld: /Applications/R.app/Contents/MacOS/R Undefined
symbols:
__gfortran_compare_string
Error in library("aws") : .First.lib failed for 'aws'
Google gives me nothing for "__gfortran_compare_string"
This is R Version: 2.1.0 Patched (2005-05-12).
Running on Mac OS X 10.3.9
Sys.getlocale gives:
"en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8"
Thanks.
_______________________________________________ R-SIG-Mac mailing list R-SIG-Mac@stat.math.ethz.ch https://stat.ethz.ch/mailman/listinfo/r-sig-mac
On May 27, 2005, at 6:16 PM, gene wrote:
I just installed the aws library, but it won't load, giving me this error instead:
library("aws")
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library '/Library/Frameworks/R.framework/
Resources/library/aws/libs/aws.so':
dlcompat: dyld: /Applications/R.app/Contents/MacOS/R Undefined
symbols:
__gfortran_compare_string
How did you install it? It seems that you are using gfortran from gcc4 - I hope you re-compiled entire R using that compiler, otherwise you're bound to run into many problems. If you didn't, please read the FAQ - you cannot mix different compiler versions. Cheers, Simon