clang -O2   -Wall -Wextra -Werror=implicit-function-declaration math/log1pl.c -o math/log1pl -D_GNU_SOURCE -D_BSD_SOURCE -D_ALL_SOURCE -D_DEFAULT_SOURCE  -lm   -lintl
math/log1pl.c:10:14: warning: pragma STDC FENV_ACCESS ON is not supported, ignoring pragma [-Wunknown-pragmas]
#pragma STDC FENV_ACCESS ON
             ^
1 warning generated.
../out/minix/basic/math/log1pl.o: In function `test':
math/log1pl.c:(.text+0x344): undefined reference to `log1pl'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
