I have a dual Xeon x86_64 system running Red Hat AS 4. There are no
x86_64 rpms in http://cran.us.r-project.org/bin/linux/redhat/el4/ (the
i386 ones are a point release behind anyway) , and the fc4 rpms have a
whole web of dependencies I don't want to pull in. So I decided to
build http://cran.us.r
I am unable to install the gmp package on an x86_64 (Xeon) machine. I
have had the same problem with other packages (eg. MCMCpack) as well.
I am running Red Hat Enterprise Linux 4.1.
I get the following error:
g++ -shared -L/usr/local/lib64 -o gmp.so biginteger.o
biginteger_operator.o bigintegerR.
On 6/15/06, Prof Brian Ripley <[EMAIL PROTECTED]> wrote:
> This is a problem with your compiler: it should be linking against a
> shared version of libstdc++. Please take this up with your OS support.
Okay, will do. In the meantime, do you know of a way I can convince R
CMD INSTALL to use gcc ins
For the record: The error below has been resolved. As Professor Ripley
said, it was a compiler problem. Upgrading to a more recent gcc rpm
(gcc-3.4.5-2) and its dependencies made the errors go away.
Thanks,
Dan
On 6/14/06, Dan Lipsitt <[EMAIL PROTECTED]> wrote:
> I am unable to instal