This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by agedu configure r10126, which was generated by GNU Autoconf 2.69. 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 = hp08 uname -m = i686 uname -r = 3.15.0-rc8-2.i386 uname -s = Linux uname -v = #2 SMP Thu Jun 5 11:08:29 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:2248: checking for a BSD-compatible install configure:2316: result: /bin/install -c configure:2327: checking whether build environment is sane configure:2377: result: yes configure:2518: checking for a thread-safe mkdir -p configure:2557: result: /bin/mkdir -p configure:2570: checking for gawk configure:2586: found /bin/gawk configure:2597: result: gawk configure:2608: checking whether make sets $(MAKE) configure:2630: result: yes configure:2720: checking for i686-uhu-linux-gcc configure:2736: found /usr/bin/i686-uhu-linux-gcc configure:2747: result: i686-uhu-linux-gcc configure:3016: checking for C compiler version configure:3025: 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:3036: $? = 0 configure:3025: 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:3036: $? = 0 configure:3025: 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:3036: $? = 1 configure:3025: 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:3036: $? = 1 configure:3056: checking whether the C compiler works configure:3078: i686-uhu-linux-gcc -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3082: $? = 0 configure:3130: result: yes configure:3133: checking for C compiler default output file name configure:3135: result: a.out configure:3141: checking for suffix of executables configure:3148: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3152: $? = 0 configure:3174: result: configure:3196: checking whether we are cross compiling configure:3204: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3208: $? = 0 configure:3215: ./conftest configure:3219: $? = 0 configure:3234: result: no configure:3239: checking for suffix of object files configure:3261: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3265: $? = 0 configure:3286: result: o configure:3290: checking whether we are using the GNU C compiler configure:3309: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3309: $? = 0 configure:3318: result: yes configure:3327: checking whether i686-uhu-linux-gcc accepts -g configure:3347: i686-uhu-linux-gcc -c -g conftest.c >&5 configure:3347: $? = 0 configure:3388: result: yes configure:3405: checking for i686-uhu-linux-gcc option to accept ISO C89 configure:3468: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3468: $? = 0 configure:3481: result: none needed configure:3512: checking for style of include used by make configure:3540: result: GNU configure:3566: checking dependency style of i686-uhu-linux-gcc configure:3677: result: gcc3 configure:3692: checking for i686-uhu-linux-gcc option to accept ISO C99 configure:3841: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:61:29: error: expected ';', ',' or ')' before 'text' test_restrict (ccp restrict text) ^ conftest.c: In function 'main': conftest.c:115:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' char *restrict newvar = "Another string"; ^ conftest.c:115:18: error: 'newvar' undeclared (first use in this function) conftest.c:115:18: note: each undeclared identifier is reported only once for each function it appears in conftest.c:125:3: error: 'for' loop initial declarations are only allowed in C99 mode for (int i = 0; i < ia->datasize; ++i) ^ conftest.c:125:3: note: use option -std=c99 or -std=gnu99 to compile your code configure:3841: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "agedu" | #define PACKAGE_TARNAME "agedu" | #define PACKAGE_VERSION "r10126" | #define PACKAGE_STRING "agedu r10126" | #define PACKAGE_BUGREPORT "anakin@pobox.com" | #define PACKAGE_URL "" | #define PACKAGE "agedu" | #define VERSION "r10126" | /* end confdefs.h. */ | #include | #include | #include | #include | #include | | // Check varargs macros. These examples are taken from C99 6.10.3.5. | #define debug(...) fprintf (stderr, __VA_ARGS__) | #define showlist(...) puts (#__VA_ARGS__) | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) | static void | test_varargs_macros (void) | { | int x = 1234; | int y = 5678; | debug ("Flag"); | debug ("X = %d\n", x); | showlist (The first, second, and third items.); | report (x>y, "x is %d but y is %d", x, y); | } | | // Check long long types. | #define BIG64 18446744073709551615ull | #define BIG32 4294967295ul | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) | #if !BIG_OK | your preprocessor is broken; | #endif | #if BIG_OK | #else | your preprocessor is broken; | #endif | static long long int bignum = -9223372036854775807LL; | static unsigned long long int ubignum = BIG64; | | struct incomplete_array | { | int datasize; | double data[]; | }; | | struct named_init { | int number; | const wchar_t *name; | double average; | }; | | typedef const char *ccp; | | static inline int | test_restrict (ccp restrict text) | { | // See if C++-style comments work. | // Iterate through items via the restricted pointer. | // Also check for declarations in for loops. | for (unsigned int i = 0; *(text+i) != '\0'; ++i) | continue; | return 0; | } | | // Check varargs and va_copy. | static void | test_varargs (const char *format, ...) | { | va_list args; | va_start (args, format); | va_list args_copy; | va_copy (args_copy, args); | | const char *str; | int number; | float fnumber; | | while (*format) | { | switch (*format++) | { | case 's': // string | str = va_arg (args_copy, const char *); | break; | case 'd': // int | number = va_arg (args_copy, int); | break; | case 'f': // float | fnumber = va_arg (args_copy, double); | break; | default: | break; | } | } | va_end (args_copy); | va_end (args); | } | | int | main () | { | | // Check bool. | _Bool success = false; | | // Check restrict. | if (test_restrict ("String literal") == 0) | success = true; | char *restrict newvar = "Another string"; | | // Check varargs. | test_varargs ("s, d' f .", "string", 65, 34.234); | test_varargs_macros (); | | // Check flexible array members. | struct incomplete_array *ia = | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); | ia->datasize = 10; | for (int i = 0; i < ia->datasize; ++i) | ia->data[i] = i * 1.234; | | // Check named initializers. | struct named_init ni = { | .number = 34, | .name = L"Test wide string", | .average = 543.34343, | }; | | ni.number = 58; | | int dynamic_array[ni.number]; | dynamic_array[ni.number - 1] = 543; | | // work around unused variable warnings | return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' | || dynamic_array[ni.number - 1] != 543); | | ; | return 0; | } configure:3841: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3841: $? = 0 configure:3861: result: -std=gnu99 configure:3872: checking for halibut configure:3900: result: no configure:3924: checking for dirent.h that defines DIR configure:3943: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3943: $? = 0 configure:3951: result: yes configure:3964: checking for library containing opendir configure:3995: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3995: $? = 0 configure:4012: result: none required configure:4084: checking how to run the C preprocessor configure:4115: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:4115: $? = 0 configure:4129: i686-uhu-linux-gcc -std=gnu99 -E conftest.c conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:4129: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "agedu" | #define PACKAGE_TARNAME "agedu" | #define PACKAGE_VERSION "r10126" | #define PACKAGE_STRING "agedu r10126" | #define PACKAGE_BUGREPORT "anakin@pobox.com" | #define PACKAGE_URL "" | #define PACKAGE "agedu" | #define VERSION "r10126" | #define HAVE_DIRENT_H 1 | /* end confdefs.h. */ | #include configure:4154: result: i686-uhu-linux-gcc -std=gnu99 -E configure:4174: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:4174: $? = 0 configure:4188: i686-uhu-linux-gcc -std=gnu99 -E conftest.c conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:4188: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "agedu" | #define PACKAGE_TARNAME "agedu" | #define PACKAGE_VERSION "r10126" | #define PACKAGE_STRING "agedu r10126" | #define PACKAGE_BUGREPORT "anakin@pobox.com" | #define PACKAGE_URL "" | #define PACKAGE "agedu" | #define VERSION "r10126" | #define HAVE_DIRENT_H 1 | /* end confdefs.h. */ | #include configure:4217: checking for grep that handles long lines and -e configure:4275: result: /bin/grep configure:4280: checking for egrep configure:4342: result: /bin/grep -E configure:4347: checking for ANSI C header files configure:4367: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4367: $? = 0 configure:4440: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4440: $? = 0 configure:4440: ./conftest configure:4440: $? = 0 configure:4451: result: yes configure:4459: checking for sys/wait.h that is POSIX.1 compatible configure:4485: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4485: $? = 0 configure:4492: result: yes configure:4505: checking for sys/types.h configure:4505: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4505: $? = 0 configure:4505: result: yes configure:4505: checking for sys/stat.h configure:4505: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4505: $? = 0 configure:4505: result: yes configure:4505: checking for stdlib.h configure:4505: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4505: $? = 0 configure:4505: result: yes configure:4505: checking for string.h configure:4505: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4505: $? = 0 configure:4505: result: yes configure:4505: checking for memory.h configure:4505: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4505: $? = 0 configure:4505: result: yes configure:4505: checking for strings.h configure:4505: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4505: $? = 0 configure:4505: result: yes configure:4505: checking for inttypes.h configure:4505: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4505: $? = 0 configure:4505: result: yes configure:4505: checking for stdint.h configure:4505: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4505: $? = 0 configure:4505: result: yes configure:4505: checking for unistd.h configure:4505: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4505: $? = 0 configure:4505: result: yes configure:4520: checking assert.h usability configure:4520: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4520: $? = 0 configure:4520: result: yes configure:4520: checking assert.h presence configure:4520: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:4520: $? = 0 configure:4520: result: yes configure:4520: checking for assert.h configure:4520: result: yes configure:4520: checking arpa/inet.h usability configure:4520: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4520: $? = 0 configure:4520: result: yes configure:4520: checking arpa/inet.h presence configure:4520: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:4520: $? = 0 configure:4520: result: yes configure:4520: checking for arpa/inet.h configure:4520: result: yes configure:4520: checking ctype.h usability configure:4520: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4520: $? = 0 configure:4520: result: yes configure:4520: checking ctype.h presence configure:4520: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:4520: $? = 0 configure:4520: result: yes configure:4520: checking for ctype.h configure:4520: result: yes configure:4520: checking errno.h usability configure:4520: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4520: $? = 0 configure:4520: result: yes configure:4520: checking errno.h presence configure:4520: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:4520: $? = 0 configure:4520: result: yes configure:4520: checking for errno.h configure:4520: result: yes configure:4520: checking fcntl.h usability configure:4520: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4520: $? = 0 configure:4520: result: yes configure:4520: checking fcntl.h presence configure:4520: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:4520: $? = 0 configure:4520: result: yes configure:4520: checking for fcntl.h configure:4520: result: yes configure:4520: checking features.h usability configure:4520: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4520: $? = 0 configure:4520: result: yes configure:4520: checking features.h presence configure:4520: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:4520: $? = 0 configure:4520: result: yes configure:4520: checking for features.h configure:4520: result: yes configure:4520: checking fnmatch.h usability configure:4520: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4520: $? = 0 configure:4520: result: yes configure:4520: checking fnmatch.h presence configure:4520: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:4520: $? = 0 configure:4520: result: yes configure:4520: checking for fnmatch.h configure:4520: result: yes configure:4520: checking limits.h usability configure:4520: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4520: $? = 0 configure:4520: result: yes configure:4520: checking limits.h presence configure:4520: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:4520: $? = 0 configure:4520: result: yes configure:4520: checking for limits.h configure:4520: result: yes configure:4520: checking netdb.h usability configure:4520: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4520: $? = 0 configure:4520: result: yes configure:4520: checking netdb.h presence configure:4520: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:4520: $? = 0 configure:4520: result: yes configure:4520: checking for netdb.h configure:4520: result: yes configure:4520: checking netinet/in.h usability configure:4520: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4520: $? = 0 configure:4520: result: yes configure:4520: checking netinet/in.h presence configure:4520: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:4520: $? = 0 configure:4520: result: yes configure:4520: checking for netinet/in.h configure:4520: result: yes configure:4520: checking pwd.h usability configure:4520: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4520: $? = 0 configure:4520: result: yes configure:4520: checking pwd.h presence configure:4520: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:4520: $? = 0 configure:4520: result: yes configure:4520: checking for pwd.h configure:4520: result: yes configure:4520: checking stdarg.h usability configure:4520: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4520: $? = 0 configure:4520: result: yes configure:4520: checking stdarg.h presence configure:4520: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:4520: $? = 0 configure:4520: result: yes configure:4520: checking for stdarg.h configure:4520: result: yes configure:4520: checking stddef.h usability configure:4520: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4520: $? = 0 configure:4520: result: yes configure:4520: checking stddef.h presence configure:4520: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:4520: $? = 0 configure:4520: result: yes configure:4520: checking for stddef.h configure:4520: result: yes configure:4520: checking for stdint.h configure:4520: result: yes configure:4520: checking stdio.h usability configure:4520: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4520: $? = 0 configure:4520: result: yes configure:4520: checking stdio.h presence configure:4520: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:4520: $? = 0 configure:4520: result: yes configure:4520: checking for stdio.h configure:4520: result: yes configure:4520: checking for stdlib.h configure:4520: result: yes configure:4520: checking for string.h configure:4520: result: yes configure:4520: checking sys/ioctl.h usability configure:4520: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4520: $? = 0 configure:4520: result: yes configure:4520: checking sys/ioctl.h presence configure:4520: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:4520: $? = 0 configure:4520: result: yes configure:4520: checking for sys/ioctl.h configure:4520: result: yes configure:4520: checking sys/mman.h usability configure:4520: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4520: $? = 0 configure:4520: result: yes configure:4520: checking sys/mman.h presence configure:4520: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:4520: $? = 0 configure:4520: result: yes configure:4520: checking for sys/mman.h configure:4520: result: yes configure:4520: checking sys/socket.h usability configure:4520: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4520: $? = 0 configure:4520: result: yes configure:4520: checking sys/socket.h presence configure:4520: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:4520: $? = 0 configure:4520: result: yes configure:4520: checking for sys/socket.h configure:4520: result: yes configure:4520: checking syslog.h usability configure:4520: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4520: $? = 0 configure:4520: result: yes configure:4520: checking syslog.h presence configure:4520: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:4520: $? = 0 configure:4520: result: yes configure:4520: checking for syslog.h configure:4520: result: yes configure:4520: checking termios.h usability configure:4520: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4520: $? = 0 configure:4520: result: yes configure:4520: checking termios.h presence configure:4520: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:4520: $? = 0 configure:4520: result: yes configure:4520: checking for termios.h configure:4520: result: yes configure:4520: checking time.h usability configure:4520: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4520: $? = 0 configure:4520: result: yes configure:4520: checking time.h presence configure:4520: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:4520: $? = 0 configure:4520: result: yes configure:4520: checking for time.h configure:4520: result: yes configure:4520: checking for unistd.h configure:4520: result: yes configure:4532: checking for an ANSI C-conforming const configure:4598: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4598: $? = 0 configure:4605: result: yes configure:4613: checking for off_t configure:4613: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4613: $? = 0 configure:4613: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:83:20: error: expected expression before ')' token if (sizeof ((off_t))) ^ configure:4613: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "agedu" | #define PACKAGE_TARNAME "agedu" | #define PACKAGE_VERSION "r10126" | #define PACKAGE_STRING "agedu r10126" | #define PACKAGE_BUGREPORT "anakin@pobox.com" | #define PACKAGE_URL "" | #define PACKAGE "agedu" | #define VERSION "r10126" | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 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_ASSERT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PWD_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_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 ((off_t))) | return 0; | ; | return 0; | } configure:4613: result: yes configure:4624: checking for size_t configure:4624: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4624: $? = 0 configure:4624: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:83:21: error: expected expression before ')' token if (sizeof ((size_t))) ^ configure:4624: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "agedu" | #define PACKAGE_TARNAME "agedu" | #define PACKAGE_VERSION "r10126" | #define PACKAGE_STRING "agedu r10126" | #define PACKAGE_BUGREPORT "anakin@pobox.com" | #define PACKAGE_URL "" | #define PACKAGE "agedu" | #define VERSION "r10126" | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 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_ASSERT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PWD_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_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:4624: result: yes configure:4635: checking whether struct tm is in sys/time.h or time.h configure:4655: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4655: $? = 0 configure:4662: result: time.h configure:4672: checking whether closedir returns void configure:4696: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4696: $? = 0 configure:4696: ./conftest configure:4696: $? = 0 configure:4706: result: no configure:4715: checking whether i686-uhu-linux-gcc -std=gnu99 needs -traditional configure:4749: result: no configure:4762: checking for stdlib.h configure:4762: result: yes configure:4762: checking for unistd.h configure:4762: result: yes configure:4762: checking for sys/param.h configure:4762: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4762: $? = 0 configure:4762: result: yes configure:4782: checking for getpagesize configure:4782: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4782: $? = 0 configure:4782: result: yes configure:4791: checking for working mmap configure:4938: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4938: $? = 0 configure:4938: ./conftest configure:4938: $? = 0 configure:4948: result: yes configure:4960: checking sys/select.h usability configure:4960: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4960: $? = 0 configure:4960: result: yes configure:4960: checking sys/select.h presence configure:4960: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:4960: $? = 0 configure:4960: result: yes configure:4960: checking for sys/select.h configure:4960: result: yes configure:4960: checking for sys/socket.h configure:4960: result: yes configure:4970: checking types of arguments for select configure:4998: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4998: $? = 0 configure:5009: result: int,fd_set *,struct timeval * configure:5034: checking for strftime configure:5034: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:80:6: warning: conflicting types for built-in function 'strftime' [enabled by default] char strftime (); ^ configure:5034: $? = 0 configure:5034: result: yes configure:5089: checking for vprintf configure:5089: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:81:6: warning: conflicting types for built-in function 'vprintf' [enabled by default] char vprintf (); ^ configure:5089: $? = 0 configure:5089: result: yes configure:5095: checking for _doprnt configure:5095: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 /tmp/cc9p3HVs.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `_doprnt' collect2: error: ld returned 1 exit status configure:5095: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "agedu" | #define PACKAGE_TARNAME "agedu" | #define PACKAGE_VERSION "r10126" | #define PACKAGE_STRING "agedu r10126" | #define PACKAGE_BUGREPORT "anakin@pobox.com" | #define PACKAGE_URL "" | #define PACKAGE "agedu" | #define VERSION "r10126" | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 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_ASSERT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_PWD_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define HAVE_STRFTIME 1 | #define HAVE_VPRINTF 1 | /* end confdefs.h. */ | /* Define _doprnt to an innocuous variant, in case declares _doprnt. | For example, HP-UX 11i declares gettimeofday. */ | #define _doprnt innocuous__doprnt | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _doprnt (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _doprnt | | /* 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 _doprnt (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub__doprnt || defined __stub____doprnt | choke me | #endif | | int | main () | { | return _doprnt (); | ; | return 0; | } configure:5095: result: no configure:5107: checking for library containing connect configure:5138: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5138: $? = 0 configure:5155: result: none required configure:5163: checking for library containing inet_ntoa configure:5194: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5194: $? = 0 configure:5211: result: none required configure:5219: checking for library containing inet_addr configure:5250: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5250: $? = 0 configure:5267: result: none required configure:5275: checking for library containing gethostbyname configure:5306: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5306: $? = 0 configure:5323: result: none required configure:5331: checking for library containing getaddrinfo configure:5362: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5362: $? = 0 configure:5379: result: none required configure:5391: checking for ftruncate configure:5391: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5391: $? = 0 configure:5391: result: yes configure:5391: checking for fdopendir configure:5391: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5391: $? = 0 configure:5391: result: yes configure:5391: checking for lstat64 configure:5391: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5391: $? = 0 configure:5391: result: yes configure:5391: checking for stat64 configure:5391: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5391: $? = 0 configure:5391: result: yes configure:5391: checking for memchr configure:5391: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:86:6: warning: conflicting types for built-in function 'memchr' [enabled by default] char memchr (); ^ configure:5391: $? = 0 configure:5391: result: yes configure:5391: checking for munmap configure:5391: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5391: $? = 0 configure:5391: result: yes configure:5391: checking for select configure:5391: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5391: $? = 0 configure:5391: result: yes configure:5391: checking for socket configure:5391: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5391: $? = 0 configure:5391: result: yes configure:5391: checking for strcasecmp configure:5391: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:90:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default] char strcasecmp (); ^ configure:5391: $? = 0 configure:5391: result: yes configure:5391: checking for strchr configure:5391: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:91:6: warning: conflicting types for built-in function 'strchr' [enabled by default] char strchr (); ^ configure:5391: $? = 0 configure:5391: result: yes configure:5391: checking for strcspn configure:5391: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:92:6: warning: conflicting types for built-in function 'strcspn' [enabled by default] char strcspn (); ^ configure:5391: $? = 0 configure:5391: result: yes configure:5391: checking for strerror configure:5391: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5391: $? = 0 configure:5391: result: yes configure:5391: checking for strrchr configure:5391: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:94:6: warning: conflicting types for built-in function 'strrchr' [enabled by default] char strrchr (); ^ configure:5391: $? = 0 configure:5391: result: yes configure:5391: checking for strspn configure:5391: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:95:6: warning: conflicting types for built-in function 'strspn' [enabled by default] char strspn (); ^ configure:5391: $? = 0 configure:5391: result: yes configure:5391: checking for strtoul configure:5391: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5391: $? = 0 configure:5391: result: yes configure:5391: checking for strtoull configure:5391: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5391: $? = 0 configure:5391: result: yes configure:5391: checking for connect configure:5391: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5391: $? = 0 configure:5391: result: yes configure:5391: checking for inet_ntoa configure:5391: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5391: $? = 0 configure:5391: result: yes configure:5391: checking for inet_addr configure:5391: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5391: $? = 0 configure:5391: result: yes configure:5391: checking for gethostbyname configure:5391: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5391: $? = 0 configure:5391: result: yes configure:5391: checking for getaddrinfo configure:5391: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5391: $? = 0 configure:5391: result: yes configure:5562: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by agedu config.status r10126, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on hp08 config.status:910: creating Makefile config.status:910: creating config.h config.status:1139: executing depfiles commands configure:6876: WARNING: unrecognized options: --enable-shared, --disable-static ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=yes ac_cv_c_const=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_LIBS_set= ac_cv_env_LIBS_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__doprnt=no ac_cv_func_closedir_void=no ac_cv_func_connect=yes ac_cv_func_fdopendir=yes ac_cv_func_ftruncate=yes ac_cv_func_getaddrinfo=yes ac_cv_func_gethostbyname=yes ac_cv_func_getpagesize=yes ac_cv_func_inet_addr=yes ac_cv_func_inet_ntoa=yes ac_cv_func_lstat64=yes ac_cv_func_memchr=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_munmap=yes ac_cv_func_select=yes ac_cv_func_select_args='int,fd_set *,struct timeval *' ac_cv_func_socket=yes ac_cv_func_stat64=yes ac_cv_func_strcasecmp=yes ac_cv_func_strchr=yes ac_cv_func_strcspn=yes ac_cv_func_strerror=yes ac_cv_func_strftime=yes ac_cv_func_strrchr=yes ac_cv_func_strspn=yes ac_cv_func_strtoul=yes ac_cv_func_strtoull=yes ac_cv_func_vprintf=yes ac_cv_header_arpa_inet_h=yes ac_cv_header_assert_h=yes ac_cv_header_ctype_h=yes ac_cv_header_dirent_dirent_h=yes ac_cv_header_errno_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_features_h=yes ac_cv_header_fnmatch_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_limits_h=yes ac_cv_header_memory_h=yes ac_cv_header_netdb_h=yes ac_cv_header_netinet_in_h=yes ac_cv_header_pwd_h=yes ac_cv_header_stdarg_h=yes ac_cv_header_stdc=yes ac_cv_header_stddef_h=yes ac_cv_header_stdint_h=yes ac_cv_header_stdio_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_ioctl_h=yes ac_cv_header_sys_mman_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_select_h=yes ac_cv_header_sys_socket_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_syslog_h=yes ac_cv_header_termios_h=yes ac_cv_header_time_h=yes ac_cv_header_unistd_h=yes ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_GREP=/bin/grep ac_cv_path_install='/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CC=i686-uhu-linux-gcc ac_cv_prog_CPP='i686-uhu-linux-gcc -std=gnu99 -E' ac_cv_prog_HALIBUT=no ac_cv_prog_cc_c89= ac_cv_prog_cc_c99=-std=gnu99 ac_cv_prog_cc_g=yes ac_cv_prog_gcc_traditional=no ac_cv_prog_make_make_set=yes ac_cv_search_connect='none required' ac_cv_search_getaddrinfo='none required' ac_cv_search_gethostbyname='none required' ac_cv_search_inet_addr='none required' ac_cv_search_inet_ntoa='none required' ac_cv_search_opendir='none required' ac_cv_struct_tm=time.h ac_cv_type_off_t=yes ac_cv_type_size_t=yes am_cv_CC_dependencies_compiler_type=gcc3 ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /var/uhubuild/work/compile/missing --run aclocal-1.11' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AUTOCONF='${SHELL} /var/uhubuild/work/compile/missing --run autoconf' AUTOHEADER='${SHELL} /var/uhubuild/work/compile/missing --run autoheader' AUTOMAKE='${SHELL} /var/uhubuild/work/compile/missing --run automake-1.11' AWK='gawk' CC='i686-uhu-linux-gcc -std=gnu99' CCDEPMODE='depmode=gcc3' CFLAGS='-O2 -march=i686 -mtune=generic ' CPP='i686-uhu-linux-gcc -std=gnu99 -E' CPPFLAGS='' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' GREP='/bin/grep' HALIBUT='no' HAVE_HALIBUT_FALSE='' HAVE_HALIBUT_TRUE='#' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LDFLAGS='' LIBOBJS='' LIBS='' LTLIBOBJS='' MAKEINFO='${SHELL} /var/uhubuild/work/compile/missing --run makeinfo' MKDIR_P='/bin/mkdir -p' OBJEXT='o' PACKAGE='agedu' PACKAGE_BUGREPORT='anakin@pobox.com' PACKAGE_NAME='agedu' PACKAGE_STRING='agedu r10126' PACKAGE_TARNAME='agedu' PACKAGE_URL='' PACKAGE_VERSION='r10126' PATH_SEPARATOR=':' SET_MAKE='' SHELL='/bin/sh' STRIP='' VERSION='r10126' ac_ct_CC='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__nodep='_no' am__quote='' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' bindir='${exec_prefix}/bin' build_alias='i686-uhu-linux' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host_alias='i686-uhu-linux' htmldir='${docdir}' includedir='${prefix}/include' infodir='/usr/share/info' install_sh='${SHELL} /var/uhubuild/work/compile/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='/var' mandir='/usr/share/man' mkdir_p='/bin/mkdir -p' oldincludedir='/usr/include' pdfdir='${docdir}' 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 "agedu" #define PACKAGE_TARNAME "agedu" #define PACKAGE_VERSION "r10126" #define PACKAGE_STRING "agedu r10126" #define PACKAGE_BUGREPORT "anakin@pobox.com" #define PACKAGE_URL "" #define PACKAGE "agedu" #define VERSION "r10126" #define HAVE_DIRENT_H 1 #define STDC_HEADERS 1 #define HAVE_SYS_WAIT_H 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_ASSERT_H 1 #define HAVE_ARPA_INET_H 1 #define HAVE_CTYPE_H 1 #define HAVE_ERRNO_H 1 #define HAVE_FCNTL_H 1 #define HAVE_FEATURES_H 1 #define HAVE_FNMATCH_H 1 #define HAVE_LIMITS_H 1 #define HAVE_NETDB_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_PWD_H 1 #define HAVE_STDARG_H 1 #define HAVE_STDDEF_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYSLOG_H 1 #define HAVE_TERMIOS_H 1 #define HAVE_TIME_H 1 #define HAVE_UNISTD_H 1 #define HAVE_STDLIB_H 1 #define HAVE_UNISTD_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_GETPAGESIZE 1 #define HAVE_MMAP 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_SOCKET_H 1 #define SELECT_TYPE_ARG1 int #define SELECT_TYPE_ARG234 (fd_set *) #define SELECT_TYPE_ARG5 (struct timeval *) #define HAVE_STRFTIME 1 #define HAVE_VPRINTF 1 #define HAVE_FTRUNCATE 1 #define HAVE_FDOPENDIR 1 #define HAVE_LSTAT64 1 #define HAVE_STAT64 1 #define HAVE_MEMCHR 1 #define HAVE_MUNMAP 1 #define HAVE_SELECT 1 #define HAVE_SOCKET 1 #define HAVE_STRCASECMP 1 #define HAVE_STRCHR 1 #define HAVE_STRCSPN 1 #define HAVE_STRERROR 1 #define HAVE_STRRCHR 1 #define HAVE_STRSPN 1 #define HAVE_STRTOUL 1 #define HAVE_STRTOULL 1 #define HAVE_CONNECT 1 #define HAVE_INET_NTOA 1 #define HAVE_INET_ADDR 1 #define HAVE_GETHOSTBYNAME 1 #define HAVE_GETADDRINFO 1 configure: exit 0