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 fdopen/isatty/tcgetattr/tcsetattr/dup... 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 TIOCGWINSZ ioctl... 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 TIOCLINUX ioctl... 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 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 ---------------------------------- 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 libtranscript >= 0.2.2 pkg-config... Running: pkg-config --print-errors --exists libtranscript >= 0.2.2 yes ---------------------------------- Checking for libtranscript pkg-config compile... Running: make -f .Makefile 'TESTFLAGS=`pkg-config --cflags libtranscript`' 'TESTLIBS=`pkg-config --libs libtranscript`' '.config' cc -O2 -march=i686 -mtune=generic `pkg-config --cflags libtranscript` -c -o .config.o .config.c cc -O2 -march=i686 -mtune=generic -o .config .config.o `pkg-config --libs libtranscript` yes ---------------------------------- Checking for libunistring... Running: make -f .Makefile 'TESTLIBS=-lunistring' '.config' cc -O2 -march=i686 -mtune=generic -c -o .config.o .config.c cc -O2 -march=i686 -mtune=generic -o .config .config.o -lunistring yes ---------------------------------- Creating libt3window.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