Hi Rcpp list,

the CRAN maintainers still don't seem to be too happy about the dependence on 
GNU make that gets introduced by $(shell) in the Makevars files.

The package I recently submitted to CRAN, RSNNS, uses exactly the same 
mechanism as proposed in the Rcpp vignette or is implemented e.g. in termstrc 
and many other Rcpp packages.

Brian Ripley proposed now in an email on [email protected] to just use:

PKG_LIBS = `$(R_HOME)/bin/Rscript -e "Rcpp:::LdFlags()"`

Is this a solution? Or are there other drawbacks?

As it seems to me that this problem is not so much a problem of a specific 
package, as more a general Rcpp problem, I'd like to discuss this topic here..

Regards,
Christoph
_______________________________________________
Rcpp-devel mailing list
[email protected]
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel

Reply via email to