Skip to content
Prev 5462 / 398502 Next

Missing dependencies in installing R-base-1.0.0-1

Peter Dalgaard BSA <p.dalgaard at biostat.ku.dk> writes:
Oh, I think I get it now: they changed the compiler suite for the new
version? We'll be getting that problem on RedHat sooner or later as
well. What you *really* need is a C compiler, a Fortran compiler and
the libf2c library, so if you install those[1] it might be possible to
install R with "rpm -i --force ...". In fact it might even work
without the compilers until you try installing packages off of the net.

[1] I don't know the LinuxPPC setup, but they would likely be found in
packages named gcc and g77. I'm not too sure about the f2c item.