clang -O2 -Wall -Wextra -Werror=implicit-function-declaration aio/aio_error.c -o aio/aio_error -D_GNU_SOURCE -D_BSD_SOURCE -D_ALL_SOURCE -D_DEFAULT_SOURCE -lm -lintl ../out/minix/basic/aio/aio_error.o: In function `main': aio/aio_error.c:(.text+0x3dc): undefined reference to `aio_write' aio/aio_error.c:(.text+0x3ec): undefined reference to `aio_error' aio/aio_error.c:(.text+0x43f): undefined reference to `__aio_suspend50' aio/aio_error.c:(.text+0x44f): undefined reference to `aio_error' aio/aio_error.c:(.text+0x478): undefined reference to `aio_return' clang: error: linker command failed with exit code 1 (use -v to see invocation)