Linking on MS Windows.

ciechowoj via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Aug 5 11:28:48 PDT 2016


Is default dmd linker (on MS Windows, OPTILINK) supposed to link 
against static libraries created with Visual Studio?

Specifically I want to link a project compiled on windows with 
dmd against pre-compiled library `libclang.lib` from LLVM suite. 
I'm pretty sure they used Visual Studio to compile the library.


More information about the Digitalmars-d-learn mailing list