Using settings: CXXFLAGS=-O2 ---------------------------------- 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 '.configcxx' g++ -O2 -c -o .configcxx.o .configcxx.cc g++ -O2 -o .configcxx .configcxx.o yes ---------------------------------- Checking for gettext and related functions... Running: make -f .Makefile '.configcxx.o' g++ -O2 -c -o .configcxx.o .configcxx.cc yes ---------------------------------- Checking for gettext in standard library... Running: make -f .Makefile '.configcxx' g++ -O2 -o .configcxx .configcxx.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=' '.configcxx' g++ -O2 -c -o .configcxx.o .configcxx.cc .configcxx.cc:2:44: error: size of array 'off_t_assert' is negative int off_t_assert[sizeof(off_t) > 4 ? 1 : -1]; ^ make: *** [.configcxx.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=' '.configcxx' g++ -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c -o .configcxx.o .configcxx.cc g++ -O2 -o .configcxx .configcxx.o yes ---------------------------------- Checking for pkg-config... yes ---------------------------------- Checking for libtranscript >= 0.2.0 pkg-config... Running: pkg-config --print-errors --exists libtranscript >= 0.2.0 yes ---------------------------------- Checking for libtranscript pkg-config compile... Running: make -f .Makefile 'TESTFLAGS=`pkg-config --cflags libtranscript`' 'TESTLIBS=`pkg-config --libs libtranscript`' '.configcxx' g++ -O2 `pkg-config --cflags libtranscript` -c -o .configcxx.o .configcxx.cc g++ -O2 -o .configcxx .configcxx.o `pkg-config --libs libtranscript` yes ---------------------------------- Checking for libunistring... Running: make -f .Makefile 'TESTLIBS=-lunistring' '.configcxx' g++ -O2 -c -o .configcxx.o .configcxx.cc g++ -O2 -o .configcxx .configcxx.o -lunistring yes ---------------------------------- Checking for libt3widget >= 0.2.0 pkg-config... Running: pkg-config --print-errors --exists libt3widget >= 0.2.0 yes ---------------------------------- Checking for libt3widget pkg-config compile... Running: make -f .Makefile 'TESTFLAGS=`pkg-config --cflags libt3widget`' 'TESTLIBS=`pkg-config --libs libt3widget`' '.configcxx' g++ -O2 `pkg-config --cflags libt3widget` -c -o .configcxx.o .configcxx.cc g++ -O2 -o .configcxx .configcxx.o `pkg-config --libs libt3widget` yes ---------------------------------- Checking for libt3config >= 0.2.6 pkg-config... Running: pkg-config --print-errors --exists libt3config >= 0.2.6 yes ---------------------------------- Checking for libt3config pkg-config compile... Running: make -f .Makefile 'TESTFLAGS=`pkg-config --cflags libt3config`' 'TESTLIBS=`pkg-config --libs libt3config`' '.configcxx' g++ -O2 `pkg-config --cflags libt3config` -c -o .configcxx.o .configcxx.cc g++ -O2 -o .configcxx .configcxx.o `pkg-config --libs libt3config` yes ---------------------------------- Checking for libt3highlight >= 0.2.1 pkg-config... Running: pkg-config --print-errors --exists libt3highlight >= 0.2.1 yes ---------------------------------- Checking for libt3highlight pkg-config compile... Running: make -f .Makefile 'TESTFLAGS=`pkg-config --cflags libt3highlight`' 'TESTLIBS=`pkg-config --libs libt3highlight`' '.configcxx' g++ -O2 `pkg-config --cflags libt3highlight` -c -o .configcxx.o .configcxx.cc g++ -O2 -o .configcxx .configcxx.o `pkg-config --libs libt3highlight` yes ---------------------------------- Checking for other required common Un*x functions... Running: make -f .Makefile '.configcxx' g++ -O2 -c -o .configcxx.o .configcxx.cc .configcxx.cc: In function 'int main(int, char**)': .configcxx.cc:28:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] fd = mkstemp("pathXXXXXX"); ^ g++ -O2 -o .configcxx .configcxx.o yes ---------------------------------- Checking for strdup... Running: make -f .Makefile '.configcxx' g++ -O2 -c -o .configcxx.o .configcxx.cc g++ -O2 -o .configcxx .configcxx.o yes ---------------------------------- Checking for libattr... Running: make -f .Makefile 'TESTLIBS=-lattr' '.configcxx' g++ -O2 -c -o .configcxx.o .configcxx.cc .configcxx.cc:2:26: fatal error: attr/libattr.h: No such file or directory #include ^ compilation terminated. make: *** [.configcxx.o] Error 1 no Source of the failed compile: 1 #include 2 #include 3 4 int main(int argc, char *argv[]) { 5 attr_copy_file(argv[1], argv[2], NULL, NULL); 6 } ---------------------------------- Checking for libacl... Running: make -f .Makefile 'TESTLIBS=-lacl' '.configcxx' g++ -O2 -c -o .configcxx.o .configcxx.cc .configcxx.cc:2:24: fatal error: acl/libacl.h: No such file or directory #include ^ compilation terminated. make: *** [.configcxx.o] Error 1 no Source of the failed compile: 1 #include 2 #include 3 4 int main(int argc, char *argv[]) { 5 perm_copy_file(argv[1], argv[2], NULL); 6 } ---------------------------------- 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