Re: [PATCH] target/hexagon: don't look for static glib

2024-08-06 Thread Brian Cain
On 8/5/2024 5:49 AM, Alyssa Ross wrote: When cross compiling QEMU configured with --static, I've been getting configure errors like the following: Build-time dependency glib-2.0 found: NO ../target/hexagon/meson.build:303:15: ERROR: Dependency lookup for glib-2.0 with method 'pkgco

Re: [PATCH] target/hexagon: don't look for static glib

2024-08-05 Thread Anton Johansson via
On 05/08/24, Brian Cain wrote: > > On 8/5/2024 8:57 AM, Brian Cain wrote: > > > > On 8/5/2024 5:49 AM, Alyssa Ross wrote: > > > When cross compiling QEMU configured with --static, I've been getting > > > configure errors like the following: > > > > > > Build-time dependency glib-2.0 found:

Re: [PATCH] target/hexagon: don't look for static glib

2024-08-05 Thread Brian Cain
On 8/5/2024 8:57 AM, Brian Cain wrote: On 8/5/2024 5:49 AM, Alyssa Ross wrote: When cross compiling QEMU configured with --static, I've been getting configure errors like the following: Build-time dependency glib-2.0 found: NO ../target/hexagon/meson.build:303:15: ERROR: Dependenc

Re: [PATCH] target/hexagon: don't look for static glib

2024-08-05 Thread Brian Cain
On 8/5/2024 5:49 AM, Alyssa Ross wrote: When cross compiling QEMU configured with --static, I've been getting configure errors like the following: Build-time dependency glib-2.0 found: NO ../target/hexagon/meson.build:303:15: ERROR: Dependency lookup for glib-2.0 with method 'pkgco

Re: [PATCH] target/hexagon: don't look for static glib

2024-08-05 Thread Alex Bennée
Alyssa Ross writes: > When cross compiling QEMU configured with --static, I've been getting > configure errors like the following: > > Build-time dependency glib-2.0 found: NO > > ../target/hexagon/meson.build:303:15: ERROR: Dependency lookup for > glib-2.0 with method 'pkgconfig' failed

Re: [PATCH] target/hexagon: don't look for static glib

2024-08-05 Thread Paolo Bonzini
Queued, thanks. Paolo

[PATCH] target/hexagon: don't look for static glib

2024-08-05 Thread Alyssa Ross
When cross compiling QEMU configured with --static, I've been getting configure errors like the following: Build-time dependency glib-2.0 found: NO ../target/hexagon/meson.build:303:15: ERROR: Dependency lookup for glib-2.0 with method 'pkgconfig' failed: Could not generate libs for glib