Ya arregle lo de las SDL, gracias sergiox. pero parece que tampoco es eso.
[josue@JrS-76 gens]$ make
gcc -Wall -g -D__PORT__ `sdl-config --cflags` -I. -DWITH_GTK -DGTK_DISABLE_DEPRECATED `pkg-config gtk+-2.0 --cflags` -c -o timer.o timer.c
timer.c: In function `system_time':
timer.c:12: warning: implicit declaration of function `clock_gettime'
timer.c:12: `CLOCK_REALTIME' undeclared (first use in this function)
timer.c:12: (Each undeclared identifier is reported only once
timer.c:12: for each function it appears in.)
make: *** [timer.o] Error 1
[josue@JrS-76 gens]$