Using settings: CFLAGS=-O2 -march=i686 -mtune=generic LIBTOOL=libtool ---------------------------------- Checking for working make (make)... Running: make -f .Makefile '.config_base' touch .config_base yes ---------------------------------- Checking for working C compiler (make default)... Running: make -f .Makefile '.config' cc -O2 -march=i686 -mtune=generic -c -o .config.o .config.c cc -O2 -march=i686 -mtune=generic -o .config .config.o yes ---------------------------------- Checking for working libtool C compile... Running: make -f .Makefile '.configlt.la' libtool --mode=compile --tag=CC cc -O2 -march=i686 -mtune=generic -c -o .configlt.lo .configlt.c -shared libtool: compile: cc -O2 -march=i686 -mtune=generic -c .configlt.c -fPIC -DPIC -o .libs/.configlt.o libtool --mode=link --tag=CC cc -O2 -march=i686 -mtune=generic -o libconfiglt.la .configlt.lo -rpath /usr/lib -shared libtool: link: i686-uhu-linux-gcc -shared -fPIC -DPIC .libs/.configlt.o -O2 -march=i686 -mtune=generic -Wl,-soname -Wl,libconfiglt.so.0 -o .libs/libconfiglt.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libconfiglt.so.0" && ln -s "libconfiglt.so.0.0.0" "libconfiglt.so.0") libtool: link: (cd ".libs" && rm -f "libconfiglt.so" && ln -s "libconfiglt.so.0.0.0" "libconfiglt.so") libtool: link: ( cd ".libs" && rm -f "libconfiglt.la" && ln -s "../libconfiglt.la" "libconfiglt.la" ) mv libconfiglt.la .configlt.la yes ---------------------------------- Checking for pkg-config... Running: pkg-config --variable pc_path pkg-config yes ---------------------------------- Checking for gettext and related functions... Running: make -f .Makefile '.config.o' cc -O2 -march=i686 -mtune=generic -c -o .config.o .config.c yes ---------------------------------- Checking for gettext in standard library... Running: make -f .Makefile '.config' cc -O2 -march=i686 -mtune=generic -o .config .config.o yes ---------------------------------- Checking for msgfmt... Running: make -f .Makefile '.config.mo' msgfmt -o .config.mo .config.po yes ---------------------------------- Checking for Large File Support as default... Running: make -f .Makefile 'TESTFLAGS=' 'TESTLIBS=' '.config' cc -O2 -march=i686 -mtune=generic -c -o .config.o .config.c .config.c:2:5: error: size of array 'off_t_assert' is negative int off_t_assert[sizeof(off_t) > 4 ? 1 : -1]; ^ make: *** [.config.o] Error 1 no Source of the failed compile: 1 #include 2 int off_t_assert[sizeof(off_t) > 4 ? 1 : -1]; 3 int main(int argc, char *argv[]) { 4 (void) argc; (void) argv; 5 return 0; 6 } ---------------------------------- Checking for Large File Support with getconf LFS_XXX flags... Running: make -f .Makefile 'TESTFLAGS=-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64' 'TESTLIBS=' '.config' cc -O2 -march=i686 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c -o .config.o .config.c cc -O2 -march=i686 -mtune=generic -o .config .config.o yes ---------------------------------- Checking for required functions... Running: make -f .Makefile '.config' cc -O2 -march=i686 -mtune=generic -c -o .config.o .config.c cc -O2 -march=i686 -mtune=generic -o .config .config.o yes ---------------------------------- Checking for libt3config >= 0.2.5 pkg-config... Running: pkg-config --print-errors --exists libt3config >= 0.2.5 yes ---------------------------------- Checking for libt3config pkg-config compile... Running: make -f .Makefile 'TESTFLAGS=`pkg-config --cflags libt3config`' 'TESTLIBS=`pkg-config --libs libt3config`' '.config' cc -O2 -march=i686 -mtune=generic `pkg-config --cflags libt3config` -c -o .config.o .config.c cc -O2 -march=i686 -mtune=generic -o .config .config.o `pkg-config --libs libt3config` yes ---------------------------------- Checking for required functions for t3learnkeys... Running: make -f .Makefile '.config' cc -O2 -march=i686 -mtune=generic -c -o .config.o .config.c cc -O2 -march=i686 -mtune=generic -o .config .config.o yes ---------------------------------- Checking for select in ... Running: make -f .Makefile '.config' cc -O2 -march=i686 -mtune=generic -c -o .config.o .config.c cc -O2 -march=i686 -mtune=generic -o .config .config.o yes ---------------------------------- Checking for xcb pkg-config... Running: pkg-config --print-errors --exists xcb no ---------------------------------- Checking for x11 pkg-config... Running: pkg-config --print-errors --exists x11 no ---------------------------------- Checking for X11 headers in standard path... Running: make -f .Makefile '.config.o' cc -O2 -march=i686 -mtune=generic -c -o .config.o .config.c .config.c:1:22: fatal error: X11/Xlib.h: No such file or directory #include ^ compilation terminated. make: *** [.config.o] Error 1 no Source of the failed compile: 1 #include 2 #include 3 4 int main(int argc, char *argv[]) { 5 Display *display = XOpenDisplay(NULL); 6 return 0; 7 } ---------------------------------- Checking for X11 headers in /usr/X11R6/include... Running: make -f .Makefile 'TESTFLAGS=-I/usr/X11R6/include' '.config.o' cc -O2 -march=i686 -mtune=generic -I/usr/X11R6/include -c -o .config.o .config.c .config.c:1:22: fatal error: X11/Xlib.h: No such file or directory #include ^ compilation terminated. make: *** [.config.o] Error 1 no Source of the failed compile: 1 #include 2 #include 3 4 int main(int argc, char *argv[]) { 5 Display *display = XOpenDisplay(NULL); 6 return 0; 7 } !! Could not find X11 library. t3learnkeys will not provide the --auto-learn option. ---------------------------------- Checking for tinfo pkg-config... Running: pkg-config --print-errors --exists tinfo no ---------------------------------- Checking for ncurses pkg-config... Running: pkg-config --print-errors --exists ncurses no ---------------------------------- Checking for curses header file... Running: make -f .Makefile '.config.o' cc -O2 -march=i686 -mtune=generic -c -o .config.o .config.c yes ---------------------------------- Checking for terminfo access functions in -ltinfo... Running: make -f .Makefile 'TESTLIBS=-ltinfo' '.config' cc -O2 -march=i686 -mtune=generic -o .config .config.o -ltinfo /usr/bin/ld: cannot find -ltinfo collect2: error: ld returned 1 exit status make: *** [.config] Error 1 no Source of the failed compile: 1 #include 2 #include 3 #include 4 5 int main(int argc, char *argv[]) { 6 int args[9], error, fd; 7 8 if (setupterm(NULL, fd, &error) == OK) { 9 tigetstr("cup"); 10 tigetnum("colors"); 11 tigetflag("km"); 12 tputs("\033[0m", 1, putchar); 13 tparm("\033[0m", args[0], args[1], args[2], args[3], args[4], args[5], args[6], args[7], args[8]); 14 } 15 return 0; 16 } ---------------------------------- Checking for curses library in -lcurses... Running: make -f .Makefile 'TESTLIBS=-lcurses' '.config' cc -O2 -march=i686 -mtune=generic -o .config .config.o -lcurses yes ---------------------------------- Checking for strdup... Running: make -f .Makefile '.config' cc -O2 -march=i686 -mtune=generic -c -o .config.o .config.c cc -O2 -march=i686 -mtune=generic -o .config .config.o yes ---------------------------------- Creating libt3key.pc ---------------------------------- Checking for working install (install)... Running: make -f .Makefile 'INSTALL=install' 'install' install -d .foo/bar install -m 755 configure .foo/bar test -x .foo/bar/configure yes ---------------------------------- Creating Makefile ---------------------------------- Creating mk/libt3key ---------------------------------- Creating mk/t3keyc ---------------------------------- Creating mk/t3learnkeys