---------------------------------- Checking for working make (make)... Running 'make -f .Makefile .config' cc -fno-common -c -o .config.o .config.c cc -fno-common -L/usr/local/lib -o .config .config.o yes ---------------------------------- Checking for working diff program (diff)... Running diff .config.a .config.b Running diff .config.a .config.c 1c1 < text --- > TEXT Checking output for '1c1' yes ---------------------------------- Checking for diff program has -a... Running diff -a .config.a .config.b yes ---------------------------------- Checking for diff program has -i... Running diff -i .config.a .config.c yes ---------------------------------- Checking for required functions... Running 'make -f .Makefile .config' cc -fno-common -c -o .config.o .config.c cc -fno-common -L/usr/local/lib -o .config .config.o yes ---------------------------------- Checking for gettext and related functions... Running 'make -f .Makefile GETTEXTFLAGS=-DUSE_GETTEXT .config.o' cc -fno-common -DUSE_GETTEXT -c -o .config.o .config.c yes ---------------------------------- Checking for gettext in standard library... Running 'make -f .Makefile GETTEXTFLAGS=-DUSE_GETTEXT .config' cc -fno-common -L/usr/local/lib -o .config .config.o ld: Undefined symbols: _libintl_bindtextdomain _libintl_gettext _libintl_textdomain *** Error code 1 (ignored) yes ---------------------------------- Checking for msgfmt... Running 'make -f .Makefile .config.mo' msgfmt -o .config.mo .config.po yes ---------------------------------- Checking for working install '/usr/bin/install'... Running 'make -f .Makefile INSTALL=/usr/bin/install install' /usr/bin/install -d .foo/bar /usr/bin/install -m 755 configure .foo/bar test -x .foo/bar/configure yes ---------------------------------- Creating Makefile