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