dmd 2.063 beta 5

Ellery Newcomer ellery-newcomer at utulsa.edu
Fri May 24 22:13:09 PDT 2013


On Tuesday, 21 May 2013 at 20:36:20 UTC, Walter Bright wrote:
>
> Join the dmd beta mailing list to keep up with the betas. This 
> one is pretty much good to go, unless something disastrous 
> crops up.
>
> http://ftp.digitalmars.com/dmd2beta.zip
>
> Remaining regressions:
>
> http://d.puremagic.com/issues/buglist.cgi?query_format=advanced&bug_severity=regression&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED

<repost in case the ether ate the last one>

just tried building a shared lib with

dmd -fPIC -defaultlib=phobos2so -shared {infiles} -of{outfile}

on ubuntu 12.10 64bit.

during link, it wants libphobos2so.so, but during run it wants 
libphobos2.so.0.63


More information about the Digitalmars-d-announce mailing list