Skip to content
Back to formatted view

Raw Message

Message-ID: <1339573327.2573.67.camel@netbook>
Date: 2012-06-13T07:42:07Z
From: Matt Dowle
Subject: How to change name of .so/.dll
In-Reply-To: <E548F53E-0B01-4DEF-A976-4CA0B802A014@r-project.org>

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, unfortunately). AFAIR you don't need to mess with install.libs because the default is to install all shlibs in the directory.
> 
> Cheers,
> Simon

Huge thank you, Simon. Works perfectly. +100!

Matthew