From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49552) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYzAo-0007ES-FY for qemu-devel@nongnu.org; Tue, 30 Sep 2014 11:17:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XYzAi-0007eo-9k for qemu-devel@nongnu.org; Tue, 30 Sep 2014 11:17:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46838) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYzAi-0007e5-1z for qemu-devel@nongnu.org; Tue, 30 Sep 2014 11:17:00 -0400 Message-ID: <542AC962.7000705@redhat.com> Date: Tue, 30 Sep 2014 17:16:50 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1412068324-19981-1-git-send-email-zhiyong.wzy@alibaba-inc.com> <542A77B6.5080306@redhat.com> <542AB8D9.8090400@redhat.com> In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] libcacard: fix compile error on glib2-2.12.3-4.el5 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Zhi Yong Wu Cc: QEMU Developers , Zhi Yong Wu Il 30/09/2014 17:09, Zhi Yong Wu ha scritto: >> > >> > So the problem seems to be with "-Wl,-fstack-protector-all". Where does >> > it come from? QEMU or some pkg-config file? >> > >> > Does it work if you configure with the --disable-stack-protector option? > Yes, it can work now, i'm very suprised by how you know it is the root reason? Because it is the only -f option that is passed to the linker. Paolo