Maura Edelweiss Monville wrote: > I am trying to install R. > I have downloaded R source from the official site > http://cran.at.r-project.org/src/base/R-2/ > > The configuration procedure dies writing: > > configure: error: Neither an F77 compiler nor f2c > found > > but actually f2c is installed: > > linux-Ciccia:/usr/local/bin/R-2.6.1 # which f2c > /usr/bin/f2c > > I was told to install g77 or gfortran but I cannot > find either one in SuSE 10.3 installation kit. > > Moreover, we would like to build a shared library of R > (that is, get the option ./configure --enable-R-shlib) > to work with 64 bit Linux > We haven't been able to do that. Any clue, please ? > > Thank you so much, > > Maura Edelweiss M. >
The g77 compiler is included in this package: http://download.opensuse.org/repositories/devel:/tools:/gcc/openSUSE_10.3/i586/gcc33-fortran-3.3.3-41.13.i586.rpm Any required dependencies are probably in the same location. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
