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
> 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
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
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
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