From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NBv8B-0003hC-HH for qemu-devel@nongnu.org; Sat, 21 Nov 2009 13:56:23 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NBv87-0003c9-Nb for qemu-devel@nongnu.org; Sat, 21 Nov 2009 13:56:23 -0500 Received: from [199.232.76.173] (port=47890 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBv87-0003c4-J6 for qemu-devel@nongnu.org; Sat, 21 Nov 2009 13:56:19 -0500 Received: from moutng.kundenserver.de ([212.227.126.187]:65190) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NBv86-0000Ow-UX for qemu-devel@nongnu.org; Sat, 21 Nov 2009 13:56:19 -0500 Message-ID: <4B0837D0.5050206@mail.berlios.de> Date: Sat, 21 Nov 2009 19:56:16 +0100 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] patch for i386 build on x86_64 References: <200911211029.32302.jcd@tribudubois.net> In-Reply-To: <200911211029.32302.jcd@tribudubois.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jean-Christophe Dubois Cc: qemu-devel@nongnu.org Jean-Christophe Dubois schrieb: > Is this patch considered for inclusion? > > Qemu doesn't seem to be able to build (for i386 target) on Ubuntu Karmic Koala > host (x86_64) without it. > > Thanks > > JC > > le dimanche 8 novembre 2009 jamesmikedupont@googlemail.com a écrit > >> http://fmtyewtk.blogspot.com/2009/11/qemu-patch-for-386-on-x8664-ubuntu.htm >> l >> >> In configure, remove this line : >> +#-D_FILE_OFFSET_BITS=64 >> >> >> else >> undefined reference to `fallocate64' >> >> mike >> fallocate64 should come from libc6 (it does on my debian system with libc6 2.10.1-7) for any target you build. Try ldd i386-linux-user/qemu-i386 to see which libraries will be used by your binary. Removing support for large files (this is what the patch does) is not good, because large files are quite normal today. Regards, Stefan