[R] Building Problem

Prof Brian Ripley ripley at stats.ox.ac.uk
Wed Nov 8 17:01:22 CET 2006


On Wed, 8 Nov 2006, JSteiner at unil.ch wrote:

> Hi,
>
> I'ma having some troubles installing R under Unix.

What is 'Unix' here?  Please be as specific as you can be, e.g. what does 
'uname -a' say?

[...]

> gmake[4]: Entering directory
> `/usr/local/R_HOME/R-2.4.0/src/extra/bzip2'
> rm -f libbz2.a
> false cr libbz2.a blocksort.o bzlib.o compress.o crctable.o
> decompress.o huffman.o randtable.o
> gmake[4]: *** [libbz2.a] Error 1

You are missing the 'ar' command. E.g. under Solaris it is in /usr/ccs/bin
which is not normally in the path, but you haven't given us much to go on 
except to guess wildly.

-- 
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 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595



More information about the R-help mailing list