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=-
_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to