On 1/12/2013 5:37 PM, Vladimir Panteleev wrote:
By the way, I noticed this in README-gdc-mingw.txt:

Includes D1 and D2 compilers.  Defaults to D1,
D2 can be used by specifying -v2.
-v2 must be used if GDC is used for linking.

And in the gdmd perl script:

    } elsif ( $arg =~ m/^-v1$/ ) {
        push @out, '-fd-version=1';

gdc doesn't seem to accept neither -fd-versionX nor -vX switches, so I
assume the above are both outdated.

Thanks for bringing that to my attention. That file is need of an update as I've removed that several months back.

Reply via email to