How to link *.a file on Windows?
Mike Parker via Digitalmars-d
digitalmars-d at puremagic.com
Thu Sep 22 22:55:45 PDT 2016
On Thursday, 22 September 2016 at 17:09:38 UTC, Brian wrote:
> I use cygwin build a C++ lib file:
>
> libmemcached.a
>
> but, how to link it to my dub project?
I don't know of any D compiler that supports Cygwin. There are
older releases of LDC built on top of MinGW and GDC has had some
releases for Windows, but I don't believe you'd be able to use
anything generated by the Cygwin toolchain with those.
More information about the Digitalmars-d
mailing list