[Qemu-devel] Re: [PATCH 0/3] Fixes for Linux->Win32 cross-compilation

2010-01-07 Thread Paolo Bonzini
On 01/07/2010 08:46 PM, Anthony Liguori wrote: On 01/07/2010 12:28 PM, Paolo Bonzini wrote: Cross compilation works without patches when PATH is modified so it finds the correct sdl-config True, but anything beyond "./configure --cross-prefix=cpu-vendor-os-" (or --host for autoconf) is a bug

Re: [Qemu-devel] Re: [PATCH 0/3] Fixes for Linux->Win32 cross-compilation

2010-01-07 Thread Anthony Liguori
On 01/07/2010 12:28 PM, Paolo Bonzini wrote: Cross compilation works without patches when PATH is modified so it finds the correct sdl-config True, but anything beyond "./configure --cross-prefix=cpu-vendor-os-" (or --host for autoconf) is a bug in either your setup or your package or both.

[Qemu-devel] Re: [PATCH 0/3] Fixes for Linux->Win32 cross-compilation

2010-01-07 Thread Paolo Bonzini
Cross compilation works without patches when PATH is modified so it finds the correct sdl-config True, but anything beyond "./configure --cross-prefix=cpu-vendor-os-" (or --host for autoconf) is a bug in either your setup or your package or both. Paolo