cc -pthread -Wall -Wextra -Werror=implicit-function-declaration math/j1.c -o math/j1 -D_GNU_SOURCE -D_BSD_SOURCE -D_ALL_SOURCE -D_DEFAULT_SOURCE -lm -lpthread -lrt -lintl -liconv [cc@relibc::platform::sys:699 INFO] TODO: getrlimit(3, 0x7ffffffffb80): not implemented [cc1@relibc::platform::sys:699 INFO] TODO: getrlimit(3, 0x7ffffffffa90): not implemented [cc1@relibc::platform::sys:699 INFO] TODO: getrlimit(9, 0x7ffffffffa60): not implemented [cc1@relibc::platform::sys:699 INFO] TODO: getrlimit(9, 0x7ffffffffa90): not implemented [cc1@relibc::platform::sys:699 INFO] TODO: getrlimit(5, 0x7ffffffffa90): not implemented [cc1@relibc::platform::sys:699 INFO] TODO: getrlimit(9, 0x7ffffffffa60): not implemented math/j1.c:11: warning: ignoring '#pragma STDC FENV_ACCESS' [-Wunknown-pragmas] 11 | #pragma STDC FENV_ACCESS ON | math/j1.c: In function 'test': math/j1.c:38:25: error: implicit declaration of function 'j1' [-Werror=implicit-function-declaration] 38 | double output = j1(input1); | ^~ math/j1.c:38:25: warning: incompatible implicit declaration of built-in function 'j1' [-Wbuiltin-declaration-mismatch] cc1: some warnings being treated as errors