Re: [R] Help on Installing Matrix Package in Linux (Fedora)

2008-07-10 Thread Hyunseung Kang
PROTECTED]> Cc: r-help@r-project.org Sent: Wednesday, July 9, 2008 6:11:04 PM Subject: Re: [R] Help on Installing Matrix Package in Linux (Fedora) Maybe I am wrong about this, but I think your problem is actually: Mutils.h:9:41: error: R.h: No such file or directory Mutils.h:10:22: error: Rve

Re: [R] Help on Installing Matrix Package in Linux (Fedora)

2008-07-09 Thread Marc Schwartz
Indeed. Presumably R was installed using an RPM from the Fedora repository and the 'devel' RPM, which contains the requisite header files was not. Using: # yum install R-devel should get you moving forward. BTW, there is a new Fedora specific e-mail list for R. More info here: https://

Re: [R] Help on Installing Matrix Package in Linux (Fedora)

2008-07-09 Thread Krzysztof Sakrejda-Leavitt
Maybe I am wrong about this, but I think your problem is actually: Mutils.h:9:41: error: R.h: No such file or directory Mutils.h:10:22: error: Rversion.h: No such file or directory Mutils.h:11:56: error: Rdefines.h: No such file or directory I think these are important files for compiling additi

[R] Help on Installing Matrix Package in Linux (Fedora)

2008-07-09 Thread Hyunseung Kang
Hi, I have been trying to install the Matrix package on R running in Linux (Fedora). But, I get the following error message (at the bottom). I am logged in as the root user. Any help would be appreciated! Thanks! -Hyunseung Kang * Installing *source* package 'Matrix' ... Using GNU make for b