Hey,
I just tried to install this program, but I got this error:
$ make -f Makefile.gcc
gcc -D_GNU_SOURCE -fomit-frame-pointer -funroll-loops -O2 -msse -c -o axml.o axml.c
axml.c:36:23: fatal error: sys/times.h: No such file or directory
^
compilation terminated.
make: *** [axml.o] Error 1
I also just found a solution:
$ sudo apt-get install libc6-dev
regards,
Andrej