Re: ERROR: glib-2.48 gthread-2.0 is required to compile QEMU

2020-01-01 Thread Nerijus Baliunas via
On Tue, 31 Dec 2019 16:23:04 +0530 Sameeran Joshi wrote: > ./configure > > ERROR: glib-2.48 gthread-2.0 is required to compile QEMU > How do I solve this? By installing glib devel package. Regards, Nerijus

Re: ERROR: glib-2.48 gthread-2.0 is required to compile QEMU

2019-12-31 Thread Ruben Safir
On 12/31/19 5:53 AM, Sameeran Joshi wrote: > ERROR: glib-2.48 gthread-2.0 is required to compile QEMU > How do I solve this? what version of glib do you have? -- So many immigrant groups have swept through our town that Brooklyn, like Atlantis, reaches mythological proportions in the m

ERROR: glib-2.48 gthread-2.0 is required to compile QEMU

2019-12-31 Thread Sameeran Joshi
Hi, I am facing following issue when building qemu. Here's how I tried downloading and building qemu git clone https://git.qemu.org/git/qemu.git cd qemu git submodule init git submodule update --recursive ./configure ERROR: glib-2.48 gthread-2.0 is required to compile QEMU How do I solve