From: Peter Dalgaard BSA (p.dalgaard@biostat.ku.dk)
Date: Thu 19 Jul 2001 - 20:57:25 EST
Message-id: <x24rs9jiei.fsf@blueberry.kubism.ku.dk>
Laurent Gautier <laurent@cbs.dtu.dk> writes:
> ...but the 'make' step ends with the following lines:
>
>
> ----------------------
> building package `base'
> mkdir ../../../library/base
> mkdir ../../../library/base/R
> mkdir ../../../library/base/data
> mkdir ../../../library/base/demo
> building package `ctest'
> mkdir ../../../library/ctest
> mkdir ../../../library/ctest/R
> Make: Cannot open ../../../../share/make/../../../../etc/Makeconf.
....
> Did anybody encountered this (and would know how to overcome it) ?
> (I am certainly doing silly somewhere.... but WHERE ?)
The symptoms look familiar. I think we've seen this before and a fix
was to use GNU make instead of the system-supplied one. (The recursive
Makefiles may make it necessary to set $MAKE i.e.
MAKE=gmake gmake
on Bourne shell systems and whatever it takes to get the same effect
in csh).
My memory feels a little rusty on this, you may want to look back into
the mailing list archives.
-- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - (p.dalgaard@biostat.ku.dk) FAX: (+45) 35327907 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
This archive was generated by hypermail 2.1.3 : Wed 10 Mar 2004 - 08:18:20 EST