[R] problem on upgrading to RH6.2 (One solution)

Jari Oksanen jhoksane at ecology.helsinki.fi
Fri May 26 07:01:47 CEST 2000


posse at talariainc.com said:
> I finally found a way around though the underlying problem persists.
> It seems that the problem is with g77. Only the packages using FORTRAN
> failed to be loaded correctly in either way (R from rpm or built from
> scratch).

> The solution was to build R from the source using the flag

> --with-f2c

> with ./configure.

> All contrib packages installed with this version of R are loaded
> correctly and, as far as I can superficially see, work. make check
> gives positive feedback. 

I am not sure this is safe. At least I was warned when I used a similar shortcut some years ago when I had some trouble with g77 on MS-DOS (djgpp port). g77 used to apply f2c libraries in her childhood, but has grown independent since then and so the libraries forked (libf2c and libf2g). I think that there *may* be a danger of strange behaviour in some other places if we just resort to drop in f2c-libraries in g77, and at worst, this behaviour remains undetected. 

Not all Fortran fails. For instance, MASS (or all of VR_*) loads (and runs) beautifully, although it uses many Fortran routines.

cheers, Jari Oksanen
-- 
"Infinite variety of Nature, that is pure myth. It is not found in
Nature herself. It resides in the imagination, or fancy, or cultivated
blindness of the man who looks at her." Oscar Wilde

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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