Re: [Rd] tcltk wish: Add tclObj.raw method for converting raw vectors to tclObj

2012-06-13 Thread Charlie F
I have added a proposed patch to the bug report I opened earlier. It can be found here: https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14939 A recent version of R-devel modified with this patch builds and checks successfully for me on a i686-pc-linux-gnu (32-bit) system. I don't see why this

Re: [Rd] How to change name of .so/.dll

2012-06-13 Thread Matthew Dowle
> On 12-06-13 4:45 AM, Matthew Dowle wrote: >> Matthew Dowle mdowle.plus.com> writes: >> >>> >>> On Tue, 2012-06-12 at 20:38 -0400, Simon Urbanek wrote: Something like all: $(SHLIB) mv $(SHLIB) datatable$(SHLIB_EXT) should do the trick (resist the temptation

Re: [Rd] How to change name of .so/.dll

2012-06-13 Thread Duncan Murdoch
On 12-06-13 4:45 AM, Matthew Dowle wrote: Matthew Dowle mdowle.plus.com> writes: On Tue, 2012-06-12 at 20:38 -0400, Simon Urbanek wrote: Something like all: $(SHLIB) mv $(SHLIB) datatable$(SHLIB_EXT) should do the trick (resist the temptation to create a datatable$(SHLIB_EXT) ta

Re: [Rd] How to change name of .so/.dll

2012-06-13 Thread Matthew Dowle
Matthew Dowle mdowle.plus.com> writes: > > On Tue, 2012-06-12 at 20:38 -0400, Simon Urbanek wrote: > > Something like > > > > all: $(SHLIB) > > mv $(SHLIB) datatable$(SHLIB_EXT) > > > > should do the trick (resist the temptation to create a datatable$(SHLIB_EXT) target - it doesn't wo

Re: [Rd] How to change name of .so/.dll

2012-06-13 Thread Matthew Dowle
On Tue, 2012-06-12 at 20:38 -0400, Simon Urbanek wrote: > Something like > > all: $(SHLIB) > mv $(SHLIB) datatable$(SHLIB_EXT) > > should do the trick (resist the temptation to create a datatable$(SHLIB_EXT) > target - it doesn't work due to the makefile loading sequence, > unfortunatel