On 1 April 2015 at 01:21, Michele Denber <den...@mindspring.com> wrote: > Could someone please help tell me what's going wrong here? Thiis is > qemu-2.3.0-rc1on Solaris 10 Sparc 64.
I suspect what you may be running into is "nobody tests QEMU on Solaris". Hopefully the bugs are minor... > In particular I don't get the message "glib-2.12 gthread-2.0 is required to > compile QEMU" becasue I already have glib 2.41.0 installed. I just bypassed > that error in the configure file to make it keep going. Didn't help. > > # /usr/xpg4/bin/sh ./configure --cpu=sparc64 --cc=gcc --cxx=g++ > --target-list=x86_64-softmmu Note that we assume that "/bin/sh" is a POSIX shell; it might not be sufficient to merely run the configure script via a manually specified shell like this. > glib-2.12 gthread-2.0 is required to compile QEMU What does "pkg-config --modversion gthread-2.0" say? (Perhaps you have glib installed but not its pkg-config file?) thanks -- PMM