Re: [Qemu-devel] [PATCH v2] libcacard: fix compile error on glib2-2.12.3-4.el5

2014-09-30 Thread Zhi Yong Wu
On Tue, Sep 30, 2014 at 11:16 PM, Paolo Bonzini wrote: > 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

Re: [Qemu-devel] [PATCH v2] libcacard: fix compile error on glib2-2.12.3-4.el5

2014-09-30 Thread Paolo Bonzini
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 supri

Re: [Qemu-devel] [PATCH v2] libcacard: fix compile error on glib2-2.12.3-4.el5

2014-09-30 Thread Zhi Yong Wu
On Tue, Sep 30, 2014 at 10:06 PM, Paolo Bonzini wrote: > Il 30/09/2014 15:57, Zhi Yong Wu ha scritto: >> libtool --mode=link --tag=CC c++ -m64 -D_GNU_SOURCE >> -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes >> -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes >>

Re: [Qemu-devel] [PATCH v2] libcacard: fix compile error on glib2-2.12.3-4.el5

2014-09-30 Thread Paolo Bonzini
Il 30/09/2014 15:57, Zhi Yong Wu ha scritto: > libtool --mode=link --tag=CC c++ -m64 -D_GNU_SOURCE > -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes > -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes > -fno-strict-aliasing -fno-common -Wendif-labels > -Wmissing-

Re: [Qemu-devel] [PATCH v2] libcacard: fix compile error on glib2-2.12.3-4.el5

2014-09-30 Thread Zhi Yong Wu
c++ -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -Wendif-labels -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wold-style-

Re: [Qemu-devel] [PATCH v2] libcacard: fix compile error on glib2-2.12.3-4.el5

2014-09-30 Thread Paolo Bonzini
Il 30/09/2014 11:12, Zhi Yong Wu ha scritto: > diff --git a/Makefile b/Makefile > index b33aaac..7cbf7dd 100644 > --- a/Makefile > +++ b/Makefile > @@ -149,6 +149,8 @@ ifneq ($(wildcard config-host.mak),) > include $(SRC_PATH)/tests/Makefile > endif > ifeq ($(CONFIG_SMARTCARD_NSS),y) > +CFLAGS +

[Qemu-devel] [PATCH v2] libcacard: fix compile error on glib2-2.12.3-4.el5

2014-09-30 Thread Zhi Yong Wu
lt LINK libcacard.la CClibcacard/vscclient.o lt LINK vscclient /usr/bin/ld: -f may not be used without -shared collect2: ld returned 1 exit status make: *** [vscclient] Error 1 Suguested-by: Paolo Bonzini Signed-off-by: Zhi Yong Wu --- Makefile |2 ++ 1 files changed, 2 insertions(+),