This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure --with-x-app-defaults=/usr/share/X11/app-defaults --without-readdisplay --without-shadow --with-setuid-hacks --prefix=/usr --sysconfdir=/etc --localstatedir=/var --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --build=i686-uhu-linux --host=i686-uhu-linux --disable-static CFLAGS=-O2 -march=i686 -mtune=generic ## --------- ## ## Platform. ## ## --------- ## hostname = hp12 uname -m = x86_64 uname -r = 3.13.6-1.x86_64 uname -s = Linux uname -v = #1 SMP Wed Mar 12 08:53:42 UTC 2014 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/lib/uhubuild PATH: /usr/lib/ccache PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /usr/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2825: checking build system type configure:2839: result: i686-uhu-linux-gnu configure:2859: checking host system type configure:2872: result: i686-uhu-linux-gnu configure:2902: checking for i686-uhu-linux-gcc configure:2918: found /usr/bin/i686-uhu-linux-gcc configure:2929: result: i686-uhu-linux-gcc configure:3198: checking for C compiler version configure:3207: i686-uhu-linux-gcc --version >&5 i686-uhu-linux-gcc (GCC) 4.8.3 Copyright (C) 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3218: $? = 0 configure:3207: i686-uhu-linux-gcc -v >&5 Using built-in specs. COLLECT_GCC=i686-uhu-linux-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-uhu-linux/4.8.3/lto-wrapper Target: i686-uhu-linux Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --build=i686-uhu-linux --host=i686-uhu-linux --target=i686-uhu-linux --enable-languages=c,c++,objc,java,fortran --enable-shared --enable-targets=all --disable-multilib --with-gnu-as --with-gnu-ld --with-system-zlib --with-arch-32=i686 --with-arch-64=core2 --with-cpu-32=i686 --with-cpu-64=core2 --with-tune=generic Thread model: posix gcc version 4.8.3 (GCC) configure:3218: $? = 0 configure:3207: i686-uhu-linux-gcc -V >&5 i686-uhu-linux-gcc: error: unrecognized command line option '-V' i686-uhu-linux-gcc: fatal error: no input files compilation terminated. configure:3218: $? = 1 configure:3207: i686-uhu-linux-gcc -qversion >&5 i686-uhu-linux-gcc: error: unrecognized command line option '-qversion' i686-uhu-linux-gcc: fatal error: no input files compilation terminated. configure:3218: $? = 1 configure:3238: checking whether the C compiler works configure:3260: i686-uhu-linux-gcc -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3264: $? = 0 configure:3312: result: yes configure:3315: checking for C compiler default output file name configure:3317: result: a.out configure:3323: checking for suffix of executables configure:3330: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3334: $? = 0 configure:3356: result: configure:3378: checking whether we are cross compiling configure:3386: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3390: $? = 0 configure:3397: ./conftest configure:3401: $? = 0 configure:3416: result: no configure:3421: checking for suffix of object files configure:3443: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3447: $? = 0 configure:3468: result: o configure:3472: checking whether we are using the GNU C compiler configure:3491: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3491: $? = 0 configure:3500: result: yes configure:3509: checking whether i686-uhu-linux-gcc accepts -g configure:3529: i686-uhu-linux-gcc -c -g conftest.c >&5 configure:3529: $? = 0 configure:3570: result: yes configure:3587: checking for i686-uhu-linux-gcc option to accept ISO C89 configure:3650: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3650: $? = 0 configure:3663: result: none needed configure:3921: checking if compiler needs -Werror to reject unknown flags configure:3937: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -Werror -Wunknown-warning-option -Wsizeof-array-argument conftest.c >&5 i686-uhu-linux-gcc: error: unrecognized command line option '-Wunknown-warning-option' i686-uhu-linux-gcc: error: unrecognized command line option '-Wsizeof-array-argument' configure:3937: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | /* end confdefs.h. */ | int foo(void); | int | main () | { | foo() | ; | return 0; | } configure:3942: result: no configure:4008: checking for the pthreads library -lpthreads configure:4046: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lpthreads >&5 /usr/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status configure:4046: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include | static void routine(void *a) { a = 0; } | static void *start_routine(void *a) { return a; } | int | main () | { | pthread_t th; pthread_attr_t attr; | pthread_create(&th, 0, start_routine, 0); | pthread_join(th, 0); | pthread_attr_init(&attr); | pthread_cleanup_push(routine, 0); | pthread_cleanup_pop(0) /* ; */ | ; | return 0; | } configure:4055: result: no configure:3953: checking whether pthreads work without any flags configure:4046: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 /tmp/cc0DVmo9.o: In function `main': conftest.c:(.text.startup+0x29): undefined reference to `pthread_create' conftest.c:(.text.startup+0x3d): undefined reference to `pthread_join' conftest.c:(.text.startup+0x6a): undefined reference to `__pthread_register_cancel' conftest.c:(.text.startup+0x73): undefined reference to `__pthread_unregister_cancel' collect2: error: ld returned 1 exit status configure:4046: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include | static void routine(void *a) { a = 0; } | static void *start_routine(void *a) { return a; } | int | main () | { | pthread_t th; pthread_attr_t attr; | pthread_create(&th, 0, start_routine, 0); | pthread_join(th, 0); | pthread_attr_init(&attr); | pthread_cleanup_push(routine, 0); | pthread_cleanup_pop(0) /* ; */ | ; | return 0; | } configure:4055: result: no configure:3958: checking whether pthreads work with -Kthread configure:4046: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -Kthread conftest.c >&5 i686-uhu-linux-gcc: error: unrecognized command line option '-Kthread' configure:4046: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include | static void routine(void *a) { a = 0; } | static void *start_routine(void *a) { return a; } | int | main () | { | pthread_t th; pthread_attr_t attr; | pthread_create(&th, 0, start_routine, 0); | pthread_join(th, 0); | pthread_attr_init(&attr); | pthread_cleanup_push(routine, 0); | pthread_cleanup_pop(0) /* ; */ | ; | return 0; | } configure:4055: result: no configure:3958: checking whether pthreads work with -kthread configure:4046: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -kthread conftest.c >&5 i686-uhu-linux-gcc: error: unrecognized command line option '-kthread' configure:4046: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include | static void routine(void *a) { a = 0; } | static void *start_routine(void *a) { return a; } | int | main () | { | pthread_t th; pthread_attr_t attr; | pthread_create(&th, 0, start_routine, 0); | pthread_join(th, 0); | pthread_attr_init(&attr); | pthread_cleanup_push(routine, 0); | pthread_cleanup_pop(0) /* ; */ | ; | return 0; | } configure:4055: result: no configure:4008: checking for the pthreads library -llthread configure:4046: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -llthread >&5 /usr/bin/ld: cannot find -llthread collect2: error: ld returned 1 exit status configure:4046: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include | static void routine(void *a) { a = 0; } | static void *start_routine(void *a) { return a; } | int | main () | { | pthread_t th; pthread_attr_t attr; | pthread_create(&th, 0, start_routine, 0); | pthread_join(th, 0); | pthread_attr_init(&attr); | pthread_cleanup_push(routine, 0); | pthread_cleanup_pop(0) /* ; */ | ; | return 0; | } configure:4055: result: no configure:3958: checking whether pthreads work with -pthread configure:4046: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:4046: $? = 0 configure:4055: result: yes configure:4074: checking for joinable pthread attribute configure:4089: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:4089: $? = 0 configure:4095: result: PTHREAD_CREATE_JOINABLE configure:4105: checking if more special flags are required for pthreads configure:4120: result: no configure:4126: checking for PTHREAD_PRIO_INHERIT configure:4143: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -pthread conftest.c >&5 configure:4143: $? = 0 configure:4152: result: yes configure:4303: checking whether the compiler works on ANSI C configure:4312: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4312: $? = 0 configure:4312: ./conftest configure:4312: $? = 0 configure:4313: result: yes configure:4326: result: Turning on gcc compiler warnings. configure:4349: checking whether gcc accepts -Wno-overlength-strings configure:4364: result: yes configure:4370: checking whether gcc accepts -Wdeclaration-after-statement configure:4385: result: yes configure:4391: checking whether gcc accepts -no-cpp-precomp configure:4406: result: no configure:4420: checking whether gcc accepts -std=c89 configure:4435: result: yes configure:4443: result: Disabling C++ comments in ANSI C code. configure:4477: checking how to run the C preprocessor configure:4508: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -E conftest.c configure:4508: $? = 0 configure:4522: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:4522: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | /* end confdefs.h. */ | #include configure:4547: result: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -E configure:4567: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -E conftest.c configure:4567: $? = 0 configure:4581: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:4581: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | /* end confdefs.h. */ | #include configure:4609: checking for an ANSI C-conforming const configure:4675: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:13:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:4675: $? = 0 configure:4682: result: yes configure:4690: checking for inline configure:4706: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:13:1: error: unknown type name 'inline' static inline foo_t static_foo () {return 0; } ^ conftest.c:13:21: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'static_foo' static inline foo_t static_foo () {return 0; } ^ conftest.c:14:1: error: unknown type name 'inline' inline foo_t foo () {return 0; } ^ conftest.c:14:14: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'foo' inline foo_t foo () {return 0; } ^ configure:4706: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | /* end confdefs.h. */ | #ifndef __cplusplus | typedef int foo_t; | static inline foo_t static_foo () {return 0; } | inline foo_t foo () {return 0; } | #endif | configure:4706: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:13:25: warning: function declaration isn't a prototype [-Wstrict-prototypes] static __inline__ foo_t static_foo () {return 0; } ^ conftest.c:14:18: warning: function declaration isn't a prototype [-Wstrict-prototypes] __inline__ foo_t foo () {return 0; } ^ configure:4706: $? = 0 configure:4714: result: __inline__ configure:4734: checking for bc configure:4737: result: yes configure:4764: checking for a BSD-compatible install configure:4832: result: /bin/install -c configure:4843: checking whether "${INSTALL} -d" creates intermediate directories configure:4861: result: yes configure:4896: checking whether make sets $(MAKE) configure:4918: result: yes configure:4937: checking for grep that handles long lines and -e configure:4995: result: /bin/grep configure:5000: checking for egrep configure:5062: result: /bin/grep -E configure:5067: checking for ANSI C header files configure:5087: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:20:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:5087: $? = 0 configure:5160: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:26:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:5160: $? = 0 configure:5160: ./conftest configure:5160: $? = 0 configure:5171: result: yes configure:5184: checking for sys/types.h configure:5184: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5184: $? = 0 configure:5184: result: yes configure:5184: checking for sys/stat.h configure:5184: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5184: $? = 0 configure:5184: result: yes configure:5184: checking for stdlib.h configure:5184: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5184: $? = 0 configure:5184: result: yes configure:5184: checking for string.h configure:5184: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5184: $? = 0 configure:5184: result: yes configure:5184: checking for memory.h configure:5184: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5184: $? = 0 configure:5184: result: yes configure:5184: checking for strings.h configure:5184: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5184: $? = 0 configure:5184: result: yes configure:5184: checking for inttypes.h configure:5184: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5184: $? = 0 configure:5184: result: yes configure:5184: checking for stdint.h configure:5184: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5184: $? = 0 configure:5184: result: yes configure:5184: checking for unistd.h configure:5184: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5184: $? = 0 configure:5184: result: yes configure:5198: checking for unistd.h configure:5198: result: yes configure:5208: checking for mode_t configure:5208: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:59:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:5208: $? = 0 configure:5208: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:59:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ conftest.c: In function 'main': conftest.c:61:21: error: expected expression before ')' token if (sizeof ((mode_t))) ^ configure:5208: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #ifndef __cplusplus | #define inline __inline__ | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((mode_t))) | return 0; | ; | return 0; | } configure:5208: result: yes configure:5219: checking for pid_t configure:5219: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:59:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:5219: $? = 0 configure:5219: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:59:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ conftest.c: In function 'main': conftest.c:61:20: error: expected expression before ')' token if (sizeof ((pid_t))) ^ configure:5219: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #ifndef __cplusplus | #define inline __inline__ | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((pid_t))) | return 0; | ; | return 0; | } configure:5219: result: yes configure:5230: checking for size_t configure:5230: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:59:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:5230: $? = 0 configure:5230: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:59:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ conftest.c: In function 'main': conftest.c:61:21: error: expected expression before ')' token if (sizeof ((size_t))) ^ configure:5230: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #ifndef __cplusplus | #define inline __inline__ | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((size_t))) | return 0; | ; | return 0; | } configure:5230: result: yes configure:5241: checking return type of signal handlers configure:5259: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:29:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ conftest.c: In function 'main': conftest.c:31:1: error: void value not ignored as it ought to be return *(signal (0, 0)) (0) == 1; ^ configure:5259: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #ifndef __cplusplus | #define inline __inline__ | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | return *(signal (0, 0)) (0) == 1; | ; | return 0; | } configure:5266: result: void configure:5274: checking whether time.h and sys/time.h may both be included configure:5294: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:31:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:5294: $? = 0 configure:5301: result: yes configure:5309: checking for sys/wait.h that is POSIX.1 compatible configure:5335: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:37:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:5335: $? = 0 configure:5342: result: yes configure:5353: checking for dirent.h that defines DIR configure:5372: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:32:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:5372: $? = 0 configure:5380: result: yes configure:5393: checking for library containing opendir configure:5424: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:36:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char opendir (); ^ conftest.c:38:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:5424: $? = 0 configure:5441: result: none required configure:5508: checking how to call gettimeofday configure:5526: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:32:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:5526: $? = 0 configure:5563: result: two arguments configure:5577: checking for special C compiler options needed for large files configure:5622: result: no configure:5628: checking for _FILE_OFFSET_BITS value needed for large files configure:5653: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:37:3: warning: left shift count >= width of type [enabled by default] int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 ^ conftest.c:37:3: warning: left shift count >= width of type [enabled by default] conftest.c:38:10: warning: left shift count >= width of type [enabled by default] && LARGE_OFF_T % 2147483647 == 1) ^ conftest.c:38:10: warning: left shift count >= width of type [enabled by default] conftest.c:37:7: error: variably modified 'off_t_is_large' at file scope int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 ^ conftest.c:41:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:5653: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #ifndef __cplusplus | #define inline __inline__ | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UNISTD_H 1 | #define RETSIGTYPE void | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_GETTIMEOFDAY 1 | #define GETTIMEOFDAY_TWO_ARGS 1 | /* end confdefs.h. */ | #include | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int | main () | { | | ; | return 0; | } configure:5677: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:42:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:5677: $? = 0 configure:5685: result: 64 configure:5773: checking for select configure:5773: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:55:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char select (); ^ conftest.c:64:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:5773: $? = 0 configure:5773: result: yes configure:5773: checking for fcntl configure:5773: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:56:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char fcntl (); ^ conftest.c:65:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:5773: $? = 0 configure:5773: result: yes configure:5773: checking for uname configure:5773: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:57:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char uname (); ^ conftest.c:66:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:5773: $? = 0 configure:5773: result: yes configure:5773: checking for nice configure:5773: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:58:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char nice (); ^ conftest.c:67:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:5773: $? = 0 configure:5773: result: yes configure:5773: checking for setpriority configure:5773: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:59:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char setpriority (); ^ conftest.c:68:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:5773: $? = 0 configure:5773: result: yes configure:5773: checking for getcwd configure:5773: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:60:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char getcwd (); ^ conftest.c:69:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:5773: $? = 0 configure:5773: result: yes configure:5773: checking for getwd configure:5773: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:61:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char getwd (); ^ conftest.c:70:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:5773: $? = 0 configure:5773: result: yes configure:5773: checking for putenv configure:5773: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:62:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char putenv (); ^ conftest.c:71:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:5773: $? = 0 configure:5773: result: yes configure:5773: checking for sbrk configure:5773: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:63:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char sbrk (); ^ conftest.c:72:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:5773: $? = 0 configure:5773: result: yes configure:5785: checking for sigaction configure:5785: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:64:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char sigaction (); ^ conftest.c:73:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:5785: $? = 0 configure:5785: result: yes configure:5785: checking for syslog configure:5785: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:65:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char syslog (); ^ conftest.c:74:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:5785: $? = 0 configure:5785: result: yes configure:5785: checking for realpath configure:5785: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:66:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char realpath (); ^ conftest.c:75:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:5785: $? = 0 configure:5785: result: yes configure:5785: checking for setrlimit configure:5785: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:67:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char setrlimit (); ^ conftest.c:76:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:5785: $? = 0 configure:5785: result: yes configure:5796: checking for setlocale configure:5796: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:68:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char setlocale (); ^ conftest.c:77:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:5796: $? = 0 configure:5796: result: yes configure:5805: checking for struct icmp configure:5854: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:66:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ conftest.c: In function 'main': conftest.c:71:30: warning: variable 'ip' set but not used [-Wunused-but-set-variable] struct ip ip; ^ conftest.c:70:39: warning: variable 'si' set but not used [-Wunused-but-set-variable] struct sockaddr_in si; ^ conftest.c:69:36: warning: unused variable 's' [-Wunused-variable] struct sockaddr s; ^ conftest.c:68:13: warning: variable 'i' set but not used [-Wunused-but-set-variable] struct icmp i; ^ configure:5854: $? = 0 configure:5861: result: yes configure:5867: checking for struct icmphdr configure:5911: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:67:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ conftest.c: In function 'main': conftest.c:72:30: warning: variable 'ip' set but not used [-Wunused-but-set-variable] struct ip ip; ^ conftest.c:71:39: warning: variable 'si' set but not used [-Wunused-but-set-variable] struct sockaddr_in si; ^ conftest.c:70:36: warning: unused variable 's' [-Wunused-variable] struct sockaddr s; ^ conftest.c:69:16: warning: variable 'i' set but not used [-Wunused-but-set-variable] struct icmphdr i; ^ configure:5911: $? = 0 configure:5918: result: yes configure:5924: checking for getifaddrs configure:5946: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:53:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:5946: $? = 0 configure:5953: result: yes configure:5962: checking crypt.h usability configure:5962: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5962: $? = 0 configure:5962: result: yes configure:5962: checking crypt.h presence configure:5962: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -E conftest.c configure:5962: $? = 0 configure:5962: result: yes configure:5962: checking for crypt.h configure:5962: result: yes configure:5962: checking sys/select.h usability configure:5962: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5962: $? = 0 configure:5962: result: yes configure:5962: checking sys/select.h presence configure:5962: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -E conftest.c configure:5962: $? = 0 configure:5962: result: yes configure:5962: checking for sys/select.h configure:5962: result: yes configure:5976: checking for perl5 configure:5994: found /usr/bin/perl5 configure:6006: result: /usr/bin/perl5 configure:6020: checking perl version configure:6027: result: 5.018002 configure:6038: checking for X configure:6146: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -E conftest.c configure:6146: $? = 0 configure:6177: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -march=i686 -mtune=generic conftest.c -lX11 >&5 conftest.c:53:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:6177: $? = 0 configure:6227: result: libraries , headers configure:6326: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -march=i686 -mtune=generic conftest.c -lX11 >&5 conftest.c:58:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char XOpenDisplay (); ^ conftest.c:60:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:6326: $? = 0 configure:6424: checking for gethostbyname configure:6424: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:74:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char gethostbyname (); ^ conftest.c:83:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:6424: $? = 0 configure:6424: result: yes configure:6521: checking for connect configure:6521: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:74:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char connect (); ^ conftest.c:83:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:6521: $? = 0 configure:6521: result: yes configure:6570: checking for remove configure:6570: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:74:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char remove (); ^ conftest.c:83:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:6570: $? = 0 configure:6570: result: yes configure:6619: checking for shmat configure:6619: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:74:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char shmat (); ^ conftest.c:83:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:6619: $? = 0 configure:6619: result: yes configure:6677: checking for IceConnectionNumber in -lICE configure:6702: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -march=i686 -mtune=generic conftest.c -lICE >&5 conftest.c:58:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char IceConnectionNumber (); ^ conftest.c:60:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:6702: $? = 0 configure:6711: result: yes configure:6727: checking for X app-defaults directory configure:6815: result: /usr/share/X11/app-defaults configure:6987: checking for XPointer configure:7010: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic -I/usr/include conftest.c >&5 conftest.c:53:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ conftest.c: In function 'main': conftest.c:55:10: warning: unused variable 'foo' [-Wunused-variable] XPointer foo = (XPointer) 0; ^ configure:7010: $? = 0 configure:7018: result: yes configure:7025: checking whether this is MacOS X configure:7033: result: no configure:7044: checking whether NLS is requested configure:7053: result: yes configure:7081: checking for intltool-update configure:7099: found /usr/bin/intltool-update configure:7111: result: /usr/bin/intltool-update configure:7121: checking for intltool-merge configure:7139: found /usr/bin/intltool-merge configure:7151: result: /usr/bin/intltool-merge configure:7161: checking for intltool-extract configure:7179: found /usr/bin/intltool-extract configure:7191: result: /usr/bin/intltool-extract configure:7345: checking for xgettext configure:7363: found /usr/bin/xgettext configure:7375: result: /usr/bin/xgettext configure:7385: checking for msgmerge configure:7403: found /usr/bin/msgmerge configure:7415: result: /usr/bin/msgmerge configure:7425: checking for msgfmt configure:7443: found /usr/bin/msgfmt configure:7455: result: /usr/bin/msgfmt configure:7465: checking for gmsgfmt configure:7496: result: /usr/bin/msgfmt configure:7532: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:53:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ conftest.c: In function 'main': conftest.c:55:1: warning: nested extern declaration of '_nl_msg_cat_cntr' [-Wnested-externs] extern int _nl_msg_cat_cntr; ^ configure:7532: $? = 0 configure:7575: checking locale.h usability configure:7575: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7575: $? = 0 configure:7575: result: yes configure:7575: checking locale.h presence configure:7575: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -E conftest.c configure:7575: $? = 0 configure:7575: result: yes configure:7575: checking for locale.h configure:7575: result: yes configure:7586: checking for LC_MESSAGES configure:7602: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:56:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:7602: $? = 0 configure:7610: result: yes configure:7627: checking libintl.h usability configure:7627: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7627: $? = 0 configure:7627: result: yes configure:7627: checking libintl.h presence configure:7627: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -E conftest.c configure:7627: $? = 0 configure:7627: result: yes configure:7627: checking for libintl.h configure:7627: result: yes configure:7635: checking for ngettext in libc configure:7653: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:59:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:7653: $? = 0 configure:7662: result: yes configure:7666: checking for dgettext in libc configure:7684: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:59:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:7684: $? = 0 configure:7693: result: yes configure:7700: checking for bind_textdomain_codeset configure:7700: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:78:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char bind_textdomain_codeset (); ^ conftest.c:87:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:7700: $? = 0 configure:7700: result: yes configure:7976: checking for msgfmt configure:8003: result: /usr/bin/msgfmt configure:8014: checking for dcgettext configure:8014: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:80:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char dcgettext (); ^ conftest.c:89:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:8014: $? = 0 configure:8014: result: yes configure:8024: checking if msgfmt accepts -c configure:8039: $MSGFMT -c -o /dev/null conftest.foo conftest.foo:3: warning: header field 'Language' missing in header configure:8042: $? = 0 configure:8044: result: yes configure:8054: checking for gmsgfmt configure:8085: result: /usr/bin/msgfmt configure:8095: checking for xgettext configure:8122: result: /usr/bin/xgettext configure:8141: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:60:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ conftest.c: In function 'main': conftest.c:62:1: warning: nested extern declaration of '_nl_msg_cat_cntr' [-Wnested-externs] extern int _nl_msg_cat_cntr; ^ configure:8141: $? = 0 configure:8223: checking for catalogs to be installed configure:8248: result: ca da de es et fi fr hu it ja ko nb nl pl pt pt_BR ru sk sv vi wa zh_CN zh_TW configure:8297: checking for X11/Xmu/Error.h configure:8297: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic -I/usr/include conftest.c >&5 configure:8297: $? = 0 configure:8297: result: yes configure:8667: checking for X11/extensions/dpms.h configure:8667: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic -I/usr/include conftest.c >&5 configure:8667: $? = 0 configure:8667: result: yes configure:8701: checking for DPMSInfo in -lXext configure:8726: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -march=i686 -mtune=generic -I/usr/include -L/usr/lib conftest.c -lXext -lXext -lX11 >&5 conftest.c:67:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char DPMSInfo (); ^ conftest.c:69:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:8726: $? = 0 configure:8735: result: yes configure:8903: checking for X11/extensions/Xinerama.h configure:8903: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic -I/usr/include conftest.c >&5 configure:8903: $? = 0 configure:8903: result: yes configure:8936: checking for XineramaQueryScreens in -lXext configure:8961: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -march=i686 -mtune=generic -I/usr/include -L/usr/lib conftest.c -lXext -lXext -lX11 >&5 conftest.c:68:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char XineramaQueryScreens (); ^ conftest.c:70:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ /tmp/ccqvgHSh.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `XineramaQueryScreens' collect2: error: ld returned 1 exit status configure:8961: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #ifndef __cplusplus | #define inline __inline__ | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UNISTD_H 1 | #define RETSIGTYPE void | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_GETTIMEOFDAY 1 | #define GETTIMEOFDAY_TWO_ARGS 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_SELECT 1 | #define HAVE_FCNTL 1 | #define HAVE_UNAME 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_GETCWD 1 | #define HAVE_GETWD 1 | #define HAVE_PUTENV 1 | #define HAVE_SBRK 1 | #define HAVE_SIGACTION 1 | #define HAVE_SYSLOG 1 | #define HAVE_REALPATH 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETLOCALE 1 | #define HAVE_ICMP 1 | #define HAVE_ICMPHDR 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_CRYPT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define GETTEXT_PACKAGE "xscreensaver" | #define PACKAGE "xscreensaver" | #define HAVE_LOCALE_H 1 | #define HAVE_LC_MESSAGES 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define ENABLE_NLS 1 | #define HAVE_XMU 1 | #define HAVE_DPMS_EXTENSION 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char XineramaQueryScreens (); | int | main () | { | return XineramaQueryScreens (); | ; | return 0; | } configure:8970: result: no configure:9004: checking for XineramaQueryScreens in -lXinerama configure:9029: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -march=i686 -mtune=generic -I/usr/include -L/usr/lib conftest.c -lXinerama -lXext -lX11 >&5 conftest.c:68:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char XineramaQueryScreens (); ^ conftest.c:70:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:9029: $? = 0 configure:9038: result: yes configure:9137: checking for X11/extensions/XInput.h configure:9137: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic -I/usr/include conftest.c >&5 configure:9137: $? = 0 configure:9137: result: yes configure:9168: checking for XListInputDevices in -lXi configure:9193: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -march=i686 -mtune=generic -I/usr/include -L/usr/lib conftest.c -lXi -lXext -lX11 >&5 conftest.c:69:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char XListInputDevices (); ^ conftest.c:71:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:9193: $? = 0 configure:9202: result: yes configure:9302: checking for X11/extensions/xf86vmode.h configure:9302: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic -I/usr/include conftest.c >&5 conftest.c:65:38: fatal error: X11/extensions/xf86vmode.h: No such file or directory #include ^ compilation terminated. configure:9302: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #ifndef __cplusplus | #define inline __inline__ | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UNISTD_H 1 | #define RETSIGTYPE void | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_GETTIMEOFDAY 1 | #define GETTIMEOFDAY_TWO_ARGS 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_SELECT 1 | #define HAVE_FCNTL 1 | #define HAVE_UNAME 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_GETCWD 1 | #define HAVE_GETWD 1 | #define HAVE_PUTENV 1 | #define HAVE_SBRK 1 | #define HAVE_SIGACTION 1 | #define HAVE_SYSLOG 1 | #define HAVE_REALPATH 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETLOCALE 1 | #define HAVE_ICMP 1 | #define HAVE_ICMPHDR 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_CRYPT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define GETTEXT_PACKAGE "xscreensaver" | #define PACKAGE "xscreensaver" | #define HAVE_LOCALE_H 1 | #define HAVE_LC_MESSAGES 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define ENABLE_NLS 1 | #define HAVE_XMU 1 | #define HAVE_DPMS_EXTENSION 1 | #define HAVE_XINERAMA 1 | #define HAVE_XINPUT 1 | /* end confdefs.h. */ | #include | | #include configure:9302: result: no configure:9471: checking for X11/extensions/xf86vmode.h configure:9471: result: no configure:9719: checking for X11/extensions/Xrandr.h configure:9719: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic -I/usr/include conftest.c >&5 configure:9719: $? = 0 configure:9719: result: yes configure:9752: checking for XRenderSetSubpixelOrder in -lXrender configure:9777: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -march=i686 -mtune=generic -I/usr/include -L/usr/lib conftest.c -lXrender -lXext -lX11 >&5 conftest.c:70:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char XRenderSetSubpixelOrder (); ^ conftest.c:72:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:9777: $? = 0 configure:9786: result: yes configure:9820: checking for XRRGetScreenInfo in -lXext configure:9845: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -march=i686 -mtune=generic -I/usr/include -L/usr/lib conftest.c -lXext -lXrender -lXext -lX11 >&5 conftest.c:70:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char XRRGetScreenInfo (); ^ conftest.c:72:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ /tmp/ccHndsHL.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `XRRGetScreenInfo' collect2: error: ld returned 1 exit status configure:9845: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #ifndef __cplusplus | #define inline __inline__ | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UNISTD_H 1 | #define RETSIGTYPE void | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_GETTIMEOFDAY 1 | #define GETTIMEOFDAY_TWO_ARGS 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_SELECT 1 | #define HAVE_FCNTL 1 | #define HAVE_UNAME 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_GETCWD 1 | #define HAVE_GETWD 1 | #define HAVE_PUTENV 1 | #define HAVE_SBRK 1 | #define HAVE_SIGACTION 1 | #define HAVE_SYSLOG 1 | #define HAVE_REALPATH 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETLOCALE 1 | #define HAVE_ICMP 1 | #define HAVE_ICMPHDR 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_CRYPT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define GETTEXT_PACKAGE "xscreensaver" | #define PACKAGE "xscreensaver" | #define HAVE_LOCALE_H 1 | #define HAVE_LC_MESSAGES 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define ENABLE_NLS 1 | #define HAVE_XMU 1 | #define HAVE_DPMS_EXTENSION 1 | #define HAVE_XINERAMA 1 | #define HAVE_XINPUT 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char XRRGetScreenInfo (); | int | main () | { | return XRRGetScreenInfo (); | ; | return 0; | } configure:9854: result: no configure:9888: checking for XRRGetScreenInfo in -lXrandr configure:9913: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -march=i686 -mtune=generic -I/usr/include -L/usr/lib conftest.c -lXrandr -lXrender -lXext -lX11 >&5 conftest.c:70:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char XRRGetScreenInfo (); ^ conftest.c:72:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:9913: $? = 0 configure:9922: result: yes configure:9944: checking for XRRGetScreenResources configure:9971: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic -I/usr/include conftest.c >&5 conftest.c:68:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ conftest.c: In function 'main': conftest.c:70:21: warning: unused variable 'res' [-Wunused-variable] XRRScreenResources *res = ^ configure:9971: $? = 0 configure:9979: result: yes configure:10084: checking for XHPDisableReset in X11/XHPlib.h conftest.c:65:24: fatal error: X11/XHPlib.h: No such file or directory #include ^ compilation terminated. configure:10106: result: no configure:10140: checking whether /proc/interrupts contains keyboard data configure:10151: result: yes configure:10320: checking for PAM configure:10343: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic -I/usr/include conftest.c >&5 conftest.c:69:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:10343: $? = 0 configure:10351: result: yes configure:10366: checking for dlopen in -ldl configure:10391: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -march=i686 -mtune=generic conftest.c -ldl >&5 conftest.c:76:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char dlopen (); ^ conftest.c:78:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:10391: $? = 0 configure:10400: result: yes configure:10409: checking for sigtimedwait in -lc configure:10434: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -march=i686 -mtune=generic conftest.c -lc >&5 conftest.c:76:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char sigtimedwait (); ^ conftest.c:78:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:10434: $? = 0 configure:10443: result: yes configure:10497: checking how to call pam_strerror configure:10523: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic -I/usr/include conftest.c >&5 conftest.c:74:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ conftest.c: In function 'main': conftest.c:77:35: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] char *s = pam_strerror(pamh, PAM_SUCCESS); ^ conftest.c:77:31: warning: unused variable 's' [-Wunused-variable] char *s = pam_strerror(pamh, PAM_SUCCESS); ^ configure:10523: $? = 0 configure:10567: result: two arguments configure:10575: checking pam_fail_delay in -lpam configure:10595: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -march=i686 -mtune=generic -lpam conftest.c >&5 conftest.c:73:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ conftest.c: In function 'main': conftest.c:77:10: warning: unused variable 'status' [-Wunused-variable] int status = pam_fail_delay (pamh, usec); ^ configure:10595: $? = 0 configure:10608: result: yes configure:10686: checking for Kerberos 4 configure:10709: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic -I/usr/include conftest.c >&5 conftest.c:72:17: fatal error: krb.h: No such file or directory #include ^ compilation terminated. configure:10709: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #ifndef __cplusplus | #define inline __inline__ | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UNISTD_H 1 | #define RETSIGTYPE void | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_GETTIMEOFDAY 1 | #define GETTIMEOFDAY_TWO_ARGS 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_SELECT 1 | #define HAVE_FCNTL 1 | #define HAVE_UNAME 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_GETCWD 1 | #define HAVE_GETWD 1 | #define HAVE_PUTENV 1 | #define HAVE_SBRK 1 | #define HAVE_SIGACTION 1 | #define HAVE_SYSLOG 1 | #define HAVE_REALPATH 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETLOCALE 1 | #define HAVE_ICMP 1 | #define HAVE_ICMPHDR 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_CRYPT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define GETTEXT_PACKAGE "xscreensaver" | #define PACKAGE "xscreensaver" | #define HAVE_LOCALE_H 1 | #define HAVE_LC_MESSAGES 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define ENABLE_NLS 1 | #define HAVE_XMU 1 | #define HAVE_DPMS_EXTENSION 1 | #define HAVE_XINERAMA 1 | #define HAVE_XINPUT 1 | #define HAVE_RANDR 1 | #define HAVE_RANDR_12 1 | #define HAVE_PROC_INTERRUPTS 1 | #define ALLOW_ROOT_PASSWD 1 | #define HAVE_PAM 1 | #define PAM_SERVICE_NAME "xscreensaver" | #define HAVE_SIGTIMEDWAIT 1 | #define PAM_STRERROR_TWO_ARGS 1 | #define HAVE_PAM_FAIL_DELAY 1 | /* end confdefs.h. */ | #include | int | main () | { | | ; | return 0; | } configure:10717: result: no configure:10719: checking for Kerberos 5 configure:10742: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic -I/usr/include conftest.c >&5 conftest.c:72:28: fatal error: kerberosIV/krb.h: No such file or directory #include ^ compilation terminated. configure:10742: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #ifndef __cplusplus | #define inline __inline__ | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UNISTD_H 1 | #define RETSIGTYPE void | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_GETTIMEOFDAY 1 | #define GETTIMEOFDAY_TWO_ARGS 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_SELECT 1 | #define HAVE_FCNTL 1 | #define HAVE_UNAME 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_GETCWD 1 | #define HAVE_GETWD 1 | #define HAVE_PUTENV 1 | #define HAVE_SBRK 1 | #define HAVE_SIGACTION 1 | #define HAVE_SYSLOG 1 | #define HAVE_REALPATH 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETLOCALE 1 | #define HAVE_ICMP 1 | #define HAVE_ICMPHDR 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_CRYPT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define GETTEXT_PACKAGE "xscreensaver" | #define PACKAGE "xscreensaver" | #define HAVE_LOCALE_H 1 | #define HAVE_LC_MESSAGES 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define ENABLE_NLS 1 | #define HAVE_XMU 1 | #define HAVE_DPMS_EXTENSION 1 | #define HAVE_XINERAMA 1 | #define HAVE_XINPUT 1 | #define HAVE_RANDR 1 | #define HAVE_RANDR_12 1 | #define HAVE_PROC_INTERRUPTS 1 | #define ALLOW_ROOT_PASSWD 1 | #define HAVE_PAM 1 | #define PAM_SERVICE_NAME "xscreensaver" | #define HAVE_SIGTIMEDWAIT 1 | #define PAM_STRERROR_TWO_ARGS 1 | #define HAVE_PAM_FAIL_DELAY 1 | /* end confdefs.h. */ | #include | int | main () | { | | ; | return 0; | } configure:10750: result: no configure:11524: checking for crypt in -lc configure:11549: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -march=i686 -mtune=generic conftest.c -lc >&5 conftest.c:79:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char crypt (); ^ conftest.c:81:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ /tmp/ccJqsN8k.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `crypt' collect2: error: ld returned 1 exit status configure:11549: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #ifndef __cplusplus | #define inline __inline__ | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UNISTD_H 1 | #define RETSIGTYPE void | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_GETTIMEOFDAY 1 | #define GETTIMEOFDAY_TWO_ARGS 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_SELECT 1 | #define HAVE_FCNTL 1 | #define HAVE_UNAME 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_GETCWD 1 | #define HAVE_GETWD 1 | #define HAVE_PUTENV 1 | #define HAVE_SBRK 1 | #define HAVE_SIGACTION 1 | #define HAVE_SYSLOG 1 | #define HAVE_REALPATH 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETLOCALE 1 | #define HAVE_ICMP 1 | #define HAVE_ICMPHDR 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_CRYPT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define GETTEXT_PACKAGE "xscreensaver" | #define PACKAGE "xscreensaver" | #define HAVE_LOCALE_H 1 | #define HAVE_LC_MESSAGES 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define ENABLE_NLS 1 | #define HAVE_XMU 1 | #define HAVE_DPMS_EXTENSION 1 | #define HAVE_XINERAMA 1 | #define HAVE_XINPUT 1 | #define HAVE_RANDR 1 | #define HAVE_RANDR_12 1 | #define HAVE_PROC_INTERRUPTS 1 | #define ALLOW_ROOT_PASSWD 1 | #define HAVE_PAM 1 | #define PAM_SERVICE_NAME "xscreensaver" | #define HAVE_SIGTIMEDWAIT 1 | #define PAM_STRERROR_TWO_ARGS 1 | #define HAVE_PAM_FAIL_DELAY 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char crypt (); | int | main () | { | return crypt (); | ; | return 0; | } configure:11558: result: no configure:11565: checking for crypt in -lcrypt configure:11590: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -march=i686 -mtune=generic conftest.c -lcrypt >&5 conftest.c:79:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char crypt (); ^ conftest.c:81:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:11590: $? = 0 configure:11599: result: yes configure:11720: checking for gdmflexiserver configure:11753: result: no configure:11765: checking for kdmctl configure:11798: result: no configure:11882: checking for login manager configure:11887: result: gdmflexiserver -ls (disabled) configure:12001: checking for pkg-config configure:12019: found /usr/bin/pkg-config configure:12031: result: /usr/bin/pkg-config configure:12057: checking for gtk+-2.0 configure:12062: result: 2.24.24 configure:12057: checking for gmodule-2.0 configure:12062: result: 2.40.0 configure:12057: checking for libxml-2.0 configure:12062: result: 2.9.1 configure:12057: checking for libglade-2.0 configure:12062: result: 2.6.4 configure:12057: checking for gdk-pixbuf-2.0 configure:12062: result: 2.30.8 configure:12057: checking for gdk-pixbuf-xlib-2.0 configure:12062: result: 2.30.8 configure:12110: checking for Gtk includes configure:12117: result: -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include configure:12119: checking for Gtk libs configure:12126: result: -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglade-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lxml2 -lgdk_pixbuf_xlib-2.0 -lgmodule-2.0 -pthread -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 configure:12162: checking for gnome-open configure:12192: result: no configure:12204: checking for gnome-url-show configure:12234: result: no configure:12783: checking GL/gl.h usability configure:12783: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic -I/usr/include conftest.c >&5 conftest.c:108:19: fatal error: GL/gl.h: No such file or directory #include ^ compilation terminated. configure:12783: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #ifndef __cplusplus | #define inline __inline__ | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UNISTD_H 1 | #define RETSIGTYPE void | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_GETTIMEOFDAY 1 | #define GETTIMEOFDAY_TWO_ARGS 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_SELECT 1 | #define HAVE_FCNTL 1 | #define HAVE_UNAME 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_GETCWD 1 | #define HAVE_GETWD 1 | #define HAVE_PUTENV 1 | #define HAVE_SBRK 1 | #define HAVE_SIGACTION 1 | #define HAVE_SYSLOG 1 | #define HAVE_REALPATH 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETLOCALE 1 | #define HAVE_ICMP 1 | #define HAVE_ICMPHDR 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_CRYPT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define GETTEXT_PACKAGE "xscreensaver" | #define PACKAGE "xscreensaver" | #define HAVE_LOCALE_H 1 | #define HAVE_LC_MESSAGES 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define ENABLE_NLS 1 | #define HAVE_XMU 1 | #define HAVE_DPMS_EXTENSION 1 | #define HAVE_XINERAMA 1 | #define HAVE_XINPUT 1 | #define HAVE_RANDR 1 | #define HAVE_RANDR_12 1 | #define HAVE_PROC_INTERRUPTS 1 | #define ALLOW_ROOT_PASSWD 1 | #define HAVE_PAM 1 | #define PAM_SERVICE_NAME "xscreensaver" | #define HAVE_SIGTIMEDWAIT 1 | #define PAM_STRERROR_TWO_ARGS 1 | #define HAVE_PAM_FAIL_DELAY 1 | #define HAVE_GTK 1 | #define HAVE_GTK2 1 | #define HAVE_XML 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:12783: result: no configure:12783: checking GL/gl.h presence configure:12783: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -E -I/usr/include conftest.c conftest.c:75:19: fatal error: GL/gl.h: No such file or directory #include ^ compilation terminated. configure:12783: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #ifndef __cplusplus | #define inline __inline__ | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UNISTD_H 1 | #define RETSIGTYPE void | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_GETTIMEOFDAY 1 | #define GETTIMEOFDAY_TWO_ARGS 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_SELECT 1 | #define HAVE_FCNTL 1 | #define HAVE_UNAME 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_GETCWD 1 | #define HAVE_GETWD 1 | #define HAVE_PUTENV 1 | #define HAVE_SBRK 1 | #define HAVE_SIGACTION 1 | #define HAVE_SYSLOG 1 | #define HAVE_REALPATH 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETLOCALE 1 | #define HAVE_ICMP 1 | #define HAVE_ICMPHDR 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_CRYPT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define GETTEXT_PACKAGE "xscreensaver" | #define PACKAGE "xscreensaver" | #define HAVE_LOCALE_H 1 | #define HAVE_LC_MESSAGES 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define ENABLE_NLS 1 | #define HAVE_XMU 1 | #define HAVE_DPMS_EXTENSION 1 | #define HAVE_XINERAMA 1 | #define HAVE_XINPUT 1 | #define HAVE_RANDR 1 | #define HAVE_RANDR_12 1 | #define HAVE_PROC_INTERRUPTS 1 | #define ALLOW_ROOT_PASSWD 1 | #define HAVE_PAM 1 | #define PAM_SERVICE_NAME "xscreensaver" | #define HAVE_SIGTIMEDWAIT 1 | #define PAM_STRERROR_TWO_ARGS 1 | #define HAVE_PAM_FAIL_DELAY 1 | #define HAVE_GTK 1 | #define HAVE_GTK2 1 | #define HAVE_XML 1 | /* end confdefs.h. */ | #include configure:12783: result: no configure:12783: checking for GL/gl.h configure:12783: result: no configure:12057: checking for gdk-pixbuf-2.0 configure:12062: result: 2.30.8 configure:12057: checking for gdk-pixbuf-xlib-2.0 configure:12062: result: 2.30.8 configure:13806: checking for gdk-pixbuf includes configure:13813: result: -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include configure:13815: checking for gdk-pixbuf libs configure:13822: result: -lgdk_pixbuf_xlib-2.0 -lgmodule-2.0 -pthread -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 configure:13847: checking gdk-pixbuf/gdk-pixbuf.h usability configure:13847: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include conftest.c >&5 configure:13847: $? = 0 configure:13847: result: yes configure:13847: checking gdk-pixbuf/gdk-pixbuf.h presence configure:13847: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -E -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include conftest.c configure:13847: $? = 0 configure:13847: result: yes configure:13847: checking for gdk-pixbuf/gdk-pixbuf.h configure:13847: result: yes configure:13866: checking gdk-pixbuf/gdk-pixbuf-xlib.h usability configure:13866: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include conftest.c >&5 conftest.c:109:40: fatal error: gdk-pixbuf/gdk-pixbuf-xlib.h: No such file or directory #include ^ compilation terminated. configure:13866: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #ifndef __cplusplus | #define inline __inline__ | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UNISTD_H 1 | #define RETSIGTYPE void | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_GETTIMEOFDAY 1 | #define GETTIMEOFDAY_TWO_ARGS 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_SELECT 1 | #define HAVE_FCNTL 1 | #define HAVE_UNAME 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_GETCWD 1 | #define HAVE_GETWD 1 | #define HAVE_PUTENV 1 | #define HAVE_SBRK 1 | #define HAVE_SIGACTION 1 | #define HAVE_SYSLOG 1 | #define HAVE_REALPATH 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETLOCALE 1 | #define HAVE_ICMP 1 | #define HAVE_ICMPHDR 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_CRYPT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define GETTEXT_PACKAGE "xscreensaver" | #define PACKAGE "xscreensaver" | #define HAVE_LOCALE_H 1 | #define HAVE_LC_MESSAGES 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define ENABLE_NLS 1 | #define HAVE_XMU 1 | #define HAVE_DPMS_EXTENSION 1 | #define HAVE_XINERAMA 1 | #define HAVE_XINPUT 1 | #define HAVE_RANDR 1 | #define HAVE_RANDR_12 1 | #define HAVE_PROC_INTERRUPTS 1 | #define ALLOW_ROOT_PASSWD 1 | #define HAVE_PAM 1 | #define PAM_SERVICE_NAME "xscreensaver" | #define HAVE_SIGTIMEDWAIT 1 | #define PAM_STRERROR_TWO_ARGS 1 | #define HAVE_PAM_FAIL_DELAY 1 | #define HAVE_GTK 1 | #define HAVE_GTK2 1 | #define HAVE_XML 1 | #define HAVE_GLBITMAP 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:13866: result: no configure:13866: checking gdk-pixbuf/gdk-pixbuf-xlib.h presence configure:13866: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -E -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include conftest.c conftest.c:76:40: fatal error: gdk-pixbuf/gdk-pixbuf-xlib.h: No such file or directory #include ^ compilation terminated. configure:13866: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #ifndef __cplusplus | #define inline __inline__ | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UNISTD_H 1 | #define RETSIGTYPE void | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_GETTIMEOFDAY 1 | #define GETTIMEOFDAY_TWO_ARGS 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_SELECT 1 | #define HAVE_FCNTL 1 | #define HAVE_UNAME 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_GETCWD 1 | #define HAVE_GETWD 1 | #define HAVE_PUTENV 1 | #define HAVE_SBRK 1 | #define HAVE_SIGACTION 1 | #define HAVE_SYSLOG 1 | #define HAVE_REALPATH 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETLOCALE 1 | #define HAVE_ICMP 1 | #define HAVE_ICMPHDR 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_CRYPT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define GETTEXT_PACKAGE "xscreensaver" | #define PACKAGE "xscreensaver" | #define HAVE_LOCALE_H 1 | #define HAVE_LC_MESSAGES 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define ENABLE_NLS 1 | #define HAVE_XMU 1 | #define HAVE_DPMS_EXTENSION 1 | #define HAVE_XINERAMA 1 | #define HAVE_XINPUT 1 | #define HAVE_RANDR 1 | #define HAVE_RANDR_12 1 | #define HAVE_PROC_INTERRUPTS 1 | #define ALLOW_ROOT_PASSWD 1 | #define HAVE_PAM 1 | #define PAM_SERVICE_NAME "xscreensaver" | #define HAVE_SIGTIMEDWAIT 1 | #define PAM_STRERROR_TWO_ARGS 1 | #define HAVE_PAM_FAIL_DELAY 1 | #define HAVE_GTK 1 | #define HAVE_GTK2 1 | #define HAVE_XML 1 | #define HAVE_GLBITMAP 1 | /* end confdefs.h. */ | #include configure:13866: result: no configure:13866: checking for gdk-pixbuf/gdk-pixbuf-xlib.h configure:13866: result: no configure:13886: checking gdk-pixbuf-xlib/gdk-pixbuf-xlib.h usability configure:13886: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include conftest.c >&5 configure:13886: $? = 0 configure:13886: result: yes configure:13886: checking gdk-pixbuf-xlib/gdk-pixbuf-xlib.h presence configure:13886: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -E -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include conftest.c configure:13886: $? = 0 configure:13886: result: yes configure:13886: checking for gdk-pixbuf-xlib/gdk-pixbuf-xlib.h configure:13886: result: yes configure:13904: result: checking for gdk_pixbuf usability... configure:13927: checking for gdk_pixbuf_new_from_file in -lc configure:13952: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -march=i686 -mtune=generic -I/usr/include -L/usr/lib conftest.c -lc -lgdk_pixbuf_xlib-2.0 -lgmodule-2.0 -pthread -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lX11 -lXext -lm >&5 conftest.c:83:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char gdk_pixbuf_new_from_file (); ^ conftest.c:85:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:13952: $? = 0 configure:13961: result: yes configure:13993: checking for gdk_pixbuf_xlib_init in -lc configure:14018: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -march=i686 -mtune=generic -I/usr/include -L/usr/lib conftest.c -lc -lgdk_pixbuf_xlib-2.0 -lgmodule-2.0 -pthread -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lX11 -lXext -lm >&5 conftest.c:83:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char gdk_pixbuf_xlib_init (); ^ conftest.c:85:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:14018: $? = 0 configure:14027: result: yes configure:14071: checking for gdk_pixbuf_apply_embedded_orientation in -lc configure:14096: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -march=i686 -mtune=generic -I/usr/include -L/usr/lib conftest.c -lc -lgdk_pixbuf_xlib-2.0 -lgmodule-2.0 -pthread -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lX11 -lXext -lm >&5 conftest.c:84:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char gdk_pixbuf_apply_embedded_orientation (); ^ conftest.c:86:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:14096: $? = 0 configure:14105: result: yes configure:14190: checking for X11/xpm.h configure:14190: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic -I/usr/include conftest.c >&5 configure:14190: $? = 0 configure:14190: result: yes configure:14298: checking jpeglib.h usability configure:14298: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic -I/usr/include conftest.c >&5 configure:14298: $? = 0 configure:14298: result: yes configure:14298: checking jpeglib.h presence configure:14298: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -E -I/usr/include conftest.c configure:14298: $? = 0 configure:14298: result: yes configure:14298: checking for jpeglib.h configure:14298: result: yes configure:14329: checking for jpeg_start_compress in -ljpeg configure:14354: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -march=i686 -mtune=generic -I/usr/include -L/usr/lib conftest.c -ljpeg >&5 conftest.c:86:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char jpeg_start_compress (); ^ conftest.c:88:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:14354: $? = 0 configure:14363: result: yes configure:14392: checking pty.h usability configure:14392: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:14392: $? = 0 configure:14392: result: yes configure:14392: checking pty.h presence configure:14392: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -E conftest.c configure:14392: $? = 0 configure:14392: result: yes configure:14392: checking for pty.h configure:14392: result: yes configure:14392: checking util.h usability configure:14392: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:114:18: fatal error: util.h: No such file or directory #include ^ compilation terminated. configure:14392: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #ifndef __cplusplus | #define inline __inline__ | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UNISTD_H 1 | #define RETSIGTYPE void | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_GETTIMEOFDAY 1 | #define GETTIMEOFDAY_TWO_ARGS 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_SELECT 1 | #define HAVE_FCNTL 1 | #define HAVE_UNAME 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_GETCWD 1 | #define HAVE_GETWD 1 | #define HAVE_PUTENV 1 | #define HAVE_SBRK 1 | #define HAVE_SIGACTION 1 | #define HAVE_SYSLOG 1 | #define HAVE_REALPATH 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETLOCALE 1 | #define HAVE_ICMP 1 | #define HAVE_ICMPHDR 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_CRYPT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define GETTEXT_PACKAGE "xscreensaver" | #define PACKAGE "xscreensaver" | #define HAVE_LOCALE_H 1 | #define HAVE_LC_MESSAGES 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define ENABLE_NLS 1 | #define HAVE_XMU 1 | #define HAVE_DPMS_EXTENSION 1 | #define HAVE_XINERAMA 1 | #define HAVE_XINPUT 1 | #define HAVE_RANDR 1 | #define HAVE_RANDR_12 1 | #define HAVE_PROC_INTERRUPTS 1 | #define ALLOW_ROOT_PASSWD 1 | #define HAVE_PAM 1 | #define PAM_SERVICE_NAME "xscreensaver" | #define HAVE_SIGTIMEDWAIT 1 | #define PAM_STRERROR_TWO_ARGS 1 | #define HAVE_PAM_FAIL_DELAY 1 | #define HAVE_GTK 1 | #define HAVE_GTK2 1 | #define HAVE_XML 1 | #define HAVE_GLBITMAP 1 | #define HAVE_GDK_PIXBUF 1 | #define HAVE_GDK_PIXBUF_APPLY_EMBEDDED_ORIENTATION 1 | #define HAVE_XPM 1 | #define HAVE_JPEGLIB 1 | #define HAVE_PTY_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:14392: result: no configure:14392: checking util.h presence configure:14392: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -E conftest.c conftest.c:81:18: fatal error: util.h: No such file or directory #include ^ compilation terminated. configure:14392: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #ifndef __cplusplus | #define inline __inline__ | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UNISTD_H 1 | #define RETSIGTYPE void | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_GETTIMEOFDAY 1 | #define GETTIMEOFDAY_TWO_ARGS 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_SELECT 1 | #define HAVE_FCNTL 1 | #define HAVE_UNAME 1 | #define HAVE_NICE 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_GETCWD 1 | #define HAVE_GETWD 1 | #define HAVE_PUTENV 1 | #define HAVE_SBRK 1 | #define HAVE_SIGACTION 1 | #define HAVE_SYSLOG 1 | #define HAVE_REALPATH 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETLOCALE 1 | #define HAVE_ICMP 1 | #define HAVE_ICMPHDR 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_CRYPT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define GETTEXT_PACKAGE "xscreensaver" | #define PACKAGE "xscreensaver" | #define HAVE_LOCALE_H 1 | #define HAVE_LC_MESSAGES 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define ENABLE_NLS 1 | #define HAVE_XMU 1 | #define HAVE_DPMS_EXTENSION 1 | #define HAVE_XINERAMA 1 | #define HAVE_XINPUT 1 | #define HAVE_RANDR 1 | #define HAVE_RANDR_12 1 | #define HAVE_PROC_INTERRUPTS 1 | #define ALLOW_ROOT_PASSWD 1 | #define HAVE_PAM 1 | #define PAM_SERVICE_NAME "xscreensaver" | #define HAVE_SIGTIMEDWAIT 1 | #define PAM_STRERROR_TWO_ARGS 1 | #define HAVE_PAM_FAIL_DELAY 1 | #define HAVE_GTK 1 | #define HAVE_GTK2 1 | #define HAVE_XML 1 | #define HAVE_GLBITMAP 1 | #define HAVE_GDK_PIXBUF 1 | #define HAVE_GDK_PIXBUF_APPLY_EMBEDDED_ORIENTATION 1 | #define HAVE_XPM 1 | #define HAVE_JPEGLIB 1 | #define HAVE_PTY_H 1 | /* end confdefs.h. */ | #include configure:14392: result: no configure:14392: checking for util.h configure:14392: result: no configure:14421: checking for forkpty in -lutil configure:14446: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -march=i686 -mtune=generic -I/usr/include -L/usr/lib conftest.c -lutil >&5 conftest.c:88:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char forkpty (); ^ conftest.c:90:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:14446: $? = 0 configure:14455: result: yes configure:14610: checking for X11/extensions/XShm.h configure:14610: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic -I/usr/include conftest.c >&5 configure:14610: $? = 0 configure:14610: result: yes configure:14629: checking sys/ipc.h usability configure:14629: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic -I/usr/include conftest.c >&5 configure:14629: $? = 0 configure:14629: result: yes configure:14629: checking sys/ipc.h presence configure:14629: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -E -I/usr/include conftest.c configure:14629: $? = 0 configure:14629: result: yes configure:14629: checking for sys/ipc.h configure:14629: result: yes configure:14648: checking sys/shm.h usability configure:14648: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic -I/usr/include conftest.c >&5 configure:14648: $? = 0 configure:14648: result: yes configure:14648: checking sys/shm.h presence configure:14648: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -E -I/usr/include conftest.c configure:14648: $? = 0 configure:14648: result: yes configure:14648: checking for sys/shm.h configure:14648: result: yes configure:14819: checking for X11/extensions/Xdbe.h configure:14819: i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -c -O2 -march=i686 -mtune=generic -I/usr/include conftest.c >&5 configure:14819: $? = 0 configure:14819: result: yes configure:14971: checking for image directory /usr/share/backgrounds/images/ configure:14978: result: no configure:14971: checking for image directory /usr/share/wallpapers/ configure:14978: result: no configure:14971: checking for image directory /Library/Desktop Pictures/ configure:14978: result: no configure:15053: checking for text file /usr/X11R6/lib/X11/doc/README configure:15061: result: no configure:15053: checking for text file /usr/share/doc/xserver-common/copyright configure:15061: result: no configure:15053: checking for text file /usr/share/doc/xserver-xorg-core/copyright configure:15061: result: no configure:15053: checking for text file /usr/X11R6/README configure:15061: result: no configure:15053: checking for text file /usr/share/doc/libX11*/COPYING configure:15061: result: no configure:15053: checking for text file /usr/X11/share/X11/doc/README* configure:15061: result: no configure:15053: checking for text file /usr/share/doc/debian/debian-manifesto configure:15061: result: no configure:15330: checking for locale directory configure:15349: result: /usr/share/locale configure:15569: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on hp12 config.status:1050: creating Makefile config.status:1050: creating utils/Makefile config.status:1050: creating driver/Makefile config.status:1050: creating driver/xscreensaver.pam config.status:1050: creating hacks/Makefile config.status:1050: creating hacks/glx/Makefile config.status:1050: creating po/Makefile.in config.status:1050: creating driver/XScreenSaver.ad config.status:1050: creating config.h config.status:1239: executing default-1 commands config.status:1239: executing po/stamp-it commands configure:16777: WARNING: unrecognized options: --enable-shared, --disable-static ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_browser=no ac_cv_build=i686-uhu-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=__inline__ ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O2 -march=i686 -mtune=generic ' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_XMKMF_set= ac_cv_env_XMKMF_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i686-uhu-linux ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i686-uhu-linux ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func_bind_textdomain_codeset=yes ac_cv_func_connect=yes ac_cv_func_dcgettext=yes ac_cv_func_fcntl=yes ac_cv_func_getcwd=yes ac_cv_func_gethostbyname=yes ac_cv_func_getwd=yes ac_cv_func_nice=yes ac_cv_func_putenv=yes ac_cv_func_realpath=yes ac_cv_func_remove=yes ac_cv_func_sbrk=yes ac_cv_func_select=yes ac_cv_func_setlocale=yes ac_cv_func_setpriority=yes ac_cv_func_setrlimit=yes ac_cv_func_shmat=yes ac_cv_func_sigaction=yes ac_cv_func_syslog=yes ac_cv_func_uname=yes ac_cv_gcc_accepts_no_cpp_precomp=no ac_cv_gcc_accepts_no_decl_after=yes ac_cv_gcc_accepts_no_overlength=yes ac_cv_gcc_accepts_std=yes ac_cv_gdk_pixbuf_config_cflags='-pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' ac_cv_gdk_pixbuf_config_libs='-lgdk_pixbuf_xlib-2.0 -lgmodule-2.0 -pthread -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 ' ac_cv_gettimeofday_args=2 ac_cv_gtk_config_cflags='-pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' ac_cv_gtk_config_libs='-Wl,--export-dynamic -lgmodule-2.0 -pthread -lglade-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lxml2 -lgdk_pixbuf_xlib-2.0 -lgmodule-2.0 -pthread -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 ' ac_cv_have_getifaddrs=yes ac_cv_have_icmp=yes ac_cv_have_icmphdr=yes ac_cv_have_proc_interrupts=yes ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\''' ac_cv_header_GL_gl_h=no ac_cv_header_X11_Xmu_Error_h=yes ac_cv_header_X11_extensions_XInput_h=yes ac_cv_header_X11_extensions_XShm_h=yes ac_cv_header_X11_extensions_Xdbe_h=yes ac_cv_header_X11_extensions_Xinerama_h=yes ac_cv_header_X11_extensions_Xrandr_h=yes ac_cv_header_X11_extensions_dpms_h=yes ac_cv_header_X11_extensions_xf86vmode_h=no ac_cv_header_X11_xpm_h=yes ac_cv_header_crypt_h=yes ac_cv_header_dirent_dirent_h=yes ac_cv_header_gdk_pixbuf_gdk_pixbuf_h=yes ac_cv_header_gdk_pixbuf_gdk_pixbuf_xlib_h=no ac_cv_header_gdk_pixbuf_xlib_gdk_pixbuf_xlib_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_jpeglib_h=yes ac_cv_header_libintl_h=yes ac_cv_header_locale_h=yes ac_cv_header_memory_h=yes ac_cv_header_pty_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_ipc_h=yes ac_cv_header_sys_select_h=yes ac_cv_header_sys_shm_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_wait_h=yes ac_cv_header_time=yes ac_cv_header_unistd_h=yes ac_cv_header_util_h=no ac_cv_host=i686-uhu-linux-gnu ac_cv_imagedir= ac_cv_install_d_creates_dirs=yes ac_cv_kerberos5=no ac_cv_kerberos=no ac_cv_lib_ICE_IceConnectionNumber=yes ac_cv_lib_Xext_DPMSInfo=yes ac_cv_lib_Xext_XRRGetScreenInfo=no ac_cv_lib_Xext_XineramaQueryScreens=no ac_cv_lib_Xi_XListInputDevices=yes ac_cv_lib_Xinerama_XineramaQueryScreens=yes ac_cv_lib_Xrandr_XRRGetScreenInfo=yes ac_cv_lib_Xrender_XRenderSetSubpixelOrder=yes ac_cv_lib_c_crypt=no ac_cv_lib_c_gdk_pixbuf_apply_embedded_orientation=yes ac_cv_lib_c_gdk_pixbuf_new_from_file=yes ac_cv_lib_c_gdk_pixbuf_xlib_init=yes ac_cv_lib_c_sigtimedwait=yes ac_cv_lib_crypt_crypt=yes ac_cv_lib_dl_dlopen=yes ac_cv_lib_jpeg_jpeg_start_compress=yes ac_cv_lib_util_forkpty=yes ac_cv_login_manager_program= ac_cv_objext=o ac_cv_pam=yes ac_cv_pam_fail_delay=yes, ac_cv_pam_strerror_args=2 ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_GMSGFMT=/usr/bin/msgfmt ac_cv_path_GREP=/bin/grep ac_cv_path_INTLTOOL_EXTRACT=/usr/bin/intltool-extract ac_cv_path_INTLTOOL_MERGE=/usr/bin/intltool-merge ac_cv_path_INTLTOOL_UPDATE=/usr/bin/intltool-update ac_cv_path_MSGFMT=/usr/bin/msgfmt ac_cv_path_MSGMERGE=/usr/bin/msgmerge ac_cv_path_PERL=/usr/bin/perl5 ac_cv_path_XGETTEXT=/usr/bin/xgettext ac_cv_path_install='/bin/install -c' ac_cv_path_pkg_config=/usr/bin/pkg-config ac_cv_perl_version=5.018002 ac_cv_prog_CC=i686-uhu-linux-gcc ac_cv_prog_CPP='i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -E' ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_make_make_set=yes ac_cv_randr_12=yes ac_cv_search_opendir='none required' ac_cv_sys_file_offset_bits=64 ac_cv_sys_largefile_CC=no ac_cv_textfile= ac_cv_type_mode_t=yes ac_cv_type_pid_t=yes ac_cv_type_signal=void ac_cv_type_size_t=yes ac_cv_x_app_defaults=/usr/share/X11/app-defaults ac_cv_xpointer=yes am_cv_val_LC_MESSAGES=yes ax_cv_PTHREAD_PRIO_INHERIT=yes gt_cv_func_dgettext_libc=yes gt_cv_func_dgettext_libintl=no gt_cv_func_ngettext_libc=yes gt_cv_have_gettext=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## ALL_DEMO_PROGRAMS='xscreensaver-demo-Gtk ' ALL_LINGUAS='ca da de es et fi fr hu it ja ko nb nl pl pt pt_BR ru sk sv vi wa zh_CN zh_TW' AM_DEFAULT_VERBOSITY='1' APPDEFAULTS='/usr/share/X11/app-defaults' CATALOGS=' ca.gmo da.gmo de.gmo es.gmo et.gmo fi.gmo fr.gmo hu.gmo it.gmo ja.gmo ko.gmo nb.gmo nl.gmo pl.gmo pt.gmo pt_BR.gmo ru.gmo sk.gmo sv.gmo vi.gmo wa.gmo zh_CN.gmo zh_TW.gmo' CATOBJEXT='.gmo' CC='i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__' CFLAGS='-O2 -march=i686 -mtune=generic ' COMMENT_PAM_CHECK_ACCOUNT='#' CPP='i686-uhu-linux-gcc -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wno-overlength-strings -Wdeclaration-after-statement -std=c89 -U__STRICT_ANSI__ -E' CPPFLAGS='' DATADIRNAME='share' DEFAULT_IMAGES_P='False' DEFAULT_IMAGE_DIRECTORY='' DEFAULT_TEXT_FILE='' DEFS='-DHAVE_CONFIG_H' DEPEND='makedepend' DEPEND_DEFINES='' DEPEND_FLAGS='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' EXES_OSX='' GETTEXT_PACKAGE='xscreensaver' GLE_EXES='' GLE_KLUDGE='-' GLE_LIBS='' GLFONT_OBJS='texfont.o' GLFPS_OBJS='fps-gl.o glxfonts.o' GL_EXES='' GL_KLUDGE='-' GL_LIBS='' GL_MEN='' GL_UTIL_EXES='' GMOFILES=' ca.gmo da.gmo de.gmo es.gmo et.gmo fi.gmo fr.gmo hu.gmo it.gmo ja.gmo ko.gmo nb.gmo nl.gmo pl.gmo pt.gmo pt_BR.gmo ru.gmo sk.gmo sv.gmo vi.gmo wa.gmo zh_CN.gmo zh_TW.gmo' GMSGFMT='/usr/bin/msgfmt' GNOME22='! ' GNOME24='! ' GREP='/bin/grep' GTK_DATADIR='/usr/share' GTK_EXTRA_OBJS='' GTK_LIBS=' -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglade-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lxml2 -lgdk_pixbuf_xlib-2.0 -lgmodule-2.0 -pthread -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 ' HACKDIR='/usr/libexec/xscreensaver' HACKDIR_FULL='/usr/libexec/xscreensaver' HACK_CONF_DIR='/usr/share/xscreensaver/config' HACK_LIBS='' HAVE_PAM_FAIL_DELAY='' INCLUDES=' -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' INSTALL_DATA='${INSTALL} -m 644' INSTALL_DIRS='${INSTALL} -d' INSTALL_PAM='install-pam' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_SETUID='$(INSTALL_PROGRAM) $(SUID_FLAGS)' INSTOBJEXT='.mo' INTLLIBS='' INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_EXTRACT='/usr/bin/intltool-extract' INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_MERGE='/usr/bin/intltool-merge' INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -p $(top_srcdir)/po $< $@' INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_UPDATE='/usr/bin/intltool-update' INTLTOOL_V_MERGE='$(INTLTOOL__v_MERGE_$(V))' INTLTOOL_V_MERGE_OPTIONS='$(intltool__v_merge_options_$(V))' INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u --no-translations $< $@' INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL__v_MERGE_0='@echo " ITMRG " $@;' INTLTOOL__v_MERGE_='$(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))' JPEG_EXES='$(JPEG_EXES)' JPEG_LIBS='-ljpeg' JWZGLES_OBJS='' LDFLAGS=' -L${exec_prefix}/lib' LIBOBJS='' LIBS='' LOCK_OBJS='$(LOCK_OBJS_1) $(PASSWD_OBJS)' LOCK_SRCS='$(LOCK_SRCS_1) $(PASSWD_SRCS)' LTLIBOBJS='' MEN_OSX='' MKINSTALLDIRS='${INSTALL} -d' MOTIF_LIBS='' MSGFMT='/usr/bin/msgfmt' MSGFMT_OPTS='-c' MSGMERGE='/usr/bin/msgmerge' NEED_SETUID='no' NEW_LOGIN_COMMAND='gdmflexiserver -ls' NEW_LOGIN_COMMAND_P='! ' NOGNOME='' OBJCC='i686-uhu-linux-gcc -Wall' OBJEXT='o' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_URL='' PACKAGE_VERSION='' PASSWD_LIBS=' -lpam -ldl -lcrypt' PASSWD_OBJS=' $(PAM_OBJS) $(PWENT_OBJS)' PASSWD_SRCS=' $(PAM_SRCS) $(PWENT_SRCS)' PATH_SEPARATOR=':' PERL='/usr/bin/perl5' POFILES=' ca.po da.po de.po es.po et.po fi.po fr.po hu.po it.po ja.po ko.po nb.po nl.po pl.po pt.po pt_BR.po ru.po sk.po sv.po vi.po wa.po zh_CN.po zh_TW.po' POSUB='po' PO_DATADIR='/usr/share' PO_IN_DATADIR_FALSE='' PO_IN_DATADIR_TRUE='' PREFERRED_DEMO_PROGRAM='xscreensaver-demo-Gtk' PTHREAD_CC='i686-uhu-linux-gcc' PTHREAD_CFLAGS='-pthread' PTHREAD_LIBS='' PTY_LIBS='-lutil' RETIRED_GL_EXES='' SAVER_GL_LIBS='' SAVER_GL_OBJS='' SAVER_GL_SRCS='' SAVER_LIBS=' -lXi -lXrandr -lXrender' SCRIPTS_OSX='' SETUID_HACKS='yes' SET_MAKE='' SHELL='/bin/sh' SUID_EXES='' USE_NLS='yes' WITH_BROWSER='gnome-open' XDPMS_LIBS='' XGETTEXT='/usr/bin/xgettext' XINERAMA_LIBS='-lXinerama' XMKMF='' XML_LIBS='' XMU_LIBS='-lXmu' XMU_OBJS='' XMU_SRCS='' XPM_LIBS='-lXpm -lgdk_pixbuf_xlib-2.0 -lgmodule-2.0 -pthread -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 ' X_CFLAGS='' X_EXTRA_LIBS='' X_LIBS='' X_PRE_LIBS=' -lSM -lICE' ac_ct_CC='' ax_pthread_config='' bindir='/usr/bin' build='i686-uhu-linux-gnu' build_alias='i686-uhu-linux' build_cpu='i686' build_os='linux-gnu' build_vendor='uhu' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE}' dvidir='${docdir}' exec_prefix='${prefix}' gnome_open_program='' gnome_url_show_program='' host='i686-uhu-linux-gnu' host_alias='i686-uhu-linux' host_cpu='i686' host_os='linux-gnu' host_vendor='uhu' htmldir='${docdir}' includedir='${prefix}/include' infodir='/usr/share/info' intltool__v_merge_options_0='-q' intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='/var' login_manager_tmp='' mandir='/usr/share/man' oldincludedir='/usr/include' pdfdir='${docdir}' pkg_config='/usr/bin/pkg-config' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_PTHREAD 1 #ifndef __cplusplus #define inline __inline__ #endif #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1 #define RETSIGTYPE void #define TIME_WITH_SYS_TIME 1 #define HAVE_SYS_WAIT_H 1 #define HAVE_DIRENT_H 1 #define HAVE_GETTIMEOFDAY 1 #define GETTIMEOFDAY_TWO_ARGS 1 #define _FILE_OFFSET_BITS 64 #define HAVE_SELECT 1 #define HAVE_FCNTL 1 #define HAVE_UNAME 1 #define HAVE_NICE 1 #define HAVE_SETPRIORITY 1 #define HAVE_GETCWD 1 #define HAVE_GETWD 1 #define HAVE_PUTENV 1 #define HAVE_SBRK 1 #define HAVE_SIGACTION 1 #define HAVE_SYSLOG 1 #define HAVE_REALPATH 1 #define HAVE_SETRLIMIT 1 #define HAVE_SETLOCALE 1 #define HAVE_ICMP 1 #define HAVE_ICMPHDR 1 #define HAVE_GETIFADDRS 1 #define HAVE_CRYPT_H 1 #define HAVE_SYS_SELECT_H 1 #define GETTEXT_PACKAGE "xscreensaver" #define PACKAGE "xscreensaver" #define HAVE_LOCALE_H 1 #define HAVE_LC_MESSAGES 1 #define HAVE_BIND_TEXTDOMAIN_CODESET 1 #define HAVE_GETTEXT 1 #define HAVE_DCGETTEXT 1 #define ENABLE_NLS 1 #define HAVE_XMU 1 #define HAVE_DPMS_EXTENSION 1 #define HAVE_XINERAMA 1 #define HAVE_XINPUT 1 #define HAVE_RANDR 1 #define HAVE_RANDR_12 1 #define HAVE_PROC_INTERRUPTS 1 #define ALLOW_ROOT_PASSWD 1 #define HAVE_PAM 1 #define PAM_SERVICE_NAME "xscreensaver" #define HAVE_SIGTIMEDWAIT 1 #define PAM_STRERROR_TWO_ARGS 1 #define HAVE_PAM_FAIL_DELAY 1 #define HAVE_GTK 1 #define HAVE_GTK2 1 #define HAVE_XML 1 #define HAVE_GLBITMAP 1 #define HAVE_GDK_PIXBUF 1 #define HAVE_GDK_PIXBUF_APPLY_EMBEDDED_ORIENTATION 1 #define HAVE_XPM 1 #define HAVE_JPEGLIB 1 #define HAVE_PTY_H 1 #define HAVE_FORKPTY 1 #define HAVE_XSHM_EXTENSION 1 #define HAVE_DOUBLE_BUFFER_EXTENSION 1 configure: exit 0