Created attachment 8301 [details] config.log Checks for libintl are successful: ================================== configure:13822: checking libintl.h usability configure:13822: result: yes configure:13822: checking libintl.h presence configure:13822: result: yes ac_cv_header_libintl_h=yes But: net.o can not link against libintl because -lintl is missing. ================================================================== Linking bin/net Undefined first referenced symbol in file libintl_gettext utils/net.o libintl_textdomain utils/net.o libintl_bindtextdomain utils/net.o ld: fatal: symbol referencing errors. No output written to bin/net collect2: ld returned 1 exit status make: *** [bin/net] Error 1 Workaround: =========== Add -lintl manually to LIBS and "bin/pam_winbind.so:" in the Makefile before running make.
Created attachment 8302 [details] Makefile