Dec. 10, 2015
11:02 a.m.
On 09-12-15 23:11, Dale Henrichs wrote:
If you want to use Pharo-launcher with tODE images, then you need to copy the GemStone libraries (libgcirpc-*, libssl-*, and libgcits-*) into the pharo-vm directory used by the Pharo-launcher ... Whenever you download a new version of GemStone you will have to copy the gci libs for that version as well ...
Someone could of course add a launcher command for doing that. Is there a standard location where the last builds of these come from? Then some subclass of PhlAbstractTemplateGroup could provide access to it (with some further subclasses to arrive at the right nodes) and a PhlTemplateCommand could do the copying. Stephan