Re: [Rcpp-devel] Remove hard-coded path to /usr/bin in Makevars

2013-04-27 Thread Valentin Kuznetsov
Hi Dirk, environment variable is not that bad and I'm ok with such solution. Valentin. On Apr 27, 2013, at ,Apr 27, 9:52 AM, Dirk Eddelbuettel wrote: > > On 26 April 2013 at 20:11, Valentin Kuznetsov wrote: > | Simon, > | > | > > | > I suppose it would be possi

Re: [Rcpp-devel] Remove hard-coded path to /usr/bin in Makevars

2013-04-26 Thread Valentin Kuznetsov
Simon, > > I suppose it would be possible to replace it simply with > @-install_name_tool -id $(R_PACKAGE_DIR)/lib$(R_ARCH)/$(USERLIB) > $(USERLIB) 2>/dev/null I'll leave it up to you (or to developers) to decide. In any case it would be appropriate to document this use case and provide

Re: [Rcpp-devel] Remove hard-coded path to /usr/bin in Makevars

2013-04-26 Thread Valentin Kuznetsov
f required tools. If it is required I can write one. Regards, Valentin. On Apr 26, 2013, at ,Apr 26, 5:54 PM, Dirk Eddelbuettel wrote: > > Hi Valentin, > > Thanks for subscribing. > > On 26 April 2013 at 17:08, Valentin Kuznetsov wrote: > | Hi, > | this is re-post from &g

[Rcpp-devel] Remove hard-coded path to /usr/bin in Makevars

2013-04-26 Thread Valentin Kuznetsov
Hi, this is re-post from https://r-forge.r-project.org/tracker/?func=detail&atid=637&aid=2743&group_id=155 as been advised by Dirk. I was unable to build Rcpp due to the fact that on my system I use another compiler (it is installed from MacPorts in /opt/local/bin area). The Rcpp/src/Makevars us