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