From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BVqvp-0006l5-Fa for qemu-devel@nongnu.org; Thu, 03 Jun 2004 08:02:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BVqvk-0006iw-Sc for qemu-devel@nongnu.org; Thu, 03 Jun 2004 08:02:46 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BVqvk-0006ir-Nk for qemu-devel@nongnu.org; Thu, 03 Jun 2004 08:02:44 -0400 Received: from [195.121.6.28] (helo=smtp14.wxs.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BVquh-0006ve-11 for qemu-devel@nongnu.org; Thu, 03 Jun 2004 08:01:39 -0400 Received: from ip503ca58d.speed.planet.nl (ip503ca58d.speed.planet.nl [80.60.165.141]) by smtp14.wxs.nl (iPlanet Messaging Server 5.2 HotFix 1.25 (built Mar 3 2004)) with ESMTP id <0HYQ00CUXEQIZN@smtp14.wxs.nl> for qemu-devel@nongnu.org; Thu, 03 Jun 2004 14:01:31 +0200 (CEST) Date: Thu, 03 Jun 2004 14:01:31 +0200 From: Sander Nagtegaal Subject: Re: [Qemu-devel] Question about WINE In-reply-to: <200406031346.59892.trunks-carracho@planet.nl> Message-id: <200406031401.31365.trunks-carracho@planet.nl> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT Content-disposition: inline References: <40BF09FB.9080402@petig-baender.de> <200406031346.59892.trunks-carracho@planet.nl> 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 also only have a windows 95 cd rom here and that doesn't work with QEMU I've read on their site........sadly........ If I am correctly. I should compile WINE using a windows computer or a cross compiling or something like that and then start it using QEMU? I don't have a windows computer........maybe somebody wants to compile it? -------------------------------------------------------------------------------------------------------- On non x86 CPUs, you need first to download at least an x86 glibc (`qemu-runtime-i386-XXX-.tar.gz' on the QEMU web page). Ensure that LD_LIBRARY_PATH is not set: unset LD_LIBRARY_PATH Then you can launch the precompiled `ls' x86 executable: qemu-i386 tests/i386/ls You can look at `qemu-binfmt-conf.sh' so that QEMU is automatically launched by the Linux kernel when you try to launch x86 executables. It requires the binfmt_misc module in the Linux kernel. ----------------------------------------------------------------------------------------------------------- According to the manual that is what I should do...........but I have no idea what and I cant find the tar (`qemu-runtime-i386-XXX-.tar.gz' on the QEMU web page)..............