library(aws)
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