[R] R-1.1.0 - f2c in configure

Torsten Hothorn Torsten.Hothorn at rzmail.uni-erlangen.de
Wed Jun 28 08:22:36 CEST 2000


> When trying to build R-1.1.0, the configure script reported no Fortran
> compiler, even though '/usr/bin/f2c' was present, and R-1.0.1 had found
> and successfully used this.  I traced this to an apparent typo in line
> 2067 of configure:
> 
>   for name in g77 fort77 f77 f90 xlf cf77 fc; do
> 
> changing this to:
> 
>   for name in g77 fort77 f77 f90 xlf cf77 f2c; do
> 
> allowed the script to 'find' f2c.  However, it then reported that f2c
> didn't work (although it had worked with R-1.0.1).
> 
> checking whether the Fortran 77 compiler (f2c  ) works... no

We discussed this thing with Kurt privately, Kurt fixed it 2 days ago. As
a workaround, use

./configure --with-f2c

which works for me (SuSE 6.4, R-1.1.0)

Torsten 

> 
> At this point, I created a small Fortran program and messed around with
> the testing section but could not solve the problem.  Any expert clues?
> 
> Jim
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
> r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
> Send "info", "help", or "[un]subscribe"
> (in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
> _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
> 

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list