On 11/01/2016 08:26 AM, Peter Maydell wrote:
i686-w64-mingw32 builds fail to link :-(
exec.o: In function `qemu_flockfile':
/home/petmay01/linaro/qemu-for-merges/include/sysemu/os-win32.h:110:
undefined reference to `_imp___lock_file'
exec.o: In function `qemu_funlockfile':
/home/petmay01/linaro/qemu-for-merges/include/sysemu/os-win32.h:115:
I see the symbols present in libmsvcrt.a. I wonder why it isn't being seen.
Oh well. I'm going to simply disable file locking for mingw32 and let someone
who cares deal with it later. The situation with logging is no worse than
before the patch.
r~