Hello, I recently did a full install of SUSE 9.0 and want to get R up and running. An attempted install of R-base-1.8.1-1.i586.rpm resulted in: #### error: Failed dependencies: libg2c.so.0 is needed by R-base-1.8.1-1 #### And a ./configure in the source directory of R-1.8.1 failed with #### configure: error: Neither an F77 compiler nor f2c found #### I guess SUSE 9.0 does not come with the required fortran libraries/compilers. Can someone point me in the direction of packages I need to install to get R running (either by installing the binaries or compiling from source)? Thanks to all. J.R. Lockwood 412-683-2300 x4941 lockwood at rand.org http://www.rand.org/methodology/stat/members/lockwood/
If you go to http://www.rpmfind.net/ and search for libg2c.so.0, it finds http://speakeasy.rpmfind.net//linux/RPM/mandrake/9.1/i586/Mandrake/RPMS/ libf2c0-3.2.2-3mdk.i586.html BR Jesper -----Original Message----- From: J.R. Lockwood [mailto:lockwood at rand.org] Sent: Wednesday, November 26, 2003 12:27 PM To: r-help at stat.math.ethz.ch Subject: [R] R 1.8.1 on SUSE 9.0 Hello, I recently did a full install of SUSE 9.0 and want to get R up and running. An attempted install of R-base-1.8.1-1.i586.rpm resulted in: #### error: Failed dependencies: libg2c.so.0 is needed by R-base-1.8.1-1 #### And a ./configure in the source directory of R-1.8.1 failed with #### configure: error: Neither an F77 compiler nor f2c found #### I guess SUSE 9.0 does not come with the required fortran libraries/compilers. Can someone point me in the direction of packages I need to install to get R running (either by installing the binaries or compiling from source)? Thanks to all. J.R. Lockwood 412-683-2300 x4941 lockwood at rand.org http://www.rand.org/methodology/stat/members/lockwood/ ______________________________________________ R-help at stat.math.ethz.ch mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help
Hi, you have to install a Fortran compiler. It is available on the DVD/CD as package "gcc-g77". Best wishes, Arne On Wednesday 26 November 2003 18:26, J.R. Lockwood wrote:> Hello, > > I recently did a full install of SUSE 9.0 and want to get R up and > running. An attempted install of R-base-1.8.1-1.i586.rpm resulted in: > > #### > error: Failed dependencies: > libg2c.so.0 is needed by R-base-1.8.1-1 > #### > > And a ./configure in the source directory of R-1.8.1 failed with > > #### > configure: error: Neither an F77 compiler nor f2c found > #### > > I guess SUSE 9.0 does not come with the required fortran > libraries/compilers. Can someone point me in the direction of > packages I need to install to get R running (either by installing the > binaries or compiling from source)? Thanks to all. > > J.R. Lockwood > 412-683-2300 x4941 > lockwood at rand.org > http://www.rand.org/methodology/stat/members/lockwood/ > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-help-- Arne Henningsen Department of Agricultural Economics University of Kiel Olshausenstr. 40 D-24098 Kiel (Germany) Tel: +49-431-880 4445 Fax: +49-431-880 1397 ahenningsen at agric-econ.uni-kiel.de http://www.uni-kiel.de/agrarpol/ahenningsen/
I have 1.8.1 running on SuSE 9.0 as I write. I use the "Professional" release, which comes with most development packages, certainly all the ones needed to compile R-1.8.1. If you do not have the "Professional" version, you will have to acquire the full collection. You can use YaST to check what is available. Bring up the YaST window and highlight "Software," then in the right hand window "Install and Remove Software." When the window comes up, click on the "filter" box and use the search facility. I would point out though that I have R-1.8.1 running as I write and YaST search tells me that the librbary you listed is not present on my system either. What OS are you running? John On Wednesday 26 November 2003 09:26, J.R. Lockwood wrote:> Hello, > > I recently did a full install of SUSE 9.0 and want to get R up and > running. An attempted install of R-base-1.8.1-1.i586.rpm resulted in: > > #### > error: Failed dependencies: > libg2c.so.0 is needed by R-base-1.8.1-1 > #### > > And a ./configure in the source directory of R-1.8.1 failed with > > #### > configure: error: Neither an F77 compiler nor f2c found > #### > > I guess SUSE 9.0 does not come with the required fortran > libraries/compilers. Can someone point me in the direction of > packages I need to install to get R running (either by installing the > binaries or compiling from source)? Thanks to all. > > J.R. Lockwood > 412-683-2300 x4941 > lockwood at rand.org > http://www.rand.org/methodology/stat/members/lockwood/ > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-help
> > I think the problem is that "by default" g77 is not installed. However you > should still be able to find the rpm on the CDROM. > > HTH, > AndyThanks to all for your replies. Indeed the package gcc-g77 was on the install disk, and I was able to install the R rpm with no problems. J.R. Lockwood 412-683-2300 x4941 lockwood at rand.org http://www.rand.org/methodology/stat/members/lockwood/