From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C0puA-0003PN-IN for qemu-devel@nongnu.org; Fri, 27 Aug 2004 19:13:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C0pu8-0003Jy-2w for qemu-devel@nongnu.org; Fri, 27 Aug 2004 19:13:09 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C0pu7-0003JA-Tn for qemu-devel@nongnu.org; Fri, 27 Aug 2004 19:13:07 -0400 Received: from [17.250.248.89] (helo=smtpout.mac.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C0ppP-0002du-Kj for qemu-devel@nongnu.org; Fri, 27 Aug 2004 19:08:15 -0400 Received: from mac.com (webmail12-en1 [10.13.10.118]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id i7RN8F2G024006 for ; Fri, 27 Aug 2004 16:08:15 -0700 (PDT) Received: from webmail12 (localhost [127.0.0.1]) by mac.com (Xserve/webmail12/MantshX 4.0) with ESMTP id i7RN8EeY022932 for ; Fri, 27 Aug 2004 16:08:14 -0700 (PDT) Message-ID: <10562562.1093648094127.JavaMail.sthudium@mac.com> Date: Fri, 27 Aug 2004 16:08:14 -0700 From: Stephen Thudium Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Downloading x86 glibc Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org I would like to use the QEMU User space emulator in order to execute an x86 binary file in my PPC linux partition. In the User Documentation it says, in para 5.1, "On non x86 CPUs, you need first download at least an x86 glibc ('qemu-runtime-i386-XXX-.tar.gz' on the QEMU web page). But I cannot find that file on the QEMU web page. Can someone suggest how I download the x86 glibc? Thanks.