Re: [Rcpp-devel] Running RcppArmadillo on Mac OS X 10.7

2012-06-14 Thread Chris Jefferson
ssage- From: rcpp-devel-boun...@lists.r-forge.r-project.org [mailto:rcpp-devel-boun...@lists.r-forge.r-project.org] On Behalf Of Chris Jefferson Sent: Wednesday, June 13, 2012 1:36 PM To: Michael Hannon Cc: Rcpp-devel@lists.r-forge.r-project.org Subject: Re: [Rcpp-devel] Running RcppArmadillo on M

Re: [Rcpp-devel] Running RcppArmadillo on Mac OS X 10.7

2012-06-13 Thread Steve Lianoglou
age- > From: rcpp-devel-boun...@lists.r-forge.r-project.org > [mailto:rcpp-devel-boun...@lists.r-forge.r-project.org] On Behalf Of > Chris Jefferson > Sent: Wednesday, June 13, 2012 1:36 PM > To: Michael Hannon > Cc: Rcpp-devel@lists.r-forge.r-project.org > Subject: Re: [Rcpp-deve

Re: [Rcpp-devel] Running RcppArmadillo on Mac OS X 10.7

2012-06-13 Thread MISRA, SANJOG
-devel] Running RcppArmadillo on Mac OS X 10.7 On 13/06/12 18:34, Michael Hannon wrote: > Chris Jefferson wrote: > >> I have been successfully using Rcpp for a while, and recently started >> trying to use RcppArmadillo. I found it worked fine on linux, but on >>

Re: [Rcpp-devel] Running RcppArmadillo on Mac OS X 10.7

2012-06-13 Thread Chris Jefferson
On 13/06/12 18:34, Michael Hannon wrote: Chris Jefferson wrote: I have been successfully using Rcpp for a while, and recently started trying to use RcppArmadillo. I found it worked fine on linux, but on Mac OS X 10.7, it fails. . . . The udnerlying error seems to be that I do not have 'libg

Re: [Rcpp-devel] Running RcppArmadillo on Mac OS X 10.7

2012-06-13 Thread Michael Hannon
Chris Jefferson wrote: > I have been successfully using Rcpp for a while, and recently started > trying to use RcppArmadillo. I found it worked fine on linux, but on > Mac OS X 10.7, it fails. > . . . > The udnerlying error seems to be that I do not have 'libgfortran'. > This is indeed true, as f

[Rcpp-devel] Running RcppArmadillo on Mac OS X 10.7

2012-06-13 Thread Chris Jefferson
I have been successfully using Rcpp for a while, and recently started trying to use RcppArmadillo. I found it worked fine on linux, but on Mac OS X 10.7, it fails. Even the trivial example below fails, with the errors shown at the bottom. library(inline) f = cxxfunction(signature(x="numeric"), ";