Message-ID: <F5C554F3-9E68-44E9-91DA-8F7AF64584EF@r-project.org>
Date: 2005-05-28T20:37:48Z
From: Simon Urbanek
Subject: library(aws)
In-Reply-To: <172532451f624694789a37634770afed@smalltime.com>
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