From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BiIeP-00088B-MT for qemu-devel@nongnu.org; Wed, 07 Jul 2004 16:04:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BiIeO-00087m-SJ for qemu-devel@nongnu.org; Wed, 07 Jul 2004 16:04:17 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BiIeO-00087c-O8 for qemu-devel@nongnu.org; Wed, 07 Jul 2004 16:04:16 -0400 Received: from [81.26.6.5] (helo=bartek.tu.kielce.pl) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1BiIcA-0006nu-Pn for qemu-devel@nongnu.org; Wed, 07 Jul 2004 16:01:59 -0400 Received: from bartek.tu.kielce.pl (tomba@localhost [127.0.0.1]) by bartek.tu.kielce.pl (8.12.11/8.12.11/Debian-3) with ESMTP id i67K1jYk004422 for ; Wed, 7 Jul 2004 22:01:45 +0200 Received: (from tomba@localhost) by bartek.tu.kielce.pl (8.12.11/8.12.11/Debian-3) id i67K1jJw004420 for qemu-devel@nongnu.org; Wed, 7 Jul 2004 22:01:45 +0200 From: Tomasz Bħtor Date: Wed, 7 Jul 2004 22:01:45 +0200 Subject: Re: [Qemu-devel] Sound and MinGW problems on Windows host Message-ID: <20040707200145.GB2077@bartek.tu.kielce.pl> References: <20040706120103.GA19044@bartek.tu.kielce.pl> <20040707190842.83637.qmail@web51105.mail.yahoo.com> <895606111.20040707215017@guest.arnes.si> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline In-Reply-To: <895606111.20040707215017@guest.arnes.si> Content-Transfer-Encoding: quoted-printable 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 Witam, Dnia Wed, Jul 07, 2004 at 09:50:17PM +0200 Jernej Simon?i? napisal(a): > I successfully compiled CVS under msys/MinGW and ran it outside it, how= ever > before compiling I edited CONFIG_QEMU_SHAREDIR in config-host.h to "." > (otherwise it's set to $prefix, which is by default "/c/Program > Files/Qemu"). If you remove -mwindows from CFLAGS and run qemu from com= mand > line, you can usually see why it immediately exits (though the very lat= est > CVS doesn't seem to output anything anymore) I solved that immediate exit without output by applying qemu-20040621-monitor.patch.gz and changing manually LIBS in i386-softmmu= /Makefile (I only compile i386-softmmu), so it looks like: DEFINES+=3D-D_GNU_SOURCE LIBS+=3D-lm ifdef CONFIG_WIN32 LIBS+=3D-lwinmm -lws2_32 -liphlpapi -mconsole endif After that, the console in windows is back. t. --=20 Tomasz B=B1tor e-mail: tomba@bartek.tu.kielce.pl ICQ: 101194886 ------ ---- -- - - - - - - - - - - - -- ---- ------ "Today it's a race between programmers making better idiot proof software= , and the universe making better idiots. So far the universe is winning"