Kirill Makurin wrote: > Yes, this is very strange that iconv-2.dll exports sprintf symbol... > > I tried to examine object files with dumpbin.exe to find out which of them > defines sprintf, but there is no such object file.
This is very strange. In my builds with MSVC+clang I use CC="$HOME/msvc/compile clang-cl -ferror-limit=0" CFLAGS="-MD -O2" LD="link" NM="dumpbin -symbols" STRIP=":" AR="$HOME/msvc/ar-lib lib" RANLIB=":" I'd suggest to try some of these values. Bruno