From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LxdH4-0002Cg-I7 for qemu-devel@nongnu.org; Sat, 25 Apr 2009 04:30:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LxdH0-0002C7-UI for qemu-devel@nongnu.org; Sat, 25 Apr 2009 04:30:14 -0400 Received: from [199.232.76.173] (port=33314 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LxdH0-0002C1-Qo for qemu-devel@nongnu.org; Sat, 25 Apr 2009 04:30:10 -0400 Received: from mail-fx0-f219.google.com ([209.85.220.219]:51818) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LxdH0-0000DM-BS for qemu-devel@nongnu.org; Sat, 25 Apr 2009 04:30:10 -0400 Received: by fxm19 with SMTP id 19so1393642fxm.34 for ; Sat, 25 Apr 2009 01:30:09 -0700 (PDT) MIME-Version: 1.0 Date: Sat, 25 Apr 2009 11:30:09 +0300 Message-ID: From: Blue Swirl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] QEMU Xen compile problem List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel , xen-devel@lists.xensource.com Hi, When I try to compile the QEMU git head with Xen enabled, I get the following errors: LINK qemu /usr/lib/libxenguest.a(xg_private.o): In function `unlock_pages': (.text+0x470): multiple definition of `unlock_pages' /usr/lib/libxenctrl.a(xc_private.o):(.text+0x5d0): first defined here /usr/lib/libxenguest.a(xg_private.o): In function `lock_pages': (.text+0x4c0): multiple definition of `lock_pages' /usr/lib/libxenctrl.a(xc_private.o):(.text+0x650): first defined here collect2: ld returned 1 exit status make: *** [qemu] Error 1 It looks like this is a known problem: http://lists.xensource.com/archives/html/xen-devel/2008-05/msg00510.html Is there any fix available?