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
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
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
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
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
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
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