Re: [Rcpp-devel] Compiler errors with RcppGSL

2014-11-13 Thread Devin Heer
ing the environment variable, RcppGSL still searches at this particular place, which is obviously the place the compiler is expecting the GSL library. Where does the g++ compiler take that information from? How I can adjust for that second location? Regards Devin On Thu, Nov 13, 2014 at

Re: [Rcpp-devel] Compiler errors with RcppGSL

2014-11-12 Thread Devin Heer
Eddelbuettel wrote: > > Hi Devin, > > On 12 November 2014 at 15:13, Devin Heer wrote: > | Thus, I would really like to get the RcppGSL package up and running. I > have > | downloaded the GSL library and saved it in the same folder where the > header > | file Rcpp.h is lo

[Rcpp-devel] Compiler errors with RcppGSL

2014-11-12 Thread Devin Heer
Hello I am trying to translate one R function into C++ by using Rcpp. This function makes use of hyperg_2F1 from the gsl package. Thus, I would really like to get the RcppGSL package up and running. I have downloaded the GSL library and saved it in the same folder where the header file Rcpp.h is l