This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by XaoS configure 3.5, which was generated by GNU Autoconf 2.63. 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 = maki uname -m = i686 uname -r = 3.1.1-2.i386 uname -s = Linux uname -v = #2 SMP Tue Apr 27 17:58:42 CEST 2010 /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:1942: checking build system type configure:1960: result: i686-uhu-linux-gnu configure:1982: checking host system type configure:1997: result: i686-uhu-linux-gnu configure:2032: checking for i686-uhu-linux-gcc configure:2048: found /usr/bin/i686-uhu-linux-gcc configure:2059: result: i686-uhu-linux-gcc configure:2331: checking for C compiler version configure:2339: i686-uhu-linux-gcc --version >&5 i686-uhu-linux-gcc (GCC) 4.7.0 Copyright (C) 2012 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:2343: $? = 0 configure:2350: 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.7.0/lto-wrapper Target: i686-uhu-linux Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --enable-languages=c,c++,objc,java --enable-shared --with-gnu-as --with-gnu-ld --with-system-zlib --build=i686-uhu-linux --host=i686-uhu-linux --target=i686-uhu-linux --enable-targets=all --with-arch-32=i686 --with-arch-64=core2 --with-cpu-32=i686 --with-cpu-64=core2 --disable-multilib --with-tune=generic Thread model: posix gcc version 4.7.0 (GCC) configure:2354: $? = 0 configure:2361: 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:2365: $? = 1 configure:2388: checking for C compiler default output file name configure:2410: i686-uhu-linux-gcc -O2 -march=i686 -mtune=generic conftest.c >&5 configure:2414: $? = 0 configure:2452: result: a.out configure:2471: checking whether the C compiler works configure:2481: ./a.out configure:2485: $? = 0 configure:2504: result: yes configure:2511: checking whether we are cross compiling configure:2513: result: no configure:2516: checking for suffix of executables configure:2523: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:2527: $? = 0 configure:2553: result: configure:2559: checking for suffix of object files configure:2585: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:2589: $? = 0 configure:2614: result: o configure:2618: checking whether we are using the GNU C compiler configure:2647: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:2654: $? = 0 configure:2671: result: yes configure:2680: checking whether i686-uhu-linux-gcc accepts -g configure:2710: i686-uhu-linux-gcc -c -g conftest.c >&5 configure:2717: $? = 0 configure:2818: result: yes configure:2835: checking for i686-uhu-linux-gcc option to accept ISO C89 configure:2909: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:2916: $? = 0 configure:2939: result: none needed configure:2959: checking for C compiler vendor configure:2993: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:14:7: error: 'thisisanerror' undeclared (first use in this function) conftest.c:14:7: note: each undeclared identifier is reported only once for each function it appears in configure:3000: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "XaoS" | #define PACKAGE_TARNAME "xaos" | #define PACKAGE_VERSION "3.5" | #define PACKAGE_STRING "XaoS 3.5" | #define PACKAGE_BUGREPORT "xaos-devel@lists.sourceforge.net" | /* end confdefs.h. */ | | int | main () | { | | #if !(defined(__ICC) || defined(__ECC) || defined(__INTEL_COMPILER)) | thisisanerror; | #endif | | ; | return 0; | } configure:2993: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:14:7: error: 'thisisanerror' undeclared (first use in this function) conftest.c:14:7: note: each undeclared identifier is reported only once for each function it appears in configure:3000: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "XaoS" | #define PACKAGE_TARNAME "xaos" | #define PACKAGE_VERSION "3.5" | #define PACKAGE_STRING "XaoS 3.5" | #define PACKAGE_BUGREPORT "xaos-devel@lists.sourceforge.net" | /* end confdefs.h. */ | | int | main () | { | | #if !(defined(__xlc__) || defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__)) | thisisanerror; | #endif | | ; | return 0; | } configure:2993: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:14:7: error: 'thisisanerror' undeclared (first use in this function) conftest.c:14:7: note: each undeclared identifier is reported only once for each function it appears in configure:3000: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "XaoS" | #define PACKAGE_TARNAME "xaos" | #define PACKAGE_VERSION "3.5" | #define PACKAGE_STRING "XaoS 3.5" | #define PACKAGE_BUGREPORT "xaos-devel@lists.sourceforge.net" | /* end confdefs.h. */ | | int | main () | { | | #if !(defined(__PATHCC__) || defined(__PATHSCALE__)) | thisisanerror; | #endif | | ; | return 0; | } configure:2993: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3000: $? = 0 configure:3017: result: gnu configure:4215: checking for ld used by GCC configure:4279: result: /usr/bin/ld configure:4288: checking if the linker (/usr/bin/ld) is GNU ld configure:4301: result: yes configure:4308: checking for shared library run path origin configure:4321: result: done configure:4829: checking for iconv configure:4861: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4868: $? = 0 configure:4945: result: yes configure:4948: checking for working iconv configure:5034: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5038: $? = 0 configure:5044: ./conftest configure:5048: $? = 0 configure:5067: result: yes configure:5097: checking for iconv declaration configure:5136: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5143: $? = 0 configure:5162: result: extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); configure:5172: checking whether make sets $(MAKE) configure:5194: result: yes configure:5217: checking for a BSD-compatible install configure:5285: result: /bin/install -c configure:5296: checking for a thread-safe mkdir -p configure:5335: result: /bin/mkdir -p configure:5345: checking whether NLS is requested configure:5354: result: yes configure:5395: checking for msgfmt configure: trying /usr/bin/msgfmt... 0 translated messages. configure:5427: result: /usr/bin/msgfmt configure:5436: checking for gmsgfmt configure:5467: result: /usr/bin/msgfmt configure:5518: checking for xgettext configure: trying /usr/bin/xgettext... /usr/bin/xgettext: warning: file `/dev/null' extension `' is unknown; will try C configure:5550: result: /usr/bin/xgettext configure:5596: checking for msgmerge configure: trying /usr/bin/msgmerge... configure:5627: result: /usr/bin/msgmerge configure:5667: checking for CFPreferencesCopyAppValue configure:5695: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -Wl,-framework -Wl,CoreFoundation >&5 conftest.c:10:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory compilation terminated. configure:5702: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "XaoS" | #define PACKAGE_TARNAME "xaos" | #define PACKAGE_VERSION "3.5" | #define PACKAGE_STRING "XaoS 3.5" | #define PACKAGE_BUGREPORT "xaos-devel@lists.sourceforge.net" | #define HAVE_ICONV 1 | #define ICONV_CONST | /* end confdefs.h. */ | #include | int | main () | { | CFPreferencesCopyAppValue(NULL, NULL) | ; | return 0; | } configure:5723: result: no configure:5732: checking for CFLocaleCopyCurrent configure:5760: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -Wl,-framework -Wl,CoreFoundation >&5 conftest.c:10:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory compilation terminated. configure:5767: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "XaoS" | #define PACKAGE_TARNAME "xaos" | #define PACKAGE_VERSION "3.5" | #define PACKAGE_STRING "XaoS 3.5" | #define PACKAGE_BUGREPORT "xaos-devel@lists.sourceforge.net" | #define HAVE_ICONV 1 | #define ICONV_CONST | /* end confdefs.h. */ | #include | int | main () | { | CFLocaleCopyCurrent(); | ; | return 0; | } configure:5788: result: no configure:5839: checking for GNU gettext in libc configure:5869: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5876: $? = 0 configure:5898: result: yes configure:6802: checking whether to use NLS configure:6804: result: yes configure:6807: checking where the gettext function comes from configure:6818: result: libc configure:6883: checking for msgmerge configure:6914: result: /usr/bin/msgmerge configure:7034: checking whether make sets $(MAKE) configure:7056: result: yes configure:7068: checking for i686-uhu-linux-ranlib configure:7098: result: no configure:7108: checking for ranlib configure:7124: found /usr/bin/ranlib configure:7135: result: ranlib configure:7176: checking for a BSD-compatible install configure:7244: result: /bin/install -c configure:7295: checking how to run the C preprocessor configure:7335: i686-uhu-linux-gcc -E conftest.c configure:7342: $? = 0 configure:7373: i686-uhu-linux-gcc -E conftest.c conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:7380: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "XaoS" | #define PACKAGE_TARNAME "xaos" | #define PACKAGE_VERSION "3.5" | #define PACKAGE_STRING "XaoS 3.5" | #define PACKAGE_BUGREPORT "xaos-devel@lists.sourceforge.net" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | /* end confdefs.h. */ | #include configure:7413: result: i686-uhu-linux-gcc -E configure:7442: i686-uhu-linux-gcc -E conftest.c configure:7449: $? = 0 configure:7480: i686-uhu-linux-gcc -E conftest.c conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:7487: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "XaoS" | #define PACKAGE_TARNAME "xaos" | #define PACKAGE_VERSION "3.5" | #define PACKAGE_STRING "XaoS 3.5" | #define PACKAGE_BUGREPORT "xaos-devel@lists.sourceforge.net" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | /* end confdefs.h. */ | #include configure:7527: checking for X configure:7642: i686-uhu-linux-gcc -E conftest.c configure:7649: $? = 0 configure:7698: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lX11 >&5 configure:7705: $? = 0 configure:7767: result: libraries , headers configure:7936: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lX11 >&5 configure:7943: $? = 0 configure:8111: checking for gethostbyname configure:8167: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8174: $? = 0 configure:8194: result: yes configure:8347: checking for connect configure:8403: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8410: $? = 0 configure:8430: result: yes configure:8506: checking for remove configure:8562: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8569: $? = 0 configure:8589: result: yes configure:8665: checking for shmat configure:8721: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8728: $? = 0 configure:8748: result: yes configure:8833: checking for IceConnectionNumber in -lICE configure:8868: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lICE >&5 /usr/bin/ld: cannot find -lICE collect2: error: ld returned 1 exit status configure:8875: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "XaoS" | #define PACKAGE_TARNAME "xaos" | #define PACKAGE_VERSION "3.5" | #define PACKAGE_STRING "XaoS 3.5" | #define PACKAGE_BUGREPORT "xaos-devel@lists.sourceforge.net" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char IceConnectionNumber (); | int | main () | { | return IceConnectionNumber (); | ; | return 0; | } configure:8896: result: no configure:9739: checking for grep that handles long lines and -e configure:9799: result: /bin/grep configure:9804: checking for egrep configure:9868: result: /bin/grep -E configure:9873: checking for ANSI C header files configure:9903: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:9910: $? = 0 configure:10009: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:10013: $? = 0 configure:10019: ./conftest configure:10023: $? = 0 configure:10041: result: yes configure:10065: checking for sys/types.h configure:10086: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:10093: $? = 0 configure:10110: result: yes configure:10065: checking for sys/stat.h configure:10086: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:10093: $? = 0 configure:10110: result: yes configure:10065: checking for stdlib.h configure:10086: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:10093: $? = 0 configure:10110: result: yes configure:10065: checking for string.h configure:10086: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:10093: $? = 0 configure:10110: result: yes configure:10065: checking for memory.h configure:10086: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:10093: $? = 0 configure:10110: result: yes configure:10065: checking for strings.h configure:10086: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:10093: $? = 0 configure:10110: result: yes configure:10065: checking for inttypes.h configure:10086: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:10093: $? = 0 configure:10110: result: yes configure:10065: checking for stdint.h configure:10086: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:10093: $? = 0 configure:10110: result: yes configure:10065: checking for unistd.h configure:10086: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:10093: $? = 0 configure:10110: result: yes configure:10155: checking alloca.h usability configure:10172: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:10179: $? = 0 configure:10193: result: yes configure:10197: checking alloca.h presence configure:10212: i686-uhu-linux-gcc -E conftest.c configure:10219: $? = 0 configure:10233: result: yes configure:10266: checking for alloca.h configure:10275: result: yes configure:10155: checking ddraw.h usability configure:10172: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:57:19: fatal error: ddraw.h: No such file or directory compilation terminated. configure:10179: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "XaoS" | #define PACKAGE_TARNAME "xaos" | #define PACKAGE_VERSION "3.5" | #define PACKAGE_STRING "XaoS 3.5" | #define PACKAGE_BUGREPORT "xaos-devel@lists.sourceforge.net" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 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_ALLOCA_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:10193: result: no configure:10197: checking ddraw.h presence configure:10212: i686-uhu-linux-gcc -E conftest.c conftest.c:24:19: fatal error: ddraw.h: No such file or directory compilation terminated. configure:10219: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "XaoS" | #define PACKAGE_TARNAME "xaos" | #define PACKAGE_VERSION "3.5" | #define PACKAGE_STRING "XaoS 3.5" | #define PACKAGE_BUGREPORT "xaos-devel@lists.sourceforge.net" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 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_ALLOCA_H 1 | /* end confdefs.h. */ | #include configure:10233: result: no configure:10266: checking for ddraw.h configure:10275: result: no configure:10155: checking htmlhelp.h usability configure:10172: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:57:22: fatal error: htmlhelp.h: No such file or directory compilation terminated. configure:10179: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "XaoS" | #define PACKAGE_TARNAME "xaos" | #define PACKAGE_VERSION "3.5" | #define PACKAGE_STRING "XaoS 3.5" | #define PACKAGE_BUGREPORT "xaos-devel@lists.sourceforge.net" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 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_ALLOCA_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:10193: result: no configure:10197: checking htmlhelp.h presence configure:10212: i686-uhu-linux-gcc -E conftest.c conftest.c:24:22: fatal error: htmlhelp.h: No such file or directory compilation terminated. configure:10219: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "XaoS" | #define PACKAGE_TARNAME "xaos" | #define PACKAGE_VERSION "3.5" | #define PACKAGE_STRING "XaoS 3.5" | #define PACKAGE_BUGREPORT "xaos-devel@lists.sourceforge.net" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 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_ALLOCA_H 1 | /* end confdefs.h. */ | #include configure:10233: result: no configure:10266: checking for htmlhelp.h configure:10275: result: no configure:10155: checking errno.h usability configure:10172: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:10179: $? = 0 configure:10193: result: yes configure:10197: checking errno.h presence configure:10212: i686-uhu-linux-gcc -E conftest.c configure:10219: $? = 0 configure:10233: result: yes configure:10266: checking for errno.h configure:10275: result: yes configure:10155: checking fcntl.h usability configure:10172: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:10179: $? = 0 configure:10193: result: yes configure:10197: checking fcntl.h presence configure:10212: i686-uhu-linux-gcc -E conftest.c configure:10219: $? = 0 configure:10233: result: yes configure:10266: checking for fcntl.h configure:10275: result: yes configure:10155: checking float.h usability configure:10172: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:10179: $? = 0 configure:10193: result: yes configure:10197: checking float.h presence configure:10212: i686-uhu-linux-gcc -E conftest.c configure:10219: $? = 0 configure:10233: result: yes configure:10266: checking for float.h configure:10275: result: yes configure:10155: checking libintl.h usability configure:10172: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:10179: $? = 0 configure:10193: result: yes configure:10197: checking libintl.h presence configure:10212: i686-uhu-linux-gcc -E conftest.c configure:10219: $? = 0 configure:10233: result: yes configure:10266: checking for libintl.h configure:10275: result: yes configure:10155: checking limits.h usability configure:10172: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:10179: $? = 0 configure:10193: result: yes configure:10197: checking limits.h presence configure:10212: i686-uhu-linux-gcc -E conftest.c configure:10219: $? = 0 configure:10233: result: yes configure:10266: checking for limits.h configure:10275: result: yes configure:10155: checking locale.h usability configure:10172: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:10179: $? = 0 configure:10193: result: yes configure:10197: checking locale.h presence configure:10212: i686-uhu-linux-gcc -E conftest.c configure:10219: $? = 0 configure:10233: result: yes configure:10266: checking for locale.h configure:10275: result: yes configure:10155: checking malloc.h usability configure:10172: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:10179: $? = 0 configure:10193: result: yes configure:10197: checking malloc.h presence configure:10212: i686-uhu-linux-gcc -E conftest.c configure:10219: $? = 0 configure:10233: result: yes configure:10266: checking for malloc.h configure:10275: result: yes configure:10155: checking stddef.h usability configure:10172: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:10179: $? = 0 configure:10193: result: yes configure:10197: checking stddef.h presence configure:10212: i686-uhu-linux-gcc -E conftest.c configure:10219: $? = 0 configure:10233: result: yes configure:10266: checking for stddef.h configure:10275: result: yes configure:10144: checking for stdlib.h configure:10151: result: yes configure:10144: checking for string.h configure:10151: result: yes configure:10155: checking sys/time.h usability configure:10172: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:10179: $? = 0 configure:10193: result: yes configure:10197: checking sys/time.h presence configure:10212: i686-uhu-linux-gcc -E conftest.c configure:10219: $? = 0 configure:10233: result: yes configure:10266: checking for sys/time.h configure:10275: result: yes configure:10155: checking sys/timeb.h usability configure:10172: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:10179: $? = 0 configure:10193: result: yes configure:10197: checking sys/timeb.h presence configure:10212: i686-uhu-linux-gcc -E conftest.c configure:10219: $? = 0 configure:10233: result: yes configure:10266: checking for sys/timeb.h configure:10275: result: yes configure:10144: checking for unistd.h configure:10151: result: yes configure:10291: checking for an ANSI C-conforming const configure:10366: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:10373: $? = 0 configure:10388: result: yes configure:10398: checking for inline configure:10424: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:10431: $? = 0 configure:10449: result: inline configure:10470: checking for long double configure:10527: result: yes configure:10540: checking whether time.h and sys/time.h may both be included configure:10570: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:10577: $? = 0 configure:10592: result: yes configure:10610: checking for dirent.h that defines DIR configure:10639: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:10646: $? = 0 configure:10663: result: yes configure:10678: checking for library containing opendir configure:10719: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:10726: $? = 0 configure:10757: result: none required configure:10855: checking for sys/wait.h that is POSIX.1 compatible configure:10891: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:10898: $? = 0 configure:10913: result: yes configure:10923: checking for pid_t configure:10951: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:10958: $? = 0 configure:10985: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:77:20: error: expected expression before ')' token configure:10992: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "XaoS" | #define PACKAGE_TARNAME "xaos" | #define PACKAGE_VERSION "3.5" | #define PACKAGE_STRING "XaoS 3.5" | #define PACKAGE_BUGREPORT "xaos-devel@lists.sourceforge.net" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 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_ALLOCA_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LONG_DOUBLE 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_WAIT_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((pid_t))) | return 0; | ; | return 0; | } configure:11015: result: yes configure:11027: checking for size_t configure:11055: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:11062: $? = 0 configure:11089: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:77:21: error: expected expression before ')' token configure:11096: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "XaoS" | #define PACKAGE_TARNAME "xaos" | #define PACKAGE_VERSION "3.5" | #define PACKAGE_STRING "XaoS 3.5" | #define PACKAGE_BUGREPORT "xaos-devel@lists.sourceforge.net" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 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_ALLOCA_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LONG_DOUBLE 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_WAIT_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:11119: result: yes configure:11131: checking whether struct tm is in sys/time.h or time.h configure:11161: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:11168: $? = 0 configure:11183: result: time.h configure:11207: checking size of short configure:11512: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:11516: $? = 0 configure:11522: ./conftest configure:11526: $? = 0 configure:11552: result: 2 configure:11566: checking size of int configure:11871: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:11875: $? = 0 configure:11881: ./conftest configure:11885: $? = 0 configure:11911: result: 4 configure:11925: checking size of long configure:12230: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:12234: $? = 0 configure:12240: ./conftest configure:12244: $? = 0 configure:12270: result: 4 configure:12283: checking for pow in -lm configure:12318: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lm >&5 conftest.c:52:6: warning: conflicting types for built-in function 'pow' [enabled by default] configure:12325: $? = 0 configure:12346: result: yes configure:12360: checking for inflate in -lz configure:12395: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lz -lm >&5 configure:12402: $? = 0 configure:12423: result: yes configure:12515: checking for png_create_info_struct in -lpng configure:12550: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lpng -lz -lm >&5 configure:12557: $? = 0 configure:12578: result: yes configure:12601: checking for working alloca.h configure:12628: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lpng -lz -lm >&5 configure:12635: $? = 0 configure:12655: result: yes configure:12665: checking for alloca configure:12712: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lpng -lz -lm >&5 configure:12719: $? = 0 configure:12739: result: yes configure:12999: checking for ftime configure:13055: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lpng -lz -lm >&5 configure:13062: $? = 0 configure:13084: result: yes configure:12999: checking for getcwd configure:13055: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lpng -lz -lm >&5 configure:13062: $? = 0 configure:13084: result: yes configure:12999: checking for gettimeofday configure:13055: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lpng -lz -lm >&5 configure:13062: $? = 0 configure:13084: result: yes configure:12999: checking for memchr configure:13055: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lpng -lz -lm >&5 conftest.c:77:6: warning: conflicting types for built-in function 'memchr' [enabled by default] configure:13062: $? = 0 configure:13084: result: yes configure:12999: checking for memmove configure:13055: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lpng -lz -lm >&5 conftest.c:78:6: warning: conflicting types for built-in function 'memmove' [enabled by default] configure:13062: $? = 0 configure:13084: result: yes configure:12999: checking for memset configure:13055: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lpng -lz -lm >&5 conftest.c:79:6: warning: conflicting types for built-in function 'memset' [enabled by default] configure:13062: $? = 0 configure:13084: result: yes configure:12999: checking for pow configure:13055: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lpng -lz -lm >&5 conftest.c:80:6: warning: conflicting types for built-in function 'pow' [enabled by default] configure:13062: $? = 0 configure:13084: result: yes configure:12999: checking for select configure:13055: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lpng -lz -lm >&5 configure:13062: $? = 0 configure:13084: result: yes configure:12999: checking for setlocale configure:13055: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lpng -lz -lm >&5 configure:13062: $? = 0 configure:13084: result: yes configure:12999: checking for sqrt configure:13055: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lpng -lz -lm >&5 conftest.c:83:6: warning: conflicting types for built-in function 'sqrt' [enabled by default] configure:13062: $? = 0 configure:13084: result: yes configure:12999: checking for strdup configure:13055: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lpng -lz -lm >&5 conftest.c:84:6: warning: conflicting types for built-in function 'strdup' [enabled by default] configure:13062: $? = 0 configure:13084: result: yes configure:12999: checking for strerror configure:13055: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lpng -lz -lm >&5 configure:13062: $? = 0 configure:13084: result: yes configure:12999: checking for strstr configure:13055: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lpng -lz -lm >&5 conftest.c:86:6: warning: conflicting types for built-in function 'strstr' [enabled by default] configure:13062: $? = 0 configure:13084: result: yes configure:12999: checking for sleep configure:13055: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lpng -lz -lm >&5 configure:13062: $? = 0 configure:13084: result: yes configure:12999: checking for setitimer configure:13055: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lpng -lz -lm >&5 configure:13062: $? = 0 configure:13084: result: yes configure:12999: checking for ftime configure:13084: result: yes configure:12999: checking for finite configure:13055: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lpng -lz -lm >&5 conftest.c:90:6: warning: conflicting types for built-in function 'finite' [enabled by default] configure:13062: $? = 0 configure:13084: result: yes configure:12999: checking for fabsl configure:13055: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lpng -lz -lm >&5 conftest.c:91:6: warning: conflicting types for built-in function 'fabsl' [enabled by default] configure:13062: $? = 0 configure:13084: result: yes configure:12999: checking for _fabsl configure:13055: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lpng -lz -lm >&5 /tmp/ccpIFtZC.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `_fabsl' collect2: error: ld returned 1 exit status configure:13062: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "XaoS" | #define PACKAGE_TARNAME "xaos" | #define PACKAGE_VERSION "3.5" | #define PACKAGE_STRING "XaoS 3.5" | #define PACKAGE_BUGREPORT "xaos-devel@lists.sourceforge.net" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 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_ALLOCA_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LONG_DOUBLE 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define DATAPATH "/usr/share/XaoS" | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBPNG 1 | #define USE_PNG 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_FTIME 1 | #define HAVE_GETCWD 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_POW 1 | #define HAVE_SELECT 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SQRT 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRSTR 1 | #define HAVE_SLEEP 1 | #define HAVE_SETITIMER 1 | #define HAVE_FTIME 1 | #define HAVE_FINITE 1 | #define HAVE_FABSL 1 | /* end confdefs.h. */ | /* Define _fabsl to an innocuous variant, in case declares _fabsl. | For example, HP-UX 11i declares gettimeofday. */ | #define _fabsl innocuous__fabsl | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _fabsl (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _fabsl | | /* 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 _fabsl (); | /* 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__fabsl || defined __stub____fabsl | choke me | #endif | | int | main () | { | return _fabsl (); | ; | return 0; | } configure:13084: result: no configure:12999: checking for __fabsl configure:13055: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lpng -lz -lm >&5 /tmp/ccHPwN2G.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `__fabsl' collect2: error: ld returned 1 exit status configure:13062: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "XaoS" | #define PACKAGE_TARNAME "xaos" | #define PACKAGE_VERSION "3.5" | #define PACKAGE_STRING "XaoS 3.5" | #define PACKAGE_BUGREPORT "xaos-devel@lists.sourceforge.net" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 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_ALLOCA_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LONG_DOUBLE 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define DATAPATH "/usr/share/XaoS" | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBPNG 1 | #define USE_PNG 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_FTIME 1 | #define HAVE_GETCWD 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_POW 1 | #define HAVE_SELECT 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SQRT 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRSTR 1 | #define HAVE_SLEEP 1 | #define HAVE_SETITIMER 1 | #define HAVE_FTIME 1 | #define HAVE_FINITE 1 | #define HAVE_FABSL 1 | /* end confdefs.h. */ | /* Define __fabsl to an innocuous variant, in case declares __fabsl. | For example, HP-UX 11i declares gettimeofday. */ | #define __fabsl innocuous___fabsl | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char __fabsl (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef __fabsl | | /* 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 __fabsl (); | /* 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___fabsl || defined __stub_____fabsl | choke me | #endif | | int | main () | { | return __fabsl (); | ; | return 0; | } configure:13084: result: no configure:13109: checking sys/ipc.h usability configure:13126: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:13133: $? = 0 configure:13147: result: yes configure:13151: checking sys/ipc.h presence configure:13166: i686-uhu-linux-gcc -E conftest.c configure:13173: $? = 0 configure:13187: result: yes configure:13220: checking for sys/ipc.h configure:13227: result: yes configure:13251: checking sys/shm.h usability configure:13268: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:13275: $? = 0 configure:13289: result: yes configure:13293: checking sys/shm.h presence configure:13308: i686-uhu-linux-gcc -E conftest.c configure:13315: $? = 0 configure:13329: result: yes configure:13362: checking for sys/shm.h configure:13369: result: yes configure:13385: checking X11/extensions/XShm.h configure:13395: result: no configure:13401: checking for XShmAttach in -lXext configure:13436: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lXext -lpng -lz -lm >&5 configure:13443: $? = 0 configure:13464: result: yes configure:13789: checking for gsl-config configure:13807: found /usr/bin/gsl-config configure:13820: result: /usr/bin/gsl-config configure:13828: checking for GSL configure:13835: result: yes configure:14016: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by XaoS config.status 3.5, which was generated by GNU Autoconf 2.63. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on maki config.status:866: creating src/i18n/Makefile.in config.status:866: creating Makefile config.status:1018: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting config.status:866: creating src/Makefile config.status:866: creating src/i18n/Makefile config.status:866: creating src/engine/Makefile config.status:866: creating src/util/Makefile config.status:866: creating src/ui/Makefile config.status:866: creating src/filter/Makefile config.status:866: creating src/ui-hlp/Makefile config.status:866: creating src/ui/ui-drv/aa/Makefile config.status:866: creating src/ui/ui-drv/x11/Makefile config.status:866: creating src/ui/ui-drv/win32/Makefile config.status:866: creating doc/Makefile config.status:866: creating help/Makefile config.status:866: creating src/ui/ui-drv/gtk/Makefile config.status:866: creating src/sffe/Makefile config.status:866: creating src/include/aconfig.h config.status:866: creating src/include/version.h config.status:1106: executing po-directories commands configure:15313: WARNING: unrecognized options: --enable-shared, --disable-static ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-uhu-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O2 -march=i686 -mtune=generic ' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_DEPS_CFLAGS_set= ac_cv_env_DEPS_CFLAGS_value= ac_cv_env_DEPS_LIBS_set= ac_cv_env_DEPS_LIBS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_XMKMF_set= ac_cv_env_XMKMF_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i686-uhu-linux ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i686-uhu-linux ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func___fabsl=no ac_cv_func__fabsl=no ac_cv_func_alloca_works=yes ac_cv_func_connect=yes ac_cv_func_fabsl=yes ac_cv_func_finite=yes ac_cv_func_ftime=yes ac_cv_func_getcwd=yes ac_cv_func_gethostbyname=yes ac_cv_func_gettimeofday=yes ac_cv_func_memchr=yes ac_cv_func_memmove=yes ac_cv_func_memset=yes ac_cv_func_pow=yes ac_cv_func_remove=yes ac_cv_func_select=yes ac_cv_func_setitimer=yes ac_cv_func_setlocale=yes ac_cv_func_shmat=yes ac_cv_func_sleep=yes ac_cv_func_sqrt=yes ac_cv_func_strdup=yes ac_cv_func_strerror=yes ac_cv_func_strstr=yes ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\''' ac_cv_header_alloca_h=yes ac_cv_header_ddraw_h=no ac_cv_header_dirent_dirent_h=yes ac_cv_header_errno_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_float_h=yes ac_cv_header_htmlhelp_h=no ac_cv_header_inttypes_h=yes ac_cv_header_libintl_h=yes ac_cv_header_limits_h=yes ac_cv_header_locale_h=yes ac_cv_header_malloc_h=yes ac_cv_header_memory_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_ipc_h=yes ac_cv_header_sys_shm_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_timeb_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_wait_h=yes ac_cv_header_time=yes ac_cv_header_unistd_h=yes ac_cv_host=i686-uhu-linux-gnu ac_cv_lib_ICE_IceConnectionNumber=no ac_cv_lib_Xext_XShmAttach=yes ac_cv_lib_m_pow=yes ac_cv_lib_png_png_create_info_struct=yes ac_cv_lib_z_inflate=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_GSL_CONFIG=/usr/bin/gsl-config ac_cv_path_MSGFMT=/usr/bin/msgfmt ac_cv_path_MSGMERGE=/usr/bin/msgmerge ac_cv_path_XGETTEXT=/usr/bin/xgettext ac_cv_path_install='/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_CC=i686-uhu-linux-gcc ac_cv_prog_CPP='i686-uhu-linux-gcc -E' 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_sizeof_int=4 ac_cv_sizeof_long=4 ac_cv_sizeof_short=2 ac_cv_struct_tm=time.h ac_cv_type_long_double=yes ac_cv_type_pid_t=yes ac_cv_type_size_t=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_func_iconv=yes am_cv_func_iconv_works=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= ax_cv_c_compiler_vendor=gnu gt_cv_func_CFLocaleCopyCurrent=no gt_cv_func_CFPreferencesCopyAppValue=no gt_cv_func_gnugettext1_libc=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## ALLOCA='' AR='ar' ASM_CMPLX_O='' BINPATH='/var/uhubuild/work/compile/bin' CC='i686-uhu-linux-gcc' CFLAGS='-O2 -march=i686 -mtune=generic -I/usr/include -fomit-frame-pointer -DSFFE_USING -DSFFE_CMPLX_GSL -I/var/uhubuild/work/compile/src/include' CMPLX_O_TARGET='' CPP='i686-uhu-linux-gcc -E' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H' DEPS_CFLAGS='' DEPS_LIBS='' DRIVERDIRS=' ui/ui-drv/x11' DRIVERLIBS='lib/libui.a lib/libui-hlp.a lib/libengine.a lib/libutil.a lib/libfilter.a lib/libuix11.a lib/libsffe.a' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' GETTEXT_MACRO_VERSION='0.17' GMSGFMT='/usr/bin/msgfmt' GMSGFMT_015='/usr/bin/msgfmt' GREP='/bin/grep' GSL_CONFIG='/usr/bin/gsl-config' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INTLLIBS='' INTL_MACOSX_LIBS='' LDFLAGS='' LIBICONV='' LIBINTL='' LIBOBJS='' LIBPATH='/var/uhubuild/work/compile/src/lib' LIBS='-lpng -lz -lm -lXext -lX11 -L/usr/lib -lgsl -lgslcblas -lm' LOCALEDIR='/usr/share/locale' LTLIBICONV='' LTLIBINTL='' LTLIBOBJS='' MKDIR_P='/bin/mkdir -p' MSGFMT='/usr/bin/msgfmt' MSGFMT_015='/usr/bin/msgfmt' MSGMERGE='/usr/bin/msgmerge' NASM='' OBJEXT='o' PACKAGE_BUGREPORT='xaos-devel@lists.sourceforge.net' PACKAGE_NAME='XaoS' PACKAGE_STRING='XaoS 3.5' PACKAGE_TARNAME='xaos' PACKAGE_VERSION='3.5' PATH_SEPARATOR=':' PKG_CONFIG='' POFILES=' cs.po es.po hu.po fr.po de.po ro.po it.po pt.po' POSUB='po' PRTDIAG='' RANLIB='ranlib' REALTOPDIR='/var/uhubuild/work/compile' SET_MAKE='' SHELL='/bin/sh' SRCPATH='/var/uhubuild/work/compile/src' TOPDIR='/var/uhubuild/work/compile' USE_NLS='yes' XGETTEXT='/usr/bin/xgettext' XGETTEXT_015='/usr/bin/xgettext' XGETTEXT_EXTRA_OPTIONS='' XMKMF='' X_CFLAGS='' X_EXTRA_LIBS='' X_LIBS='' X_PRE_LIBS='' ac_ct_CC='' bindir='${exec_prefix}/bin' build='i686-uhu-linux-gnu' build_alias='i686-uhu-linux' build_cpu='i686' build_os='linux-gnu' build_vendor='uhu' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='i686-uhu-linux-gnu' host_alias='i686-uhu-linux' host_cpu='i686' host_os='linux-gnu' host_vendor='uhu' htmldir='${docdir}' includedir='${prefix}/include' infodir='/usr/share/info' 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. ## ## ----------- ## #define PACKAGE_NAME "XaoS" #define PACKAGE_TARNAME "xaos" #define PACKAGE_VERSION "3.5" #define PACKAGE_STRING "XaoS 3.5" #define PACKAGE_BUGREPORT "xaos-devel@lists.sourceforge.net" #define HAVE_ICONV 1 #define ICONV_CONST #define ENABLE_NLS 1 #define HAVE_GETTEXT 1 #define HAVE_DCGETTEXT 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_ALLOCA_H 1 #define HAVE_ERRNO_H 1 #define HAVE_FCNTL_H 1 #define HAVE_FLOAT_H 1 #define HAVE_LIBINTL_H 1 #define HAVE_LIMITS_H 1 #define HAVE_LOCALE_H 1 #define HAVE_MALLOC_H 1 #define HAVE_STDDEF_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TIMEB_H 1 #define HAVE_UNISTD_H 1 #define HAVE_LONG_DOUBLE 1 #define TIME_WITH_SYS_TIME 1 #define HAVE_DIRENT_H 1 #define HAVE_SYS_WAIT_H 1 #define DATAPATH "/usr/share/XaoS" #define SIZEOF_SHORT 2 #define SIZEOF_INT 4 #define SIZEOF_LONG 4 #define HAVE_LIBM 1 #define HAVE_LIBZ 1 #define HAVE_LIBPNG 1 #define USE_PNG 1 #define HAVE_ALLOCA_H 1 #define HAVE_ALLOCA 1 #define HAVE_FTIME 1 #define HAVE_GETCWD 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_MEMCHR 1 #define HAVE_MEMMOVE 1 #define HAVE_MEMSET 1 #define HAVE_POW 1 #define HAVE_SELECT 1 #define HAVE_SETLOCALE 1 #define HAVE_SQRT 1 #define HAVE_STRDUP 1 #define HAVE_STRERROR 1 #define HAVE_STRSTR 1 #define HAVE_SLEEP 1 #define HAVE_SETITIMER 1 #define HAVE_FTIME 1 #define HAVE_FINITE 1 #define HAVE_FABSL 1 #define HAVE_IPC_H 1 #define HAVE_IPC_H 1 #define X11_DRIVER 1 configure: exit 0