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.
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
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
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