Re: [Rd] R 2.2.1 installation trouble on SGI/Sun (PR#8575)

2006-02-08 Thread Prof Brian Ripley
On Wed, 8 Feb 2006, Atro Tossavainen wrote: > Dear Prof Ripley, > > > Thank you for the reply. Setting these variables explicitly on the make > > install line should help. > > I just fixed them in Makeconf explicitly and it's OK now. > > > I have a guess at the shell problem. Configure contains

Re: [Rd] R 2.2.1 installation trouble on SGI/Sun (PR#8575)

2006-02-08 Thread Atro Tossavainen
Dear Prof Ripley, > Thank you for the reply. Setting these variables explicitly on the make > install line should help. I just fixed them in Makeconf explicitly and it's OK now. > I have a guess at the shell problem. Configure contains > > if test -z ${rdocdir}; then > rdocdir='${rhome}/doc

Re: [Rd] R 2.2.1 installation trouble on SGI/Sun (PR#8575)

2006-02-08 Thread Brian D Ripley
Thank you for the reply. Setting these variables explicitly on the make install line should help. I have a guess at the shell problem. Configure contains if test -z ${rdocdir}; then rdocdir='${rhome}/doc' fi and maybe test -z is broken. Does it help to add quotes as in if test -z "${rdocdi

Re: [Rd] R 2.2.1 installation trouble on SGI/Sun (PR#8575)

2006-02-08 Thread Atro Tossavainen
Dear Prof Ripley, Thank you for your quick response! > Please do not send questions to R-bugs (especially as well as to R-devel). Sorry. I took the addresses from a response to an older question that I had received from Kurt Hornik. That message had been cc'd to both. > The thing you are gett

Re: [Rd] R 2.2.1 installation trouble on SGI/Sun (PR#8575)

2006-02-08 Thread ripley
Please do not send questions to R-bugs (especially as well as to R-devel). The thing you are getting as "" is from (see doc/Makefile) $(INSTALL_DATA) $(srcdir)/$${f} "$(rdocdir)"; \ What is rdocdir set to in Makeconf? It (and related quantities) should be rhome = ${libdir}/R rsharedi

[Rd] R 2.2.1 installation trouble on SGI/Sun (PR#8575)

2006-02-08 Thread Atro . Tossavainen
Hi, I'm upgrading to R 2.2.1 and have bumped into some problems. I have been successful with installing on x86 and PPC Linux, but am unable to install R on Solaris 7 and on IRIX 6.5. Configuration and compilation go through just fine, but "make install" fails: gmake[1]: Entering directory `/scr

[Rd] R 2.2.1 installation trouble on SGI/Sun

2006-02-08 Thread Atro Tossavainen
Hi, I'm upgrading to R 2.2.1 and have bumped into some problems. I have been successful with installing on x86 and PPC Linux, but am unable to install R on Solaris 7 and on IRIX 6.5. Configuration and compilation go through just fine, but "make install" fails: gmake[1]: Entering directory `/scr