Wolfgang Schildbach wrote:
>I stumbled upon the same problem as Bill Rossi (see his post below):
>
>The current cvs version of qemu fails to compile on my machine because
>CLOCK_MONOTONIC is not defined in my glibc. According to clock_gettime(3),
>systems that define this functionality have _POS
I stumbled upon the same problem as Bill Rossi (see his post below):
The current cvs version of qemu fails to compile on my machine because
CLOCK_MONOTONIC is not defined in my glibc. According to clock_gettime(3),
systems that define this functionality have _POSIX_MONOTONIC_CLOCK and
_POSIX_TI
Fails to compile on Linux with glibc 2.2.5. CLOCK_MONOTONIC isn't
defined in glibc 2.2.5. The following patch is a workaround:
--- qemu-0.8.2/vl.c 2006-07-22 13:23:34.0 -0400
+++ ../qemu-0.8.2/vl.c 2006-07-26 11:37:34.0 -0400
@@ -541,7 +541,7 @@
static void init_get_clock(