Fedora and library name
Russel Winder via digitalmars-d-ldc
digitalmars-d-ldc at puremagic.com
Tue May 2 11:24:37 PDT 2017
On Tue, 2017-05-02 at 19:13 +0200, Mike Wey via digitalmars-d-ldc
wrote:
> On 05/02/2017 08:56 AM, Russel Winder via digitalmars-d-ldc wrote:
> > I need some data to (hopefully) win an argument…
> >
> > Some time back (the period and version number is part of the issue)
> > on
> > Fedora, the LDC package used to use the name libphobos-ldc.so
> > whilst
> > the very same version of LDC on Debian used libphobos2-ldc.so. At
> > that
> > time, I put in a special exception in the ldc tool of SCons to
> > cover
> > this. It's ugly.
> >
> > I now see that the LDC package on Fedora uses libphobos2-ldc.so the
> > same as Debian (and I assume everyone else).
>
> I don't know when Fedora switched, but Archlinux uses liblphobos2.so
> ;)
This could be an Oh #### :-(
So when compiling for shared object usage on Arch you have to use the
command line options:
-shared -defaultlib=lphobos
instead of:
-shared -defaultlib=phobos2-ldc
It seems then that no-one using Arch is using SCons working with D.
Is there any way of getting CI on Arch for a person who uses only
Debian and Fedora?
--
Russel.
=============================================================================
Dr Russel Winder t: +44 20 7585 2200 voip: sip:russel.winder at ekiga.net
41 Buckmaster Road m: +44 7770 465 077 xmpp: russel at winder.org.uk
London SW11 1EN, UK w: www.russel.org.uk skype: russel_winder
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: This is a digitally signed message part
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-ldc/attachments/20170502/c2ec8074/attachment.sig>
More information about the digitalmars-d-ldc
mailing list