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