Re: [Qemu-devel] Patch for 64 bit mingw compilation

2015-05-04 Thread Joseph Hindin
Hi The changes appear to be necessary. I was building Windows QEMU GA on Fedora 21, MINGW cross-compiler v. 4.9.2, build 20141030, Fedora MinGW 4.9.2-1.fc21 and before the changes, linking failed. Below is the building log for qga-vss.dll before the changes: - $ make qga/vss-win32/qga-vss.

Re: [Qemu-devel] Patch for 64 bit mingw compilation

2015-05-03 Thread Olga Krishtal
On 11/03/15 17:51, Joseph Hindin wrote: Hi When compiling the QEMU Guest Agent with 64-bit MinGW toolchain version 4.9.2, I run into the following problem: qga-vss.dll linking failed as linker reported a lot of unresolved symbol __stack_chk_fail errors stemming from the stack protection. The

Re: [Qemu-devel] Patch for 64 bit mingw compilation

2015-03-12 Thread Stefan Hajnoczi
On Wed, Mar 11, 2015 at 04:51:02PM +0200, Joseph Hindin wrote: >When compiling the QEMU Guest Agent with 64-bit MinGW toolchain version > 4.9.2, I run into the following problem: qga-vss.dll linking failed as > linker reported a lot of unresolved symbol __stack_chk_fail errors stemming > from t

[Qemu-devel] Patch for 64 bit mingw compilation

2015-03-11 Thread Joseph Hindin
Hi When compiling the QEMU Guest Agent with 64-bit MinGW toolchain version 4.9.2, I run into the following problem: qga-vss.dll linking failed as linker reported a lot of unresolved symbol __stack_chk_fail errors stemming from the stack protection. The attached patch solves the problem by addin