On Tue, 1 Jun 2004, Frank E Harrell Jr wrote: > Thanks very much Martin. I think you've hit on it. The problem seems > to have to do with the order in which I install Hmisc using regular > (non-shared) R (installed the usual Debian way) with regard to when I > run CMD check under R-devel. I configured R-devel using --enable-shared > (if this matters) and ran R-devel CMD check "fresh" and all seems to be > well. Thanks for your insight. In the future I think I'll just remove > the *.o files from regular R before running CMD check. I am surprised > that R-devel and R 1.9 are inconsistent on this point. -Frank
Take a look at the NEWS file. In R-devel, if --enable-R-shared (sic) is specified libR.so is always used, even by R.bin. There are several reasons for the change, one of which is that libR.so actually gets tested. -- 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 ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel