Skip to content

Trouble compiling R-1.3.0 under Tru64

3 messages · Kurt Hornik, Kjetil Kjernsmo

#
Why would you get 
  ../../../../share/make/../../../../etc/Makeconf
(all in one)?

The ctest Makefile has

top_builddir = ../../../..
R_HOME = $(top_builddir)
include $(top_builddir)/share/make/shlib.mk

and shlib.mk has

include $(R_HOME)/etc/Makeconf

???

Which version of make is this?

-k
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel 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-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
On Tue, 26 Jun 2001, Kurt Hornik wrote:

            
I have no idea....
Yes, this had me confused as well...
Ahem...:
alnair:~/src/R-1.3.0> make -v
Make: Unknown flag argument v.  Stop.
Oh well, this is chaotic. All I know about this make is that
alnair:~/src/R-1.3.0> ls -l `which make`
lrwxrwxrwx   1 root     system        15 Mar 25  1999 /bin/make -> ../ccs/bin/make

It seems I do have gmake version 3.79.1 as well, but it resulted in the
same error.

And I can't find g77....

Best,

Kjetil
#
On Tue, 26 Jun 2001, Kjetil Kjernsmo wrote:

            
Whoops, no sorry, it works with gmake 3.79.1! (I configured with
MAKE=/local/gnu/bin/make, but ran /bin/make). But I don't know yet if it
will pass make check.

Best,

Kjetil