On 06/12/2016 3:59 AM, Mike Parker wrote: snip
Also, let's be clear here, the errors you saw above are linker errors, not DUB errors. This one in particular is very common on Windows when using the MS linker: warning LNK4098: defaultlib 'LIBCMTD' conflicts with use of other libs; use /NODEFAULTLIB:library It's normally because you're linking in libs compiled against different versions of the C standard library. Google should help you out there.
Or in unDEFERS case, Cygwin and dmc's (which is 100% against Cygwin's design).