Re: [R] R linux install: FORTRAN compiling error

2010-06-03 Thread vaneet
Thanks for your help, I was able to get someone with root access to execute the yum command for me and install R on the linux machine and it work!! -- View this message in context: http://r.789695.n4.nabble.com/R-linux-install-FORTRAN-compiling-error-tp2240821p2242362.html Sent from the R help

[R] R linux install: FORTRAN compiling error

2010-06-03 Thread R P Herrold
On Thu, 3 Jun 2010, vaneet wrote: Is there any way I can get an RPM that has all the necessary packages built in to install and run R? Or do I have to find all these packages that are needed to install these 'R' rpms for which many are not found on the FedoraProject website (libgfortran, gcc-for

Re: [R] R linux install: FORTRAN compiling error

2010-06-03 Thread Marc Schwartz
On Jun 3, 2010, at 10:38 AM, vaneet wrote: > > I tried downloading the pre-built binaries of R from this website and then > installing the rpms but is seems they depend on so many other packages to be > installed first. I tried simply the R package first: > > warning: R-2.11.0-1.el5.x86_64.rpm:

Re: [R] R linux install: FORTRAN compiling error

2010-06-03 Thread vaneet
Also would I need to install the R package as root in order for all users to use it? I'm assuming I would have to, I don't have root access now but I could possibly obtain it. For now this is simply a test install so if there is a way to install the R package simply under my user name please let

Re: [R] R linux install: FORTRAN compiling error

2010-06-03 Thread vaneet
I tried downloading the pre-built binaries of R from this website and then installing the rpms but is seems they depend on so many other packages to be installed first. I tried simply the R package first: warning: R-2.11.0-1.el5.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 217521f6 error:

Re: [R] R linux install: FORTRAN compiling error

2010-06-03 Thread Marc Schwartz
On Jun 3, 2010, at 9:17 AM, vaneet wrote: > > Thanks for your replies. > > I understand you think the best solution is to find the gfortran and > possibly libgfortran packages from the version of my Linux and gcc > distribution which according to a quick check is the following (also this is > a

Re: [R] R linux install: FORTRAN compiling error

2010-06-03 Thread vaneet
P.S. My linux machine has the following info: Red Hat Enterprise Linux Server release 5.5 (Tikanga) -- View this message in context: http://r.789695.n4.nabble.com/R-linux-install-FORTRAN-compiling-error-tp2240821p2241770.html Sent from the R help mailing list archive at Nabble.com. _

Re: [R] R linux install: FORTRAN compiling error

2010-06-03 Thread vaneet
Thanks for your replies. I understand you think the best solution is to find the gfortran and possibly libgfortran packages from the version of my Linux and gcc distribution which according to a quick check is the following (also this is a 64 bit linux machine): gcc (GCC) 4.1.2 20080704 (Red Hat

Re: [R] R linux install: FORTRAN compiling error

2010-06-02 Thread Prof Brian Ripley
On Wed, 2 Jun 2010, Matt Shotwell wrote: This is not an issue with R, but with gfortran. See the following: http://gcc.gnu.org/wiki/GFortran#news (under heading "gfortran 4.5") http://gcc.gnu.org/ml/fortran/2010-04/msg00061.html Also, I suspect you are using a precompiled gcc/gfortran, and it

Re: [R] R linux install: FORTRAN compiling error

2010-06-02 Thread Matt Shotwell
This is not an issue with R, but with gfortran. See the following: http://gcc.gnu.org/wiki/GFortran#news (under heading "gfortran 4.5") http://gcc.gnu.org/ml/fortran/2010-04/msg00061.html Also, I suspect you are using a precompiled gcc/gfortran, and it assumes you have libmpc.so.2

[R] R linux install: FORTRAN compiling error

2010-06-02 Thread vaneet
Hello, I have basic familiarity with Unix but by most standards a novice. I am trying to install R on a linux machine and am following the instructions in the R install and admin guide in terms of what is required to compile the R source code. I downloaded R version 2.11.1 and extracted the fil