From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DAsHJ-0005Jq-AR for qemu-devel@nongnu.org; Mon, 14 Mar 2005 11:18:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DAsH9-0005D0-Qx for qemu-devel@nongnu.org; Mon, 14 Mar 2005 11:18:40 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DAsH8-0005AY-OB for qemu-devel@nongnu.org; Mon, 14 Mar 2005 11:18:38 -0500 Received: from [202.172.235.150] (helo=datalex.com.sg) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DAs0u-0007vI-BB for qemu-devel@nongnu.org; Mon, 14 Mar 2005 11:01:52 -0500 Message-ID: <4235B73A.1010708@tusker.org> Date: Tue, 15 Mar 2005 00:09:30 +0800 From: Damien Mascord MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: Cross compile install (win32 binaries/mingw) References: <423549B9.8060100@tusker.org> <42354EF4.8040208@tusker.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit 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 Ronald wrote: >I am using gcc 3.3.1 (mingw special 20030804-1) for the windows build, >using ./configure --enable-mingw32 should work without trouble. >When cross compiling for windows, dyngen.exe is build with HOST_CC, it's >a linux exe. > >Here is how my toolchain is build, if it help: >http://daimon55.free.fr/qemu/mingw32.build > > > Hi Ronald, Thanks for your help! Now that dyngen is compiled with the correct toolchain (ie, HOST_CC), things seem to be cleaner. I still need to specify HAVE_GCC3_OPTIONS=yes in config-host.mak though... Would you happen to know how to get it to build with the directx 9 SDK ? Damien