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.58. Invocation command line was $ ./configure --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 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:1326: checking build system type configure:1344: result: i686-uhu-linux-gnu configure:1352: checking host system type configure:1366: result: i686-uhu-linux-gnu configure:1404: checking for i686-uhu-linux-gcc configure:1420: found /usr/bin/i686-uhu-linux-gcc configure:1430: result: i686-uhu-linux-gcc configure:1712: checking for C compiler version configure:1715: 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:1718: $? = 0 configure:1720: 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:1723: $? = 0 configure:1725: 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:1728: $? = 1 configure:1751: checking for C compiler default output file name configure:1754: i686-uhu-linux-gcc -O2 -march=i686 -mtune=generic conftest.c >&5 configure:1757: $? = 0 configure:1803: result: a.out configure:1808: checking whether the C compiler works configure:1814: ./a.out configure:1817: $? = 0 configure:1834: result: yes configure:1841: checking whether we are cross compiling configure:1843: result: no configure:1846: checking for suffix of executables configure:1848: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:1851: $? = 0 configure:1876: result: configure:1882: checking for suffix of object files configure:1903: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:1906: $? = 0 configure:1928: result: o configure:1932: checking whether we are using the GNU C compiler configure:1956: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:1962: $? = 0 configure:1966: test -z || test ! -s conftest.err configure:1969: $? = 0 configure:1972: test -s conftest.o configure:1975: $? = 0 configure:1988: result: yes configure:1994: checking whether i686-uhu-linux-gcc accepts -g configure:2015: i686-uhu-linux-gcc -c -g conftest.c >&5 configure:2021: $? = 0 configure:2025: test -z || test ! -s conftest.err configure:2028: $? = 0 configure:2031: test -s conftest.o configure:2034: $? = 0 configure:2045: result: yes configure:2062: checking for i686-uhu-linux-gcc option to accept ANSI C configure:2132: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:2138: $? = 0 configure:2142: test -z || test ! -s conftest.err configure:2145: $? = 0 configure:2148: test -s conftest.o configure:2151: $? = 0 configure:2169: result: none needed configure:2187: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:2:3: error: unknown type name 'choke' choke me ^ conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input configure:2193: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2348: checking for a BSD-compatible install configure:2403: result: /bin/install -c configure:2419: checking for strerror configure:2476: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -Wall -Wno-unused -Wshadow -Wbad-function-cast -Wmissing-prototypes -Wstrict-prototypes -Wcast-align -Wcast-qual -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wnested-externs -Wundef -pedantic -fno-common -g conftest.c >&5 conftest.c:33:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char strerror (); ^ conftest.c:40:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char (*f) () = strerror; ^ conftest.c:47:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:2482: $? = 0 configure:2486: test -z || test ! -s conftest.err configure:2489: $? = 0 configure:2492: test -s conftest configure:2495: $? = 0 configure:2507: result: yes configure:2518: checking for broken realloc configure:2551: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -Wall -Wno-unused -Wshadow -Wbad-function-cast -Wmissing-prototypes -Wstrict-prototypes -Wcast-align -Wcast-qual -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wnested-externs -Wundef -pedantic -fno-common -g conftest.c >&5 conftest.c: In function 'main': conftest.c:22:10: warning: ignoring return value of 'realloc', declared with attribute warn_unused_result [-Wunused-result] realloc((void*)0,1); ^ configure:2554: $? = 0 configure:2556: ./conftest configure:2559: $? = 0 configure:2561: result: no configure:2581: checking for msgfmt configure:2597: found /usr/bin/msgfmt configure:2608: result: yes configure:2622: checking how to run the C preprocessor configure:2657: i686-uhu-linux-gcc -E conftest.c configure:2663: $? = 0 configure:2695: i686-uhu-linux-gcc -E conftest.c conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:2701: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_STRERROR 1 | /* end confdefs.h. */ | #include configure:2740: result: i686-uhu-linux-gcc -E configure:2764: i686-uhu-linux-gcc -E conftest.c configure:2770: $? = 0 configure:2802: i686-uhu-linux-gcc -E conftest.c conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:2808: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_STRERROR 1 | /* end confdefs.h. */ | #include configure:2852: checking for egrep configure:2862: result: grep -E configure:2867: checking for ANSI C header files configure:2892: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -Wall -Wno-unused -Wshadow -Wbad-function-cast -Wmissing-prototypes -Wstrict-prototypes -Wcast-align -Wcast-qual -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wnested-externs -Wundef -pedantic -fno-common conftest.c >&5 conftest.c:16:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:2898: $? = 0 configure:2902: test -z || test ! -s conftest.err configure:2905: $? = 0 configure:2908: test -s conftest.o configure:2911: $? = 0 configure:3000: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -Wall -Wno-unused -Wshadow -Wbad-function-cast -Wmissing-prototypes -Wstrict-prototypes -Wcast-align -Wcast-qual -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wnested-externs -Wundef -pedantic -fno-common -g conftest.c >&5 conftest.c:21:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ conftest.c: In function 'main': conftest.c:27:7: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(2); ^ conftest.c:27:7: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] configure:3003: $? = 0 configure:3005: ./conftest configure:3008: $? = 0 configure:3023: result: yes configure:3047: checking for sys/types.h configure:3063: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -Wall -Wno-unused -Wshadow -Wbad-function-cast -Wmissing-prototypes -Wstrict-prototypes -Wcast-align -Wcast-qual -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wnested-externs -Wundef -pedantic -fno-common conftest.c >&5 conftest.c:12:5: warning: "HAVE_SYS_TYPES_H" is not defined [-Wundef] #if HAVE_SYS_TYPES_H ^ conftest.c:15:5: warning: "HAVE_SYS_STAT_H" is not defined [-Wundef] #if HAVE_SYS_STAT_H ^ conftest.c:26:5: warning: "HAVE_STRING_H" is not defined [-Wundef] #if HAVE_STRING_H ^ conftest.c:32:5: warning: "HAVE_STRINGS_H" is not defined [-Wundef] #if HAVE_STRINGS_H ^ conftest.c:35:5: warning: "HAVE_INTTYPES_H" is not defined [-Wundef] #if HAVE_INTTYPES_H ^ conftest.c:38:6: warning: "HAVE_STDINT_H" is not defined [-Wundef] # if HAVE_STDINT_H ^ conftest.c:42:5: warning: "HAVE_UNISTD_H" is not defined [-Wundef] #if HAVE_UNISTD_H ^ configure:3069: $? = 0 configure:3073: test -z || test ! -s conftest.err configure:3076: $? = 0 configure:3079: test -s conftest.o configure:3082: $? = 0 configure:3093: result: yes configure:3047: checking for sys/stat.h configure:3063: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -Wall -Wno-unused -Wshadow -Wbad-function-cast -Wmissing-prototypes -Wstrict-prototypes -Wcast-align -Wcast-qual -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wnested-externs -Wundef -pedantic -fno-common conftest.c >&5 conftest.c:16:5: warning: "HAVE_SYS_STAT_H" is not defined [-Wundef] #if HAVE_SYS_STAT_H ^ conftest.c:27:5: warning: "HAVE_STRING_H" is not defined [-Wundef] #if HAVE_STRING_H ^ conftest.c:33:5: warning: "HAVE_STRINGS_H" is not defined [-Wundef] #if HAVE_STRINGS_H ^ conftest.c:36:5: warning: "HAVE_INTTYPES_H" is not defined [-Wundef] #if HAVE_INTTYPES_H ^ conftest.c:39:6: warning: "HAVE_STDINT_H" is not defined [-Wundef] # if HAVE_STDINT_H ^ conftest.c:43:5: warning: "HAVE_UNISTD_H" is not defined [-Wundef] #if HAVE_UNISTD_H ^ configure:3069: $? = 0 configure:3073: test -z || test ! -s conftest.err configure:3076: $? = 0 configure:3079: test -s conftest.o configure:3082: $? = 0 configure:3093: result: yes configure:3047: checking for stdlib.h configure:3063: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -Wall -Wno-unused -Wshadow -Wbad-function-cast -Wmissing-prototypes -Wstrict-prototypes -Wcast-align -Wcast-qual -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wnested-externs -Wundef -pedantic -fno-common conftest.c >&5 conftest.c:28:5: warning: "HAVE_STRING_H" is not defined [-Wundef] #if HAVE_STRING_H ^ conftest.c:34:5: warning: "HAVE_STRINGS_H" is not defined [-Wundef] #if HAVE_STRINGS_H ^ conftest.c:37:5: warning: "HAVE_INTTYPES_H" is not defined [-Wundef] #if HAVE_INTTYPES_H ^ conftest.c:40:6: warning: "HAVE_STDINT_H" is not defined [-Wundef] # if HAVE_STDINT_H ^ conftest.c:44:5: warning: "HAVE_UNISTD_H" is not defined [-Wundef] #if HAVE_UNISTD_H ^ configure:3069: $? = 0 configure:3073: test -z || test ! -s conftest.err configure:3076: $? = 0 configure:3079: test -s conftest.o configure:3082: $? = 0 configure:3093: result: yes configure:3047: checking for string.h configure:3063: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -Wall -Wno-unused -Wshadow -Wbad-function-cast -Wmissing-prototypes -Wstrict-prototypes -Wcast-align -Wcast-qual -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wnested-externs -Wundef -pedantic -fno-common conftest.c >&5 conftest.c:29:5: warning: "HAVE_STRING_H" is not defined [-Wundef] #if HAVE_STRING_H ^ conftest.c:35:5: warning: "HAVE_STRINGS_H" is not defined [-Wundef] #if HAVE_STRINGS_H ^ conftest.c:38:5: warning: "HAVE_INTTYPES_H" is not defined [-Wundef] #if HAVE_INTTYPES_H ^ conftest.c:41:6: warning: "HAVE_STDINT_H" is not defined [-Wundef] # if HAVE_STDINT_H ^ conftest.c:45:5: warning: "HAVE_UNISTD_H" is not defined [-Wundef] #if HAVE_UNISTD_H ^ configure:3069: $? = 0 configure:3073: test -z || test ! -s conftest.err configure:3076: $? = 0 configure:3079: test -s conftest.o configure:3082: $? = 0 configure:3093: result: yes configure:3047: checking for memory.h configure:3063: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -Wall -Wno-unused -Wshadow -Wbad-function-cast -Wmissing-prototypes -Wstrict-prototypes -Wcast-align -Wcast-qual -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wnested-externs -Wundef -pedantic -fno-common conftest.c >&5 conftest.c:36:5: warning: "HAVE_STRINGS_H" is not defined [-Wundef] #if HAVE_STRINGS_H ^ conftest.c:39:5: warning: "HAVE_INTTYPES_H" is not defined [-Wundef] #if HAVE_INTTYPES_H ^ conftest.c:42:6: warning: "HAVE_STDINT_H" is not defined [-Wundef] # if HAVE_STDINT_H ^ conftest.c:46:5: warning: "HAVE_UNISTD_H" is not defined [-Wundef] #if HAVE_UNISTD_H ^ configure:3069: $? = 0 configure:3073: test -z || test ! -s conftest.err configure:3076: $? = 0 configure:3079: test -s conftest.o configure:3082: $? = 0 configure:3093: result: yes configure:3047: checking for strings.h configure:3063: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -Wall -Wno-unused -Wshadow -Wbad-function-cast -Wmissing-prototypes -Wstrict-prototypes -Wcast-align -Wcast-qual -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wnested-externs -Wundef -pedantic -fno-common conftest.c >&5 conftest.c:37:5: warning: "HAVE_STRINGS_H" is not defined [-Wundef] #if HAVE_STRINGS_H ^ conftest.c:40:5: warning: "HAVE_INTTYPES_H" is not defined [-Wundef] #if HAVE_INTTYPES_H ^ conftest.c:43:6: warning: "HAVE_STDINT_H" is not defined [-Wundef] # if HAVE_STDINT_H ^ conftest.c:47:5: warning: "HAVE_UNISTD_H" is not defined [-Wundef] #if HAVE_UNISTD_H ^ configure:3069: $? = 0 configure:3073: test -z || test ! -s conftest.err configure:3076: $? = 0 configure:3079: test -s conftest.o configure:3082: $? = 0 configure:3093: result: yes configure:3047: checking for inttypes.h configure:3063: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -Wall -Wno-unused -Wshadow -Wbad-function-cast -Wmissing-prototypes -Wstrict-prototypes -Wcast-align -Wcast-qual -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wnested-externs -Wundef -pedantic -fno-common conftest.c >&5 conftest.c:41:5: warning: "HAVE_INTTYPES_H" is not defined [-Wundef] #if HAVE_INTTYPES_H ^ conftest.c:44:6: warning: "HAVE_STDINT_H" is not defined [-Wundef] # if HAVE_STDINT_H ^ conftest.c:48:5: warning: "HAVE_UNISTD_H" is not defined [-Wundef] #if HAVE_UNISTD_H ^ configure:3069: $? = 0 configure:3073: test -z || test ! -s conftest.err configure:3076: $? = 0 configure:3079: test -s conftest.o configure:3082: $? = 0 configure:3093: result: yes configure:3047: checking for stdint.h configure:3063: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -Wall -Wno-unused -Wshadow -Wbad-function-cast -Wmissing-prototypes -Wstrict-prototypes -Wcast-align -Wcast-qual -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wnested-externs -Wundef -pedantic -fno-common conftest.c >&5 conftest.c:49:5: warning: "HAVE_UNISTD_H" is not defined [-Wundef] #if HAVE_UNISTD_H ^ configure:3069: $? = 0 configure:3073: test -z || test ! -s conftest.err configure:3076: $? = 0 configure:3079: test -s conftest.o configure:3082: $? = 0 configure:3093: result: yes configure:3047: checking for unistd.h configure:3063: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -Wall -Wno-unused -Wshadow -Wbad-function-cast -Wmissing-prototypes -Wstrict-prototypes -Wcast-align -Wcast-qual -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wnested-externs -Wundef -pedantic -fno-common conftest.c >&5 conftest.c:50:5: warning: "HAVE_UNISTD_H" is not defined [-Wundef] #if HAVE_UNISTD_H ^ configure:3069: $? = 0 configure:3073: test -z || test ! -s conftest.err configure:3076: $? = 0 configure:3079: test -s conftest.o configure:3082: $? = 0 configure:3093: result: yes configure:3119: checking libintl.h usability configure:3131: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -Wall -Wno-unused -Wshadow -Wbad-function-cast -Wmissing-prototypes -Wstrict-prototypes -Wcast-align -Wcast-qual -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wnested-externs -Wundef -pedantic -fno-common conftest.c >&5 configure:3137: $? = 0 configure:3141: test -z || test ! -s conftest.err configure:3144: $? = 0 configure:3147: test -s conftest.o configure:3150: $? = 0 configure:3160: result: yes configure:3164: checking libintl.h presence configure:3174: i686-uhu-linux-gcc -E conftest.c configure:3180: $? = 0 configure:3200: result: yes configure:3235: checking for libintl.h configure:3242: result: yes configure:3257: checking for library containing gettext configure:3287: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -Wall -Wno-unused -Wshadow -Wbad-function-cast -Wmissing-prototypes -Wstrict-prototypes -Wcast-align -Wcast-qual -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wnested-externs -Wundef -pedantic -fno-common -g conftest.c >&5 conftest.c:28:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char gettext (); ^ conftest.c:28:6: warning: conflicting types for built-in function 'gettext' [enabled by default] char gettext (); ^ conftest.c:30:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:3293: $? = 0 configure:3297: test -z || test ! -s conftest.err configure:3300: $? = 0 configure:3303: test -s conftest configure:3306: $? = 0 configure:3376: result: none required configure:3396: checking for special C compiler options needed for large files configure:3495: result: no configure:3501: checking for _FILE_OFFSET_BITS value needed for large files configure:3532: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -Wall -Wno-unused -Wshadow -Wbad-function-cast -Wmissing-prototypes -Wstrict-prototypes -Wcast-align -Wcast-qual -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wnested-externs -Wundef -pedantic -fno-common conftest.c >&5 conftest.c:28:3: warning: left shift count >= width of type [enabled by default] int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 ^ conftest.c:28:3: warning: left shift count >= width of type [enabled by default] conftest.c:29:10: warning: left shift count >= width of type [enabled by default] && LARGE_OFF_T % 2147483647 == 1) ^ conftest.c:29:10: warning: left shift count >= width of type [enabled by default] conftest.c:28:7: error: variably modified 'off_t_is_large' at file scope int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 ^ conftest.c:32:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:3538: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_STRERROR 1 | #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_LIBINTL_H 1 | #define HAVE_GETTEXT 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:3585: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -Wall -Wno-unused -Wshadow -Wbad-function-cast -Wmissing-prototypes -Wstrict-prototypes -Wcast-align -Wcast-qual -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wnested-externs -Wundef -pedantic -fno-common conftest.c >&5 conftest.c:33:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:3591: $? = 0 configure:3595: test -z || test ! -s conftest.err configure:3598: $? = 0 configure:3601: test -s conftest.o configure:3604: $? = 0 configure:3616: result: 64 configure:3626: checking for _LARGE_FILES value needed for large files configure:3657: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -Wall -Wno-unused -Wshadow -Wbad-function-cast -Wmissing-prototypes -Wstrict-prototypes -Wcast-align -Wcast-qual -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wnested-externs -Wundef -pedantic -fno-common conftest.c >&5 conftest.c:33:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] main () ^ configure:3663: $? = 0 configure:3667: test -z || test ! -s conftest.err configure:3670: $? = 0 configure:3673: test -s conftest.o configure:3676: $? = 0 configure:3741: result: no configure:3858: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.58. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on hp12 config.status:661: creating Makefile config.status:661: creating deroff.1.en config.status:661: creating deroff.1.de config.status:765: creating config.h ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-uhu-linux-gnu ac_cv_build_alias=i686-uhu-linux ac_cv_c_compiler_gnu=yes 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_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_exeext= ac_cv_func_strerror=yes ac_cv_header_inttypes_h=yes ac_cv_header_libintl_h=yes ac_cv_header_memory_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_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=i686-uhu-linux-gnu ac_cv_host_alias=i686-uhu-linux ac_cv_objext=o ac_cv_path_install='/bin/install -c' ac_cv_prog_CC=i686-uhu-linux-gcc ac_cv_prog_CPP='i686-uhu-linux-gcc -E' ac_cv_prog_MSGFMT=yes ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_egrep='grep -E' ac_cv_search_gettext='none required' ac_cv_sys_file_offset_bits=64 ac_cv_sys_large_files=no ac_cv_sys_largefile_CC=no ## ----------------- ## ## Output variables. ## ## ----------------- ## CC='i686-uhu-linux-gcc' CFLAGS='-O2 -march=i686 -mtune=generic -Wall -Wno-unused -Wshadow -Wbad-function-cast -Wmissing-prototypes -Wstrict-prototypes -Wcast-align -Wcast-qual -Wpointer-arith -Wwrite-strings -Wmissing-declarations -Wnested-externs -Wundef -pedantic -fno-common' CPP='i686-uhu-linux-gcc -E' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' LDFLAGS=' -g' LIBOBJS='' LIBS='' LTLIBOBJS='' MSGFMT='yes' OBJEXT='o' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' SHELL='/bin/sh' UPDATED_DE='18. März 2004' UPDATED_EN='March 18, 2004' USE_NLS='yes' VERSION='2.0' ac_ct_CC='' bindir='${exec_prefix}/bin' build='i686-uhu-linux-gnu' build_alias='i686-uhu-linux' build_cpu='i686' build_os='linux-gnu' build_vendor='uhu' datadir='${prefix}/share' exec_prefix='${prefix}' host='i686-uhu-linux-gnu' host_alias='i686-uhu-linux' host_cpu='i686' host_os='linux-gnu' host_vendor='uhu' includedir='${prefix}/include' infodir='/usr/share/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='/var' mandir='/usr/share/man' oldincludedir='/usr/include' prefix='/usr' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_GETTEXT 1 #define HAVE_INTTYPES_H 1 #define HAVE_LIBINTL_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRERROR 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define STDC_HEADERS 1 #define VERSION "2.0" #define _FILE_OFFSET_BITS 64 configure: exit 0