qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] qemu on Cygwin
@ 2007-01-31 19:35 Alexander Voropay
  2007-01-31 22:33 ` Stefan Weil
  2007-02-01  8:57 ` Johannes Schindelin
  0 siblings, 2 replies; 5+ messages in thread
From: Alexander Voropay @ 2007-01-31 19:35 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 388 bytes --]

Hi!

 Did anyone try the latest CVS qemu on Cygwin ?

 The build environment adds spacial "-mno-cygwin" option
which among other effects removes defaul *.h path (/usr/include/)
from the search list.

 For example:

-- a.c --
#include <zlib.h>
main () {}
----

$ gcc -c a.c    --- OK

$ gcc -mno-cygwin -c a.c
a.c:1:18: zlib.h: No such file or directory



--
-=AV=-

[-- Attachment #2: Type: text/html, Size: 1666 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-02-04 10:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-31 19:35 [Qemu-devel] qemu on Cygwin Alexander Voropay
2007-01-31 22:33 ` Stefan Weil
2007-02-01  8:57 ` Johannes Schindelin
2007-02-03 17:16   ` Alexander Voropay
2007-02-04 10:27     ` Kazu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).