Skip to content

Success compiling R on Caldera OL 2.3

1 message · Kieran Healy

#
Hello -

thanks to Prof. Ripley and Peter Dalgaard for their helpful responses. I
have now successfully compiled R on my machine. The kernel-headers were
not installed on my machine, but there is a package on the Open Linux
2.3 CD. I believe they weren't installed simply because I didn't choose
to have all the development tools/libraries added when I installed
linux. I didn't realize how soon I'd be compiling things.

Prof Brian Ripley Wrote:
Of course, I didn't mean to suggest the problem was internal to the make
file. As I said at the end of my message, I was wondering what *I* was
doing wrong, not what was wrong with R.

For future reference, the two (system-related) difficulties I
encountered while trying to compile R under Cladera OL2.3 were:

1. An initial error with the fortran compiler g77. This resulted in a
problem at the /.configure stage, when confiugre complained that gcc and
g77 did not agree on the long int format. An updated g77 package for
COL, available at 
ftp://ftp.calderasystems.com/pub/OpenLinux/patches/earlyaccess/g77-2.91.66-6.i386.rpm
solved this problem.

2. The missing package that led to my posting to this list. It can be
found on the COL install CD and is called linux-kernel-include.rpm.

Thanks again for quickly pointing me in the right direction. I'm looking
forward to using R.

Kieran