Re: [R] Problem with making Matrix

2006-01-11 Thread Prof Brian Ripley
You are mixing makes. GNU make (presumably gmake) passes on its -w argument to sub-makes, and my guess is that make is a BSD make that does not accept it. The simplest way out is to have the 'make' first in your path as GNU make whilst doing this. BTW, this really is not the appropriate

Re: [R] Problem with making Matrix

2006-01-11 Thread Andrew Robinson
On Wed, Jan 11, 2006 at 08:05:22AM +, Prof Brian Ripley wrote: You are mixing makes. GNU make (presumably gmake) passes on its -w argument to sub-makes, and my guess is that make is a BSD make that does not accept it. The simplest way out is to have the 'make' first in your path as

Re: [R] Problem with making Matrix

2006-01-11 Thread Martin Maechler
Andrew == Andrew Robinson [EMAIL PROTECTED] on Wed, 11 Jan 2006 14:12:11 +1100 writes: Andrew Hi R-help citizens, Andrew I'm having trouble making version 0.99-6 of Matrix on FreeBSD 6.0. Andrew The error message is: Andrew * Installing *source* package 'Matrix' ...

Re: [R] Problem with making Matrix

2006-01-11 Thread Andrew Robinson
Dear Martin, That works just fine too. Thanks for the suggestion, Andrew Can you try and replace 'make' by '$(MAKE)' in the following three places, and see if it works possibly after writing (in your shell) export MAKE=gmake or setenv MAKE gmake (depending on the kind of

[R] Problem with making Matrix

2006-01-10 Thread Andrew Robinson
Hi R-help citizens, I'm having trouble making version 0.99-6 of Matrix on FreeBSD 6.0. The error message is: * Installing *source* package 'Matrix' ... ** libs gcc -I/usr/local/lib/R/include -I/usr/local/include -D__NO_MATH_INLINES -fPIC -g -O2 -c Csparse.c -o Csparse.o ... numerous lines