On 13 November 2014 at 13:24, Jon Clayden wrote: | Dear all, | | After recently updating to OS X 10.10, "Yosemite", and recompiling R | 3.1.2, I'm reinstalling various packages, but running into trouble | with RcppArmadillo. | | I configured R with | | ./configure --with-blas="-framework Accelerate" --with-lapack | --enable-memory-profiling --with-system-zlib --without-internal-tzcode | CC=clang CXX=clang++ OBJC=clang F77=gfortran-4.9 FC=gfortran-4.9 | CFLAGS="-mtune=native -g -O2" CXXFLAGS="-mtune=native -g -O2" | FFLAGS="-mtune=native -g -O2" FCFLAGS="-mtune=native -g -O2" | | The output from trying to install Rcpp and RcppArmadillo is at the | bottom of this email. | | My only thought is that it might be an issue with Accelerate on | Yosemite, but I'm not sure where the "_wrapper_ddot_" symbol is | expected to be found. Ideas welcome.
Beats me, and it is a first report of the issue. I do not see wrapper_ddot in either R, Rcpp or RcppArmadillo edd@max:~/svn/r-devel$ ag wrapper_ddot edd@max:~/svn/r-devel$ cd ~/git/rcpparmadillo edd@max:~/git/rcpparmadillo(master)$ ag wrapper_ddot edd@max:~/git/rcpparmadillo(master)$ cd ../rcpp edd@max:~/git/rcpp(master)$ ag wrapper_ddot edd@max:~/git/rcpp(master)$ (ag is a very fast and smart recursive grep; h/t to Kevin) Maybe try r-sig-mac ? Dirk -- http://dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org _______________________________________________ Rcpp-devel mailing list Rcpp-devel@lists.r-forge.r-project.org https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel