Did you look at the notes on MacOS X in the R-admin manual (as the INSTALL file asks)? That would have told you why lapack failed, and I think you should redo your build following the advice there.
On Tue, 29 Jun 2004, James Howison wrote: [...] > then did > > ./configure --prefix=$HOME/Rinstall/ --enable-R-framework=no > --with-x=no --with-lapack=no Note --with-blas='-framework vecLib' --with-lapack is `strongly recommended', and on some versions of MacOS X `appears to be the only way to build R'. > and then > > make > > This basically worked but for some reason lapack was still trying to > build and that was failing, so I deleted it from the appropriate > makefile and the rest of the compile went fine. The lapack confusion > stopped some of the recommended modules from building but I didn't need > those (just sna which built fine from CRAN). [...] -- 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-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
