cc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations libintl/ngettext_l.c -o libintl/ngettext_l -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -liconv libintl/ngettext_l.c:5:73: error: ‘ngettext_l’ undeclared here (not in a function); did you mean ‘ngettext’? 5 | char *(*foo)(const char *, const char *, unsigned long int, locale_t) = ngettext_l; | ^~~~~~~~~~ | ngettext