Re: [Rcpp-devel] PKG_CPPFLAGS and PKG_LIBS not being picked for compilation

2014-04-23 Thread Dirk Eddelbuettel
Hi Chaomei, On 23 April 2014 at 14:57, Chaomei Lo wrote: | I am testing the TRNG (Random number generation) using Rcpp, but it seems like | the PKG_CPPFLAGS and PKG_LIBS not being picked for compilation and creating | shared library.  I invoked the R shell right above the “trng”. I would recomm

[Rcpp-devel] PKG_CPPFLAGS and PKG_LIBS not being picked for compilation

2014-04-23 Thread Chaomei Lo
Hi, Dirk, I am testing the TRNG (Random number generation) using Rcpp, but it seems like the PKG_CPPFLAGS and PKG_LIBS not being picked for compilation and creating shared library. I invoked the R shell right above the “trng”. > getwd() [1] "/people/mei/trng-4.15" > library(Rcpp) > Sys.se