Re: [qemu-web PATCH] Fix link to Windows page in Wiki

2021-09-12 Thread Helge Konetzka
Am 11.09.21 um 11:30 schrieb Mark Cave-Ayland: On 11/09/2021 10:17, Helge Konetzka wrote: Am 11.09.21 um 11:03 schrieb Mark Cave-Ayland: So the question is: what has changed? I find it hard to believe that MSYS2/MingW64 is configured out-of-the-box to break a standard "./configure && make" b

Re: [qemu-web PATCH] Fix link to Windows page in Wiki

2021-09-11 Thread Helge Konetzka
Am 11.09.21 um 10:43 schrieb Howard Spoelstra: Perhaps it would be better to fix configure for the MSYS2 case so the flags or the renaming are not required? Currently MSys2 packages qemu successfully for 3 different toolchains: MINGW64: msvcrt / libstdc++ UCRT64: ucrt / libstdc++ CLANG64: u

Re: [qemu-web PATCH] Fix link to Windows page in Wiki

2021-09-11 Thread Mark Cave-Ayland
On 11/09/2021 10:17, Helge Konetzka wrote: Am 11.09.21 um 11:03 schrieb Mark Cave-Ayland: So the question is: what has changed? I find it hard to believe that MSYS2/MingW64 is configured out-of-the-box to break a standard "./configure && make" build incantation. On my last attempt to buil

Re: [qemu-web PATCH] Fix link to Windows page in Wiki

2021-09-11 Thread Helge Konetzka
Am 11.09.21 um 11:03 schrieb Mark Cave-Ayland: So the question is: what has changed? I find it hard to believe that MSYS2/MingW64 is configured out-of-the-box to break a standard "./configure && make" build incantation. On my last attempt to build qemu without --cross-prefix=x86_64-w64-min

Re: [qemu-web PATCH] Fix link to Windows page in Wiki

2021-09-11 Thread Mark Cave-Ayland
On 11/09/2021 10:03, Mark Cave-Ayland wrote: So the question is: what has changed? I find it hard to believe that MSYS2/MingW64 is configured out-of-the-box to break a standard "./configure && make" build incantation. Also it is worth pointing out that neither the copying/renaming of binaries

Re: [qemu-web PATCH] Fix link to Windows page in Wiki

2021-09-11 Thread Paolo Bonzini
Il sab 11 set 2021, 10:43 Howard Spoelstra ha scritto: > I wrote those instructions as I obviously could not find a better way to > get Qemu to cross-compile using MSYS2 in Windows. > But if you are using MSYS2, why do you need cross compilation and --cross-prefix at all? When you look at confi

Re: [qemu-web PATCH] Fix link to Windows page in Wiki

2021-09-11 Thread Mark Cave-Ayland
On 11/09/2021 09:43, Howard Spoelstra wrote: On Sat, Sep 11, 2021 at 8:29 AM Helge Konetzka > wrote: Am 10.09.21 um 17:44 schrieb Paolo Bonzini: > On 25/08/21 18:43, Helge Konetzka wrote: >> Furthermore I would like to propose to change the instructions f

Re: [qemu-web PATCH] Fix link to Windows page in Wiki

2021-09-11 Thread Howard Spoelstra
On Sat, Sep 11, 2021 at 8:29 AM Helge Konetzka wrote: > Am 10.09.21 um 17:44 schrieb Paolo Bonzini: > > On 25/08/21 18:43, Helge Konetzka wrote: > >> Furthermore I would like to propose to change the instructions for > >> Native builds with MSYS2 on Wiki Windows page. > >> > >> Please remove the

Re: [qemu-web PATCH] Fix link to Windows page in Wiki

2021-09-10 Thread Helge Konetzka
Am 10.09.21 um 17:44 schrieb Paolo Bonzini: On 25/08/21 18:43, Helge Konetzka wrote: Furthermore I would like to propose to change the instructions for Native builds with MSYS2 on Wiki Windows page. Please remove the section which copies system binaries to match the expected file names! Ins

Re: [qemu-web PATCH] Fix link to Windows page in Wiki

2021-09-10 Thread Paolo Bonzini
On 25/08/21 18:43, Helge Konetzka wrote: Furthermore I would like to propose to change the instructions for Native builds with MSYS2 on Wiki Windows page. Please remove the section which copies system binaries to match the expected file names! Instead define variables for configure (gcc-ar a

Re: [qemu-web PATCH] Fix link to Windows page in Wiki

2021-09-01 Thread Stefano Garzarella
CCing Paolo and Thomas On Wed, Aug 25, 2021 at 06:43:56PM +0200, Helge Konetzka wrote: The appended patch fixes the link to Wiki Windows page on Website Download Sources page. Furthermore I would like to propose to change the instructions for Native builds with MSYS2 on Wiki Windows page. P

[qemu-web PATCH] Fix link to Windows page in Wiki

2021-08-25 Thread Helge Konetzka
The appended patch fixes the link to Wiki Windows page on Website Download Sources page. Furthermore I would like to propose to change the instructions for Native builds with MSYS2 on Wiki Windows page. Please remove the section which copies system binaries to match the expected file names!