On 11 July 2013 at 15:12, Anwar Ludin wrote:
| Hello,
| 
| When building a rcpp package is there a way of forcing -fPIC instead of -fpic 
during package compilation? I 'm using RStudio as my main IDE and the package 
is built using

That is an RStudio question, and they have it all documented.

Set it under (IIRC) project options, else use ~/.R/Makevars and have it work
for all R compilation, inside or outside of RStudio.

Dirk
 
| R CMD INSTALL --preclean --no-multiarch <package_compilation>
| 
| Thanks!
| _______________________________________________
| Rcpp-devel mailing list
| Rcpp-devel@lists.r-forge.r-project.org
| https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel

-- 
Dirk Eddelbuettel | e...@debian.org | http://dirk.eddelbuettel.com
_______________________________________________
Rcpp-devel mailing list
Rcpp-devel@lists.r-forge.r-project.org
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel

Reply via email to