libgmp-3.dll missing from windows binary release
Daniel Green
venix1 at gmail.com
Sun Mar 25 06:09:56 PDT 2012
On 3/25/2012 5:10 AM, Manu wrote:
> Are there work arounds if I should happen to run in to this? GDC is
> currently the only win64 compiler. I'm putting a lot of faith it in for
> the time being.
Until it's found why it happens, I can't say how to avoid it. Roughly I
think it may be related to the following scenario spread among multiple
source files but I haven't been able to reproduce it yet.
interface IA {}
interface IB {}
class CA : IA {}
class CB : CA, IB {}
More has to happen like having methods defined as well.
It's important to me to have a working MinGW64 GDC compiler as well. I
just have to finish converting the testsuite to DejaGNU and it'll be the
next thing I do.
More information about the D.gnu
mailing list