Jussi Piitulainen
2005-Nov-28 14:41 UTC
[Rd] No Rmath.h when making just standalone library
When making only the standalone math library, include/Rmath.h is not there, so compilation fails. A solution is to go to src/include/ and just say `make Rmath.h' there first. This is with R-2.2.0 on GNU/Linux on i686. The failing steps are: tar xzf ../R-2.2.0.tar.gz ./configure cd src/nmath/standalone make Would be nice if this worked, or if the issue were just mentioned in src/nmath/standalone/README.
Prof Brian Ripley
2005-Nov-28 15:28 UTC
[Rd] No Rmath.h when making just standalone library
On Mon, 28 Nov 2005, Jussi Piitulainen wrote:> When making only the standalone math library, include/Rmath.h > is not there, so compilation fails. A solution is to go to > src/include/ and just say `make Rmath.h' there first. > > This is with R-2.2.0 on GNU/Linux on i686. The failing steps > are: > > tar xzf ../R-2.2.0.tar.gz > ./configure > cd src/nmath/standalone > make > > Would be nice if this worked, or if the issue were just > mentioned in src/nmath/standalone/README.It used to work as documented, and now does again. Thank you for the report. -- 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