Re: [Rd] package compile error on RHEL x86_64 - FIXED

2006-06-21 Thread Dan Lipsitt
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 install the gmp pa

Re: [Rd] package compile error on RHEL x86_64

2006-06-15 Thread Dan Lipsitt
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

Re: [Rd] package compile error on RHEL x86_64

2006-06-15 Thread Prof Brian Ripley
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. On Wed, 14 Jun 2006, Dan Lipsitt wrote: > I am unable to install the gmp package on an x86_64 (Xeon) machine. I > have had the same problem with other pack

[Rd] package compile error on RHEL x86_64

2006-06-14 Thread Dan Lipsitt
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.