This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by Tux Of Math Command configure 1.5.7, which was generated by GNU Autoconf 2.61. Invocation command line was $ ../trunk/configure ## --------- ## ## Platform. ## ## --------- ## hostname = debian uname -m = x86_64 uname -r = 2.6.22-2-amd64 uname -s = Linux uname -v = #1 SMP Thu Aug 30 23:43:59 UTC 2007 /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: /home/dbruce/bin PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /usr/games ## ----------- ## ## Core tests. ## ## ----------- ## configure:1871: checking build system type configure:1889: result: x86_64-unknown-linux-gnu configure:1911: checking host system type configure:1926: result: x86_64-unknown-linux-gnu configure:1954: checking build system type configure:1972: result: x86_64-unknown-linux-gnu configure:1994: checking target system type configure:2009: result: x86_64-unknown-linux-gnu configure:2053: checking for a BSD-compatible install configure:2109: result: /usr/bin/install -c configure:2120: checking whether build environment is sane configure:2163: result: yes configure:2191: checking for a thread-safe mkdir -p configure:2230: result: /bin/mkdir -p configure:2243: checking for gawk configure:2273: result: no configure:2243: checking for mawk configure:2259: found /usr/bin/mawk configure:2270: result: mawk configure:2281: checking whether make sets $(MAKE) configure:2302: result: yes configure:2552: checking for gcc configure:2568: found /usr/bin/gcc configure:2579: result: gcc configure:2817: checking for C compiler version configure:2824: gcc --version >&5 gcc (GCC) 4.2.3 20071014 (prerelease) (Debian 4.2.2-3) Copyright (C) 2007 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:2827: $? = 0 configure:2834: gcc -v >&5 Using built-in specs. Target: x86_64-linux-gnu Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2 --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 4.2.3 20071014 (prerelease) (Debian 4.2.2-3) configure:2837: $? = 0 configure:2844: gcc -V >&5 gcc: '-V' option must have argument configure:2847: $? = 1 configure:2870: checking for C compiler default output file name configure:2897: gcc conftest.c >&5 configure:2900: $? = 0 configure:2938: result: a.out configure:2955: checking whether the C compiler works configure:2965: ./a.out configure:2968: $? = 0 configure:2985: result: yes configure:2992: checking whether we are cross compiling configure:2994: result: no configure:2997: checking for suffix of executables configure:3004: gcc -o conftest conftest.c >&5 configure:3007: $? = 0 configure:3031: result: configure:3037: checking for suffix of object files configure:3063: gcc -c conftest.c >&5 configure:3066: $? = 0 configure:3089: result: o configure:3093: checking whether we are using the GNU C compiler configure:3122: gcc -c conftest.c >&5 configure:3128: $? = 0 configure:3145: result: yes configure:3150: checking whether gcc accepts -g configure:3180: gcc -c -g conftest.c >&5 configure:3186: $? = 0 configure:3285: result: yes configure:3302: checking for gcc option to accept ISO C89 configure:3376: gcc -c -g -O2 conftest.c >&5 configure:3382: $? = 0 configure:3405: result: none needed configure:3434: checking for style of include used by make configure:3462: result: GNU configure:3487: checking dependency style of gcc configure:3578: result: gcc3 configure:3593: checking whether make sets $(MAKE) configure:3614: result: yes configure:3633: checking whether NLS is requested configure:3642: result: yes configure:3680: checking for msgfmt configure: trying /usr/bin/msgfmt... 0 translated messages. configure:3712: result: /usr/bin/msgfmt configure:3721: checking for gmsgfmt configure:3752: result: /usr/bin/msgfmt configure:3803: checking for xgettext configure: trying /usr/bin/xgettext... /usr/bin/xgettext: warning: file `/dev/null' extension `' is unknown; will try C configure:3835: result: /usr/bin/xgettext configure:3881: checking for msgmerge configure: trying /usr/bin/msgmerge... configure:3912: result: /usr/bin/msgmerge configure:3932: checking how to run the C preprocessor configure:3972: gcc -E conftest.c configure:3978: $? = 0 configure:4009: gcc -E conftest.c conftest.c:12:28: error: ac_nonexistent.h: No such file or directory configure:4015: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "Tux Of Math Command" | #define PACKAGE_TARNAME "tuxmath" | #define PACKAGE_VERSION "1.5.7" | #define PACKAGE_STRING "Tux Of Math Command 1.5.7" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "tuxmath" | #define VERSION "1.5.7" | #define PROGRAM_NAME "tuxmath" | #define _GNU_SOURCE 1 | /* end confdefs.h. */ | #include configure:4048: result: gcc -E configure:4077: gcc -E conftest.c configure:4083: $? = 0 configure:4114: gcc -E conftest.c conftest.c:12:28: error: ac_nonexistent.h: No such file or directory configure:4120: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "Tux Of Math Command" | #define PACKAGE_TARNAME "tuxmath" | #define PACKAGE_VERSION "1.5.7" | #define PACKAGE_STRING "Tux Of Math Command 1.5.7" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "tuxmath" | #define VERSION "1.5.7" | #define PROGRAM_NAME "tuxmath" | #define _GNU_SOURCE 1 | /* end confdefs.h. */ | #include configure:4158: checking for grep that handles long lines and -e configure:4232: result: /bin/grep configure:4237: checking for egrep configure:4315: result: /bin/grep -E configure:4321: checking whether we are using the GNU C Library 2 or newer configure:4352: result: yes configure:4401: checking for ranlib configure:4417: found /usr/bin/ranlib configure:4428: result: ranlib configure:4459: checking for simple visibility declarations configure:4491: gcc -c -g -O2 -fvisibility=hidden conftest.c >&5 configure:4497: $? = 0 configure:4514: result: yes configure:4529: checking for inline configure:4555: gcc -c -g -O2 conftest.c >&5 configure:4561: $? = 0 configure:4579: result: inline configure:4598: checking for ANSI C header files configure:4628: gcc -c -g -O2 conftest.c >&5 configure:4634: $? = 0 configure:4733: gcc -o conftest -g -O2 conftest.c >&5 configure:4736: $? = 0 configure:4742: ./conftest configure:4745: $? = 0 configure:4762: result: yes configure:4786: checking for sys/types.h configure:4807: gcc -c -g -O2 conftest.c >&5 configure:4813: $? = 0 configure:4829: result: yes configure:4786: checking for sys/stat.h configure:4807: gcc -c -g -O2 conftest.c >&5 configure:4813: $? = 0 configure:4829: result: yes configure:4786: checking for stdlib.h configure:4807: gcc -c -g -O2 conftest.c >&5 configure:4813: $? = 0 configure:4829: result: yes configure:4786: checking for string.h configure:4807: gcc -c -g -O2 conftest.c >&5 configure:4813: $? = 0 configure:4829: result: yes configure:4786: checking for memory.h configure:4807: gcc -c -g -O2 conftest.c >&5 configure:4813: $? = 0 configure:4829: result: yes configure:4786: checking for strings.h configure:4807: gcc -c -g -O2 conftest.c >&5 configure:4813: $? = 0 configure:4829: result: yes configure:4786: checking for inttypes.h configure:4807: gcc -c -g -O2 conftest.c >&5 configure:4813: $? = 0 configure:4829: result: yes configure:4786: checking for stdint.h configure:4807: gcc -c -g -O2 conftest.c >&5 configure:4813: $? = 0 configure:4829: result: yes configure:4786: checking for unistd.h configure:4807: gcc -c -g -O2 conftest.c >&5 configure:4813: $? = 0 configure:4829: result: yes configure:4841: checking for size_t configure:4871: gcc -c -g -O2 conftest.c >&5 configure:4877: $? = 0 configure:4892: result: yes configure:4905: checking for stdint.h configure:4932: gcc -c -g -O2 conftest.c >&5 configure:4938: $? = 0 configure:4953: result: yes configure:4965: checking for working alloca.h configure:4992: gcc -o conftest -g -O2 conftest.c >&5 configure:4998: $? = 0 configure:5015: result: yes configure:5025: checking for alloca configure:5072: gcc -o conftest -g -O2 conftest.c >&5 configure:5078: $? = 0 configure:5095: result: yes configure:5328: checking for stdlib.h configure:5334: result: yes configure:5328: checking for unistd.h configure:5334: result: yes configure:5472: checking for getpagesize configure:5528: gcc -o conftest -g -O2 conftest.c >&5 configure:5534: $? = 0 configure:5552: result: yes configure:5562: checking for working mmap configure:5709: gcc -o conftest -g -O2 conftest.c >&5 configure:5712: $? = 0 configure:5718: ./conftest configure:5721: $? = 0 configure:5737: result: yes configure:5750: checking whether integer division by zero raises SIGFPE configure:5817: gcc -o conftest -g -O2 conftest.c >&5 configure:5820: $? = 0 configure:5826: ./conftest configure:5829: $? = 0 configure:5846: result: yes configure:5859: checking for inttypes.h configure:5886: gcc -c -g -O2 conftest.c >&5 configure:5892: $? = 0 configure:5907: result: yes configure:5918: checking for unsigned long long int configure:5949: gcc -o conftest -g -O2 conftest.c >&5 configure:5955: $? = 0 configure:5972: result: yes configure:6020: checking for inttypes.h configure:6026: result: yes configure:6161: checking whether the inttypes.h PRIxNN macros are broken configure:6192: gcc -c -g -O2 conftest.c >&5 configure:6198: $? = 0 configure:6214: result: no configure:6308: checking for ld used by GCC configure:6372: result: /usr/bin/ld configure:6381: checking if the linker (/usr/bin/ld) is GNU ld configure:6394: result: yes configure:6401: checking for shared library run path origin configure:6414: result: done configure:6458: checking whether imported symbols can be declared weak configure:6483: gcc -o conftest -g -O2 conftest.c >&5 configure:6489: $? = 0 configure:6505: result: yes configure:6520: checking pthread.h usability configure:6537: gcc -c -g -O2 conftest.c >&5 configure:6543: $? = 0 configure:6557: result: yes configure:6561: checking pthread.h presence configure:6576: gcc -E conftest.c configure:6582: $? = 0 configure:6596: result: yes configure:6629: checking for pthread.h configure:6636: result: yes configure:6677: gcc -o conftest -g -O2 conftest.c >&5 /tmp/cck4tb7x.o: In function `main': /home/dbruce/tux4kids/tuxmath/build/conftest.c:41: undefined reference to `pthread_mutexattr_init' collect2: ld returned 1 exit status configure:6683: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "Tux Of Math Command" | #define PACKAGE_TARNAME "tuxmath" | #define PACKAGE_VERSION "1.5.7" | #define PACKAGE_STRING "Tux Of Math Command 1.5.7" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "tuxmath" | #define VERSION "1.5.7" | #define PROGRAM_NAME "tuxmath" | #define _GNU_SOURCE 1 | #define HAVE_VISIBILITY 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_STDINT_H_WITH_UINTMAX 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | /* end confdefs.h. */ | #include | int | main () | { | pthread_mutex_lock((pthread_mutex_t*)0); | pthread_mutexattr_init((pthread_mutexattr_t*)0); | ; | return 0; | } configure:6784: checking for pthread_kill in -lpthread configure:6819: gcc -o conftest -g -O2 conftest.c -lpthread >&5 configure:6825: $? = 0 configure:6843: result: yes configure:6942: checking for pthread_rwlock_t configure:6973: gcc -c -g -O2 conftest.c >&5 configure:6979: $? = 0 configure:6994: result: yes configure:7031: gcc -c -g -O2 conftest.c >&5 configure:7037: $? = 0 configure:7666: checking for multithread API to use configure:7668: result: posix configure:8104: gcc -o conftest -g -O2 conftest.c >&5 configure:8110: $? = 0 configure:8150: checking argz.h usability configure:8167: gcc -c -g -O2 conftest.c >&5 configure:8173: $? = 0 configure:8187: result: yes configure:8191: checking argz.h presence configure:8206: gcc -E conftest.c configure:8212: $? = 0 configure:8226: result: yes configure:8259: checking for argz.h configure:8267: result: yes configure:8140: checking for inttypes.h configure:8146: result: yes configure:8150: checking limits.h usability configure:8167: gcc -c -g -O2 conftest.c >&5 configure:8173: $? = 0 configure:8187: result: yes configure:8191: checking limits.h presence configure:8206: gcc -E conftest.c configure:8212: $? = 0 configure:8226: result: yes configure:8259: checking for limits.h configure:8267: result: yes configure:8140: checking for unistd.h configure:8146: result: yes configure:8150: checking sys/param.h usability configure:8167: gcc -c -g -O2 conftest.c >&5 configure:8173: $? = 0 configure:8187: result: yes configure:8191: checking sys/param.h presence configure:8206: gcc -E conftest.c configure:8212: $? = 0 configure:8226: result: yes configure:8259: checking for sys/param.h configure:8267: result: yes configure:8301: checking for getcwd configure:8357: gcc -o conftest -g -O2 conftest.c >&5 configure:8363: $? = 0 configure:8381: result: yes configure:8301: checking for getegid configure:8357: gcc -o conftest -g -O2 conftest.c >&5 configure:8363: $? = 0 configure:8381: result: yes configure:8301: checking for geteuid configure:8357: gcc -o conftest -g -O2 conftest.c >&5 configure:8363: $? = 0 configure:8381: result: yes configure:8301: checking for getgid configure:8357: gcc -o conftest -g -O2 conftest.c >&5 configure:8363: $? = 0 configure:8381: result: yes configure:8301: checking for getuid configure:8357: gcc -o conftest -g -O2 conftest.c >&5 configure:8363: $? = 0 configure:8381: result: yes configure:8301: checking for mempcpy configure:8357: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:74: warning: conflicting types for built-in function 'mempcpy' configure:8363: $? = 0 configure:8381: result: yes configure:8301: checking for munmap configure:8357: gcc -o conftest -g -O2 conftest.c >&5 configure:8363: $? = 0 configure:8381: result: yes configure:8301: checking for stpcpy configure:8357: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:76: warning: conflicting types for built-in function 'stpcpy' configure:8363: $? = 0 configure:8381: result: yes configure:8301: checking for strcasecmp configure:8357: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:77: warning: conflicting types for built-in function 'strcasecmp' configure:8363: $? = 0 configure:8381: result: yes configure:8301: checking for strdup configure:8357: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:78: warning: conflicting types for built-in function 'strdup' configure:8363: $? = 0 configure:8381: result: yes configure:8301: checking for strtoul configure:8357: gcc -o conftest -g -O2 conftest.c >&5 configure:8363: $? = 0 configure:8381: result: yes configure:8301: checking for tsearch configure:8357: gcc -o conftest -g -O2 conftest.c >&5 configure:8363: $? = 0 configure:8381: result: yes configure:8301: checking for argz_count configure:8357: gcc -o conftest -g -O2 conftest.c >&5 configure:8363: $? = 0 configure:8381: result: yes configure:8301: checking for argz_stringify configure:8357: gcc -o conftest -g -O2 conftest.c >&5 configure:8363: $? = 0 configure:8381: result: yes configure:8301: checking for argz_next configure:8357: gcc -o conftest -g -O2 conftest.c >&5 configure:8363: $? = 0 configure:8381: result: yes configure:8301: checking for __fsetlocking configure:8357: gcc -o conftest -g -O2 conftest.c >&5 configure:8363: $? = 0 configure:8381: result: yes configure:8393: checking whether feof_unlocked is declared configure:8423: gcc -c -g -O2 conftest.c >&5 configure:8429: $? = 0 configure:8444: result: yes configure:8458: checking whether fgets_unlocked is declared configure:8488: gcc -c -g -O2 conftest.c >&5 configure:8494: $? = 0 configure:8509: result: yes configure:8553: checking for iconv configure:8585: gcc -o conftest -g -O2 conftest.c >&5 configure:8591: $? = 0 configure:8661: result: yes configure:8684: checking for iconv declaration configure:8723: gcc -c -g -O2 conftest.c >&5 configure:8729: $? = 0 configure:8748: result: extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); configure:8759: checking for NL_LOCALE_NAME macro configure:8786: gcc -o conftest -g -O2 conftest.c >&5 configure:8792: $? = 0 configure:8810: result: yes configure:8824: checking for bison configure:8854: result: no configure:8882: checking for long long int configure:8915: gcc -o conftest -g -O2 conftest.c >&5 configure:8921: $? = 0 configure:8938: result: yes configure:8949: checking for long double configure:9005: result: yes configure:9016: checking for wchar_t configure:9043: gcc -c -g -O2 conftest.c >&5 configure:9049: $? = 0 configure:9064: result: yes configure:9075: checking for wint_t configure:9102: gcc -c -g -O2 conftest.c >&5 configure:9108: $? = 0 configure:9123: result: yes configure:9136: checking for intmax_t configure:9172: gcc -c -g -O2 conftest.c >&5 configure:9178: $? = 0 configure:9193: result: yes configure:9205: checking whether printf() supports POSIX/XSI format strings configure:9260: gcc -o conftest -g -O2 conftest.c >&5 configure:9263: $? = 0 configure:9269: ./conftest configure:9272: $? = 0 configure:9289: result: yes configure:9302: checking whether we are using the GNU C Library 2.1 or newer configure:9333: result: yes configure:9345: checking for stdint.h configure:9351: result: yes configure:9485: checking for SIZE_MAX configure:10200: result: yes configure:10218: checking for stdint.h configure:10224: result: yes configure:10360: checking for CFPreferencesCopyAppValue configure:10388: gcc -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5 conftest.c:75:42: error: CoreFoundation/CFPreferences.h: No such file or directory conftest.c: In function 'main': conftest.c:79: error: 'NULL' undeclared (first use in this function) conftest.c:79: error: (Each undeclared identifier is reported only once conftest.c:79: error: for each function it appears in.) configure:10394: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "Tux Of Math Command" | #define PACKAGE_TARNAME "tuxmath" | #define PACKAGE_VERSION "1.5.7" | #define PACKAGE_STRING "Tux Of Math Command 1.5.7" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "tuxmath" | #define VERSION "1.5.7" | #define PROGRAM_NAME "tuxmath" | #define _GNU_SOURCE 1 | #define HAVE_VISIBILITY 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_STDINT_H_WITH_UINTMAX 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define HAVE_BUILTIN_EXPECT 1 | #define HAVE_ARGZ_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_ARGZ_COUNT 1 | #define HAVE_ARGZ_STRINGIFY 1 | #define HAVE_ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_NL_LOCALE_NAME 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | /* end confdefs.h. */ | #include | int | main () | { | CFPreferencesCopyAppValue(NULL, NULL) | ; | return 0; | } configure:10412: result: no configure:10421: checking for CFLocaleCopyCurrent configure:10449: gcc -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5 conftest.c:75:37: error: CoreFoundation/CFLocale.h: No such file or directory configure:10455: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "Tux Of Math Command" | #define PACKAGE_TARNAME "tuxmath" | #define PACKAGE_VERSION "1.5.7" | #define PACKAGE_STRING "Tux Of Math Command 1.5.7" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "tuxmath" | #define VERSION "1.5.7" | #define PROGRAM_NAME "tuxmath" | #define _GNU_SOURCE 1 | #define HAVE_VISIBILITY 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_STDINT_H_WITH_UINTMAX 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define HAVE_BUILTIN_EXPECT 1 | #define HAVE_ARGZ_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_ARGZ_COUNT 1 | #define HAVE_ARGZ_STRINGIFY 1 | #define HAVE_ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_NL_LOCALE_NAME 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | /* end confdefs.h. */ | #include | int | main () | { | CFLocaleCopyCurrent(); | ; | return 0; | } configure:10473: result: no configure:10493: checking for ptrdiff_t configure:10523: gcc -c -g -O2 conftest.c >&5 configure:10529: $? = 0 configure:10544: result: yes configure:10574: checking stddef.h usability configure:10591: gcc -c -g -O2 conftest.c >&5 configure:10597: $? = 0 configure:10611: result: yes configure:10615: checking stddef.h presence configure:10630: gcc -E conftest.c configure:10636: $? = 0 configure:10650: result: yes configure:10683: checking for stddef.h configure:10691: result: yes configure:10564: checking for stdlib.h configure:10570: result: yes configure:10564: checking for string.h configure:10570: result: yes configure:10714: checking for asprintf configure:10770: gcc -o conftest -g -O2 conftest.c >&5 configure:10776: $? = 0 configure:10794: result: yes configure:10714: checking for fwprintf configure:10770: gcc -o conftest -g -O2 conftest.c >&5 configure:10776: $? = 0 configure:10794: result: yes configure:10714: checking for putenv configure:10770: gcc -o conftest -g -O2 conftest.c >&5 configure:10776: $? = 0 configure:10794: result: yes configure:10714: checking for setenv configure:10770: gcc -o conftest -g -O2 conftest.c >&5 configure:10776: $? = 0 configure:10794: result: yes configure:10714: checking for setlocale configure:10770: gcc -o conftest -g -O2 conftest.c >&5 configure:10776: $? = 0 configure:10794: result: yes configure:10714: checking for snprintf configure:10770: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:106: warning: conflicting types for built-in function 'snprintf' configure:10776: $? = 0 configure:10794: result: yes configure:10714: checking for wcslen configure:10770: gcc -o conftest -g -O2 conftest.c >&5 configure:10776: $? = 0 configure:10794: result: yes configure:10806: checking whether _snprintf is declared configure:10836: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:91: error: '_snprintf' undeclared (first use in this function) conftest.c:91: error: (Each undeclared identifier is reported only once conftest.c:91: error: for each function it appears in.) configure:10842: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "Tux Of Math Command" | #define PACKAGE_TARNAME "tuxmath" | #define PACKAGE_VERSION "1.5.7" | #define PACKAGE_STRING "Tux Of Math Command 1.5.7" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "tuxmath" | #define VERSION "1.5.7" | #define PROGRAM_NAME "tuxmath" | #define _GNU_SOURCE 1 | #define HAVE_VISIBILITY 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_STDINT_H_WITH_UINTMAX 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define HAVE_BUILTIN_EXPECT 1 | #define HAVE_ARGZ_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_ARGZ_COUNT 1 | #define HAVE_ARGZ_STRINGIFY 1 | #define HAVE_ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_NL_LOCALE_NAME 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_ASPRINTF 1 | #define HAVE_FWPRINTF 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | /* end confdefs.h. */ | #include | int | main () | { | | #ifndef _snprintf | char *p = (char *) _snprintf; | #endif | | ; | return 0; | } configure:10857: result: no configure:10871: checking whether _snwprintf is declared configure:10901: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:92: error: '_snwprintf' undeclared (first use in this function) conftest.c:92: error: (Each undeclared identifier is reported only once conftest.c:92: error: for each function it appears in.) configure:10907: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "Tux Of Math Command" | #define PACKAGE_TARNAME "tuxmath" | #define PACKAGE_VERSION "1.5.7" | #define PACKAGE_STRING "Tux Of Math Command 1.5.7" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "tuxmath" | #define VERSION "1.5.7" | #define PROGRAM_NAME "tuxmath" | #define _GNU_SOURCE 1 | #define HAVE_VISIBILITY 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_STDINT_H_WITH_UINTMAX 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define INTDIV0_RAISES_SIGFPE 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_INTTYPES_H 1 | #define USE_POSIX_THREADS 1 | #define USE_POSIX_THREADS_WEAK 1 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define HAVE_BUILTIN_EXPECT 1 | #define HAVE_ARGZ_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEGID 1 | #define HAVE_GETEUID 1 | #define HAVE_GETGID 1 | #define HAVE_GETUID 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MUNMAP 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRTOUL 1 | #define HAVE_TSEARCH 1 | #define HAVE_ARGZ_COUNT 1 | #define HAVE_ARGZ_STRINGIFY 1 | #define HAVE_ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_NL_LOCALE_NAME 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTMAX_T 1 | #define HAVE_POSIX_PRINTF 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_ASPRINTF 1 | #define HAVE_FWPRINTF 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | /* end confdefs.h. */ | #include | int | main () | { | | #ifndef _snwprintf | char *p = (char *) _snwprintf; | #endif | | ; | return 0; | } configure:10922: result: no configure:10937: checking whether getc_unlocked is declared configure:10967: gcc -c -g -O2 conftest.c >&5 configure:10973: $? = 0 configure:10988: result: yes configure:11027: checking for nl_langinfo and CODESET configure:11053: gcc -o conftest -g -O2 conftest.c >&5 configure:11059: $? = 0 configure:11077: result: yes configure:11088: checking for LC_MESSAGES configure:11114: gcc -o conftest -g -O2 conftest.c >&5 configure:11120: $? = 0 configure:11137: result: yes configure:11184: checking for CFPreferencesCopyAppValue configure:11236: result: no configure:11245: checking for CFLocaleCopyCurrent configure:11297: result: no configure:11334: checking whether included gettext is requested configure:11344: result: no configure:11367: checking for GNU gettext in libc configure:11397: gcc -o conftest -g -O2 conftest.c >&5 configure:11403: $? = 0 configure:11421: result: yes configure:11996: checking whether to use NLS configure:11998: result: yes configure:12001: checking where the gettext function comes from configure:12012: result: libc configure:12147: checking for sdl-config configure:12165: found /usr/bin/sdl-config configure:12178: result: /usr/bin/sdl-config configure:12187: checking for SDL - version >= 1.2.0 configure:12284: gcc -o conftest -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT conftest.c -L/usr/lib -lSDL >&5 configure:12287: $? = 0 configure:12293: ./conftest configure:12296: $? = 0 configure:12316: result: yes configure:12418: checking for native Win32 configure:12428: result: no configure:12447: checking for IMG_Load in -lSDL_image configure:12482: gcc -o conftest -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT conftest.c -lSDL_image -L/usr/lib -lSDL >&5 configure:12488: $? = 0 configure:12506: result: yes configure:12518: checking for Mix_OpenAudio in -lSDL_mixer configure:12553: gcc -o conftest -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT conftest.c -lSDL_mixer -L/usr/lib -lSDL -lSDL_image >&5 configure:12559: $? = 0 configure:12577: result: yes configure:12589: checking for TTF_Init in -lSDL_ttf configure:12624: gcc -o conftest -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT conftest.c -lSDL_ttf -L/usr/lib -lSDL -lSDL_image -lSDL_mixer >&5 configure:12630: $? = 0 configure:12648: result: yes configure:12670: checking for dirent.h that defines DIR configure:12699: gcc -c -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT conftest.c >&5 configure:12705: $? = 0 configure:12721: result: yes configure:12734: checking for library containing opendir configure:12775: gcc -o conftest -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT conftest.c -L/usr/lib -lSDL -lSDL_image -lSDL_mixer -lSDL_ttf >&5 configure:12781: $? = 0 configure:12809: result: none required configure:12903: checking for ANSI C header files configure:13067: result: yes configure:13084: checking for stdlib.h configure:13090: result: yes configure:13084: checking for string.h configure:13090: result: yes configure:13084: checking for unistd.h configure:13090: result: yes configure:13228: checking whether closedir returns void configure:13262: gcc -o conftest -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT conftest.c -L/usr/lib -lSDL -lSDL_image -lSDL_mixer -lSDL_ttf >&5 configure:13265: $? = 0 configure:13271: ./conftest configure:13274: $? = 0 configure:13290: result: no configure:13301: checking for working strtod configure:13352: gcc -o conftest -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT conftest.c -L/usr/lib -lSDL -lSDL_image -lSDL_mixer -lSDL_ttf >&5 configure:13355: $? = 0 configure:13361: ./conftest configure:13364: $? = 0 configure:13380: result: yes configure:13553: checking for getcwd configure:13633: result: yes configure:13553: checking for memset configure:13609: gcc -o conftest -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT conftest.c -L/usr/lib -lSDL -lSDL_image -lSDL_mixer -lSDL_ttf >&5 conftest.c:122: warning: conflicting types for built-in function 'memset' configure:13615: $? = 0 configure:13633: result: yes configure:13553: checking for mkdir configure:13609: gcc -o conftest -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT conftest.c -L/usr/lib -lSDL -lSDL_image -lSDL_mixer -lSDL_ttf >&5 configure:13615: $? = 0 configure:13633: result: yes configure:13553: checking for strcasecmp configure:13633: result: yes configure:13553: checking for strchr configure:13609: gcc -o conftest -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT conftest.c -L/usr/lib -lSDL -lSDL_image -lSDL_mixer -lSDL_ttf >&5 conftest.c:125: warning: conflicting types for built-in function 'strchr' configure:13615: $? = 0 configure:13633: result: yes configure:13553: checking for strndup configure:13609: gcc -o conftest -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT conftest.c -L/usr/lib -lSDL -lSDL_image -lSDL_mixer -lSDL_ttf >&5 conftest.c:126: warning: conflicting types for built-in function 'strndup' configure:13615: $? = 0 configure:13633: result: yes configure:13768: checking for makensis configure:13786: found /usr/bin/makensis configure:13799: result: /usr/bin/makensis configure:13953: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by Tux Of Math Command config.status 1.5.7, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on debian config.status:740: creating Makefile config.status:740: creating data/Makefile config.status:740: creating data/fonts/Makefile config.status:740: creating data/images/Makefile config.status:740: creating data/images/backgrounds/Makefile config.status:740: creating data/images/cities/Makefile config.status:740: creating data/images/comets/Makefile config.status:740: creating data/images/icons/Makefile config.status:740: creating data/images/igloos/Makefile config.status:740: creating data/images/penguins/Makefile config.status:740: creating data/images/sprites/Makefile config.status:740: creating data/images/status/Makefile config.status:740: creating data/images/title/Makefile config.status:740: creating data/images/tux/Makefile config.status:740: creating data/missions/Makefile config.status:740: creating data/missions/arcade/Makefile config.status:740: creating data/missions/lessons/Makefile config.status:740: creating data/sounds/Makefile config.status:740: creating docs/Makefile config.status:740: creating nsis/tuxmath.nsi config.status:740: creating nsis/tuxmath_with_conf.nsi config.status:740: creating src/Makefile config.status:740: creating intl/Makefile config.status:740: creating po/Makefile.in config.status:740: creating config.h config.status:1058: config.h is unchanged config.status:1104: executing depfiles commands config.status:1104: executing po-directories commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-unknown-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_c_inline=inline ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= 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= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func___fsetlocking=yes ac_cv_func_alloca_works=yes ac_cv_func_argz_count=yes ac_cv_func_argz_next=yes ac_cv_func_argz_stringify=yes ac_cv_func_asprintf=yes ac_cv_func_closedir_void=no ac_cv_func_fwprintf=yes ac_cv_func_getcwd=yes ac_cv_func_getegid=yes ac_cv_func_geteuid=yes ac_cv_func_getgid=yes ac_cv_func_getpagesize=yes ac_cv_func_getuid=yes ac_cv_func_mempcpy=yes ac_cv_func_memset=yes ac_cv_func_mkdir=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_munmap=yes ac_cv_func_putenv=yes ac_cv_func_setenv=yes ac_cv_func_setlocale=yes ac_cv_func_snprintf=yes ac_cv_func_stpcpy=yes ac_cv_func_strcasecmp=yes ac_cv_func_strchr=yes ac_cv_func_strdup=yes ac_cv_func_strndup=yes ac_cv_func_strtod=yes ac_cv_func_strtoul=yes ac_cv_func_tsearch=yes ac_cv_func_wcslen=yes ac_cv_gnu_library_2=yes ac_cv_gnu_library_2_1=yes ac_cv_have_decl__snprintf=no ac_cv_have_decl__snwprintf=no ac_cv_have_decl_feof_unlocked=yes ac_cv_have_decl_fgets_unlocked=yes ac_cv_have_decl_getc_unlocked=yes ac_cv_header_argz_h=yes ac_cv_header_dirent_dirent_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_limits_h=yes ac_cv_header_memory_h=yes ac_cv_header_pthread_h=yes ac_cv_header_stdc=yes ac_cv_header_stddef_h=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_param_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=x86_64-unknown-linux-gnu ac_cv_lib_SDL_image_IMG_Load=yes ac_cv_lib_SDL_mixer_Mix_OpenAudio=yes ac_cv_lib_SDL_ttf_TTF_Init=yes ac_cv_lib_pthread_pthread_kill=yes ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_GMSGFMT=/usr/bin/msgfmt ac_cv_path_GREP=/bin/grep ac_cv_path_MSGFMT=/usr/bin/msgfmt ac_cv_path_MSGMERGE=/usr/bin/msgmerge ac_cv_path_NSIS=/usr/bin/makensis ac_cv_path_SDL_CONFIG=/usr/bin/sdl-config ac_cv_path_XGETTEXT=/usr/bin/xgettext ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AWK=mawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_make_make_set=yes ac_cv_search_opendir='none required' ac_cv_target=x86_64-unknown-linux-gnu ac_cv_type_long_long_int=yes ac_cv_type_pthread_rwlock_t=yes ac_cv_type_ptrdiff_t=yes ac_cv_type_size_t=yes ac_cv_type_unsigned_long_long=yes ac_cv_type_unsigned_long_long_int=yes ac_cv_working_alloca_h=yes acl_cv_hardcode_direct=no acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' acl_cv_hardcode_libdir_separator= acl_cv_hardcode_minus_L=no acl_cv_libext=a acl_cv_path_LD=/usr/bin/ld acl_cv_prog_gnu_ld=yes acl_cv_rpath=done acl_cv_shlibext=so acl_cv_wl=-Wl, am_cv_CC_dependencies_compiler_type=gcc3 am_cv_func_iconv=yes am_cv_langinfo_codeset=yes am_cv_lib_iconv=no am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);' am_cv_proto_iconv_arg1= gl_cv_cc_visibility=yes gl_cv_header_inttypes_h=yes gl_cv_header_stdint_h=yes gl_cv_size_max=yes gt_cv_c_intmax_t=yes gt_cv_c_long_double=yes gt_cv_c_wchar_t=yes gt_cv_c_wint_t=yes gt_cv_func_CFLocaleCopyCurrent=no gt_cv_func_CFPreferencesCopyAppValue=no gt_cv_func_gnugettext1_libc=yes gt_cv_func_printf_posix=yes gt_cv_int_divbyzero_sigfpe=yes gt_cv_inttypes_pri_broken=no gt_cv_nl_locale_name=yes gt_cv_val_LC_MESSAGES=yes nls_cv_force_use_gnu_gettext=no nls_cv_header_intl= nls_cv_header_libgt= nls_cv_use_gnu_gettext=no ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/dbruce/tux4kids/tuxmath/trunk/missing --run aclocal-1.10' ALLOCA='' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /home/dbruce/tux4kids/tuxmath/trunk/missing --run tar' AUTOCONF='${SHELL} /home/dbruce/tux4kids/tuxmath/trunk/missing --run autoconf' AUTOHEADER='${SHELL} /home/dbruce/tux4kids/tuxmath/trunk/missing --run autoheader' AUTOMAKE='${SHELL} /home/dbruce/tux4kids/tuxmath/trunk/missing --run automake-1.10' AWK='mawk' BUILD_INCLUDED_LIBINTL='no' BUILD_MINGW32_FALSE='' BUILD_MINGW32_TRUE='#' CATOBJEXT='.gmo' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT' CFLAG_VISIBILITY='-fvisibility=hidden' CPP='gcc -E' CPPFLAGS='' CYGPATH_W='echo' DATADIRNAME='share' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' GENCAT='gencat' GLIBC21='yes' GLIBC2='yes' GMSGFMT='/usr/bin/msgfmt' GMSGFMT_015='/usr/bin/msgfmt' GREP='/bin/grep' HAVE_ASPRINTF='1' HAVE_POSIX_PRINTF='1' HAVE_SNPRINTF='1' HAVE_VISIBILITY='1' HAVE_WPRINTF='0' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' INSTOBJEXT='.mo' INTLBISON=':' INTLLIBS='' INTLOBJS='' INTL_LIBTOOL_SUFFIX_PREFIX='' INTL_MACOSX_LIBS='' LDFLAGS='' LIBICONV='' LIBINTL='' LIBMULTITHREAD='-lpthread' LIBOBJS='' LIBPTH='' LIBS=' -L/usr/lib -lSDL -lSDL_image -lSDL_mixer -lSDL_ttf' LIBTHREAD='' LTLIBICONV='' LTLIBINTL='' LTLIBMULTITHREAD='-lpthread' LTLIBOBJS='' LTLIBPTH='' LTLIBTHREAD='' MAKEINFO='${SHELL} /home/dbruce/tux4kids/tuxmath/trunk/missing --run makeinfo' MSGFMT='/usr/bin/msgfmt' MSGFMT_015='/usr/bin/msgfmt' MSGMERGE='/usr/bin/msgmerge' NAME_VERSION='tuxmath-1.5.7' NSIS='/usr/bin/makensis' NSI_BUILD_FALSE='#' NSI_BUILD_TRUE='' NSI_DLL_DIR='/home/dbruce/tuxmath_dll' NSI_INSTALL_DIR='mingw32' NSI_TUXMATH_CONF_DIR='no' NSI_USE_TUXMATH_CONF_FALSE='' NSI_USE_TUXMATH_CONF_TRUE='#' OBJEXT='o' PACKAGE='tuxmath' PACKAGE_BUGREPORT='address@hidden' PACKAGE_DATA_DIR='data' PACKAGE_NAME='Tux Of Math Command' PACKAGE_STRING='Tux Of Math Command 1.5.7' PACKAGE_TARNAME='tuxmath' PACKAGE_VERSION='1.5.7' PATH_SEPARATOR=':' POSUB='po' POW_LIB='' PRI_MACROS_BROKEN='0' RANLIB='ranlib' SDL_CFLAGS='-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT' SDL_CONFIG='/usr/bin/sdl-config' SDL_LIBS='-L/usr/lib -lSDL' SET_MAKE='' SHELL='/bin/sh' STRIP='' USE_INCLUDED_LIBINTL='no' USE_NLS='yes' VERSION='1.5.7' WINDRES='' WOE32DLL='no' XGETTEXT='/usr/bin/xgettext' XGETTEXT_015='/usr/bin/xgettext' ac_ct_CC='gcc' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__isrc=' -I$(srcdir)' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build='x86_64-unknown-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='unknown' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='x86_64-unknown-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='unknown' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='$(SHELL) /home/dbruce/tux4kids/tuxmath/trunk/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='/bin/mkdir -p' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target='x86_64-unknown-linux-gnu' target_alias='' target_cpu='x86_64' target_os='linux-gnu' target_vendor='unknown' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "Tux Of Math Command" #define PACKAGE_TARNAME "tuxmath" #define PACKAGE_VERSION "1.5.7" #define PACKAGE_STRING "Tux Of Math Command 1.5.7" #define PACKAGE_BUGREPORT "address@hidden" #define PACKAGE "tuxmath" #define VERSION "1.5.7" #define PROGRAM_NAME "tuxmath" #define _GNU_SOURCE 1 #define HAVE_VISIBILITY 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_STDINT_H_WITH_UINTMAX 1 #define HAVE_ALLOCA_H 1 #define HAVE_ALLOCA 1 #define HAVE_STDLIB_H 1 #define HAVE_UNISTD_H 1 #define HAVE_GETPAGESIZE 1 #define HAVE_MMAP 1 #define INTDIV0_RAISES_SIGFPE 1 #define HAVE_INTTYPES_H_WITH_UINTMAX 1 #define HAVE_UNSIGNED_LONG_LONG_INT 1 #define HAVE_UNSIGNED_LONG_LONG 1 #define HAVE_UINTMAX_T 1 #define HAVE_INTTYPES_H 1 #define USE_POSIX_THREADS 1 #define USE_POSIX_THREADS_WEAK 1 #define HAVE_PTHREAD_RWLOCK 1 #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 #define HAVE_BUILTIN_EXPECT 1 #define HAVE_ARGZ_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_LIMITS_H 1 #define HAVE_UNISTD_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_GETCWD 1 #define HAVE_GETEGID 1 #define HAVE_GETEUID 1 #define HAVE_GETGID 1 #define HAVE_GETUID 1 #define HAVE_MEMPCPY 1 #define HAVE_MUNMAP 1 #define HAVE_STPCPY 1 #define HAVE_STRCASECMP 1 #define HAVE_STRDUP 1 #define HAVE_STRTOUL 1 #define HAVE_TSEARCH 1 #define HAVE_ARGZ_COUNT 1 #define HAVE_ARGZ_STRINGIFY 1 #define HAVE_ARGZ_NEXT 1 #define HAVE___FSETLOCKING 1 #define HAVE_DECL_FEOF_UNLOCKED 1 #define HAVE_DECL_FGETS_UNLOCKED 1 #define HAVE_ICONV 1 #define ICONV_CONST #define HAVE_NL_LOCALE_NAME 1 #define HAVE_LONG_LONG_INT 1 #define HAVE_LONG_DOUBLE 1 #define HAVE_WCHAR_T 1 #define HAVE_WINT_T 1 #define HAVE_INTMAX_T 1 #define HAVE_POSIX_PRINTF 1 #define HAVE_STDINT_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDDEF_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_ASPRINTF 1 #define HAVE_FWPRINTF 1 #define HAVE_PUTENV 1 #define HAVE_SETENV 1 #define HAVE_SETLOCALE 1 #define HAVE_SNPRINTF 1 #define HAVE_WCSLEN 1 #define HAVE_DECL__SNPRINTF 0 #define HAVE_DECL__SNWPRINTF 0 #define HAVE_DECL_GETC_UNLOCKED 1 #define HAVE_LANGINFO_CODESET 1 #define HAVE_LC_MESSAGES 1 #define ENABLE_NLS 1 #define HAVE_GETTEXT 1 #define HAVE_DCGETTEXT 1 #define HAVE_DIRENT_H 1 #define STDC_HEADERS 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_UNISTD_H 1 #define HAVE_GETCWD 1 #define HAVE_MEMSET 1 #define HAVE_MKDIR 1 #define HAVE_STRCASECMP 1 #define HAVE_STRCHR 1 #define HAVE_STRNDUP 1 configure: exit 0