On 07.01.2021 15:53, Csaba Raduly wrote:
On Thu, 7 Jan 2021 at 15:39, Marco Atzeri wrote:
...
have you looked inside the configure script ?
It clearly needs to be patched for accepting other options,

as I mentioned.


and that is the reason why autoconf/cmake/.. were developed
some time ago.

if check_define __linux__ ; then
   targetos="Linux"
...

else
   # This is a fatal error, but don't report it yet, because we
   # might be going to just print the --help text, or it might
   # be the result of a missing compiler.
   targetos='bogus'
fi

Looks like the OP is shi^H^Hadly out of luck. The Qemu build system
does not acknowledge the existence of Cygwin.

Csaba


It is not that is impossible, but will likely need a big effort.

As there are Windows binaries, I do not think it is worth

Marco




--
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

Reply via email to