From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53103) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YopdX-00064b-K0 for qemu-devel@nongnu.org; Sun, 03 May 2015 04:52:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YopdU-0003dn-FR for qemu-devel@nongnu.org; Sun, 03 May 2015 04:52:31 -0400 Received: from relay.parallels.com ([195.214.232.42]:34836) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YopdU-0003dU-6y for qemu-devel@nongnu.org; Sun, 03 May 2015 04:52:28 -0400 Message-ID: <5545DD43.6020503@parallels.com> Date: Sun, 3 May 2015 11:33:07 +0300 From: Olga Krishtal MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Patch for 64 bit mingw compilation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Joseph Hindin , qemu-devel@nongnu.org Cc: Michael Roth 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 attached patch solves the problem by adding > libssp to the qga-vss.dll libraries list. > > Regards, > Joseph Hindin > Are you sure that it is necessary? I worked with VSS-provider in order to check it on 64 bit platform (Win Server 2008) , and I did not have such problems.