qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Error compiling Qemu-4.1 on Linux


From: Bin Meng
Subject: Re: Error compiling Qemu-4.1 on Linux
Date: Mon, 22 Jun 2020 11:23:07 +0800

Hi,

On Sun, Dec 15, 2019 at 2:40 PM <Aijaz.Baig@protonmail.com> wrote:
>
> Hello
>
> Anything suspicious that anyone can spot in here?? Still cannot get qemu to 
> compile
>
> Keen to hear
>
> -----Original Message-----
> From: Aijaz.Baig@protonmail.com <Aijaz.Baig@protonmail.com>
> Sent: Saturday, December 7, 2019 11:25 AM
> To: 'Daniel P. Berrangé' <berrange@redhat.com>
> Cc: qemu-devel@nongnu.org
> Subject: RE: Error compiling Qemu-4.1 on Linux
>
>
> That file IS present and its contents are:
>
> prefix=/usr
> exec_prefix=${prefix}
> libdir=${prefix}/lib/x86_64-linux-gnu
> includedir=${prefix}/include
>
> Name: GThread
> Description: Thread support for GLib
> Requires: glib-2.0
> Version: 2.50.3
> Libs: -L${libdir} -lgthread-2.0 -pthread
> Cflags: -pthread
>
> Let me know what is falling short here
>
> Regards
>
> -----Original Message-----
> From: Daniel P. Berrangé <berrange@redhat.com>
> Sent: Friday, December 6, 2019 10:38 PM
> To: Aijaz.Baig@protonmail.com
> Cc: qemu-devel@nongnu.org
> Subject: Re: Error compiling Qemu-4.1 on Linux
>
>
> On Fri, Dec 06, 2019 at 04:55:37PM +0000, Aijaz.Baig@protonmail.com wrote:
> > Here is the content of config.log: https://pastebin.com/6zrSXWAG
> >
> > I am configuring it for 'arm-softmmu'  as can be seen from the above
> > paste
>
> Looks like it is failing on
>
>   $ pkg-config  --atleast-version=2.40 gthread-2.0
>
> returning non-zero exit status.
>
>
> This suggests the file:
>
>   /usr/lib/x86_64-linux-gnu/pkgconfig/gthread-2.0.pc
>
> is missing on your install.
>
> Or do you have some PKG_CONFIG_LIBDIR env variable set that is mistakenly 
> pointing to a different directory.
>

This is failing for me today after I cleaned up my build directory and
re-configured everything from scratch. Something is wrong in the
configure scripts?

Regards,
Bin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]