From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HvqIX-0001IU-OP for qemu-devel@nongnu.org; Wed, 06 Jun 2007 03:51:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HvqIT-0001Fx-KF for qemu-devel@nongnu.org; Wed, 06 Jun 2007 03:51:17 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HvqIT-0001Fu-GY for qemu-devel@nongnu.org; Wed, 06 Jun 2007 03:51:13 -0400 Received: from ug-out-1314.google.com ([66.249.92.170]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HvqIS-00053F-Ax for qemu-devel@nongnu.org; Wed, 06 Jun 2007 03:51:12 -0400 Received: by ug-out-1314.google.com with SMTP id a2so358511ugf for ; Wed, 06 Jun 2007 00:51:06 -0700 (PDT) Message-ID: <466666A0.4050007@gmail.com> Date: Wed, 06 Jun 2007 09:47:44 +0200 From: Sunil Amitkumar Janki MIME-Version: 1.0 Subject: Re: [Qemu-devel] A couple of question References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org C.W. Betts wrote: > It looks like you are missing the pthread library. What might be > happening is that the pthread library is installed, but qemu is not > linking to it for some odd reason. Maybe it's looking for a static > version of it that isn't on your Hard Drive? I have been seeing these kinds of errors lately building software on MIPS, even when they build fine on x86. My solution to these kinds of errors was to include "-lpthread" somewhere in the CFLAGS or patch the source code to include this linker flag. I haven't seen it with QEMU though.