Re: [Rcpp-devel] Use a compiled .so file that uses RcppArmadillo

2013-05-23 Thread Dirk Eddelbuettel
On 23 May 2013 at 11:33, Xiao He wrote: | Dear listers, | | To compile a C++ code that makes use of RcppArmadillo, one needs to have | Fortran installed on the computer. After compiling the code, if I would like to | use the compiled code on a computer that doesn't have Fortran, does it mean I |

[Rcpp-devel] Use a compiled .so file that uses RcppArmadillo

2013-05-23 Thread Xiao He
Dear listers, To compile a C++ code that makes use of RcppArmadillo, one needs to have Fortran installed on the computer. After compiling the code, if I would like to use the compiled code on a computer that doesn't have Fortran, does it mean I will also need to install it on that computer? Than