On Tue, 5 Apr 2005, Kurt Hornik wrote:

Bjørn-Helge Mevik writes:

I've just tested R-alpha_2005-03-31.tar.gz.  ./configure and make
ran without any apparent errors, but make check failed:

### ** Examples

help.search("linear models") # In case you forgot how to fit linear
Error in iconv(db[[i]][ind, ], enc, "") : 'iconv' is not available on this 
system
Execution halted

Can you try again with a current (SVN) version of r-devel?

You will need to test this in a non-C locale. I wondered why this was working on my Solaris systems without iconv, but they are all in C.
Testing in LANG=en_GB shows that the recent patches have indeed resolved this.



The parts of the output fron ./configure that meantion "iconv" is

checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for iconv... yes
checking whether iconv() accepts "UTF-8" and "latin1"... no

That's the first time I have seen a Linux system fail that test ....

--
Brian D. Ripley,                  [EMAIL PROTECTED]
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
______________________________________________
R-devel@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to