Walter,

DMD 1 looks for libphobos.a whilst DMD 2 looks for libphobos2.a  This
has turned out to be a minor irritant for SCons.  Currently DMD 1 and
DMD 2 both have dmd, rdmd, etc. so the command names are all the same
yet the library name is different.  DMD 1 and DMD 2 could coexist --
which they cannot do currently -- if DMD 2 had dmd2, rdmd2, etc. with
libphobos2.a to match.   

On Mon, 2011-01-03 at 14:48 -0800, Walter Bright wrote:
> Currently, dmd simply looks for libphobos.a
> 
> I suggest changing it to:
> 
>     lib32/libphobos.a    for -m32
>     lib64/libphobos.a    for -m64
> _______________________________________________
> phobos mailing list
> [email protected]
> http://lists.puremagic.com/mailman/listinfo/phobos

-- 
Russel.
=============================================================================
Dr Russel Winder      t: +44 20 7585 2200   voip: sip:[email protected]
41 Buckmaster Road    m: +44 7770 465 077   xmpp: [email protected]
London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
phobos mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/phobos

Reply via email to