clang -O2 -Wall -Wextra -Werror=implicit-function-declaration time/timer_delete.c -o time/timer_delete -D_GNU_SOURCE -D_BSD_SOURCE -D_ALL_SOURCE -D_DEFAULT_SOURCE -lm -lintl ../out/minix/basic/time/timer_delete.o: In function `main': time/timer_delete.c:(.text+0x33e): undefined reference to `timer_create' time/timer_delete.c:(.text+0x34e): undefined reference to `timer_delete' clang: error: linker command failed with exit code 1 (use -v to see invocation)