Re: [Rd] RcppArmadillo compilation error: R CMD SHLIB returns status 1

2011-12-08 Thread Paul Viefers
Having followed the suggestion by Duncan, the shell returned literally nothing. No error message and no *.so file anywhere on my HDD. I also suspect that there is something wrong with my compiler setup, which I have struggled with quite a while. Maybe this is a good opportunity to write a less te

Re: [Rd] RcppArmadillo compilation error: R CMD SHLIB returns status 1

2011-12-07 Thread Douglas Bates
On Dec 6, 2011 8:30 AM, "Duncan Murdoch" wrote: > > On 05/12/2011 1:22 PM, Paul Viefers wrote: >> >> Dear all, >> >> running the example by D. Eddebuettel ( http://dirk.eddelbuettel.com/blog/2011/04/23/) I get an error message. Specifically, the R code I was taking from the above example is >> >>

Re: [Rd] RcppArmadillo compilation error: R CMD SHLIB returns status 1

2011-12-06 Thread Duncan Murdoch
On 05/12/2011 1:22 PM, Paul Viefers wrote: Dear all, running the example by D. Eddebuettel (http://dirk.eddelbuettel.com/blog/2011/04/23/) I get an error message. Specifically, the R code I was taking from the above example is ### BEGIN EXAMPLE ### suppressMessages(require(RcppArmadillo)) su

[Rd] RcppArmadillo compilation error: R CMD SHLIB returns status 1

2011-12-06 Thread Paul Viefers
Dear all, running the example by D. Eddebuettel (http://dirk.eddelbuettel.com/blog/2011/04/23/) I get an error message. Specifically, the R code I was taking from the above example is ### BEGIN EXAMPLE ### suppressMessages(require(RcppArmadillo)) suppressMessages(require(Rcpp)) suppressMessage