Re: [R] Can't install package Matrix on solaris.

2008-07-03 Thread Martin Maechler
> "BDR" == Prof Brian Ripley <[EMAIL PROTECTED]> > on Thu, 3 Jul 2008 13:25:54 +0100 (BST) writes: BDR> You need to use BDR> 1) GNU make (see the DESCRIPTION file). BDR> 2) the compiler used to install R. Finding cc as /usr/ucb/cc indicates a BDR> likely path error:

Re: [R] Can't install package Matrix on solaris.

2008-07-03 Thread Prof Brian Ripley
You need to use 1) GNU make (see the DESCRIPTION file). 2) the compiler used to install R. Finding cc as /usr/ucb/cc indicates a likely path error: the current Sun C compiler is likely to be somewhere like /opt/SUNWspro/bin . If you did not install R, ask the person who did for the commands

[R] Can't install package Matrix on solaris.

2008-07-02 Thread Scott Brown
I'm using package Matrix, which I have installed on several flavours of linux system. But on an important solaris install, I can't make it work. Initially, I thought the problem was using 'make' instead of 'gmake', but I masked around that, and still get errors. Those new errors seem to be relat