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: [EMAIL PROTECTED] http://www.ms.unimelb.edu.au ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
