gcc -D_GNU_SOURCE -D_RAXML_USE_LLALLOC -fomit-frame-pointer -funroll-loops -O2 -D_USE_PTHREADS -msse -c -o ll_alloc.o ll_alloc.c
ll_alloc.c: In function ‘mutex_lock’:
ll_alloc.c:511: error: ‘FUTEX_WAIT_PRIVATE’ undeclared (first use in this function)
ll_alloc.c:511: error: (Each undeclared identifier is reported only once
ll_alloc.c:511: error: for each function it appears in.)
ll_alloc.c: In function ‘mutex_unlock’:
ll_alloc.c:540: error: ‘FUTEX_WAKE_PRIVATE’ undeclared (first use in this function)
ll_alloc.c: At top level:
ll_alloc.c:978: warning: ‘gnu_printf’ is an unrecognized format function type
make: *** [ll_alloc.o] Fehler 1