Skip to content
Prev 7913 / 398503 Next

Installing R on RedHat7.0

Prof. Ripley hit it on the head:  my problems were the result of a bad c
compiler.
I hadn't dreamed that RedHat would distribute a development version of a
compiler without even a comment in the release notes.  Luckily, they also
provide the old version, renamed "kgcc" (apparently because they discovered
the "new" compiler wouldn't rebuild the kernel).

I specified CC=kgcc in "config.site" and rebuilt the R source.  Now all
tests complete OK!  This works even though the Fortran compiler (g77) is
still the development 2.96 version.

My .Machine now looks just like his.

Thanks again!--Tom Wainwright
Prof Brian D Ripley wrote: