cc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations libintl/gettext_l.c -o libintl/gettext_l -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -lcrypt -latomic libintl/gettext_l.c:5:40: error: 'gettext_l' undeclared here (not in a function); did you mean 'gettext'? 5 | char *(*foo)(const char *, locale_t) = gettext_l; | ^~~~~~~~~ | gettext