Zhou, Hong
2011-Jun-28 17:21 UTC
[R] R-Installation on Unix -- "Make: Don't know how to make #. Stop."
Hi, all, ./configure was run successfully on my HP-UX ia64 server with exit=0, but when type make at prompt, get this error "Make: Don't know how to make #. Stop." Does anyone has any clues about this message? Thank you very much! #make Rmath.h is unchanged `libRblas.sl' is up to date. /app/R/R-2.13.0/lib/libRblas.sl is unchanged `libbz2.a' is up to date. `libpcre.a' is up to date. `libz.a' is up to date. ../../../src/include/libintl.h is unchanged ../../../include/libintl.h is unchanged `charsetalias.h' is up to date. `libintl.a' is up to date. `libtre.a' is up to date. `liblzma.a' is up to date. Make: Don't know how to make #. Stop. *** Error exit code 1 Stop. Hong [[alternative HTML version deleted]]
Ben Bolker
2011-Jun-28 19:21 UTC
[R] R-Installation on Unix -- "Make: Don't know how to make #. Stop."
Zhou, Hong <ZHOU <at> email.chop.edu> writes:> ./configure was run successfully on my HP-UX ia64 server with exit=0, > but when type make at prompt, get this > error "Make: Don't know how to make #. Stop." Does anyone has > any clues about this message? Thank you very much! > #make > Rmath.h is unchanged > `libRblas.sl' is up to date. > /app/R/R-2.13.0/lib/libRblas.sl is unchanged > `libbz2.a' is up to date. > `libpcre.a' is up to date. > `libz.a' is up to date. > ../../../src/include/libintl.h is unchanged > ../../../include/libintl.h is unchanged > `charsetalias.h' is up to date. > `libintl.a' is up to date. > `libtre.a' is up to date. > `liblzma.a' is up to date. > Make: Don't know how to make #. Stop. > *** Error exit code 1 > Stop.I don't know, but this might be more appropriately posted to the R-devel list. It doesn't seem that anyone has asked on the R-devel list for quite a while ... http://finzi.psych.upenn.edu/cgi-bin/namazu.cgi? [UNBREAK THIS LINE] query=hp-ux+ia64&max=100&result=normal&sort=score&idxname=R-devel https://stat.ethz.ch/pipermail/r-help/2010-January/224757.html
Prof Brian Ripley
2011-Jun-29 05:06 UTC
[R] R-Installation on Unix -- "Make: Don't know how to make #. Stop."
(a) Most likely you need GNU make: what are you using? (See the 'R Installation and Administration' manual.) This does not look like normal GNU make (which does not call itself 'Make'). (b) R-devel is the list for such questions: see the posting guide. On Tue, 28 Jun 2011, Zhou, Hong wrote:> Hi, all, > > ./configure was run successfully on my HP-UX ia64 server with exit=0, but when type make at prompt, get this error "Make: Don't know how to make #. Stop." Does anyone has any clues about this message? Thank you very much! > #make > Rmath.h is unchanged > `libRblas.sl' is up to date. > /app/R/R-2.13.0/lib/libRblas.sl is unchanged > `libbz2.a' is up to date. > `libpcre.a' is up to date. > `libz.a' is up to date. > ../../../src/include/libintl.h is unchanged > ../../../include/libintl.h is unchanged > `charsetalias.h' is up to date. > `libintl.a' is up to date. > `libtre.a' is up to date. > `liblzma.a' is up to date. > Make: Don't know how to make #. Stop. > *** Error exit code 1 > Stop. > Hong > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >-- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595