[R] Problem with making Matrix

Andrew Robinson A.Robinson at ms.unimelb.edu.au
Wed Jan 11 23:27:20 CET 2006


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 shell you have) 
> 
> ?
> 
> AMD/Makefile:	( cd Source ; $(MAKE) lib )
> AMD/Makefile:	( cd Source ; $(MAKE) clean )
> CHOLMOD/Makefile:	( cd Lib ; $(MAKE) )
> CHOLMOD/Makefile:	( cd Lib ; $(MAKE) )
> CHOLMOD/Makefile:	( cd Lib ; $(MAKE) purge )
> CHOLMOD/Makefile:	( cd Lib ; $(MAKE) clean )
> UMFPACK/Makefile:	( cd Source ; $(MAKE) lib )
> UMFPACK/Makefile:	( cd Source ; $(MAKE) clean )
> 
> 
> Regards,
> Martin Maechler, ETH Zurich

-- 
Andrew Robinson  
Department of Mathematics and Statistics            Tel: +61-3-8344-9763
University of Melbourne, VIC 3010 Australia         Fax: +61-3-8344-4599
Email: a.robinson at ms.unimelb.edu.au         http://www.ms.unimelb.edu.au




More information about the R-help mailing list