Re: [Rcpp-devel] Using GSL in R with Rcpp

2014-04-02 Thread Dirk Eddelbuettel
On 2 April 2014 at 14:26, Petre Caraiani wrote: | It seems that I am able to run the example in RcppGSL-intro.pdf, section 6, as | far as I use the 32 bits R version. | So, should I just use cxxfunction, or is there another way to make sourceCpp | work for me too? May I suggest you take a look at

Re: [Rcpp-devel] Using GSL in R with Rcpp

2014-04-02 Thread Petre Caraiani
It seems that I am able to run the example in RcppGSL-intro.pdf, section 6, as far as I use the 32 bits R version. So, should I just use cxxfunction, or is there another way to make sourceCpp work for me too? Thanks! On Wed, Apr 2, 2014 at 11:14 AM, Petre Caraiani wrote: > Hello! > I am trying t

Re: [Rcpp-devel] Using GSL in R with Rcpp

2014-04-02 Thread Dirk Eddelbuettel
On 2 April 2014 at 11:14, Petre Caraiani wrote: | Hello! | I am trying to run the example here: | http://gallery.rcpp.org/articles/gsl-colnorm-example/ | | I get the following error: | | g++ -m64 -I"C:/R/R-30~1.3/include" -DNDEBUG -IC:/GSl-1.16/include -I"E: | /Users/peter/Documents/R/win-li