This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.57. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = confusibombus uname -m = i686 uname -r = 2.4.18-686 uname -s = Linux uname -v = #1 Sun Apr 14 11:32:47 EST 2002 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = i686 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /home/alex/bin PATH: /home/alex/bin PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /usr/bin/X11 PATH: /usr/games ## ----------- ## ## Core tests. ## ## ----------- ## configure:1574: checking build system type configure:1592: result: i686-pc-linux-gnu configure:1600: checking host system type configure:1614: result: i686-pc-linux-gnu configure:2673: checking for gcc configure:2689: found /usr/bin/gcc configure:2699: result: gcc configure:2943: checking for C compiler version configure:2946: gcc --version &5 2.95.4 configure:2949: $? = 0 configure:2951: gcc -v &5 Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.4/specs gcc version 2.95.4 20011002 (Debian prerelease) configure:2954: $? = 0 configure:2956: gcc -V &5 gcc: argument to `-V' is missing configure:2959: $? = 1 configure:2983: checking for C compiler default output configure:2986: gcc conftest.c >&5 configure:2989: $? = 0 configure:3035: result: a.out configure:3040: checking whether the C compiler works configure:3046: ./a.out configure:3049: $? = 0 configure:3066: result: yes configure:3073: checking whether we are cross compiling configure:3075: result: no configure:3078: checking for suffix of executables configure:3080: gcc -o conftest conftest.c >&5 configure:3083: $? = 0 configure:3108: result: configure:3114: checking for suffix of object files configure:3136: gcc -c conftest.c >&5 configure:3139: $? = 0 configure:3161: result: o configure:3165: checking whether we are using the GNU C compiler configure:3190: gcc -c conftest.c >&5 configure:3193: $? = 0 configure:3196: test -s conftest.o configure:3199: $? = 0 configure:3212: result: yes configure:3218: checking whether gcc accepts -g configure:3240: gcc -c -g conftest.c >&5 configure:3243: $? = 0 configure:3246: test -s conftest.o configure:3249: $? = 0 configure:3260: result: yes configure:3277: checking for gcc option to accept ANSI C configure:3338: gcc -c -g -O2 conftest.c >&5 configure:3341: $? = 0 configure:3344: test -s conftest.o configure:3347: $? = 0 configure:3365: result: none needed configure:3383: gcc -c -g -O2 conftest.c >&5 conftest.c:2: parse error before `me' configure:3386: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:3530: checking whether ln -s works configure:3534: result: yes configure:3546: checking how to run the C preprocessor configure:3582: gcc -E conftest.c configure:3588: $? = 0 configure:3620: gcc -E conftest.c configure:3620: ac_nonexistent.h: No such file or directory configure:3626: $? = 1 configure: failed program was: | #line 3611 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MAIL_USE_POP 1 | /* end confdefs.h. */ | #include configure:3664: result: gcc -E configure:3689: gcc -E conftest.c configure:3695: $? = 0 configure:3727: gcc -E conftest.c configure:3727: ac_nonexistent.h: No such file or directory configure:3733: $? = 1 configure: failed program was: | #line 3718 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MAIL_USE_POP 1 | /* end confdefs.h. */ | #include configure:3787: checking for a BSD-compatible install configure:3841: result: /usr/bin/install -c configure:3894: checking for ranlib configure:3910: found /usr/bin/ranlib configure:3921: result: ranlib configure:3936: checking for install-info configure:3969: result: no configure:3975: checking for install-info configure:3993: found /usr/sbin/install-info configure:4005: result: /usr/sbin/install-info configure:4014: checking for install-info configure:4045: result: /usr/sbin/install-info configure:4066: checking for egrep configure:4076: result: grep -E configure:4082: checking for AIX configure:4105: result: no configure:4116: checking the machine- and system-dependent files to find out - which libraries the lib-src programs will want, and - whether the GNU malloc routines are usable... configure:4273: checking for special C compiler options needed for large files configure:4353: result: no configure:4359: checking for _FILE_OFFSET_BITS value needed for large files configure:4391: gcc -c -O2 -D_BSD_SOURCE conftest.c >&5 configure:4382: warning: left shift count >= width of type configure:4382: warning: left shift count >= width of type configure:4384: size of array `off_t_is_large' is negative configure:4394: $? = 1 configure: failed program was: | #line 4366 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MAIL_USE_POP 1 | #define _GNU_SOURCE 1 | /* end confdefs.h. */ | #include | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int | main () | { | | ; | return 0; | } configure:4435: gcc -c -O2 -D_BSD_SOURCE conftest.c >&5 configure:4438: $? = 0 configure:4441: test -s conftest.o configure:4444: $? = 0 configure:4456: result: 64 configure:4466: checking for _LARGE_FILES value needed for large files configure:4498: gcc -c -O2 -D_BSD_SOURCE conftest.c >&5 configure:4501: $? = 0 configure:4504: test -s conftest.o configure:4507: $? = 0 configure:4563: result: no configure:4578: checking for ANSI C header files configure:4604: gcc -c -O2 -D_BSD_SOURCE conftest.c >&5 configure:4607: $? = 0 configure:4610: test -s conftest.o configure:4613: $? = 0 configure:4702: gcc -o conftest -O2 -D_BSD_SOURCE conftest.c >&5 configure:4705: $? = 0 configure:4707: ./conftest configure:4710: $? = 0 configure:4725: result: yes configure:4749: checking for sys/types.h configure:4766: gcc -c -O2 -D_BSD_SOURCE conftest.c >&5 configure:4769: $? = 0 configure:4772: test -s conftest.o configure:4775: $? = 0 configure:4786: result: yes configure:4749: checking for sys/stat.h configure:4766: gcc -c -O2 -D_BSD_SOURCE conftest.c >&5 configure:4769: $? = 0 configure:4772: test -s conftest.o configure:4775: $? = 0 configure:4786: result: yes configure:4749: checking for stdlib.h configure:4766: gcc -c -O2 -D_BSD_SOURCE conftest.c >&5 configure:4769: $? = 0 configure:4772: test -s conftest.o configure:4775: $? = 0 configure:4786: result: yes configure:4749: checking for string.h configure:4766: gcc -c -O2 -D_BSD_SOURCE conftest.c >&5 configure:4769: $? = 0 configure:4772: test -s conftest.o configure:4775: $? = 0 configure:4786: result: yes configure:4749: checking for memory.h configure:4766: gcc -c -O2 -D_BSD_SOURCE conftest.c >&5 configure:4769: $? = 0 configure:4772: test -s conftest.o configure:4775: $? = 0 configure:4786: result: yes configure:4749: checking for strings.h configure:4766: gcc -c -O2 -D_BSD_SOURCE conftest.c >&5 configure:4769: $? = 0 configure:4772: test -s conftest.o configure:4775: $? = 0 configure:4786: result: yes configure:4749: checking for inttypes.h configure:4766: gcc -c -O2 -D_BSD_SOURCE conftest.c >&5 configure:4769: $? = 0 configure:4772: test -s conftest.o configure:4775: $? = 0 configure:4786: result: yes configure:4749: checking for stdint.h configure:4766: gcc -c -O2 -D_BSD_SOURCE conftest.c >&5 configure:4769: $? = 0 configure:4772: test -s conftest.o configure:4775: $? = 0 configure:4786: result: yes configure:4749: checking for unistd.h configure:4766: gcc -c -O2 -D_BSD_SOURCE conftest.c >&5 configure:4769: $? = 0 configure:4772: test -s conftest.o configure:4775: $? = 0 configure:4786: result: yes configure:4814: checking machine/soundcard.h usability configure:4827: gcc -c -O2 -D_BSD_SOURCE conftest.c >&5 configure:4871: machine/soundcard.h: No such file or directory configure:4830: $? = 1 configure: failed program was: | #line 4816 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MAIL_USE_POP 1 | #define _GNU_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #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 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:4846: result: no configure:4850: checking machine/soundcard.h presence configure:4861: gcc -E -D_BSD_SOURCE conftest.c configure:4873: machine/soundcard.h: No such file or directory configure:4867: $? = 1 configure: failed program was: | #line 4852 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MAIL_USE_POP 1 | #define _GNU_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #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 | /* end confdefs.h. */ | #include configure:4886: result: no configure:4922: checking for machine/soundcard.h configure:4929: result: no configure:4814: checking sys/soundcard.h usability configure:4827: gcc -c -O2 -D_BSD_SOURCE conftest.c >&5 configure:4830: $? = 0 configure:4833: test -s conftest.o configure:4836: $? = 0 configure:4846: result: yes configure:4850: checking sys/soundcard.h presence configure:4861: gcc -E -D_BSD_SOURCE conftest.c configure:4867: $? = 0 configure:4886: result: yes configure:4922: checking for sys/soundcard.h configure:4929: result: yes configure:4814: checking soundcard.h usability configure:4827: gcc -c -O2 -D_BSD_SOURCE conftest.c >&5 configure:4872: soundcard.h: No such file or directory configure:4830: $? = 1 configure: failed program was: | #line 4816 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MAIL_USE_POP 1 | #define _GNU_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #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_SYS_SOUNDCARD_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:4846: result: no configure:4850: checking soundcard.h presence configure:4861: gcc -E -D_BSD_SOURCE conftest.c configure:4874: soundcard.h: No such file or directory configure:4867: $? = 1 configure: failed program was: | #line 4852 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MAIL_USE_POP 1 | #define _GNU_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #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_SYS_SOUNDCARD_H 1 | /* end confdefs.h. */ | #include configure:4886: result: no configure:4922: checking for soundcard.h configure:4929: result: no configure:4943: checking for _oss_ioctl in -lossaudio configure:4974: gcc -o conftest -O2 -D_BSD_SOURCE conftest.c -lossaudio >&5 /usr/bin/ld: cannot find -lossaudio collect2: ld returned 1 exit status configure:4977: $? = 1 configure: failed program was: | #line 4950 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MAIL_USE_POP 1 | #define _GNU_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #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_SYS_SOUNDCARD_H 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char _oss_ioctl (); | int | main () | { | _oss_ioctl (); | ; | return 0; | } configure:4995: result: no configure:5044: checking sys/select.h usability configure:5057: gcc -c -O2 -D_BSD_SOURCE conftest.c >&5 configure:5060: $? = 0 configure:5063: test -s conftest.o configure:5066: $? = 0 configure:5076: result: yes configure:5080: checking sys/select.h presence configure:5091: gcc -E -D_BSD_SOURCE conftest.c configure:5097: $? = 0 configure:5116: result: yes configure:5152: checking for sys/select.h configure:5159: result: yes configure:5044: checking sys/timeb.h usability configure:5057: gcc -c -O2 -D_BSD_SOURCE conftest.c >&5 configure:5060: $? = 0 configure:5063: test -s conftest.o configure:5066: $? = 0 configure:5076: result: yes configure:5080: checking sys/timeb.h presence configure:5091: gcc -E -D_BSD_SOURCE conftest.c configure:5097: $? = 0 configure:5116: result: yes configure:5152: checking for sys/timeb.h configure:5159: result: yes configure:5044: checking sys/time.h usability configure:5057: gcc -c -O2 -D_BSD_SOURCE conftest.c >&5 configure:5060: $? = 0 configure:5063: test -s conftest.o configure:5066: $? = 0 configure:5076: result: yes configure:5080: checking sys/time.h presence configure:5091: gcc -E -D_BSD_SOURCE conftest.c configure:5097: $? = 0 configure:5116: result: yes configure:5152: checking for sys/time.h configure:5159: result: yes configure:5035: checking for unistd.h configure:5040: result: yes configure:5044: checking utime.h usability configure:5057: gcc -c -O2 -D_BSD_SOURCE conftest.c >&5 configure:5060: $? = 0 configure:5063: test -s conftest.o configure:5066: $? = 0 configure:5076: result: yes configure:5080: checking utime.h presence configure:5091: gcc -E -D_BSD_SOURCE conftest.c configure:5097: $? = 0 configure:5116: result: yes configure:5152: checking for utime.h configure:5159: result: yes configure:5044: checking linux/version.h usability configure:5057: gcc -c -O2 -D_BSD_SOURCE conftest.c >&5 configure:5060: $? = 0 configure:5063: test -s conftest.o configure:5066: $? = 0 configure:5076: result: yes configure:5080: checking linux/version.h presence configure:5091: gcc -E -D_BSD_SOURCE conftest.c configure:5097: $? = 0 configure:5116: result: yes configure:5152: checking for linux/version.h configure:5159: result: yes configure:5044: checking sys/systeminfo.h usability configure:5057: gcc -c -O2 -D_BSD_SOURCE conftest.c >&5 configure:5108: sys/systeminfo.h: No such file or directory configure:5060: $? = 1 configure: failed program was: | #line 5046 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MAIL_USE_POP 1 | #define _GNU_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #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_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LINUX_VERSION_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:5076: result: no configure:5080: checking sys/systeminfo.h presence configure:5091: gcc -E -D_BSD_SOURCE conftest.c configure:5110: sys/systeminfo.h: No such file or directory configure:5097: $? = 1 configure: failed program was: | #line 5082 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MAIL_USE_POP 1 | #define _GNU_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #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_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LINUX_VERSION_H 1 | /* end confdefs.h. */ | #include configure:5116: result: no configure:5152: checking for sys/systeminfo.h configure:5159: result: no configure:5044: checking termios.h usability configure:5057: gcc -c -O2 -D_BSD_SOURCE conftest.c >&5 configure:5060: $? = 0 configure:5063: test -s conftest.o configure:5066: $? = 0 configure:5076: result: yes configure:5080: checking termios.h presence configure:5091: gcc -E -D_BSD_SOURCE conftest.c configure:5097: $? = 0 configure:5116: result: yes configure:5152: checking for termios.h configure:5159: result: yes configure:5044: checking limits.h usability configure:5057: gcc -c -O2 -D_BSD_SOURCE conftest.c >&5 configure:5060: $? = 0 configure:5063: test -s conftest.o configure:5066: $? = 0 configure:5076: result: yes configure:5080: checking limits.h presence configure:5091: gcc -E -D_BSD_SOURCE conftest.c configure:5097: $? = 0 configure:5116: result: yes configure:5152: checking for limits.h configure:5159: result: yes configure:5035: checking for string.h configure:5040: result: yes configure:5035: checking for stdlib.h configure:5040: result: yes configure:5044: checking termcap.h usability configure:5057: gcc -c -O2 -D_BSD_SOURCE conftest.c >&5 configure:5060: $? = 0 configure:5063: test -s conftest.o configure:5066: $? = 0 configure:5076: result: yes configure:5080: checking termcap.h presence configure:5091: gcc -E -D_BSD_SOURCE conftest.c configure:5097: $? = 0 configure:5116: result: yes configure:5152: checking for termcap.h configure:5159: result: yes configure:5044: checking stdio_ext.h usability configure:5057: gcc -c -O2 -D_BSD_SOURCE conftest.c >&5 configure:5060: $? = 0 configure:5063: test -s conftest.o configure:5066: $? = 0 configure:5076: result: yes configure:5080: checking stdio_ext.h presence configure:5091: gcc -E -D_BSD_SOURCE conftest.c configure:5097: $? = 0 configure:5116: result: yes configure:5152: checking for stdio_ext.h configure:5159: result: yes configure:5044: checking fcntl.h usability configure:5057: gcc -c -O2 -D_BSD_SOURCE conftest.c >&5 configure:5060: $? = 0 configure:5063: test -s conftest.o configure:5066: $? = 0 configure:5076: result: yes configure:5080: checking fcntl.h presence configure:5091: gcc -E -D_BSD_SOURCE conftest.c configure:5097: $? = 0 configure:5116: result: yes configure:5152: checking for fcntl.h configure:5159: result: yes configure:5044: checking term.h usability configure:5057: gcc -c -O2 -D_BSD_SOURCE conftest.c >&5 configure:5060: $? = 0 configure:5063: test -s conftest.o configure:5066: $? = 0 configure:5076: result: yes configure:5080: checking term.h presence configure:5091: gcc -E -D_BSD_SOURCE conftest.c configure:5097: $? = 0 configure:5116: result: yes configure:5152: checking for term.h configure:5159: result: yes configure:5035: checking for strings.h configure:5040: result: yes configure:5044: checking coff.h usability configure:5057: gcc -c -O2 -D_BSD_SOURCE conftest.c >&5 configure:5117: coff.h: No such file or directory configure:5060: $? = 1 configure: failed program was: | #line 5046 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MAIL_USE_POP 1 | #define _GNU_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #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_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_TERM_H 1 | #define HAVE_STRINGS_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:5076: result: no configure:5080: checking coff.h presence configure:5091: gcc -E -D_BSD_SOURCE conftest.c configure:5119: coff.h: No such file or directory configure:5097: $? = 1 configure: failed program was: | #line 5082 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MAIL_USE_POP 1 | #define _GNU_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #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_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_TERM_H 1 | #define HAVE_STRINGS_H 1 | /* end confdefs.h. */ | #include configure:5116: result: no configure:5152: checking for coff.h configure:5159: result: no configure:5044: checking pty.h usability configure:5057: gcc -c -O2 -D_BSD_SOURCE conftest.c >&5 configure:5060: $? = 0 configure:5063: test -s conftest.o configure:5066: $? = 0 configure:5076: result: yes configure:5080: checking pty.h presence configure:5091: gcc -E -D_BSD_SOURCE conftest.c configure:5097: $? = 0 configure:5116: result: yes configure:5152: checking for pty.h configure:5159: result: yes configure:5044: checking sys/mman.h usability configure:5057: gcc -c -O2 -D_BSD_SOURCE conftest.c >&5 configure:5060: $? = 0 configure:5063: test -s conftest.o configure:5066: $? = 0 configure:5076: result: yes configure:5080: checking sys/mman.h presence configure:5091: gcc -E -D_BSD_SOURCE conftest.c configure:5097: $? = 0 configure:5116: result: yes configure:5152: checking for sys/mman.h configure:5159: result: yes configure:5044: checking sys/param.h usability configure:5057: gcc -c -O2 -D_BSD_SOURCE conftest.c >&5 configure:5060: $? = 0 configure:5063: test -s conftest.o configure:5066: $? = 0 configure:5076: result: yes configure:5080: checking sys/param.h presence configure:5091: gcc -E -D_BSD_SOURCE conftest.c configure:5097: $? = 0 configure:5116: result: yes configure:5152: checking for sys/param.h configure:5159: result: yes configure:5044: checking sys/vlimit.h usability configure:5057: gcc -c -O2 -D_BSD_SOURCE conftest.c >&5 configure:5060: $? = 0 configure:5063: test -s conftest.o configure:5066: $? = 0 configure:5076: result: yes configure:5080: checking sys/vlimit.h presence configure:5091: gcc -E -D_BSD_SOURCE conftest.c configure:5097: $? = 0 configure:5116: result: yes configure:5152: checking for sys/vlimit.h configure:5159: result: yes configure:5044: checking sys/resource.h usability configure:5057: gcc -c -O2 -D_BSD_SOURCE conftest.c >&5 configure:5060: $? = 0 configure:5063: test -s conftest.o configure:5066: $? = 0 configure:5076: result: yes configure:5080: checking sys/resource.h presence configure:5091: gcc -E -D_BSD_SOURCE conftest.c configure:5097: $? = 0 configure:5116: result: yes configure:5152: checking for sys/resource.h configure:5159: result: yes configure:5176: checking for term.h configure:5216: result: yes configure:5227: checking for ANSI C header files configure:5374: result: yes configure:5384: checking whether time.h and sys/time.h may both be included configure:5410: gcc -c -O2 -D_BSD_SOURCE conftest.c >&5 configure:5413: $? = 0 configure:5416: test -s conftest.o configure:5419: $? = 0 configure:5430: result: yes configure:5440: checking whether sys_siglist is declared configure:5465: gcc -c -O2 -D_BSD_SOURCE conftest.c >&5 configure: In function `main': configure:5528: `sys_siglist' undeclared (first use in this function) configure:5528: (Each undeclared identifier is reported only once configure:5528: for each function it appears in.) configure:5468: $? = 1 configure: failed program was: | #line 5445 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MAIL_USE_POP 1 | #define _GNU_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #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_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_TERM_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_VLIMIT_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_TERM_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | int | main () | { | #ifndef sys_siglist | char *p = (char *) sys_siglist; | #endif | | ; | return 0; | } configure:5485: result: no configure:5505: checking whether __sys_siglist is declared configure:5530: gcc -c -O2 -D_BSD_SOURCE conftest.c >&5 configure: In function `main': configure:5594: `__sys_siglist' undeclared (first use in this function) configure:5594: (Each undeclared identifier is reported only once configure:5594: for each function it appears in.) configure:5533: $? = 1 configure: failed program was: | #line 5510 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MAIL_USE_POP 1 | #define _GNU_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #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_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_TERM_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_VLIMIT_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_TERM_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_SYS_SIGLIST 0 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | int | main () | { | #ifndef __sys_siglist | char *p = (char *) __sys_siglist; | #endif | | ; | return 0; | } configure:5550: result: no configure:5576: checking for sys/wait.h that is POSIX.1 compatible configure:5608: gcc -c -O2 -D_BSD_SOURCE conftest.c >&5 configure:5611: $? = 0 configure:5614: test -s conftest.o configure:5617: $? = 0 configure:5628: result: yes configure:5639: checking for struct utimbuf configure:5673: gcc -c -O2 -D_BSD_SOURCE conftest.c >&5 configure:5676: $? = 0 configure:5679: test -s conftest.o configure:5682: $? = 0 configure:5693: result: yes configure:5703: checking return type of signal handlers configure:5735: gcc -c -O2 -D_BSD_SOURCE conftest.c >&5 configure:5738: $? = 0 configure:5741: test -s conftest.o configure:5744: $? = 0 configure:5755: result: void configure:5764: checking for speed_t configure:5786: gcc -c -O2 -D_BSD_SOURCE conftest.c >&5 configure:5789: $? = 0 configure:5792: test -s conftest.o configure:5795: $? = 0 configure:5806: result: yes configure:5816: checking for struct timeval configure:5847: gcc -c -O2 -D_BSD_SOURCE conftest.c >&5 configure:5850: $? = 0 configure:5853: test -s conftest.o configure:5856: $? = 0 configure:5867: result: yes configure:5878: checking for struct exception configure:5900: gcc -c -O2 -D_BSD_SOURCE conftest.c >&5 configure:5903: $? = 0 configure:5906: test -s conftest.o configure:5909: $? = 0 configure:5920: result: yes configure:5931: checking whether struct tm is in sys/time.h or time.h configure:5955: gcc -c -O2 -D_BSD_SOURCE conftest.c >&5 configure:5958: $? = 0 configure:5961: test -s conftest.o configure:5964: $? = 0 configure:5975: result: time.h configure:5985: checking for struct tm.tm_zone configure:6012: gcc -c -O2 -D_BSD_SOURCE conftest.c >&5 configure:6015: $? = 0 configure:6018: test -s conftest.o configure:6021: $? = 0 configure:6072: result: yes configure:6147: checking for struct tm.tm_gmtoff configure:6172: gcc -c -O2 -D_BSD_SOURCE conftest.c >&5 configure:6175: $? = 0 configure:6178: test -s conftest.o configure:6181: $? = 0 configure:6230: result: yes configure:6242: checking for function prototypes configure:6245: result: yes configure:6262: checking for working volatile configure:6286: gcc -c -O2 -D_BSD_SOURCE conftest.c >&5 configure:6289: $? = 0 configure:6292: test -s conftest.o configure:6295: $? = 0 configure:6306: result: yes configure:6316: checking for an ANSI C-conforming const configure:6384: gcc -c -O2 -D_BSD_SOURCE conftest.c >&5 configure:6387: $? = 0 configure:6390: test -s conftest.o configure:6393: $? = 0 configure:6404: result: yes configure:6414: checking for void * support configure:6436: gcc -c -O2 -D_BSD_SOURCE conftest.c >&5 configure:6439: $? = 0 configure:6442: test -s conftest.o configure:6445: $? = 0 configure:6456: result: yes configure:6472: checking whether make sets $(MAKE) configure:6492: result: yes configure:6502: checking for long file names configure:6541: result: yes configure:6554: checking for X configure:6774: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include configure:6874: checking for malloc_get_state configure:6924: gcc -o conftest -O2 -D_BSD_SOURCE conftest.c >&5 configure:6927: $? = 0 configure:6930: test -s conftest configure:6933: $? = 0 configure:6944: result: yes configure:6952: checking for malloc_set_state configure:7002: gcc -o conftest -O2 -D_BSD_SOURCE conftest.c >&5 configure:7005: $? = 0 configure:7008: test -s conftest configure:7011: $? = 0 configure:7022: result: yes configure:7030: checking whether __after_morecore_hook exists configure:7052: gcc -o conftest -O2 -D_BSD_SOURCE conftest.c >&5 configure:7055: $? = 0 configure:7058: test -s conftest configure:7061: $? = 0 configure:7072: result: yes configure:7105: checking for stdlib.h configure:7110: result: yes configure:7105: checking for unistd.h configure:7110: result: yes configure:7246: checking for getpagesize configure:7296: gcc -o conftest -O2 -D_BSD_SOURCE conftest.c >&5 configure:7299: $? = 0 configure:7302: test -s conftest configure:7305: $? = 0 configure:7316: result: yes configure:7326: checking for working mmap configure:7469: gcc -o conftest -O2 -D_BSD_SOURCE conftest.c >&5 configure:7472: $? = 0 configure:7474: ./conftest configure:7477: $? = 0 configure:7491: result: yes configure:7509: checking for dnet_ntoa in -ldnet configure:7540: gcc -o conftest -O2 -D_BSD_SOURCE conftest.c -ldnet >&5 /usr/bin/ld: cannot find -ldnet collect2: ld returned 1 exit status configure:7543: $? = 1 configure: failed program was: | #line 7516 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MAIL_USE_POP 1 | #define _GNU_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #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_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_TERM_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_VLIMIT_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_TERM_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_SYS_SIGLIST 0 | #define HAVE_DECL___SYS_SIGLIST 0 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define RETSIGTYPE void | #define HAVE_SPEED_T 1 | #define HAVE_TIMEVAL 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define POINTER_TYPE void | #define HAVE_LONG_FILE_NAMES 1 | #define DOUG_LEA_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char dnet_ntoa (); | int | main () | { | dnet_ntoa (); | ; | return 0; | } configure:7561: result: no configure:7573: checking for main in -lXbsd configure:7598: gcc -o conftest -O2 -D_BSD_SOURCE conftest.c -lXbsd >&5 /usr/bin/ld: cannot find -lXbsd collect2: ld returned 1 exit status configure:7601: $? = 1 configure: failed program was: | #line 7580 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MAIL_USE_POP 1 | #define _GNU_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #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_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_TERM_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_VLIMIT_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_TERM_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_SYS_SIGLIST 0 | #define HAVE_DECL___SYS_SIGLIST 0 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define RETSIGTYPE void | #define HAVE_SPEED_T 1 | #define HAVE_TIMEVAL 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define POINTER_TYPE void | #define HAVE_LONG_FILE_NAMES 1 | #define DOUG_LEA_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | /* end confdefs.h. */ | | | int | main () | { | main (); | ; | return 0; | } configure:7619: result: no configure:7627: checking for cma_open in -lpthreads configure:7658: gcc -o conftest -O2 -D_BSD_SOURCE conftest.c -lpthreads >&5 /usr/bin/ld: cannot find -lpthreads collect2: ld returned 1 exit status configure:7661: $? = 1 configure: failed program was: | #line 7634 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MAIL_USE_POP 1 | #define _GNU_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #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_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_TERM_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_VLIMIT_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_TERM_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_SYS_SIGLIST 0 | #define HAVE_DECL___SYS_SIGLIST 0 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define RETSIGTYPE void | #define HAVE_SPEED_T 1 | #define HAVE_TIMEVAL 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define POINTER_TYPE void | #define HAVE_LONG_FILE_NAMES 1 | #define DOUG_LEA_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char cma_open (); | int | main () | { | cma_open (); | ; | return 0; | } configure:7679: result: no configure:7691: checking for XFree86 in /usr/X386 configure:7699: result: no configure:7725: checking whether X on GNU/Linux needs -b to link configure:7744: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lX11 >&5 configure:7747: $? = 0 configure:7750: test -s conftest configure:7753: $? = 0 configure:7822: result: no configure:7829: checking for Xkb configure:7849: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lX11 >&5 configure:7852: $? = 0 configure:7855: test -s conftest configure:7858: $? = 0 configure:7868: result: yes configure:7886: checking for XrmSetDatabase configure:7936: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lX11 >&5 configure:7939: $? = 0 configure:7942: test -s conftest configure:7945: $? = 0 configure:7956: result: yes configure:7886: checking for XScreenResourceString configure:7936: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lX11 >&5 configure:7939: $? = 0 configure:7942: test -s conftest configure:7945: $? = 0 configure:7956: result: yes configure:7886: checking for XScreenNumberOfScreen configure:7936: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lX11 >&5 configure:7939: $? = 0 configure:7942: test -s conftest configure:7945: $? = 0 configure:7956: result: yes configure:7886: checking for XSetWMProtocols configure:7936: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lX11 >&5 configure:7939: $? = 0 configure:7942: test -s conftest configure:7945: $? = 0 configure:7956: result: yes configure:7969: checking X11 version 6 configure:7994: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lX11 >&5 configure:7997: $? = 0 configure:8000: test -s conftest configure:8003: $? = 0 configure:8016: result: 6 or newer configure:8030: checking X11 version 5 configure:8055: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lX11 >&5 configure:8058: $? = 0 configure:8061: test -s conftest configure:8064: $? = 0 configure:8077: result: 5 or newer configure:8222: checking X11 version 5 with Xaw configure:8246: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lX11 >&5 configure:8249: $? = 0 configure:8252: test -s conftest configure:8255: $? = 0 configure:8268: result: 5 or newer, with Xaw; use toolkit by default configure:8284: checking X11 toolkit version configure:8309: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lX11 >&5 configure:8312: $? = 0 configure:8315: test -s conftest configure:8318: $? = 0 configure:8332: result: 6 or newer configure:8351: checking for XmuConvertStandardSelection in -lXmu configure:8382: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lXmu -lXt -lSM -lICE -lX11 >&5 configure:8385: $? = 0 configure:8388: test -s conftest configure:8391: $? = 0 configure:8403: result: yes configure:8421: checking for XShapeQueryExtension in -lXext configure:8452: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:8455: $? = 0 configure:8458: test -s conftest configure:8461: $? = 0 configure:8473: result: yes configure:8679: checking for X11/Xaw3d/Scrollbar.h configure:8693: gcc -E -I/usr/X11R6/include -D_BSD_SOURCE conftest.c configure:8699: $? = 0 configure:8719: result: yes configure:8722: checking for XawScrollbarSetThumb in -lXaw3d configure:8753: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lXaw3d -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:8756: $? = 0 configure:8759: test -s conftest configure:8762: $? = 0 configure:8774: result: yes configure:8844: checking X11/xpm.h usability configure:8857: gcc -c -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE conftest.c >&5 configure:8860: $? = 0 configure:8863: test -s conftest.o configure:8866: $? = 0 configure:8876: result: yes configure:8880: checking X11/xpm.h presence configure:8891: gcc -E -I/usr/X11R6/include -D_BSD_SOURCE conftest.c configure:8897: $? = 0 configure:8916: result: yes configure:8952: checking for X11/xpm.h configure:8959: result: yes configure:8964: checking for XpmReadFileToPixmap in -lXpm configure:8995: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lXpm -lX11 -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:8998: $? = 0 configure:9001: test -s conftest configure:9004: $? = 0 configure:9016: result: yes configure:9026: checking for XpmReturnAllocPixels preprocessor define configure:9051: result: yes configure:9083: checking jerror.h usability configure:9096: gcc -c -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE conftest.c >&5 configure:9099: $? = 0 configure:9102: test -s conftest.o configure:9105: $? = 0 configure:9115: result: yes configure:9119: checking jerror.h presence configure:9130: gcc -E -I/usr/X11R6/include -D_BSD_SOURCE conftest.c configure:9136: $? = 0 configure:9155: result: yes configure:9191: checking for jerror.h configure:9198: result: yes configure:9203: checking for jpeg_destroy_compress in -ljpeg configure:9234: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -ljpeg -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:9237: $? = 0 configure:9240: test -s conftest configure:9243: $? = 0 configure:9255: result: yes configure:9313: checking png.h usability configure:9326: gcc -c -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE conftest.c >&5 configure:9329: $? = 0 configure:9332: test -s conftest.o configure:9335: $? = 0 configure:9345: result: yes configure:9349: checking png.h presence configure:9360: gcc -E -I/usr/X11R6/include -D_BSD_SOURCE conftest.c configure:9366: $? = 0 configure:9385: result: yes configure:9421: checking for png.h configure:9428: result: yes configure:9433: checking for png_get_channels in -lpng configure:9464: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lpng -lz -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:9467: $? = 0 configure:9470: test -s conftest configure:9473: $? = 0 configure:9485: result: yes configure:9519: checking tiffio.h usability configure:9532: gcc -c -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE conftest.c >&5 configure:9535: $? = 0 configure:9538: test -s conftest.o configure:9541: $? = 0 configure:9551: result: yes configure:9555: checking tiffio.h presence configure:9566: gcc -E -I/usr/X11R6/include -D_BSD_SOURCE conftest.c configure:9572: $? = 0 configure:9591: result: yes configure:9627: checking for tiffio.h configure:9634: result: yes configure:9642: checking for TIFFGetVersion in -ltiff configure:9673: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -ltiff -ljpeg -lz -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:9676: $? = 0 configure:9679: test -s conftest configure:9682: $? = 0 configure:9694: result: yes configure:9728: checking gif_lib.h usability configure:9741: gcc -c -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE conftest.c >&5 configure:9846: gif_lib.h: No such file or directory configure:9744: $? = 1 configure: failed program was: | #line 9730 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MAIL_USE_POP 1 | #define _GNU_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #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_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_TERM_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_VLIMIT_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_TERM_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_SYS_SIGLIST 0 | #define HAVE_DECL___SYS_SIGLIST 0 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define RETSIGTYPE void | #define HAVE_SPEED_T 1 | #define HAVE_TIMEVAL 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define POINTER_TYPE void | #define HAVE_LONG_FILE_NAMES 1 | #define DOUG_LEA_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_XKBGETKEYBOARD 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XSETWMPROTOCOLS 1 | #define HAVE_X11R6 1 | #define HAVE_X11R5 1 | #define HAVE_X11XTR6 1 | #define HAVE_LIBXMU 1 | #define HAVE_LIBXEXT 1 | #define HAVE_XAW3D 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define USE_XIM 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_JPEG 1 | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:9760: result: no configure:9764: checking gif_lib.h presence configure:9775: gcc -E -I/usr/X11R6/include -D_BSD_SOURCE conftest.c configure:9848: gif_lib.h: No such file or directory configure:9781: $? = 1 configure: failed program was: | #line 9766 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MAIL_USE_POP 1 | #define _GNU_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #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_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_TERM_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_VLIMIT_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_TERM_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_SYS_SIGLIST 0 | #define HAVE_DECL___SYS_SIGLIST 0 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define RETSIGTYPE void | #define HAVE_SPEED_T 1 | #define HAVE_TIMEVAL 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define POINTER_TYPE void | #define HAVE_LONG_FILE_NAMES 1 | #define DOUG_LEA_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_XKBGETKEYBOARD 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XSETWMPROTOCOLS 1 | #define HAVE_X11R6 1 | #define HAVE_X11R5 1 | #define HAVE_X11XTR6 1 | #define HAVE_LIBXMU 1 | #define HAVE_LIBXEXT 1 | #define HAVE_XAW3D 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define USE_XIM 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_JPEG 1 | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | /* end confdefs.h. */ | #include configure:9800: result: no configure:9836: checking for gif_lib.h configure:9843: result: no configure:9935: checking Carbon/Carbon.h usability configure:9948: gcc -c -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE conftest.c >&5 configure:10053: Carbon/Carbon.h: No such file or directory configure:9951: $? = 1 configure: failed program was: | #line 9937 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MAIL_USE_POP 1 | #define _GNU_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #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_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_TERM_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_VLIMIT_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_TERM_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_SYS_SIGLIST 0 | #define HAVE_DECL___SYS_SIGLIST 0 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define RETSIGTYPE void | #define HAVE_SPEED_T 1 | #define HAVE_TIMEVAL 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define POINTER_TYPE void | #define HAVE_LONG_FILE_NAMES 1 | #define DOUG_LEA_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_XKBGETKEYBOARD 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XSETWMPROTOCOLS 1 | #define HAVE_X11R6 1 | #define HAVE_X11R5 1 | #define HAVE_X11XTR6 1 | #define HAVE_LIBXMU 1 | #define HAVE_LIBXEXT 1 | #define HAVE_XAW3D 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define USE_XIM 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_JPEG 1 | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:9967: result: no configure:9971: checking Carbon/Carbon.h presence configure:9982: gcc -E -I/usr/X11R6/include -D_BSD_SOURCE conftest.c configure:10055: Carbon/Carbon.h: No such file or directory configure:9988: $? = 1 configure: failed program was: | #line 9973 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MAIL_USE_POP 1 | #define _GNU_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #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_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_TERM_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_VLIMIT_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_TERM_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_SYS_SIGLIST 0 | #define HAVE_DECL___SYS_SIGLIST 0 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define RETSIGTYPE void | #define HAVE_SPEED_T 1 | #define HAVE_TIMEVAL 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define POINTER_TYPE void | #define HAVE_LONG_FILE_NAMES 1 | #define DOUG_LEA_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_XKBGETKEYBOARD 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XSETWMPROTOCOLS 1 | #define HAVE_X11R6 1 | #define HAVE_X11R5 1 | #define HAVE_X11XTR6 1 | #define HAVE_LIBXMU 1 | #define HAVE_LIBXEXT 1 | #define HAVE_XAW3D 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define USE_XIM 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_JPEG 1 | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | /* end confdefs.h. */ | #include configure:10007: result: no configure:10043: checking for Carbon/Carbon.h configure:10050: result: no configure:10093: checking X11/SM/SMlib.h usability configure:10106: gcc -c -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE conftest.c >&5 configure:10109: $? = 0 configure:10112: test -s conftest.o configure:10115: $? = 0 configure:10125: result: yes configure:10129: checking X11/SM/SMlib.h presence configure:10140: gcc -E -I/usr/X11R6/include -D_BSD_SOURCE conftest.c configure:10146: $? = 0 configure:10165: result: yes configure:10201: checking for X11/SM/SMlib.h configure:10208: result: yes configure:10213: checking for SmcOpenConnection in -lSM configure:10244: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lSM -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:10247: $? = 0 configure:10250: test -s conftest configure:10253: $? = 0 configure:10265: result: yes configure:10291: checking whether netdb declares h_errno configure:10313: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:10316: $? = 0 configure:10319: test -s conftest configure:10322: $? = 0 configure:10333: result: yes configure:10345: checking for working alloca.h configure:10367: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:10370: $? = 0 configure:10373: test -s conftest configure:10376: $? = 0 configure:10387: result: yes configure:10397: checking for alloca configure:10439: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:10442: $? = 0 configure:10445: test -s conftest configure:10448: $? = 0 configure:10459: result: yes configure:10670: checking for sqrt in -lm configure:10701: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:10770: warning: conflicting types for built-in function `sqrt' configure:10704: $? = 0 configure:10707: test -s conftest configure:10710: $? = 0 configure:10722: result: yes configure:10736: checking for maillock in -lmail configure:10767: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lmail -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 /usr/bin/ld: cannot find -lmail collect2: ld returned 1 exit status configure:10770: $? = 1 configure: failed program was: | #line 10743 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MAIL_USE_POP 1 | #define _GNU_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #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_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_TERM_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_VLIMIT_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_TERM_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_SYS_SIGLIST 0 | #define HAVE_DECL___SYS_SIGLIST 0 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define RETSIGTYPE void | #define HAVE_SPEED_T 1 | #define HAVE_TIMEVAL 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define POINTER_TYPE void | #define HAVE_LONG_FILE_NAMES 1 | #define DOUG_LEA_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_XKBGETKEYBOARD 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XSETWMPROTOCOLS 1 | #define HAVE_X11R6 1 | #define HAVE_X11R5 1 | #define HAVE_X11XTR6 1 | #define HAVE_LIBXMU 1 | #define HAVE_LIBXEXT 1 | #define HAVE_XAW3D 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define USE_XIM 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_JPEG 1 | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_X_SM 1 | #define HAVE_H_ERRNO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char maillock (); | int | main () | { | maillock (); | ; | return 0; | } configure:10788: result: no configure:10800: checking for maillock in -llockfile configure:10831: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -llockfile -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 /usr/bin/ld: cannot find -llockfile collect2: ld returned 1 exit status configure:10834: $? = 1 configure: failed program was: | #line 10807 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MAIL_USE_POP 1 | #define _GNU_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #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_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_TERM_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_VLIMIT_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_TERM_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_SYS_SIGLIST 0 | #define HAVE_DECL___SYS_SIGLIST 0 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define RETSIGTYPE void | #define HAVE_SPEED_T 1 | #define HAVE_TIMEVAL 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define POINTER_TYPE void | #define HAVE_LONG_FILE_NAMES 1 | #define DOUG_LEA_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_XKBGETKEYBOARD 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XSETWMPROTOCOLS 1 | #define HAVE_X11R6 1 | #define HAVE_X11R5 1 | #define HAVE_X11XTR6 1 | #define HAVE_LIBXMU 1 | #define HAVE_LIBXEXT 1 | #define HAVE_XAW3D 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define USE_XIM 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_JPEG 1 | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_X_SM 1 | #define HAVE_H_ERRNO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char maillock (); | int | main () | { | maillock (); | ; | return 0; | } configure:10852: result: no configure:10869: checking for liblockfile.so configure:10897: result: no configure:10924: checking for touchlock configure:10974: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 /tmp/ccLOuU0z.o(.text+0x9): In function `main': : undefined reference to `touchlock' /tmp/ccLOuU0z.o(.data+0x0): undefined reference to `touchlock' collect2: ld returned 1 exit status configure:10977: $? = 1 configure: failed program was: | #line 10929 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MAIL_USE_POP 1 | #define _GNU_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #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_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_TERM_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_VLIMIT_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_TERM_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_SYS_SIGLIST 0 | #define HAVE_DECL___SYS_SIGLIST 0 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define RETSIGTYPE void | #define HAVE_SPEED_T 1 | #define HAVE_TIMEVAL 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define POINTER_TYPE void | #define HAVE_LONG_FILE_NAMES 1 | #define DOUG_LEA_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_XKBGETKEYBOARD 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XSETWMPROTOCOLS 1 | #define HAVE_X11R6 1 | #define HAVE_X11R5 1 | #define HAVE_X11XTR6 1 | #define HAVE_LIBXMU 1 | #define HAVE_LIBXEXT 1 | #define HAVE_XAW3D 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define USE_XIM 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_JPEG 1 | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_X_SM 1 | #define HAVE_H_ERRNO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_LIBM 1 | #define LIBMAIL -llockfile | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char touchlock (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | #ifdef __STDC__ | # include | #else | # include | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char touchlock (); | /* 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_touchlock) || defined (__stub___touchlock) | choke me | #else | char (*f) () = touchlock; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != touchlock; | ; | return 0; | } configure:10994: result: no configure:11018: checking maillock.h usability configure:11031: gcc -c -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE conftest.c >&5 configure:11142: maillock.h: No such file or directory configure:11034: $? = 1 configure: failed program was: | #line 11020 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MAIL_USE_POP 1 | #define _GNU_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #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_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_TERM_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_VLIMIT_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_TERM_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_SYS_SIGLIST 0 | #define HAVE_DECL___SYS_SIGLIST 0 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define RETSIGTYPE void | #define HAVE_SPEED_T 1 | #define HAVE_TIMEVAL 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define POINTER_TYPE void | #define HAVE_LONG_FILE_NAMES 1 | #define DOUG_LEA_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_XKBGETKEYBOARD 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XSETWMPROTOCOLS 1 | #define HAVE_X11R6 1 | #define HAVE_X11R5 1 | #define HAVE_X11XTR6 1 | #define HAVE_LIBXMU 1 | #define HAVE_LIBXEXT 1 | #define HAVE_XAW3D 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define USE_XIM 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_JPEG 1 | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_X_SM 1 | #define HAVE_H_ERRNO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_LIBM 1 | #define LIBMAIL -llockfile | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:11050: result: no configure:11054: checking maillock.h presence configure:11065: gcc -E -I/usr/X11R6/include -D_BSD_SOURCE conftest.c configure:11144: maillock.h: No such file or directory configure:11071: $? = 1 configure: failed program was: | #line 11056 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MAIL_USE_POP 1 | #define _GNU_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #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_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_TERM_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_VLIMIT_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_TERM_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_SYS_SIGLIST 0 | #define HAVE_DECL___SYS_SIGLIST 0 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define RETSIGTYPE void | #define HAVE_SPEED_T 1 | #define HAVE_TIMEVAL 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define POINTER_TYPE void | #define HAVE_LONG_FILE_NAMES 1 | #define DOUG_LEA_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_XKBGETKEYBOARD 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XSETWMPROTOCOLS 1 | #define HAVE_X11R6 1 | #define HAVE_X11R5 1 | #define HAVE_X11XTR6 1 | #define HAVE_LIBXMU 1 | #define HAVE_LIBXEXT 1 | #define HAVE_XAW3D 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define USE_XIM 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_JPEG 1 | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_X_SM 1 | #define HAVE_H_ERRNO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_LIBM 1 | #define LIBMAIL -llockfile | /* end confdefs.h. */ | #include configure:11090: result: no configure:11126: checking for maillock.h configure:11133: result: no configure:11220: checking for gethostname configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for getdomainname configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for dup2 configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for rename configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for closedir configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for mkdir configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for rmdir configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for sysinfo configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for random configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for lrand48 configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for bcopy configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for bcmp configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for logb configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for frexp configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for fmod configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for rint configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for cbrt configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for ftime configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for res_init configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 /tmp/ccjfFMDv.o(.text+0x9): In function `main': : undefined reference to `res_init' /tmp/ccjfFMDv.o(.data+0x0): undefined reference to `res_init' collect2: ld returned 1 exit status configure:11273: $? = 1 configure: failed program was: | #line 11225 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MAIL_USE_POP 1 | #define _GNU_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #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_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_TERM_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_VLIMIT_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_TERM_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_SYS_SIGLIST 0 | #define HAVE_DECL___SYS_SIGLIST 0 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define RETSIGTYPE void | #define HAVE_SPEED_T 1 | #define HAVE_TIMEVAL 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define POINTER_TYPE void | #define HAVE_LONG_FILE_NAMES 1 | #define DOUG_LEA_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_XKBGETKEYBOARD 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XSETWMPROTOCOLS 1 | #define HAVE_X11R6 1 | #define HAVE_X11R5 1 | #define HAVE_X11XTR6 1 | #define HAVE_LIBXMU 1 | #define HAVE_LIBXEXT 1 | #define HAVE_XAW3D 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define USE_XIM 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_JPEG 1 | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_X_SM 1 | #define HAVE_H_ERRNO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_LIBM 1 | #define LIBMAIL -llockfile | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETDOMAINNAME 1 | #define HAVE_DUP2 1 | #define HAVE_RENAME 1 | #define HAVE_CLOSEDIR 1 | #define HAVE_MKDIR 1 | #define HAVE_RMDIR 1 | #define HAVE_SYSINFO 1 | #define HAVE_RANDOM 1 | #define HAVE_LRAND48 1 | #define HAVE_BCOPY 1 | #define HAVE_BCMP 1 | #define HAVE_LOGB 1 | #define HAVE_FREXP 1 | #define HAVE_FMOD 1 | #define HAVE_RINT 1 | #define HAVE_CBRT 1 | #define HAVE_FTIME 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char res_init (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | #ifdef __STDC__ | # include | #else | # include | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char res_init (); | /* 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_res_init) || defined (__stub___res_init) | choke me | #else | char (*f) () = res_init; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != res_init; | ; | return 0; | } configure:11290: result: no configure:11220: checking for setsid configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for strerror configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for fpathconf configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for select configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for mktime configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for euidaccess configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for getpagesize configure:11290: result: yes configure:11220: checking for tzset configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for setlocale configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for utimes configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for setrlimit configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for setpgid configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for getcwd configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for getwd configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 /tmp/ccMF0aRR.o(.text+0x9): In function `main': : the `getwd' function is dangerous and should not be used. configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for shutdown configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for strftime configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for getaddrinfo configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for __fpending configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for mblen configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for mbrlen configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for mbsinit configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for strsignal configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for setitimer configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for ualarm configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for index configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for rindex configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for sendto configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for recvfrom configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for getsockopt configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for setsockopt configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for getsockname configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for getpeername configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for gai_strerror configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for mkstemp configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for getline configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for getdelim configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for mremap configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for memmove configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for fsync configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for bzero configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for memset configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11387: warning: conflicting types for built-in function `memset' configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for memcmp configure:11270: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11388: warning: conflicting types for built-in function `memcmp' configure:11273: $? = 0 configure:11276: test -s conftest configure:11279: $? = 0 configure:11290: result: yes configure:11220: checking for memmove configure:11290: result: yes configure:11315: checking sys/un.h usability configure:11328: gcc -c -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE conftest.c >&5 configure:11331: $? = 0 configure:11334: test -s conftest.o configure:11337: $? = 0 configure:11347: result: yes configure:11351: checking sys/un.h presence configure:11362: gcc -E -I/usr/X11R6/include -D_BSD_SOURCE conftest.c configure:11368: $? = 0 configure:11387: result: yes configure:11423: checking for sys/un.h configure:11430: result: yes configure:11450: checking for sys/time.h configure:11455: result: yes configure:11450: checking for unistd.h configure:11455: result: yes configure:11591: checking for alarm configure:11641: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11644: $? = 0 configure:11647: test -s conftest configure:11650: $? = 0 configure:11661: result: yes configure:11671: checking for working mktime configure:11833: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11836: $? = 0 configure:11838: ./conftest configure:11841: $? = 0 configure:11855: result: yes configure:11880: checking for getloadavg configure:11930: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:11933: $? = 0 configure:11936: test -s conftest configure:11939: $? = 0 configure:11950: result: yes configure:11964: checking for pstat_getdynamic configure:12014: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 /tmp/ccJje5D5.o(.text+0x9): In function `main': : undefined reference to `pstat_getdynamic' /tmp/ccJje5D5.o(.data+0x0): undefined reference to `pstat_getdynamic' collect2: ld returned 1 exit status configure:12017: $? = 1 configure: failed program was: | #line 11969 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MAIL_USE_POP 1 | #define _GNU_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #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_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_TERM_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_VLIMIT_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_TERM_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_SYS_SIGLIST 0 | #define HAVE_DECL___SYS_SIGLIST 0 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define RETSIGTYPE void | #define HAVE_SPEED_T 1 | #define HAVE_TIMEVAL 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define POINTER_TYPE void | #define HAVE_LONG_FILE_NAMES 1 | #define DOUG_LEA_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_XKBGETKEYBOARD 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XSETWMPROTOCOLS 1 | #define HAVE_X11R6 1 | #define HAVE_X11R5 1 | #define HAVE_X11XTR6 1 | #define HAVE_LIBXMU 1 | #define HAVE_LIBXEXT 1 | #define HAVE_XAW3D 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define USE_XIM 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_JPEG 1 | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_X_SM 1 | #define HAVE_H_ERRNO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_LIBM 1 | #define LIBMAIL -llockfile | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETDOMAINNAME 1 | #define HAVE_DUP2 1 | #define HAVE_RENAME 1 | #define HAVE_CLOSEDIR 1 | #define HAVE_MKDIR 1 | #define HAVE_RMDIR 1 | #define HAVE_SYSINFO 1 | #define HAVE_RANDOM 1 | #define HAVE_LRAND48 1 | #define HAVE_BCOPY 1 | #define HAVE_BCMP 1 | #define HAVE_LOGB 1 | #define HAVE_FREXP 1 | #define HAVE_FMOD 1 | #define HAVE_RINT 1 | #define HAVE_CBRT 1 | #define HAVE_FTIME 1 | #define HAVE_SETSID 1 | #define HAVE_STRERROR 1 | #define HAVE_FPATHCONF 1 | #define HAVE_SELECT 1 | #define HAVE_MKTIME 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_TZSET 1 | #define HAVE_SETLOCALE 1 | #define HAVE_UTIMES 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETPGID 1 | #define HAVE_GETCWD 1 | #define HAVE_GETWD 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_STRFTIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE___FPENDING 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_MBSINIT 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_UALARM 1 | #define HAVE_INDEX 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKOPT 1 | #define HAVE_SETSOCKOPT 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_MKSTEMP 1 | #define HAVE_GETLINE 1 | #define HAVE_GETDELIM 1 | #define HAVE_MREMAP 1 | #define HAVE_MEMMOVE 1 | #define HAVE_FSYNC 1 | #define HAVE_BZERO 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCMP 1 | #define HAVE_MEMMOVE 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ALARM 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char pstat_getdynamic (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | #ifdef __STDC__ | # include | #else | # include | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char pstat_getdynamic (); | /* 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_pstat_getdynamic) || defined (__stub___pstat_getdynamic) | choke me | #else | char (*f) () = pstat_getdynamic; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != pstat_getdynamic; | ; | return 0; | } configure:12034: result: no configure:12047: checking for kstat_open in -lkstat configure:12078: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lkstat -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 /usr/bin/ld: cannot find -lkstat collect2: ld returned 1 exit status configure:12081: $? = 1 configure: failed program was: | #line 12054 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MAIL_USE_POP 1 | #define _GNU_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #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_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_TERM_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_VLIMIT_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_TERM_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_SYS_SIGLIST 0 | #define HAVE_DECL___SYS_SIGLIST 0 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define RETSIGTYPE void | #define HAVE_SPEED_T 1 | #define HAVE_TIMEVAL 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define POINTER_TYPE void | #define HAVE_LONG_FILE_NAMES 1 | #define DOUG_LEA_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_XKBGETKEYBOARD 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XSETWMPROTOCOLS 1 | #define HAVE_X11R6 1 | #define HAVE_X11R5 1 | #define HAVE_X11XTR6 1 | #define HAVE_LIBXMU 1 | #define HAVE_LIBXEXT 1 | #define HAVE_XAW3D 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define USE_XIM 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_JPEG 1 | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_X_SM 1 | #define HAVE_H_ERRNO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_LIBM 1 | #define LIBMAIL -llockfile | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETDOMAINNAME 1 | #define HAVE_DUP2 1 | #define HAVE_RENAME 1 | #define HAVE_CLOSEDIR 1 | #define HAVE_MKDIR 1 | #define HAVE_RMDIR 1 | #define HAVE_SYSINFO 1 | #define HAVE_RANDOM 1 | #define HAVE_LRAND48 1 | #define HAVE_BCOPY 1 | #define HAVE_BCMP 1 | #define HAVE_LOGB 1 | #define HAVE_FREXP 1 | #define HAVE_FMOD 1 | #define HAVE_RINT 1 | #define HAVE_CBRT 1 | #define HAVE_FTIME 1 | #define HAVE_SETSID 1 | #define HAVE_STRERROR 1 | #define HAVE_FPATHCONF 1 | #define HAVE_SELECT 1 | #define HAVE_MKTIME 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_TZSET 1 | #define HAVE_SETLOCALE 1 | #define HAVE_UTIMES 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETPGID 1 | #define HAVE_GETCWD 1 | #define HAVE_GETWD 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_STRFTIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE___FPENDING 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_MBSINIT 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_UALARM 1 | #define HAVE_INDEX 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKOPT 1 | #define HAVE_SETSOCKOPT 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_MKSTEMP 1 | #define HAVE_GETLINE 1 | #define HAVE_GETDELIM 1 | #define HAVE_MREMAP 1 | #define HAVE_MEMMOVE 1 | #define HAVE_FSYNC 1 | #define HAVE_BZERO 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCMP 1 | #define HAVE_MEMMOVE 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ALARM 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char kstat_open (); | int | main () | { | kstat_open (); | ; | return 0; | } configure:12099: result: no configure:12369: checking for getloadavg configure:12419: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:12422: $? = 0 configure:12425: test -s conftest configure:12428: $? = 0 configure:12439: result: yes configure:13564: checking whether getloadavg requires setgid configure:13590: result: no configure:13632: checking for _LARGEFILE_SOURCE value needed for large files configure:13656: gcc -c -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE conftest.c >&5 configure:13659: $? = 0 configure:13662: test -s conftest.o configure:13665: $? = 0 configure:13713: result: no configure:13727: checking for fseeko configure:13749: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:13752: $? = 0 configure:13755: test -s conftest configure:13758: $? = 0 configure:13769: result: yes configure:13780: checking whether getpgrp requires zero arguments configure:13803: gcc -c -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE conftest.c >&5 configure: In function `main': configure:13978: too many arguments to function `getpgrp' configure:13806: $? = 1 configure: failed program was: | #line 13786 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MAIL_USE_POP 1 | #define _GNU_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #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_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_TERM_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_VLIMIT_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_TERM_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_SYS_SIGLIST 0 | #define HAVE_DECL___SYS_SIGLIST 0 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define RETSIGTYPE void | #define HAVE_SPEED_T 1 | #define HAVE_TIMEVAL 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define POINTER_TYPE void | #define HAVE_LONG_FILE_NAMES 1 | #define DOUG_LEA_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_XKBGETKEYBOARD 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XSETWMPROTOCOLS 1 | #define HAVE_X11R6 1 | #define HAVE_X11R5 1 | #define HAVE_X11XTR6 1 | #define HAVE_LIBXMU 1 | #define HAVE_LIBXEXT 1 | #define HAVE_XAW3D 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define USE_XIM 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_JPEG 1 | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_X_SM 1 | #define HAVE_H_ERRNO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_LIBM 1 | #define LIBMAIL -llockfile | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETDOMAINNAME 1 | #define HAVE_DUP2 1 | #define HAVE_RENAME 1 | #define HAVE_CLOSEDIR 1 | #define HAVE_MKDIR 1 | #define HAVE_RMDIR 1 | #define HAVE_SYSINFO 1 | #define HAVE_RANDOM 1 | #define HAVE_LRAND48 1 | #define HAVE_BCOPY 1 | #define HAVE_BCMP 1 | #define HAVE_LOGB 1 | #define HAVE_FREXP 1 | #define HAVE_FMOD 1 | #define HAVE_RINT 1 | #define HAVE_CBRT 1 | #define HAVE_FTIME 1 | #define HAVE_SETSID 1 | #define HAVE_STRERROR 1 | #define HAVE_FPATHCONF 1 | #define HAVE_SELECT 1 | #define HAVE_MKTIME 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_TZSET 1 | #define HAVE_SETLOCALE 1 | #define HAVE_UTIMES 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETPGID 1 | #define HAVE_GETCWD 1 | #define HAVE_GETWD 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_STRFTIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE___FPENDING 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_MBSINIT 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_UALARM 1 | #define HAVE_INDEX 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKOPT 1 | #define HAVE_SETSOCKOPT 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_MKSTEMP 1 | #define HAVE_GETLINE 1 | #define HAVE_GETDELIM 1 | #define HAVE_MREMAP 1 | #define HAVE_MEMMOVE 1 | #define HAVE_FSYNC 1 | #define HAVE_BZERO 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCMP 1 | #define HAVE_MEMMOVE 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ALARM 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_FSEEKO 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | int | main () | { | getpgrp (0); | ; | return 0; | } configure:13824: result: yes configure:13840: checking for grantpt configure:13890: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:13893: $? = 0 configure:13896: test -s conftest configure:13899: $? = 0 configure:13910: result: yes configure:13926: checking for getpt configure:13976: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:13979: $? = 0 configure:13982: test -s conftest configure:13985: $? = 0 configure:13996: result: yes configure:14012: checking for tparm in -lncurses configure:14043: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lncurses -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:14046: $? = 0 configure:14049: test -s conftest configure:14052: $? = 0 configure:14064: result: yes configure:16171: checking for dgettext in -lintl configure:16202: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lintl -lncurses -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 /usr/bin/ld: cannot find -lintl collect2: ld returned 1 exit status configure:16205: $? = 1 configure: failed program was: | #line 16178 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MAIL_USE_POP 1 | #define _GNU_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #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_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_TERM_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_VLIMIT_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_TERM_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_SYS_SIGLIST 0 | #define HAVE_DECL___SYS_SIGLIST 0 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define RETSIGTYPE void | #define HAVE_SPEED_T 1 | #define HAVE_TIMEVAL 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define POINTER_TYPE void | #define HAVE_LONG_FILE_NAMES 1 | #define DOUG_LEA_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_XKBGETKEYBOARD 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XSETWMPROTOCOLS 1 | #define HAVE_X11R6 1 | #define HAVE_X11R5 1 | #define HAVE_X11XTR6 1 | #define HAVE_LIBXMU 1 | #define HAVE_LIBXEXT 1 | #define HAVE_XAW3D 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define USE_XIM 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_JPEG 1 | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_X_SM 1 | #define HAVE_H_ERRNO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_LIBM 1 | #define LIBMAIL -llockfile | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETDOMAINNAME 1 | #define HAVE_DUP2 1 | #define HAVE_RENAME 1 | #define HAVE_CLOSEDIR 1 | #define HAVE_MKDIR 1 | #define HAVE_RMDIR 1 | #define HAVE_SYSINFO 1 | #define HAVE_RANDOM 1 | #define HAVE_LRAND48 1 | #define HAVE_BCOPY 1 | #define HAVE_BCMP 1 | #define HAVE_LOGB 1 | #define HAVE_FREXP 1 | #define HAVE_FMOD 1 | #define HAVE_RINT 1 | #define HAVE_CBRT 1 | #define HAVE_FTIME 1 | #define HAVE_SETSID 1 | #define HAVE_STRERROR 1 | #define HAVE_FPATHCONF 1 | #define HAVE_SELECT 1 | #define HAVE_MKTIME 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_TZSET 1 | #define HAVE_SETLOCALE 1 | #define HAVE_UTIMES 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETPGID 1 | #define HAVE_GETCWD 1 | #define HAVE_GETWD 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_STRFTIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE___FPENDING 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_MBSINIT 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_UALARM 1 | #define HAVE_INDEX 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKOPT 1 | #define HAVE_SETSOCKOPT 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_MKSTEMP 1 | #define HAVE_GETLINE 1 | #define HAVE_GETDELIM 1 | #define HAVE_MREMAP 1 | #define HAVE_MEMMOVE 1 | #define HAVE_FSYNC 1 | #define HAVE_BZERO 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCMP 1 | #define HAVE_MEMMOVE 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ALARM 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_FSEEKO 1 | #define GETPGRP_VOID 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_LIBNCURSES 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char dgettext (); | int | main () | { | dgettext (); | ; | return 0; | } configure:16223: result: no configure:16235: checking whether localtime caches TZ configure:16283: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lncurses -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:16286: $? = 0 configure:16288: ./conftest configure:16291: $? = 0 configure:16310: result: no configure:16325: checking for gettimeofday configure:16375: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lncurses -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:16378: $? = 0 configure:16381: test -s conftest configure:16384: $? = 0 configure:16395: result: yes configure:16406: checking whether gettimeofday can accept two arguments configure:16439: gcc -c -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE conftest.c >&5 configure:16442: $? = 0 configure:16445: test -s conftest.o configure:16448: $? = 0 configure:16459: result: yes configure:16472: checking for struct timezone configure:16494: gcc -c -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE conftest.c >&5 configure:16497: $? = 0 configure:16500: test -s conftest.o configure:16503: $? = 0 configure:16533: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lncurses -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:16536: $? = 0 configure:16538: ./conftest configure:16541: $? = 0 configure:16562: result: yes configure:16567: checking for socket configure:16617: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lncurses -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:16620: $? = 0 configure:16623: test -s conftest configure:16626: $? = 0 configure:16637: result: yes configure:16656: checking netinet/in.h usability configure:16669: gcc -c -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE conftest.c >&5 configure:16672: $? = 0 configure:16675: test -s conftest.o configure:16678: $? = 0 configure:16688: result: yes configure:16692: checking netinet/in.h presence configure:16703: gcc -E -I/usr/X11R6/include -D_BSD_SOURCE conftest.c configure:16709: $? = 0 configure:16728: result: yes configure:16764: checking for netinet/in.h configure:16771: result: yes configure:16794: checking arpa/inet.h usability configure:16807: gcc -c -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE conftest.c >&5 configure:16810: $? = 0 configure:16813: test -s conftest.o configure:16816: $? = 0 configure:16826: result: yes configure:16830: checking arpa/inet.h presence configure:16841: gcc -E -I/usr/X11R6/include -D_BSD_SOURCE conftest.c configure:16847: $? = 0 configure:16866: result: yes configure:16902: checking for arpa/inet.h configure:16909: result: yes configure:16937: checking whether system supports dynamic ptys configure:16940: result: yes configure:16952: checking for pid_t configure:16977: gcc -c -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE conftest.c >&5 configure:16980: $? = 0 configure:16983: test -s conftest.o configure:16986: $? = 0 configure:16997: result: yes configure:17015: checking for unistd.h configure:17020: result: yes configure:17024: checking vfork.h usability configure:17037: gcc -c -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE conftest.c >&5 configure:17223: vfork.h: No such file or directory configure:17040: $? = 1 configure: failed program was: | #line 17026 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MAIL_USE_POP 1 | #define _GNU_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #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_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_TERM_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_VLIMIT_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_TERM_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_SYS_SIGLIST 0 | #define HAVE_DECL___SYS_SIGLIST 0 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define RETSIGTYPE void | #define HAVE_SPEED_T 1 | #define HAVE_TIMEVAL 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define POINTER_TYPE void | #define HAVE_LONG_FILE_NAMES 1 | #define DOUG_LEA_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_XKBGETKEYBOARD 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XSETWMPROTOCOLS 1 | #define HAVE_X11R6 1 | #define HAVE_X11R5 1 | #define HAVE_X11XTR6 1 | #define HAVE_LIBXMU 1 | #define HAVE_LIBXEXT 1 | #define HAVE_XAW3D 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define USE_XIM 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_JPEG 1 | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_X_SM 1 | #define HAVE_H_ERRNO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_LIBM 1 | #define LIBMAIL -llockfile | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETDOMAINNAME 1 | #define HAVE_DUP2 1 | #define HAVE_RENAME 1 | #define HAVE_CLOSEDIR 1 | #define HAVE_MKDIR 1 | #define HAVE_RMDIR 1 | #define HAVE_SYSINFO 1 | #define HAVE_RANDOM 1 | #define HAVE_LRAND48 1 | #define HAVE_BCOPY 1 | #define HAVE_BCMP 1 | #define HAVE_LOGB 1 | #define HAVE_FREXP 1 | #define HAVE_FMOD 1 | #define HAVE_RINT 1 | #define HAVE_CBRT 1 | #define HAVE_FTIME 1 | #define HAVE_SETSID 1 | #define HAVE_STRERROR 1 | #define HAVE_FPATHCONF 1 | #define HAVE_SELECT 1 | #define HAVE_MKTIME 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_TZSET 1 | #define HAVE_SETLOCALE 1 | #define HAVE_UTIMES 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETPGID 1 | #define HAVE_GETCWD 1 | #define HAVE_GETWD 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_STRFTIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE___FPENDING 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_MBSINIT 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_UALARM 1 | #define HAVE_INDEX 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKOPT 1 | #define HAVE_SETSOCKOPT 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_MKSTEMP 1 | #define HAVE_GETLINE 1 | #define HAVE_GETDELIM 1 | #define HAVE_MREMAP 1 | #define HAVE_MEMMOVE 1 | #define HAVE_FSYNC 1 | #define HAVE_BZERO 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCMP 1 | #define HAVE_MEMMOVE 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ALARM 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_FSEEKO 1 | #define GETPGRP_VOID 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INET_SOCKETS 1 | #define HAVE_DEV_PTMX 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:17056: result: no configure:17060: checking vfork.h presence configure:17071: gcc -E -I/usr/X11R6/include -D_BSD_SOURCE conftest.c configure:17225: vfork.h: No such file or directory configure:17077: $? = 1 configure: failed program was: | #line 17062 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MAIL_USE_POP 1 | #define _GNU_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #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_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_TERM_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_VLIMIT_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_TERM_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_SYS_SIGLIST 0 | #define HAVE_DECL___SYS_SIGLIST 0 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define RETSIGTYPE void | #define HAVE_SPEED_T 1 | #define HAVE_TIMEVAL 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define POINTER_TYPE void | #define HAVE_LONG_FILE_NAMES 1 | #define DOUG_LEA_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_XKBGETKEYBOARD 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XSETWMPROTOCOLS 1 | #define HAVE_X11R6 1 | #define HAVE_X11R5 1 | #define HAVE_X11XTR6 1 | #define HAVE_LIBXMU 1 | #define HAVE_LIBXEXT 1 | #define HAVE_XAW3D 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define USE_XIM 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_JPEG 1 | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_X_SM 1 | #define HAVE_H_ERRNO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_LIBM 1 | #define LIBMAIL -llockfile | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETDOMAINNAME 1 | #define HAVE_DUP2 1 | #define HAVE_RENAME 1 | #define HAVE_CLOSEDIR 1 | #define HAVE_MKDIR 1 | #define HAVE_RMDIR 1 | #define HAVE_SYSINFO 1 | #define HAVE_RANDOM 1 | #define HAVE_LRAND48 1 | #define HAVE_BCOPY 1 | #define HAVE_BCMP 1 | #define HAVE_LOGB 1 | #define HAVE_FREXP 1 | #define HAVE_FMOD 1 | #define HAVE_RINT 1 | #define HAVE_CBRT 1 | #define HAVE_FTIME 1 | #define HAVE_SETSID 1 | #define HAVE_STRERROR 1 | #define HAVE_FPATHCONF 1 | #define HAVE_SELECT 1 | #define HAVE_MKTIME 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_TZSET 1 | #define HAVE_SETLOCALE 1 | #define HAVE_UTIMES 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETPGID 1 | #define HAVE_GETCWD 1 | #define HAVE_GETWD 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_STRFTIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE___FPENDING 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_MBSINIT 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_UALARM 1 | #define HAVE_INDEX 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKOPT 1 | #define HAVE_SETSOCKOPT 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_MKSTEMP 1 | #define HAVE_GETLINE 1 | #define HAVE_GETDELIM 1 | #define HAVE_MREMAP 1 | #define HAVE_MEMMOVE 1 | #define HAVE_FSYNC 1 | #define HAVE_BZERO 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCMP 1 | #define HAVE_MEMMOVE 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ALARM 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_FSEEKO 1 | #define GETPGRP_VOID 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INET_SOCKETS 1 | #define HAVE_DEV_PTMX 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include configure:17096: result: no configure:17132: checking for vfork.h configure:17139: result: no configure:17157: checking for fork configure:17207: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lncurses -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:17210: $? = 0 configure:17213: test -s conftest configure:17216: $? = 0 configure:17227: result: yes configure:17157: checking for vfork configure:17207: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lncurses -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:17210: $? = 0 configure:17213: test -s conftest configure:17216: $? = 0 configure:17227: result: yes configure:17238: checking for working fork configure:17261: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lncurses -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:17264: $? = 0 configure:17266: ./conftest configure:17269: $? = 0 configure:17283: result: yes configure:17304: checking for working vfork configure:17438: result: yes configure:17470: checking for nl_langinfo and CODESET configure:17492: gcc -o conftest -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE -L/usr/X11R6/lib conftest.c -lncurses -lm -lXext -lXmu -lXt -lSM -lICE -lX11 >&5 configure:17495: $? = 0 configure:17498: test -s conftest configure:17501: $? = 0 configure:17513: result: yes configure:17523: checking for size_t configure:17548: gcc -c -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE conftest.c >&5 configure:17551: $? = 0 configure:17554: test -s conftest.o configure:17557: $? = 0 configure:17568: result: yes configure:17580: checking for C restrict keyword configure:17602: gcc -c -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE conftest.c >&5 configure:17754: parse error before `x' configure:17605: $? = 1 configure: failed program was: | #line 17585 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MAIL_USE_POP 1 | #define _GNU_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #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_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_TERM_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_VLIMIT_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_TERM_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_SYS_SIGLIST 0 | #define HAVE_DECL___SYS_SIGLIST 0 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define RETSIGTYPE void | #define HAVE_SPEED_T 1 | #define HAVE_TIMEVAL 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define POINTER_TYPE void | #define HAVE_LONG_FILE_NAMES 1 | #define DOUG_LEA_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_XKBGETKEYBOARD 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XSETWMPROTOCOLS 1 | #define HAVE_X11R6 1 | #define HAVE_X11R5 1 | #define HAVE_X11XTR6 1 | #define HAVE_LIBXMU 1 | #define HAVE_LIBXEXT 1 | #define HAVE_XAW3D 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define USE_XIM 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_JPEG 1 | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_X_SM 1 | #define HAVE_H_ERRNO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_LIBM 1 | #define LIBMAIL -llockfile | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETDOMAINNAME 1 | #define HAVE_DUP2 1 | #define HAVE_RENAME 1 | #define HAVE_CLOSEDIR 1 | #define HAVE_MKDIR 1 | #define HAVE_RMDIR 1 | #define HAVE_SYSINFO 1 | #define HAVE_RANDOM 1 | #define HAVE_LRAND48 1 | #define HAVE_BCOPY 1 | #define HAVE_BCMP 1 | #define HAVE_LOGB 1 | #define HAVE_FREXP 1 | #define HAVE_FMOD 1 | #define HAVE_RINT 1 | #define HAVE_CBRT 1 | #define HAVE_FTIME 1 | #define HAVE_SETSID 1 | #define HAVE_STRERROR 1 | #define HAVE_FPATHCONF 1 | #define HAVE_SELECT 1 | #define HAVE_MKTIME 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_TZSET 1 | #define HAVE_SETLOCALE 1 | #define HAVE_UTIMES 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETPGID 1 | #define HAVE_GETCWD 1 | #define HAVE_GETWD 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_STRFTIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE___FPENDING 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_MBSINIT 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_UALARM 1 | #define HAVE_INDEX 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKOPT 1 | #define HAVE_SETSOCKOPT 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_MKSTEMP 1 | #define HAVE_GETLINE 1 | #define HAVE_GETDELIM 1 | #define HAVE_MREMAP 1 | #define HAVE_MEMMOVE 1 | #define HAVE_FSYNC 1 | #define HAVE_BZERO 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCMP 1 | #define HAVE_MEMMOVE 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ALARM 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_FSEEKO 1 | #define GETPGRP_VOID 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INET_SOCKETS 1 | #define HAVE_DEV_PTMX 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_SIZE_T 1 | /* end confdefs.h. */ | void fred (int *restrict x); | int | main () | { | | ; | return 0; | } configure:17635: gcc -c -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE conftest.c >&5 configure:17638: $? = 0 configure:17641: test -s conftest.o configure:17644: $? = 0 configure:17657: result: __restrict configure:17672: checking for C restricted array declarations configure:17694: gcc -c -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE conftest.c >&5 configure:17846: parse error before `__restrict' configure:17697: $? = 1 configure: failed program was: | #line 17677 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MAIL_USE_POP 1 | #define _GNU_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #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_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_TERM_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_VLIMIT_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_TERM_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_SYS_SIGLIST 0 | #define HAVE_DECL___SYS_SIGLIST 0 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define RETSIGTYPE void | #define HAVE_SPEED_T 1 | #define HAVE_TIMEVAL 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define POINTER_TYPE void | #define HAVE_LONG_FILE_NAMES 1 | #define DOUG_LEA_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_XKBGETKEYBOARD 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XSETWMPROTOCOLS 1 | #define HAVE_X11R6 1 | #define HAVE_X11R5 1 | #define HAVE_X11XTR6 1 | #define HAVE_LIBXMU 1 | #define HAVE_LIBXEXT 1 | #define HAVE_XAW3D 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define USE_XIM 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_JPEG 1 | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_X_SM 1 | #define HAVE_H_ERRNO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_LIBM 1 | #define LIBMAIL -llockfile | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETDOMAINNAME 1 | #define HAVE_DUP2 1 | #define HAVE_RENAME 1 | #define HAVE_CLOSEDIR 1 | #define HAVE_MKDIR 1 | #define HAVE_RMDIR 1 | #define HAVE_SYSINFO 1 | #define HAVE_RANDOM 1 | #define HAVE_LRAND48 1 | #define HAVE_BCOPY 1 | #define HAVE_BCMP 1 | #define HAVE_LOGB 1 | #define HAVE_FREXP 1 | #define HAVE_FMOD 1 | #define HAVE_RINT 1 | #define HAVE_CBRT 1 | #define HAVE_FTIME 1 | #define HAVE_SETSID 1 | #define HAVE_STRERROR 1 | #define HAVE_FPATHCONF 1 | #define HAVE_SELECT 1 | #define HAVE_MKTIME 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_TZSET 1 | #define HAVE_SETLOCALE 1 | #define HAVE_UTIMES 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETPGID 1 | #define HAVE_GETCWD 1 | #define HAVE_GETWD 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_STRFTIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE___FPENDING 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_MBSINIT 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_UALARM 1 | #define HAVE_INDEX 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKOPT 1 | #define HAVE_SETSOCKOPT 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_MKSTEMP 1 | #define HAVE_GETLINE 1 | #define HAVE_GETDELIM 1 | #define HAVE_MREMAP 1 | #define HAVE_MEMMOVE 1 | #define HAVE_FSYNC 1 | #define HAVE_BZERO 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCMP 1 | #define HAVE_MEMMOVE 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ALARM 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_FSEEKO 1 | #define GETPGRP_VOID 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INET_SOCKETS 1 | #define HAVE_DEV_PTMX 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_SIZE_T 1 | /* end confdefs.h. */ | void fred (int x[__restrict]); | int | main () | { | | ; | return 0; | } configure:17714: result: no configure:17738: checking nlist.h usability configure:17751: gcc -c -I/usr/X11R6/include -O2 -I/usr/X11R6/include -D_BSD_SOURCE conftest.c >&5 configure:17943: nlist.h: No such file or directory configure:17754: $? = 1 configure: failed program was: | #line 17740 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MAIL_USE_POP 1 | #define _GNU_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #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_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_TERM_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_VLIMIT_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_TERM_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_SYS_SIGLIST 0 | #define HAVE_DECL___SYS_SIGLIST 0 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define RETSIGTYPE void | #define HAVE_SPEED_T 1 | #define HAVE_TIMEVAL 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define POINTER_TYPE void | #define HAVE_LONG_FILE_NAMES 1 | #define DOUG_LEA_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_XKBGETKEYBOARD 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XSETWMPROTOCOLS 1 | #define HAVE_X11R6 1 | #define HAVE_X11R5 1 | #define HAVE_X11XTR6 1 | #define HAVE_LIBXMU 1 | #define HAVE_LIBXEXT 1 | #define HAVE_XAW3D 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define USE_XIM 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_JPEG 1 | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_X_SM 1 | #define HAVE_H_ERRNO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_LIBM 1 | #define LIBMAIL -llockfile | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETDOMAINNAME 1 | #define HAVE_DUP2 1 | #define HAVE_RENAME 1 | #define HAVE_CLOSEDIR 1 | #define HAVE_MKDIR 1 | #define HAVE_RMDIR 1 | #define HAVE_SYSINFO 1 | #define HAVE_RANDOM 1 | #define HAVE_LRAND48 1 | #define HAVE_BCOPY 1 | #define HAVE_BCMP 1 | #define HAVE_LOGB 1 | #define HAVE_FREXP 1 | #define HAVE_FMOD 1 | #define HAVE_RINT 1 | #define HAVE_CBRT 1 | #define HAVE_FTIME 1 | #define HAVE_SETSID 1 | #define HAVE_STRERROR 1 | #define HAVE_FPATHCONF 1 | #define HAVE_SELECT 1 | #define HAVE_MKTIME 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_TZSET 1 | #define HAVE_SETLOCALE 1 | #define HAVE_UTIMES 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETPGID 1 | #define HAVE_GETCWD 1 | #define HAVE_GETWD 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_STRFTIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE___FPENDING 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_MBSINIT 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_UALARM 1 | #define HAVE_INDEX 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKOPT 1 | #define HAVE_SETSOCKOPT 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_MKSTEMP 1 | #define HAVE_GETLINE 1 | #define HAVE_GETDELIM 1 | #define HAVE_MREMAP 1 | #define HAVE_MEMMOVE 1 | #define HAVE_FSYNC 1 | #define HAVE_BZERO 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCMP 1 | #define HAVE_MEMMOVE 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ALARM 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_FSEEKO 1 | #define GETPGRP_VOID 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INET_SOCKETS 1 | #define HAVE_DEV_PTMX 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_SIZE_T 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:17770: result: no configure:17774: checking nlist.h presence configure:17785: gcc -E -I/usr/X11R6/include -D_BSD_SOURCE conftest.c configure:17945: nlist.h: No such file or directory configure:17791: $? = 1 configure: failed program was: | #line 17776 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MAIL_USE_POP 1 | #define _GNU_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #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_SYS_SOUNDCARD_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LINUX_VERSION_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_TERM_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_PTY_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_VLIMIT_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_TERM_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_SYS_SIGLIST 0 | #define HAVE_DECL___SYS_SIGLIST 0 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define RETSIGTYPE void | #define HAVE_SPEED_T 1 | #define HAVE_TIMEVAL 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_TM_GMTOFF 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define POINTER_TYPE void | #define HAVE_LONG_FILE_NAMES 1 | #define DOUG_LEA_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_XKBGETKEYBOARD 1 | #define HAVE_XRMSETDATABASE 1 | #define HAVE_XSCREENRESOURCESTRING 1 | #define HAVE_XSCREENNUMBEROFSCREEN 1 | #define HAVE_XSETWMPROTOCOLS 1 | #define HAVE_X11R6 1 | #define HAVE_X11R5 1 | #define HAVE_X11XTR6 1 | #define HAVE_LIBXMU 1 | #define HAVE_LIBXEXT 1 | #define HAVE_XAW3D 1 | #define USE_TOOLKIT_SCROLL_BARS 1 | #define USE_XIM 1 | #define HAVE_XPM 1 | #define HAVE_JPEG 1 | #define HAVE_JPEG 1 | #define HAVE_PNG 1 | #define HAVE_TIFF 1 | #define HAVE_X_SM 1 | #define HAVE_H_ERRNO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_LIBM 1 | #define LIBMAIL -llockfile | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETDOMAINNAME 1 | #define HAVE_DUP2 1 | #define HAVE_RENAME 1 | #define HAVE_CLOSEDIR 1 | #define HAVE_MKDIR 1 | #define HAVE_RMDIR 1 | #define HAVE_SYSINFO 1 | #define HAVE_RANDOM 1 | #define HAVE_LRAND48 1 | #define HAVE_BCOPY 1 | #define HAVE_BCMP 1 | #define HAVE_LOGB 1 | #define HAVE_FREXP 1 | #define HAVE_FMOD 1 | #define HAVE_RINT 1 | #define HAVE_CBRT 1 | #define HAVE_FTIME 1 | #define HAVE_SETSID 1 | #define HAVE_STRERROR 1 | #define HAVE_FPATHCONF 1 | #define HAVE_SELECT 1 | #define HAVE_MKTIME 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_TZSET 1 | #define HAVE_SETLOCALE 1 | #define HAVE_UTIMES 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_SETPGID 1 | #define HAVE_GETCWD 1 | #define HAVE_GETWD 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_STRFTIME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE___FPENDING 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_MBSINIT 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SETITIMER 1 | #define HAVE_UALARM 1 | #define HAVE_INDEX 1 | #define HAVE_RINDEX 1 | #define HAVE_SENDTO 1 | #define HAVE_RECVFROM 1 | #define HAVE_GETSOCKOPT 1 | #define HAVE_SETSOCKOPT 1 | #define HAVE_GETSOCKNAME 1 | #define HAVE_GETPEERNAME 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_MKSTEMP 1 | #define HAVE_GETLINE 1 | #define HAVE_GETDELIM 1 | #define HAVE_MREMAP 1 | #define HAVE_MEMMOVE 1 | #define HAVE_FSYNC 1 | #define HAVE_BZERO 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCMP 1 | #define HAVE_MEMMOVE 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ALARM 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_FSEEKO 1 | #define GETPGRP_VOID 1 | #define HAVE_GRANTPT 1 | #define HAVE_GETPT 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INET_SOCKETS 1 | #define HAVE_DEV_PTMX 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_SIZE_T 1 | /* end confdefs.h. */ | #include configure:17810: result: no configure:17846: checking for nlist.h configure:17853: result: no configure:18184: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on confusibombus config.status:681: creating Makefile config.status:681: creating lib-src/Makefile.c config.status:681: creating oldXMenu/Makefile config.status:681: creating man/Makefile config.status:681: creating lwlib/Makefile config.status:681: creating src/Makefile.c config.status:681: creating lisp/Makefile config.status:681: creating lispref/Makefile config.status:681: creating lispintro/Makefile config.status:681: creating leim/Makefile config.status:778: creating src/config.h config.status:1379: executing default commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-pc-linux-gnu ac_cv_build_alias=i686-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_volatile=yes 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_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_exeext= ac_cv_func_XScreenNumberOfScreen=yes ac_cv_func_XScreenResourceString=yes ac_cv_func_XSetWMProtocols=yes ac_cv_func_XrmSetDatabase=yes ac_cv_func___fpending=yes ac_cv_func_alarm=yes ac_cv_func_alloca_works=yes ac_cv_func_bcmp=yes ac_cv_func_bcopy=yes ac_cv_func_bzero=yes ac_cv_func_cbrt=yes ac_cv_func_closedir=yes ac_cv_func_dup2=yes ac_cv_func_euidaccess=yes ac_cv_func_fmod=yes ac_cv_func_fork=yes ac_cv_func_fork_works=yes ac_cv_func_fpathconf=yes ac_cv_func_frexp=yes ac_cv_func_fseeko=yes ac_cv_func_fsync=yes ac_cv_func_ftime=yes ac_cv_func_gai_strerror=yes ac_cv_func_getaddrinfo=yes ac_cv_func_getcwd=yes ac_cv_func_getdelim=yes ac_cv_func_getdomainname=yes ac_cv_func_gethostname=yes ac_cv_func_getline=yes ac_cv_func_getloadavg=yes ac_cv_func_getloadavg_setgid=no ac_cv_func_getpagesize=yes ac_cv_func_getpeername=yes ac_cv_func_getpgrp_void=yes ac_cv_func_getpt=yes ac_cv_func_getsockname=yes ac_cv_func_getsockopt=yes ac_cv_func_gettimeofday=yes ac_cv_func_getwd=yes ac_cv_func_grantpt=yes ac_cv_func_index=yes ac_cv_func_logb=yes ac_cv_func_lrand48=yes ac_cv_func_malloc_get_state=yes ac_cv_func_malloc_set_state=yes ac_cv_func_mblen=yes ac_cv_func_mbrlen=yes ac_cv_func_mbsinit=yes ac_cv_func_memcmp=yes ac_cv_func_memmove=yes ac_cv_func_memset=yes ac_cv_func_mkdir=yes ac_cv_func_mkstemp=yes ac_cv_func_mktime=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_mremap=yes ac_cv_func_pstat_getdynamic=no ac_cv_func_random=yes ac_cv_func_recvfrom=yes ac_cv_func_rename=yes ac_cv_func_res_init=no ac_cv_func_rindex=yes ac_cv_func_rint=yes ac_cv_func_rmdir=yes ac_cv_func_select=yes ac_cv_func_sendto=yes ac_cv_func_setitimer=yes ac_cv_func_setlocale=yes ac_cv_func_setpgid=yes ac_cv_func_setrlimit=yes ac_cv_func_setsid=yes ac_cv_func_setsockopt=yes ac_cv_func_shutdown=yes ac_cv_func_socket=yes ac_cv_func_strerror=yes ac_cv_func_strftime=yes ac_cv_func_strsignal=yes ac_cv_func_sysinfo=yes ac_cv_func_touchlock=no ac_cv_func_tzset=yes ac_cv_func_ualarm=yes ac_cv_func_utimes=yes ac_cv_func_vfork=yes ac_cv_func_vfork_works=yes ac_cv_func_working_mktime=yes ac_cv_have_decl___sys_siglist=no ac_cv_have_decl_sys_siglist=no ac_cv_have_x='have_x=yes ac_x_includes=/usr/X11R6/include ac_x_libraries=/usr/X11R6/lib' ac_cv_header_Carbon_Carbon_h=no ac_cv_header_X11_SM_SMlib_h=yes ac_cv_header_X11_Xaw3d_Scrollbar_h=yes ac_cv_header_X11_xpm_h=yes ac_cv_header_arpa_inet_h=yes ac_cv_header_coff_h=no ac_cv_header_fcntl_h=yes ac_cv_header_gif_lib_h=no ac_cv_header_inttypes_h=yes ac_cv_header_jerror_h=yes ac_cv_header_limits_h=yes ac_cv_header_linux_version_h=yes ac_cv_header_machine_soundcard_h=no ac_cv_header_maillock_h=no ac_cv_header_memory_h=yes ac_cv_header_netinet_in_h=yes ac_cv_header_nlist_h=no ac_cv_header_png_h=yes ac_cv_header_pty_h=yes ac_cv_header_soundcard_h=no ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdio_ext_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_mman_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_resource_h=yes ac_cv_header_sys_select_h=yes ac_cv_header_sys_soundcard_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_systeminfo_h=no 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_un_h=yes ac_cv_header_sys_vlimit_h=yes ac_cv_header_sys_wait_h=yes ac_cv_header_term_h=yes ac_cv_header_termcap_h=yes ac_cv_header_termios_h=yes ac_cv_header_tiffio_h=yes ac_cv_header_time=yes ac_cv_header_unistd_h=yes ac_cv_header_utime_h=yes ac_cv_header_vfork_h=no ac_cv_host=i686-pc-linux-gnu ac_cv_host_alias=i686-pc-linux-gnu ac_cv_lib_SM_SmcOpenConnection=yes ac_cv_lib_Xaw3d_XawScrollbarSetThumb=yes ac_cv_lib_Xbsd_main=no ac_cv_lib_Xext_XShapeQueryExtension=yes ac_cv_lib_Xmu_XmuConvertStandardSelection=yes ac_cv_lib_Xpm_XpmReadFileToPixmap=yes ac_cv_lib_dnet_dnet_ntoa=no ac_cv_lib_intl_dgettext=no ac_cv_lib_jpeg_jpeg_destroy_compress=yes ac_cv_lib_kstat_kstat_open=no ac_cv_lib_lockfile_maillock=no ac_cv_lib_m_sqrt=yes ac_cv_lib_mail_maillock=no ac_cv_lib_ncurses_tparm=yes ac_cv_lib_ossaudio__oss_ioctl=no ac_cv_lib_png_png_get_channels=yes ac_cv_lib_pthreads_cma_open=no ac_cv_lib_tiff_TIFFGetVersion=yes ac_cv_member_struct_tm_tm_gmtoff=yes ac_cv_member_struct_tm_tm_zone=yes ac_cv_objext=o ac_cv_path_INSTALL_INFO=/usr/sbin/install-info ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_egrep='grep -E' ac_cv_prog_liblockfile=no ac_cv_prog_make_make_set=yes ac_cv_struct_tm=time.h ac_cv_sys_file_offset_bits=64 ac_cv_sys_large_files=no ac_cv_sys_largefile_CC=no ac_cv_sys_largefile_source=no ac_cv_sys_long_file_names=yes ac_cv_type_pid_t=yes ac_cv_type_signal=void ac_cv_type_size_t=yes ac_cv_working_alloca_h=yes emacs_cv_c_restrict=__restrict emacs_cv_c_restrict_arr=no emacs_cv_gettimeofday_two_arguments=yes emacs_cv_langinfo_codeset=yes emacs_cv_localtime_cache=no emacs_cv_netdb_declares_h_errno=yes emacs_cv_speed_t=yes emacs_cv_struct_exception=yes emacs_cv_struct_timeval=yes emacs_cv_struct_timezone=yes emacs_cv_struct_utimbuf=yes emacs_cv_var___after_morecore_hook=yes emacs_cv_void_star=yes emacs_cv_x11_toolkit_version_6=yes emacs_cv_x11_version_5=yes emacs_cv_x11_version_5_with_xaw=yes emacs_cv_x11_version_6=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## ALLOCA='' CC='gcc' CFLAGS=' -g -O2 ' CPP='gcc -E' CPPFLAGS=' -D_BSD_SOURCE ' C_SWITCH_X_SITE='-I/usr/X11R6/include' DEFS='-DHAVE_CONFIG_H' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' GETLOADAVG_LIBS='' GTK_CFLAGS='' GTK_LIBS='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_INFO='/usr/sbin/install-info' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' KMEM_GROUP='' LDFLAGS=' -L/usr/X11R6/lib' LD_SWITCH_X_SITE='-L/usr/X11R6/lib' LD_SWITCH_X_SITE_AUX='-R/usr/X11R6/lib' LIBOBJS='' LIBS='-lncurses -lm -lXext -lXmu -lXt -lSM -lICE -lX11 ' LIBSOUND='' LN_S='ln -s' LTLIBOBJS='' NEED_SETGID='false' OBJEXT='o' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PKG_CONFIG='' RANLIB='ranlib' SET_MAKE='' SHELL='/bin/sh' X_TOOLKIT_TYPE='LUCID' ac_ct_CC='gcc' ac_ct_RANLIB='ranlib' archlibdir='${libexecdir}/emacs/${version}/${configuration}' bindir='${exec_prefix}/bin' bitmapdir='/usr/X11R6/include/X11/bitmaps' build='i686-pc-linux-gnu' build_alias='' build_cpu='i686' build_os='linux-gnu' build_vendor='pc' c_switch_machine=' ' c_switch_system=' -D_BSD_SOURCE ' canonical='i686-pc-linux-gnu' carbon_appdir='' configuration='i686-pc-linux-gnu' datadir='${prefix}/share' docdir='${datadir}/emacs/${version}/etc' etcdir='${datadir}/emacs/${version}/etc' exec_prefix='${prefix}' gamedir='${localstatedir}/games/emacs' gameuser='games' host='i686-pc-linux-gnu' host_alias='' host_cpu='i686' host_os='linux-gnu' host_vendor='pc' includedir='${prefix}/include' infodir='${prefix}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' liblockfile='no' lispdir='${datadir}/emacs/${version}/lisp' lisppath='${locallisppath}:${lispdir}' locallisppath='${datadir}/emacs/${version}/site-lisp:${datadir}/emacs/site-lisp:${datadir}/emacs/${version}/leim' localstatedir='${prefix}/var' machfile='m/intel386.h' mandir='${prefix}/man' oldincludedir='/usr/include' opsysfile='s/gnu-linux.h' prefix='/usr/local' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' srcdir='/home/alex/src/emacs' sysconfdir='${prefix}/etc' target_alias='' version='21.3.50' x_default_search_path='/usr/X11R6/lib/X11/%L/%T/%N%C%S:/usr/X11R6/lib/X11/%l/%T/%N%C%S:/usr/X11R6/lib/X11/%T/%N%C%S:/usr/X11R6/lib/X11/%L/%T/%N%S:/usr/X11R6/lib/X11/%l/%T/%N%S:/usr/X11R6/lib/X11/%T/%N%S' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define C_SWITCH_X_SITE -I/usr/X11R6/include #define DOUG_LEA_MALLOC 1 #define EMACS_CONFIGURATION "i686-pc-linux-gnu" #define EMACS_CONFIG_OPTIONS "" #define GETPGRP_VOID 1 #define GNU_MALLOC 1 #define HAVE_ALARM 1 #define HAVE_ALLOCA 1 #define HAVE_ALLOCA_H 1 #define HAVE_BCMP 1 #define HAVE_BCOPY 1 #define HAVE_BZERO 1 #define HAVE_CBRT 1 #define HAVE_CLOSEDIR 1 #define HAVE_DECL_SYS_SIGLIST 0 #define HAVE_DECL___SYS_SIGLIST 0 #define HAVE_DEV_PTMX 1 #define HAVE_DUP2 1 #define HAVE_EUIDACCESS 1 #define HAVE_FCNTL_H 1 #define HAVE_FMOD 1 #define HAVE_FORK 1 #define HAVE_FPATHCONF 1 #define HAVE_FREXP 1 #define HAVE_FSEEKO 1 #define HAVE_FSYNC 1 #define HAVE_FTIME 1 #define HAVE_GAI_STRERROR 1 #define HAVE_GETADDRINFO 1 #define HAVE_GETCWD 1 #define HAVE_GETDELIM 1 #define HAVE_GETDOMAINNAME 1 #define HAVE_GETHOSTNAME 1 #define HAVE_GETLINE 1 #define HAVE_GETLOADAVG 1 #define HAVE_GETPAGESIZE 1 #define HAVE_GETPAGESIZE 1 #define HAVE_GETPEERNAME 1 #define HAVE_GETPT 1 #define HAVE_GETSOCKNAME 1 #define HAVE_GETSOCKOPT 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_GETWD 1 #define HAVE_GRANTPT 1 #define HAVE_H_ERRNO 1 #define HAVE_INDEX 1 #define HAVE_INET_SOCKETS 1 #define HAVE_INTTYPES_H 1 #define HAVE_JPEG 1 #define HAVE_JPEG 1 #define HAVE_LANGINFO_CODESET 1 #define HAVE_LIBM 1 #define HAVE_LIBNCURSES 1 #define HAVE_LIBXEXT 1 #define HAVE_LIBXMU 1 #define HAVE_LIMITS_H 1 #define HAVE_LINUX_VERSION_H 1 #define HAVE_LOGB 1 #define HAVE_LONG_FILE_NAMES 1 #define HAVE_LRAND48 1 #define HAVE_MBLEN 1 #define HAVE_MBRLEN 1 #define HAVE_MBSINIT 1 #define HAVE_MEMCMP 1 #define HAVE_MEMMOVE 1 #define HAVE_MEMMOVE 1 #define HAVE_MEMORY_H 1 #define HAVE_MEMSET 1 #define HAVE_MENUS 1 #define HAVE_MKDIR 1 #define HAVE_MKSTEMP 1 #define HAVE_MKTIME 1 #define HAVE_MMAP 1 #define HAVE_MREMAP 1 #define HAVE_PNG 1 #define HAVE_PTY_H 1 #define HAVE_RANDOM 1 #define HAVE_RECVFROM 1 #define HAVE_RENAME 1 #define HAVE_RINDEX 1 #define HAVE_RINT 1 #define HAVE_RMDIR 1 #define HAVE_SELECT 1 #define HAVE_SENDTO 1 #define HAVE_SETITIMER 1 #define HAVE_SETLOCALE 1 #define HAVE_SETPGID 1 #define HAVE_SETRLIMIT 1 #define HAVE_SETSID 1 #define HAVE_SETSOCKOPT 1 #define HAVE_SHUTDOWN 1 #define HAVE_SIZE_T 1 #define HAVE_SPEED_T 1 #define HAVE_STDINT_H 1 #define HAVE_STDIO_EXT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRERROR 1 #define HAVE_STRFTIME 1 #define HAVE_STRINGS_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_STRING_H 1 #define HAVE_STRSIGNAL 1 #define HAVE_STRUCT_TM_TM_ZONE 1 #define HAVE_STRUCT_UTIMBUF 1 #define HAVE_SYSINFO 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_RESOURCE_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_SOUNDCARD_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TIMEB_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_UN_H 1 #define HAVE_SYS_VLIMIT_H 1 #define HAVE_SYS_WAIT_H 1 #define HAVE_TERMCAP_H 1 #define HAVE_TERMIOS_H 1 #define HAVE_TERM_H 1 #define HAVE_TERM_H 1 #define HAVE_TIFF 1 #define HAVE_TIMEVAL 1 #define HAVE_TM_GMTOFF 1 #define HAVE_TM_ZONE 1 #define HAVE_TZSET 1 #define HAVE_UALARM 1 #define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UTIMES 1 #define HAVE_UTIME_H 1 #define HAVE_VFORK 1 #define HAVE_WORKING_FORK 1 #define HAVE_WORKING_VFORK 1 #define HAVE_X11 1 #define HAVE_X11R5 1 #define HAVE_X11R6 1 #define HAVE_X11XTR6 1 #define HAVE_XAW3D 1 #define HAVE_XKBGETKEYBOARD 1 #define HAVE_XPM 1 #define HAVE_XRMSETDATABASE 1 #define HAVE_XSCREENNUMBEROFSCREEN 1 #define HAVE_XSCREENRESOURCESTRING 1 #define HAVE_XSETWMPROTOCOLS 1 #define HAVE_X_SM 1 #define HAVE_X_WINDOWS 1 #define HAVE___FPENDING 1 #define LD_SWITCH_X_SITE -L/usr/X11R6/lib #define LD_SWITCH_X_SITE_AUX -R/usr/X11R6/lib #define LIBMAIL -llockfile #define MAIL_USE_POP 1 #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define POINTER_TYPE void #define PROTOTYPES 1 #define REL_ALLOC 1 #define RETSIGTYPE void #define STDC_HEADERS 1 #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define UNEXEC_SRC unexelf.c #define USE_TOOLKIT_SCROLL_BARS 1 #define USE_XIM 1 #define USE_X_TOOLKIT 1 #define _FILE_OFFSET_BITS 64 #define _GNU_SOURCE 1 #define __PROTOTYPES 1 #define config_machfile "m/intel386.h" #define config_opsysfile "s/gnu-linux.h" configure: exit 0