Re: [Qemu-devel] qemu git master fails to build

2012-11-04 Thread Anthony Liguori
"Gabriel L. Somlo" writes: > Paolo, > > On current git master, if I do: > > ./configure --prefix=/home/somlo/KVM-OSX/SCRATCH --target-list=x86_64-softmmu > make clean > make I just pushed a fix for this. Regards, Anthony Liguori > > > I end up with: > > CCqemu-timer.o > qemu-timer.c: I

[Qemu-devel] qemu git master fails to build

2012-11-04 Thread Gabriel L. Somlo
Paolo, On current git master, if I do: ./configure --prefix=/home/somlo/KVM-OSX/SCRATCH --target-list=x86_64-softmmu make clean make I end up with: CCqemu-timer.o qemu-timer.c: In function `init_timer_alarm': qemu-timer.c:780:5: error: implicit declaration of function `pthread_atfork'