Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: glib-2.22 gthread-2.0 is required to compile QEMU #68

Open
mohanss08 opened this issue Apr 8, 2022 · 1 comment
Open

ERROR: glib-2.22 gthread-2.0 is required to compile QEMU #68

mohanss08 opened this issue Apr 8, 2022 · 1 comment

Comments

@mohanss08
Copy link

mohanss08 commented Apr 8, 2022

On our Ubuntu-20.04-LTS system we facing below error while building the code.

ERROR: glib-2.22 gthread-2.0 is required to compile QEMU'

We already have installed the following libglib2.0-dev and libpixman-1-dev packages.

Also have complied using below method. However no luck, still encountering the same issue.

1. https://download.gnome.org/sources/glib/2.22/glib-2.22.0.tar.gz
2. tar -xvf glib-2.22.0.tar.gz
3. cd glib-2.22.0
4. sudo ./configure --prefix=/usr/glibc-2.22 && sudo make && sudo make install

Could see glib in usr location.

# ls -lsa /usr/ | grep glib
4 drwxr-xr-x 6 root root 4096 Apr  8 17:00 glibc-2.22

Need help to fix this issue. Thanks.

@dreamc-2016
Copy link

same

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants