Chapter 6. Compiling Problems

When I try to compile gFTP, I see undefined symbol libintl_gettext. Or, another error is undefined symbol LC_ALL.

Try running

make distclean ; configure --with-included-gettext.

You could alternatively pass

--disable-nls

to configure, and internationalization support will not be compiled in.