From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FontG-0005mw-KH for qemu-devel@nongnu.org; Fri, 09 Jun 2006 16:47:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FontE-0005li-1T for qemu-devel@nongnu.org; Fri, 09 Jun 2006 16:47:33 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FontD-0005lf-Tj for qemu-devel@nongnu.org; Fri, 09 Jun 2006 16:47:31 -0400 Received: from [65.74.133.4] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1Foo1L-0003nm-83 for qemu-devel@nongnu.org; Fri, 09 Jun 2006 16:55:55 -0400 From: Paul Brook Subject: Re: [Qemu-devel] Windows Vista Date: Fri, 9 Jun 2006 21:47:26 +0100 References: <4488BCB3.8060502@nigelterry.net> <46d6db660606091341w263e3d6bl92a4bf4416e96d9a@mail.gmail.com> In-Reply-To: <46d6db660606091341w263e3d6bl92a4bf4416e96d9a@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606092147.27096.paul@codesourcery.com> 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 On Friday 09 June 2006 21:41, Christian MICHON wrote: > ok, I'll try that. But I also suspect a win32/mingw limitation on files > bigger than 2Gb, since "gcc -dumpspecs" does not show anything > related to -m64, which I'd expect to have to add to CFLAGS to > be able to use iso or qcow images bigger than 2Gb. -m64 has nothing to do with large file support. Paul