Re: [phobos] New Linux phobos shared library

2013-07-09 Thread Jordi Sayol
On 09/07/13 15:49, H. S. Teoh wrote: > On Tue, Jul 09, 2013 at 06:52:44AM +0200, Jordi Sayol wrote: >> From dmd v2.063, release zip file includes Linux phobos shared >> libraries. As shared libraries are needed at runtime too, we should >> allow to install multiple versions of phobos shared libs

Re: [phobos] New Linux phobos shared library

2013-07-09 Thread Dicebot
On Tuesday, 9 July 2013 at 14:31:51 UTC, Jordi Sayol wrote: Programs dynamically links against SONAME, so it's more important than the real library name. What SONAME naming scheme you used in Arch Linux PKGBUILD? To my shame, default one is (.0.2) is used, completely forgot about it. Will bot

Re: [phobos] New Linux phobos shared library

2013-07-09 Thread Jordi Sayol
On 09/07/13 13:37, Dicebot wrote: > On Tuesday, 9 July 2013 at 04:53:01 UTC, Jordi Sayol wrote: >> I propose to name the shared phobos library as "libphobos2.so.0.nn.0", where >> "nn" is the current dmd version. The last zero is just for bug/regression >> fixes. > > This is exactly naming scheme

Re: [phobos] New Linux phobos shared library

2013-07-09 Thread H. S. Teoh
On Tue, Jul 09, 2013 at 06:52:44AM +0200, Jordi Sayol wrote: > From dmd v2.063, release zip file includes Linux phobos shared > libraries. As shared libraries are needed at runtime too, we should > allow to install multiple versions of phobos shared libs. at same > time. If not, every program c

Re: [phobos] New Linux phobos shared library

2013-07-09 Thread Dicebot
On Tuesday, 9 July 2013 at 04:53:01 UTC, Jordi Sayol wrote: I propose to name the shared phobos library as "libphobos2.so.0.nn.0", where "nn" is the current dmd version. The last zero is just for bug/regression fixes. This is exactly naming scheme I am already using in my Arch Linux PKGBUILD,