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