[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] A couple of question
From: |
Sunil Amitkumar Janki |
Subject: |
Re: [Qemu-devel] A couple of question |
Date: |
Wed, 06 Jun 2007 09:47:44 +0200 |
User-agent: |
Thunderbird 1.5.0.10 (X11/20070221) |
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.