R 2.2.1 installation trouble on SGI/Sun (PR#8575)
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
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 "${rdocdir}"; then
Yes, that's the trick.
We'll alter the script in that case. Thanks for testing the fix.
-- Atro Tossavainen (Mr.) / The Institute of Biotechnology at Systems Analyst, Techno-Amish & / the University of Helsinki, Finland, +358-9-19158939 UNIX Dinosaur / employs me, but my opinions are my own. < URL : http : / / www . helsinki . fi / %7E atossava / > NO FILE ATTACHMENTS
______________________________________________ R-devel at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel
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 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595