qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] another patch against head


From: Samuel Thibault
Subject: Re: [Qemu-devel] another patch against head
Date: Wed, 28 Nov 2007 14:09:05 +0000
User-agent: Mutt/1.5.12-2006-07-14

Johannes Schindelin, le Wed 28 Nov 2007 14:01:21 +0000, a écrit :
> On Wed, 28 Nov 2007, Samuel Thibault wrote:
> 
> > Johannes Schindelin, le Wed 28 Nov 2007 12:49:34 +0000, a ?crit :
> > > On Tue, 27 Nov 2007, Hotmail wrote:
> > > 
> > > > The following is another patch against the head that lets me build it 
> > > > on 
> > > > Windows, as well as makes the adlib.c file debuggable.
> > > > 
> > > > Index: Makefile
> > > > ===================================================================
> > > > RCS file: /sources/qemu/qemu/Makefile,v
> > > > retrieving revision 1.136
> > > > diff -r1.136 Makefile
> > > > 17a18,20
> > > > > ifdef CONFIG_WIN32
> > > > > LIBS= -lmingw32 -mno-cygwin
> > > > > else
> > > > 18a22
> > > > > endif
> > > 
> > > So you build it in Cygwin, not "on Windows".
> > 
> > Not exactly. -mno-cygwin means that he used the cygwin-provided gcc, but
> > provide a non-cygwin binary that can be shipped without extra dlls.
> 
> And how exactly does that differ from what I said?  It is building in 
> Cygwin.

With the MinGW headers. That makes a big difference.
Compiling in cygwin with -mno-cygwin is almost the same as compiling
with MinGW tools (the difference mostly lies in Makefile and shell
script subtleties)

Samuel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]