Kirill Makurin wrote: > This is the only issue I have encountered using clang-cl.exe. Everything else > works just fine. > > Actually, I tried to rebuild everything from scratch with clang-cl.exe and > noticed that iconv-2.dll, when built with clang-cl exports sprintf symbol
There's no reason why GNU libiconv's shared library should export the 'sprintf' symbol. Try looking how sprintf is defined in the MSVC headers, and then, which .obj file exports it. Bruno